diff --git a/WoosmapGeofencing.podspec b/WoosmapGeofencing.podspec index 2caa609..6f15b08 100644 --- a/WoosmapGeofencing.podspec +++ b/WoosmapGeofencing.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'WoosmapGeofencing' - s.version = '4.3.7' + s.version = '4.3.8-beta1' s.license = 'MIT' s.summary = 'Geofencing in Swift' s.description = 'The Woosmap Geofencing SDK is a mobile cross-platform software development kit focused on gathering efficiently the users’ location, triggering events based on region monitoring, and providing categorized users’ zone of interest from geographical and temporal clusters. diff --git a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Headers/WoosmapGeofencing-Swift.h b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Headers/WoosmapGeofencing-Swift.h index 8f1217e..ef4d8a2 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Headers/WoosmapGeofencing-Swift.h +++ b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Headers/WoosmapGeofencing-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) #ifndef WOOSMAPGEOFENCING_SWIFT_H #define WOOSMAPGEOFENCING_SWIFT_H #pragma clang diagnostic push @@ -42,6 +42,8 @@ #include #endif #if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" #if defined(__arm64e__) && __has_include() # include #else @@ -55,6 +57,7 @@ # endif #pragma clang diagnostic pop #endif +#pragma clang diagnostic pop #endif #if !defined(SWIFT_TYPEDEFS) @@ -292,6 +295,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -474,6 +478,8 @@ SWIFT_CLASS("_TtC17WoosmapGeofencing23LocationServiceCoreImpl") @end + + /// Interacts with Core Location to collect user location and monitor region. /// This class efficiently gathers user location and triggers events based on region monitoring and provides categorised zones of Interests and temporal clusters. SWIFT_CLASS("_TtC17WoosmapGeofencing19LocationServiceImpl") @@ -482,6 +488,8 @@ SWIFT_CLASS("_TtC17WoosmapGeofencing19LocationServiceImpl") + + SWIFT_CLASS("_TtC17WoosmapGeofencing12LogIndoorAPI") @interface LogIndoorAPI : NSObject /// Date diff --git a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Info.plist b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Info.plist index 0156dd5..a1cdfa7 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Info.plist and b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Info.plist differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo index c0e6a82..14be972 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo and b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.abi.json b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.abi.json index 04e5b60..65cda9c 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.abi.json +++ b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.abi.json @@ -1,8 +1,8 @@ { "ABIRoot": { "kind": "Root", - "name": "TopLevel", - "printedName": "TopLevel", + "name": "WoosmapGeofencing", + "printedName": "WoosmapGeofencing", "children": [ { "kind": "Import", @@ -2197,7 +2197,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -2448,7 +2464,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -2610,6 +2642,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -2770,6 +2818,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -2849,6 +2913,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -3009,6 +3089,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -3053,6 +3149,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -3153,6 +3265,20 @@ "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -3292,6 +3418,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -3723,6 +3865,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -3815,6 +3973,20 @@ "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "IteratorProtocol", @@ -4500,6 +4672,20 @@ "usr": "s:17WoosmapGeofencing15LocationServiceP", "mangledName": "$s17WoosmapGeofencing15LocationServiceP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -4859,6 +5045,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -5152,6 +5354,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -5366,6 +5584,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -5524,6 +5756,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -5846,6 +6092,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6048,6 +6308,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6164,6 +6438,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6246,6 +6534,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6328,6 +6630,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6410,6 +6726,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6492,6 +6822,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6574,6 +6918,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6649,6 +7007,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -6686,7 +7060,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -6730,7 +7120,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -6820,6 +7226,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -7281,6 +7703,20 @@ ], "hasMissingDesignatedInitializers": true, "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -7433,6 +7869,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -7523,6 +7975,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -8310,7 +8778,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -8473,7 +8957,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -9288,7 +9788,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -9407,7 +9923,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -9604,6 +10136,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -12104,6 +12650,20 @@ "usr": "s:17WoosmapGeofencing15LocationServiceP", "mangledName": "$s17WoosmapGeofencing15LocationServiceP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -12429,6 +12989,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -12753,6 +13327,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -13017,6 +13605,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -13237,6 +13839,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -13441,6 +14057,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -14037,6 +14667,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -14121,6 +14765,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -15664,7 +16322,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -15985,7 +16659,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -16115,7 +16805,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -16294,7 +17000,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -16384,6 +17106,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -16739,6 +17477,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -17087,6 +17839,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -17414,6 +18182,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -18411,6 +19193,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -18806,7 +19602,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -19925,33 +20737,6 @@ "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, - { - "kind": "Function", - "name": "removeRegion", - "printedName": "removeRegion(identifier:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:17WoosmapGeofencing15LocationServiceP12removeRegion10identifierySS_tF", - "mangledName": "$s17WoosmapGeofencing15LocationServiceP12removeRegion10identifierySS_tF", - "moduleName": "WoosmapGeofencing", - "genericSig": "<τ_0_0 where τ_0_0 : WoosmapGeofencing.LocationService>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, { "kind": "Function", "name": "addRegion", @@ -20011,6 +20796,33 @@ "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "removeRegion", + "printedName": "removeRegion(identifier:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17WoosmapGeofencing15LocationServiceP12removeRegion10identifierySS_tF", + "mangledName": "$s17WoosmapGeofencing15LocationServiceP12removeRegion10identifierySS_tF", + "moduleName": "WoosmapGeofencing", + "genericSig": "<τ_0_0 where τ_0_0 : WoosmapGeofencing.LocationService>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, { "kind": "Function", "name": "removeRegion", @@ -20534,6 +21346,22 @@ "sugared_genericSig": "", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -20546,6 +21374,23 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "WoosmapGeofencing", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "WoosmapGeofencing" + }, { "kind": "Import", "name": "Foundation", @@ -22436,6 +23281,20 @@ "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -23112,7 +23971,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -23283,7 +24158,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -23875,7 +24766,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -23958,7 +24865,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -24404,7 +25327,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -24524,7 +25463,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -25844,7 +26799,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -26047,7 +27018,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -26639,6 +27626,20 @@ "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -26903,6 +27904,20 @@ ], "hasMissingDesignatedInitializers": true, "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Encodable", @@ -27160,6 +28175,20 @@ "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Encodable", @@ -28954,7 +29983,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -29236,7 +30281,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -29673,6 +30734,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -30033,6 +31108,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -30407,6 +31496,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -30606,6 +31709,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -30805,6 +31922,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -33612,6 +34743,20 @@ ], "enumRawTypeName": "Int", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -33897,6 +35042,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -35315,25 +36476,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -35405,6 +36558,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -35852,25 +37027,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -35942,6 +37109,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -37001,25 +38190,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -37091,6 +38272,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -37878,25 +39081,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -37968,6 +39163,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -38573,25 +39790,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -38663,6 +39872,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -39213,25 +40444,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -39303,6 +40526,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -40818,25 +42063,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -40908,6 +42145,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -42780,25 +44039,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -42870,6 +44121,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -44361,25 +45634,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -44451,6 +45716,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -45942,25 +47229,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -46032,6 +47311,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -47170,25 +48471,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -47260,6 +48553,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -48047,25 +49362,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -48137,6 +49444,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -49913,25 +51242,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -50003,6 +51324,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -50162,6 +51505,20 @@ "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "CustomDebugStringConvertible", @@ -50730,6 +52087,20 @@ "usr": "s:ST", "mangledName": "$sST" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "ReferenceConvertible", @@ -50834,6 +52205,20 @@ "usr": "s:s24_DestructorSafeContainerP", "mangledName": "$ss24_DestructorSafeContainerP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "_ArrayProtocol", @@ -51955,6 +53340,20 @@ "usr": "s:s24_DestructorSafeContainerP", "mangledName": "$ss24_DestructorSafeContainerP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -52127,4011 +53526,5012 @@ }, "ConstValues": [ { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "FloatLiteral", "offset": 392, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "FloatLiteral", "offset": 507, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "FloatLiteral", "offset": 629, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "FloatLiteral", "offset": 739, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "BooleanLiteral", "offset": 849, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Validator.swift", "kind": "StringLiteral", "offset": 172, "length": 3, "value": "\"#\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Monitor.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Monitor.swift", "kind": "StringLiteral", "offset": 504, "length": 22, "value": "\"woosmapGeofenceError\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Monitor.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Monitor.swift", "kind": "BooleanLiteral", "offset": 2445, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 159, "length": 40, "value": "\"http:\/\/json-schema.org\/draft-04\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 276, "length": 6, "value": "\"$ref\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 293, "length": 9, "value": "\"pattern\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 317, "length": 12, "value": "\"multipleOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 347, "length": 10, "value": "\"contains\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 373, "length": 13, "value": "\"uniqueItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 405, "length": 6, "value": "\"enum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 425, "length": 7, "value": "\"const\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 445, "length": 14, "value": "\"dependencies\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 479, "length": 11, "value": "\"minLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 507, "length": 11, "value": "\"maxLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 535, "length": 9, "value": "\"minimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 565, "length": 9, "value": "\"maximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 595, "length": 10, "value": "\"minItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 621, "length": 10, "value": "\"maxItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 647, "length": 15, "value": "\"minProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 683, "length": 15, "value": "\"maxProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 719, "length": 7, "value": "\"items\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 739, "length": 17, "value": "\"additionalItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 779, "length": 19, "value": "\"patternProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 823, "length": 22, "value": "\"additionalProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 873, "length": 5, "value": "\"not\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 889, "length": 7, "value": "\"allOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 909, "length": 7, "value": "\"oneOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 929, "length": 7, "value": "\"anyOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 949, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 967, "length": 10, "value": "\"required\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 999, "length": 15, "value": "\"propertyNames\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1035, "length": 8, "value": "\"format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1057, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1087, "length": 4, "value": "\"if\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1189, "length": 6, "value": "\"ipv4\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1215, "length": 6, "value": "\"ipv6\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1241, "length": 5, "value": "\"uri\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1775, "length": 4664, "value": "\"{\n \"id\": \"http:\/\/json-schema.org\/draft-04\/schema#\",\n \"$schema\": \"http:\/\/json-schema.org\/draft-04\/schema#\",\n \"description\": \"Core schema meta-schema\",\n \"definitions\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$ref\": \"#\" }\n },\n \"positiveInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"positiveIntegerDefault0\": {\n \"allOf\": [ { \"$ref\": \"#\/definitions\/positiveInteger\" }, { \"default\": 0 } ]\n },\n \"simpleTypes\": {\n \"enum\": [ \"array\", \"boolean\", \"integer\", \"null\", \"number\", \"object\", \"string\" ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n },\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"string\"\n },\n \"$schema\": {\n \"type\": \"string\"\n },\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": {},\n \"multipleOf\": {\n \"type\": \"number\",\n \"minimum\": 0,\n \"exclusiveMinimum\": true\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"maxLength\": { \"$ref\": \"#\/definitions\/positiveInteger\" },\n \"minLength\": { \"$ref\": \"#\/definitions\/positiveIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"additionalItems\": {\n \"anyOf\": [\n { \"type\": \"boolean\" },\n { \"$ref\": \"#\" }\n ],\n \"default\": {}\n },\n \"items\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/schemaArray\" }\n ],\n \"default\": {}\n },\n \"maxItems\": { \"$ref\": \"#\/definitions\/positiveInteger\" },\n \"minItems\": { \"$ref\": \"#\/definitions\/positiveIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"maxProperties\": { \"$ref\": \"#\/definitions\/positiveInteger\" },\n \"minProperties\": { \"$ref\": \"#\/definitions\/positiveIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/definitions\/stringArray\" },\n \"additionalProperties\": {\n \"anyOf\": [\n { \"type\": \"boolean\" },\n { \"$ref\": \"#\" }\n ],\n \"default\": {}\n },\n \"definitions\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"dependencies\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/stringArray\" }\n ]\n }\n },\n \"enum\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true\n },\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/definitions\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/definitions\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n },\n \"format\": { \"type\": \"string\" },\n \"allOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"not\": { \"$ref\": \"#\" }\n },\n \"dependencies\": {\n \"exclusiveMaximum\": [ \"maximum\" ],\n \"exclusiveMinimum\": [ \"minimum\" ]\n },\n \"default\": {}\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "IntegerLiteral", "offset": 6575, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 3266, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 3301, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 3713, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 3748, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 4387, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 4423, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 4837, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 4873, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Utilities\/UnsafeMutableMemory.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Utilities\/UnsafeMutableMemory.swift", "kind": "IntegerLiteral", "offset": 1481, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Utilities\/UnsafeMemory.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Utilities\/UnsafeMemory.swift", "kind": "IntegerLiteral", "offset": 1427, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "BooleanLiteral", "offset": 754, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "BooleanLiteral", "offset": 854, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "Array", "offset": 974, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", "offset": 1165, "length": 2, "value": "30" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "BooleanLiteral", "offset": 1767, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "BooleanLiteral", + "offset": 2202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 33281, + "offset": 34862, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 38925, + "offset": 40506, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 50864, + "offset": 52445, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "BooleanLiteral", - "offset": 50935, + "offset": 52516, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 71444, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 77409, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 77442, + "length": 5, + "value": "\"poi\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 77482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 77796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "Array", + "offset": 77844, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 78694, + "length": 5, + "value": "\"poi\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 79070, + "length": 8, + "value": "\"beacon\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 79442, + "length": 5, + "value": "\"poi\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 80004, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 80348, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 80375, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 68693, + "offset": 80384, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 80413, + "length": 6, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 80427, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 81237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 81333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 81395, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "BooleanLiteral", + "offset": 90546, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 76204, + "offset": 108419, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 76237, + "offset": 108452, "length": 5, "value": "\"poi\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 76277, + "offset": 108492, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 76591, + "offset": 108806, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "Array", - "offset": 76639, + "offset": 108854, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 77489, + "offset": 109704, "length": 5, "value": "\"poi\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 77865, + "offset": 110080, "length": 8, "value": "\"beacon\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 78237, + "offset": 110435, "length": 5, "value": "\"poi\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 78793, + "offset": 111024, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79131, + "offset": 111365, "length": 28, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79158, + "offset": 111392, "length": 10, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79167, + "offset": 111401, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79196, + "offset": 111430, "length": 6, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79210, + "offset": 111444, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 80014, + "offset": 112298, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 80110, + "offset": 112400, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 80172, + "offset": 112462, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 1354, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 1360, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 1689, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 1695, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 2877, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 2912, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 3308, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 3344, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 3788, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 3823, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 4646, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 4682, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 212, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 267, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 359, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 453, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 1020, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "BooleanLiteral", "offset": 1098, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "BooleanLiteral", "offset": 1242, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 159, "length": 40, "value": "\"http:\/\/json-schema.org\/draft-06\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 227, "length": 40, "value": "\"http:\/\/json-schema.org\/draft-07\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 344, "length": 6, "value": "\"$ref\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 361, "length": 5, "value": "\"not\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 377, "length": 7, "value": "\"allOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 397, "length": 7, "value": "\"oneOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 417, "length": 7, "value": "\"anyOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 437, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 455, "length": 10, "value": "\"required\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 487, "length": 15, "value": "\"propertyNames\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 523, "length": 8, "value": "\"format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 545, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 575, "length": 4, "value": "\"if\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 591, "length": 9, "value": "\"pattern\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 615, "length": 12, "value": "\"multipleOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 645, "length": 10, "value": "\"contains\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 671, "length": 13, "value": "\"uniqueItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 703, "length": 6, "value": "\"enum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 723, "length": 7, "value": "\"const\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 743, "length": 14, "value": "\"dependencies\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 777, "length": 11, "value": "\"minLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 805, "length": 11, "value": "\"maxLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 833, "length": 9, "value": "\"minimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 857, "length": 9, "value": "\"maximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 881, "length": 18, "value": "\"exclusiveMinimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 923, "length": 18, "value": "\"exclusiveMaximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 965, "length": 10, "value": "\"minItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 991, "length": 10, "value": "\"maxItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1017, "length": 15, "value": "\"minProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1053, "length": 15, "value": "\"maxProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1089, "length": 7, "value": "\"items\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1109, "length": 17, "value": "\"additionalItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1149, "length": 19, "value": "\"patternProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1193, "length": 22, "value": "\"additionalProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1329, "length": 6, "value": "\"ipv4\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1355, "length": 6, "value": "\"ipv6\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1381, "length": 5, "value": "\"uri\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1405, "length": 14, "value": "\"json-pointer\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1446, "length": 7, "value": "\"regex\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1959, "length": 5230, "value": "\"{\n \"$schema\": \"http:\/\/json-schema.org\/draft-07\/schema#\",\n \"$id\": \"http:\/\/json-schema.org\/draft-07\/schema#\",\n \"title\": \"Core schema meta-schema\",\n \"definitions\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$ref\": \"#\" }\n },\n \"nonNegativeInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"nonNegativeIntegerDefault0\": {\n \"allOf\": [\n { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n { \"default\": 0 }\n ]\n },\n \"simpleTypes\": {\n \"enum\": [\n \"array\",\n \"boolean\",\n \"integer\",\n \"null\",\n \"number\",\n \"object\",\n \"string\"\n ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"uniqueItems\": true,\n \"default\": []\n }\n },\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"$id\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$schema\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"$ref\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$comment\": {\n \"type\": \"string\"\n },\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": true,\n \"readOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"examples\": {\n \"type\": \"array\",\n \"items\": true\n },\n \"multipleOf\": {\n \"type\": \"number\",\n \"exclusiveMinimum\": 0\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"number\"\n },\n \"maxLength\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minLength\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"additionalItems\": { \"$ref\": \"#\" },\n \"items\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/schemaArray\" }\n ],\n \"default\": true\n },\n \"maxItems\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minItems\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"contains\": { \"$ref\": \"#\" },\n \"maxProperties\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minProperties\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/definitions\/stringArray\" },\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"definitions\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"propertyNames\": { \"format\": \"regex\" },\n \"default\": {}\n },\n \"dependencies\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/stringArray\" }\n ]\n }\n },\n \"propertyNames\": { \"$ref\": \"#\" },\n \"const\": true,\n \"enum\": {\n \"type\": \"array\",\n \"items\": true,\n \"minItems\": 1,\n \"uniqueItems\": true\n },\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/definitions\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/definitions\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n },\n \"format\": { \"type\": \"string\" },\n \"contentMediaType\": { \"type\": \"string\" },\n \"contentEncoding\": { \"type\": \"string\" },\n \"if\": { \"$ref\": \"#\" },\n \"then\": { \"$ref\": \"#\" },\n \"else\": { \"$ref\": \"#\" },\n \"allOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"not\": { \"$ref\": \"#\" }\n },\n \"default\": true\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "IntegerLiteral", "offset": 7325, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 518, "length": 22, "value": "\"WoosmapGeofencingSDK\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 855, "length": 8, "value": "\"[🔥]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 887, "length": 10, "value": "\"[‼️]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 920, "length": 10, "value": "\"[⚠️]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 955, "length": 10, "value": "\"[ℹ️]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 987, "length": 8, "value": "\"[💬]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 1018, "length": 8, "value": "\"[🔬]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", - "offset": 855, - "length": 8, - "value": "\"[🔥]\"" + "offset": 1455, + "length": 24, + "value": "\"yyyy-MM-dd hh:mm:ssSSS\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 125, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 171, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 188, + "length": 3, + "value": "5.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 206, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 277, + "length": 4, + "value": "0.95" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 3683, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 3805, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 3940, + "length": 46, + "value": "[[1.0, 0.0], [0.0, 1.0]]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 887, - "length": 10, - "value": "\"[‼️]\"" + "offset": 4010, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 4056, + "length": 2, + "value": "-2" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 920, + "offset": 4111, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4220, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 4243, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 4290, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4371, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4429, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 4452, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4499, + "length": 5, + "value": "\"age\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 4508, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4530, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 4547, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4569, + "length": 9, + "value": "\"updated\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "BooleanLiteral", + "offset": 4582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4605, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 4655, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4676, "length": 10, - "value": "\"[⚠️]\"" + "value": "\"idVisits\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 4690, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 955, + "offset": 4723, + "length": 12, + "value": "\"visitPoint\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 4739, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4777, + "length": 11, + "value": "\"startTime\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 9, + "value": "\"endTime\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4923, "length": 10, - "value": "\"[ℹ️]\"" + "value": "\"duration\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 987, - "length": 8, - "value": "\"[💬]\"" + "offset": 5049, + "length": 14, + "value": "\"weeks_on_zoi\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 5130, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 5140, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 5142, + "length": 2, + "value": "24" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 1018, + "offset": 5164, + "length": 16, + "value": "\"weekly_density\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5273, + "length": 26, + "value": "\"daily_presence_intervals\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5397, + "length": 19, + "value": "\"average_intervals\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5456, "length": 8, - "value": "\"[🔬]\"" + "value": "\"period\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 1455, - "length": 24, - "value": "\"yyyy-MM-dd hh:mm:ssSSS\"" + "offset": 5468, + "length": 14, + "value": "\"NO QUALIFIER\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "Array", - "offset": 125, + "offset": 5721, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "Array", - "offset": 171, + "offset": 5764, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 5813, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5904, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5983, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 6158, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6177, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 6227, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6246, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 6485, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6687, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6770, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 7067, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 7465, + "length": 10, + "value": "\"idVisits\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 7606, + "length": 10, + "value": "\"idVisits\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 7705, + "length": 12, + "value": "\"visitPoint\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 7805, + "length": 12, + "value": "\"visitPoint\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "BooleanLiteral", + "offset": 7951, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 7994, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 8037, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 8086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8177, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8256, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8439, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 8458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8508, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 8527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8766, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 8968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 8971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 9051, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 9348, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "BooleanLiteral", + "offset": 9948, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10204, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10283, + "length": 5, + "value": "\"age\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10304, + "length": 5, + "value": "\"age\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 10324, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10342, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10371, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10574, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 10593, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10637, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 10656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10849, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 11064, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11222, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11234, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11605, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11642, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11846, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11860, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11953, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11966, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 11984, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12142, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12282, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12356, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 12397, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12439, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12474, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 12543, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 12609, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12863, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12869, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12940, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 13014, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 14049, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14475, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14524, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14587, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14637, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14699, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14703, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14731, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14735, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14832, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15005, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15024, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15070, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15089, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "FloatLiteral", - "offset": 188, + "offset": 15233, "length": 3, - "value": "5.0" + "value": "0.7" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15240, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "FloatLiteral", - "offset": 206, + "offset": 15377, "length": 3, - "value": "3.0" + "value": "0.7" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15384, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15387, + "length": 1, + "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15417, + "length": 11, + "value": "\"POLYGON((\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "FloatLiteral", - "offset": 277, + "offset": 15444, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15471, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15495, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15563, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15911, "length": 4, - "value": "0.95" + "value": "\"%f\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15980, + "length": 4, + "value": "\"%f\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16072, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16140, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 16170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16219, + "length": 4, + "value": "\"%f\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16280, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16330, + "length": 4, + "value": "\"%f\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16391, + "length": 4, + "value": "\"))\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16479, + "length": 12, + "value": "\"WktPolygon\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "FloatLiteral", "offset": 18020, "length": 9, "value": "6378137.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 18815, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 18861, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 164, "length": 46, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 243, "length": 50, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/core\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 331, "length": 56, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/applicator\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 431, "length": 57, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/unevaluated\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 533, "length": 56, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/validation\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 633, "length": 55, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/meta-data\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 730, "length": 63, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/format-annotation\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 844, "length": 53, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/content\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 987, "length": 19, "value": "\"dependentRequired\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1031, "length": 9, "value": "\"pattern\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1055, "length": 12, "value": "\"multipleOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1085, "length": 10, "value": "\"contains\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1111, "length": 13, "value": "\"uniqueItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1143, "length": 6, "value": "\"enum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1163, "length": 7, "value": "\"const\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1183, "length": 14, "value": "\"dependencies\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1217, "length": 18, "value": "\"dependentSchemas\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1259, "length": 11, "value": "\"minLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1287, "length": 11, "value": "\"maxLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1315, "length": 9, "value": "\"minimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1339, "length": 9, "value": "\"maximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1363, "length": 18, "value": "\"exclusiveMinimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1405, "length": 18, "value": "\"exclusiveMaximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1447, "length": 10, "value": "\"minItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1473, "length": 10, "value": "\"maxItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1499, "length": 15, "value": "\"minProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1535, "length": 15, "value": "\"maxProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1571, "length": 7, "value": "\"items\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1591, "length": 17, "value": "\"additionalItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1631, "length": 19, "value": "\"patternProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1675, "length": 22, "value": "\"additionalProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1725, "length": 6, "value": "\"$ref\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1742, "length": 5, "value": "\"not\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1758, "length": 7, "value": "\"allOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1778, "length": 7, "value": "\"oneOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1798, "length": 7, "value": "\"anyOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1818, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1836, "length": 10, "value": "\"required\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1868, "length": 15, "value": "\"propertyNames\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1905, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1935, "length": 8, "value": "\"format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1957, "length": 4, "value": "\"if\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1974, "length": 18, "value": "\"unevaluatedItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2006, "length": 18, "value": "\"unevaluatedItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2031, "length": 23, "value": "\"unevaluatedProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2068, "length": 23, "value": "\"unevaluatedProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2184, "length": 6, "value": "\"ipv4\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2210, "length": 6, "value": "\"ipv6\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2236, "length": 5, "value": "\"uri\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2260, "length": 6, "value": "\"uuid\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2286, "length": 7, "value": "\"regex\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2314, "length": 14, "value": "\"json-pointer\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2794, "length": 2707, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/core\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/applicator\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/unevaluated\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/validation\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/meta-data\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/format-annotation\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/content\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Core and Validation specifications meta-schema\",\n \"allOf\": [\n {\"$ref\": \"meta\/core\"},\n {\"$ref\": \"meta\/applicator\"},\n {\"$ref\": \"meta\/unevaluated\"},\n {\"$ref\": \"meta\/validation\"},\n {\"$ref\": \"meta\/meta-data\"},\n {\"$ref\": \"meta\/format-annotation\"},\n {\"$ref\": \"meta\/content\"}\n ],\n \"type\": [\"object\", \"boolean\"],\n \"$comment\": \"This meta-schema also defines keywords that have appeared in previous drafts in order to prevent incompatible extensions as they remain in common use.\",\n \"properties\": {\n \"definitions\": {\n \"$comment\": \"\\\"definitions\\\" has been replaced by \\\"$defs\\\".\",\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"deprecated\": true,\n \"default\": {}\n },\n \"dependencies\": {\n \"$comment\": \"\\\"dependencies\\\" has been split and replaced by \\\"dependentSchemas\\\" and \\\"dependentRequired\\\" in order to serve their differing semantics.\",\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$dynamicRef\": \"#meta\" },\n { \"$ref\": \"meta\/validation#\/$defs\/stringArray\" }\n ]\n },\n \"deprecated\": true,\n \"default\": {}\n },\n \"$recursiveAnchor\": {\n \"$comment\": \"\\\"$recursiveAnchor\\\" has been replaced by \\\"$dynamicAnchor\\\".\",\n \"$ref\": \"meta\/core#\/$defs\/anchorString\",\n \"deprecated\": true\n },\n \"$recursiveRef\": {\n \"$comment\": \"\\\"$recursiveRef\\\" has been replaced by \\\"$dynamicRef\\\".\",\n \"$ref\": \"meta\/core#\/$defs\/uriReferenceString\",\n \"deprecated\": true\n }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 5637, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 5750, "length": 1773, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/core\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/core\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Core vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"$id\": {\n \"$ref\": \"#\/$defs\/uriReferenceString\",\n \"$comment\": \"Non-empty fragments not allowed.\",\n \"pattern\": \"^[^#]*#?$\"\n },\n \"$schema\": { \"$ref\": \"#\/$defs\/uriString\" },\n \"$ref\": { \"$ref\": \"#\/$defs\/uriReferenceString\" },\n \"$anchor\": { \"$ref\": \"#\/$defs\/anchorString\" },\n \"$dynamicRef\": { \"$ref\": \"#\/$defs\/uriReferenceString\" },\n \"$dynamicAnchor\": { \"$ref\": \"#\/$defs\/anchorString\" },\n \"$vocabulary\": {\n \"type\": \"object\",\n \"propertyNames\": { \"$ref\": \"#\/$defs\/uriString\" },\n \"additionalProperties\": {\n \"type\": \"boolean\"\n }\n },\n \"$comment\": {\n \"type\": \"string\"\n },\n \"$defs\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" }\n }\n },\n \"$defs\": {\n \"anchorString\": {\n \"type\": \"string\",\n \"pattern\": \"^[A-Za-z_][-A-Za-z0-9._]*$\"\n },\n \"uriString\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"uriReferenceString\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 7659, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 7777, "length": 1856, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/applicator\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/applicator\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Applicator vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"prefixItems\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"items\": { \"$dynamicRef\": \"#meta\" },\n \"contains\": { \"$dynamicRef\": \"#meta\" },\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"propertyNames\": { \"format\": \"regex\" },\n \"default\": {}\n },\n \"dependentSchemas\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"default\": {}\n },\n \"propertyNames\": { \"$dynamicRef\": \"#meta\" },\n \"if\": { \"$dynamicRef\": \"#meta\" },\n \"then\": { \"$dynamicRef\": \"#meta\" },\n \"else\": { \"$dynamicRef\": \"#meta\" },\n \"allOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"not\": { \"$dynamicRef\": \"#meta\" }\n },\n \"$defs\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$dynamicRef\": \"#meta\" }\n }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 9769, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 9889, "length": 573, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/unevaluated\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/unevaluated\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Unevaluated applicator vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"unevaluatedItems\": { \"$dynamicRef\": \"#meta\" },\n \"unevaluatedProperties\": { \"$dynamicRef\": \"#meta\" }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 10598, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 10717, "length": 2847, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/validation\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/validation\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Validation vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/$defs\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/$defs\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n },\n \"const\": true,\n \"enum\": {\n \"type\": \"array\",\n \"items\": true\n },\n \"multipleOf\": {\n \"type\": \"number\",\n \"exclusiveMinimum\": 0\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"number\"\n },\n \"maxLength\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minLength\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"maxItems\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minItems\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"maxContains\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minContains\": {\n \"$ref\": \"#\/$defs\/nonNegativeInteger\",\n \"default\": 1\n },\n \"maxProperties\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minProperties\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/$defs\/stringArray\" },\n \"dependentRequired\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"$ref\": \"#\/$defs\/stringArray\"\n }\n }\n },\n \"$defs\": {\n \"nonNegativeInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"nonNegativeIntegerDefault0\": {\n \"$ref\": \"#\/$defs\/nonNegativeInteger\",\n \"default\": 0\n },\n \"simpleTypes\": {\n \"enum\": [\n \"array\",\n \"boolean\",\n \"integer\",\n \"null\",\n \"number\",\n \"object\",\n \"string\"\n ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"uniqueItems\": true,\n \"default\": []\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 13700, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 13817, "length": 1041, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/meta-data\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/meta-data\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Meta-data vocabulary meta-schema\",\n\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": true,\n \"deprecated\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"readOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"writeOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"examples\": {\n \"type\": \"array\",\n \"items\": true\n }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 14994, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 15120, "length": 461, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/format-annotation\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/format-annotation\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Format vocabulary meta-schema for annotation results\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"format\": { \"type\": \"string\" }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 15717, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 15833, "length": 532, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/content\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/content\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Content vocabulary meta-schema\",\n\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"contentEncoding\": { \"type\": \"string\" },\n \"contentMediaType\": { \"type\": \"string\" },\n \"contentSchema\": { \"$dynamicRef\": \"#meta\" }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 16501, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/RefResolver.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/RefResolver.swift", "kind": "StringLiteral", "offset": 887, "length": 5, "value": "\"$id\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/RefResolver.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/RefResolver.swift", "kind": "StringLiteral", "offset": 914, "length": 7, "value": "\"$defs\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", "kind": "FloatLiteral", "offset": 180, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", "kind": "FloatLiteral", "offset": 465, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", "kind": "FloatLiteral", "offset": 541, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 249, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 304, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 371, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 425, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "FloatLiteral", "offset": 499, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "FloatLiteral", "offset": 575, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "IntegerLiteral", "offset": 649, "length": 2, "value": "-1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "Dictionary", "offset": 729, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 798, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5376, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5431, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5498, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5552, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "FloatLiteral", "offset": 5626, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "FloatLiteral", "offset": 5702, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "Dictionary", "offset": 5783, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5852, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 4669, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 4675, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 5167, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 5173, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 5701, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 5736, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 6306, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 6341, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 6929, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 6935, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 7428, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 7434, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 7963, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 7999, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 8570, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 8606, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", "kind": "StringLiteral", - "offset": 737, + "offset": 830, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", "kind": "StringLiteral", - "offset": 34042, + "offset": 37346, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", "kind": "BooleanLiteral", - "offset": 49183, + "offset": 53846, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", - "kind": "StringLiteral", - "offset": 177, - "length": 23, - "value": "\"WoosmapGeofencing.LocationServiceCoreImpl\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 319, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 350, - "length": 10, - "value": "\"features\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 387, - "length": 12, - "value": "\"pagination\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 319, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 350, "length": 10, "value": "\"features\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 387, "length": 12, "value": "\"pagination\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1042, - "length": 7, - "value": "\"lines\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1078, - "length": 14, - "value": "\"country_code\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1113, - "length": 6, - "value": "\"city\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1143, - "length": 9, - "value": "\"zipcode\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1042, "length": 7, "value": "\"lines\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1078, "length": 14, "value": "\"country_code\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1113, "length": 6, "value": "\"city\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1143, "length": 9, "value": "\"zipcode\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1838, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1871, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1908, "length": 10, "value": "\"geometry\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1838, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1871, - "length": 12, - "value": "\"properties\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1908, - "length": 10, - "value": "\"geometry\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 2499, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 2533, "length": 13, "value": "\"coordinates\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 2499, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 2533, - "length": 13, - "value": "\"coordinates\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3040, - "length": 6, - "value": "\"page\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3072, - "length": 11, - "value": "\"pageCount\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3040, "length": 6, "value": "\"page\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3072, "length": 11, "value": "\"pageCount\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3784, "length": 10, "value": "\"store_id\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3815, "length": 6, "value": "\"name\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3845, "length": 9, "value": "\"contact\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3878, "length": 9, "value": "\"address\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3919, "length": 17, "value": "\"user_properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3957, "length": 6, "value": "\"tags\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3985, "length": 7, "value": "\"types\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 4017, "length": 10, "value": "\"distance\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3784, - "length": 10, - "value": "\"store_id\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3815, - "length": 6, - "value": "\"name\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3845, - "length": 9, - "value": "\"contact\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3878, - "length": 9, - "value": "\"address\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3919, - "length": 17, - "value": "\"user_properties\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3957, - "length": 6, - "value": "\"tags\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3985, - "length": 7, - "value": "\"types\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 4017, - "length": 10, - "value": "\"distance\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 4983, "length": 12, "value": "\"ASCII_name\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 4983, - "length": 12, - "value": "\"ASCII_name\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "BooleanLiteral", "offset": 236, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 311, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "FloatLiteral", "offset": 379, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "FloatLiteral", "offset": 450, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "FloatLiteral", "offset": 515, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "BooleanLiteral", "offset": 608, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "IntegerLiteral", "offset": 671, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 739, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "IntegerLiteral", "offset": 800, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 868, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 921, "length": 8, "value": "\"circle\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 984, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 1055, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "IntegerLiteral", "offset": 1126, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 3489, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 164, "length": 46, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 243, "length": 49, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/core\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 330, "length": 55, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/applicator\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 429, "length": 55, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/validation\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 528, "length": 54, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/meta-data\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 624, "length": 51, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 715, "length": 52, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/content\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 857, "length": 19, "value": "\"dependentRequired\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 901, "length": 9, "value": "\"pattern\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 925, "length": 12, "value": "\"multipleOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 955, "length": 10, "value": "\"contains\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 981, "length": 13, "value": "\"uniqueItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1013, "length": 6, "value": "\"enum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1033, "length": 7, "value": "\"const\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1053, "length": 14, "value": "\"dependencies\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1087, "length": 18, "value": "\"dependentSchemas\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1129, "length": 11, "value": "\"minLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1157, "length": 11, "value": "\"maxLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1185, "length": 9, "value": "\"minimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1209, "length": 9, "value": "\"maximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1233, "length": 18, "value": "\"exclusiveMinimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1275, "length": 18, "value": "\"exclusiveMaximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1317, "length": 10, "value": "\"minItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1343, "length": 10, "value": "\"maxItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1369, "length": 15, "value": "\"minProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1405, "length": 15, "value": "\"maxProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1441, "length": 7, "value": "\"items\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1461, "length": 17, "value": "\"additionalItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1501, "length": 19, "value": "\"patternProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1545, "length": 22, "value": "\"additionalProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1595, "length": 6, "value": "\"$ref\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1612, "length": 5, "value": "\"not\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1628, "length": 7, "value": "\"allOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1648, "length": 7, "value": "\"oneOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1668, "length": 7, "value": "\"anyOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1688, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1706, "length": 10, "value": "\"required\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1738, "length": 15, "value": "\"propertyNames\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1775, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1805, "length": 8, "value": "\"format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1827, "length": 4, "value": "\"if\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1844, "length": 18, "value": "\"unevaluatedItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1876, "length": 18, "value": "\"unevaluatedItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1901, "length": 23, "value": "\"unevaluatedProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1938, "length": 23, "value": "\"unevaluatedProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2054, "length": 6, "value": "\"ipv4\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2080, "length": 6, "value": "\"ipv6\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2106, "length": 5, "value": "\"uri\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2130, "length": 6, "value": "\"uuid\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2156, "length": 7, "value": "\"regex\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2184, "length": 14, "value": "\"json-pointer\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2663, "length": 1882, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/core\": true,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/applicator\": true,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/validation\": true,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/meta-data\": true,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/format\": false,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/content\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Core and Validation specifications meta-schema\",\n \"allOf\": [\n {\"$ref\": \"meta\/core\"},\n {\"$ref\": \"meta\/applicator\"},\n {\"$ref\": \"meta\/validation\"},\n {\"$ref\": \"meta\/meta-data\"},\n {\"$ref\": \"meta\/format\"},\n {\"$ref\": \"meta\/content\"}\n ],\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"definitions\": {\n \"$comment\": \"While no longer an official keyword as it is replaced by $defs, this keyword is retained in the meta-schema to prevent incompatible extensions as it remains in common use.\",\n \"type\": \"object\",\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"default\": {}\n },\n \"dependencies\": {\n \"$comment\": \"\\\"dependencies\\\" is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to \\\"dependentSchemas\\\" and \\\"dependentRequired\\\"\",\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$recursiveRef\": \"#\" },\n { \"$ref\": \"meta\/validation#\/$defs\/stringArray\" }\n ]\n }\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 4681, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 4794, "length": 1544, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/core\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/core\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Core vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"$id\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\",\n \"$comment\": \"Non-empty fragments not allowed.\",\n \"pattern\": \"^[^#]*#?$\"\n },\n \"$schema\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"$anchor\": {\n \"type\": \"string\",\n \"pattern\": \"^[A-Za-z][-A-Za-z0-9.:_]*$\"\n },\n \"$ref\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$recursiveRef\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$recursiveAnchor\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"$vocabulary\": {\n \"type\": \"object\",\n \"propertyNames\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"additionalProperties\": {\n \"type\": \"boolean\"\n }\n },\n \"$comment\": {\n \"type\": \"string\"\n },\n \"$defs\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"default\": {}\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 6474, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 6593, "length": 1873, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/applicator\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/applicator\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Applicator vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"additionalItems\": { \"$recursiveRef\": \"#\" },\n \"unevaluatedItems\": { \"$recursiveRef\": \"#\" },\n \"items\": {\n \"anyOf\": [\n { \"$recursiveRef\": \"#\" },\n { \"$ref\": \"#\/$defs\/schemaArray\" }\n ]\n },\n \"contains\": { \"$recursiveRef\": \"#\" },\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"unevaluatedProperties\": { \"$recursiveRef\": \"#\" },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"propertyNames\": { \"format\": \"regex\" },\n \"default\": {}\n },\n \"dependentSchemas\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"$recursiveRef\": \"#\"\n }\n },\n \"propertyNames\": { \"$recursiveRef\": \"#\" },\n \"if\": { \"$recursiveRef\": \"#\" },\n \"then\": { \"$recursiveRef\": \"#\" },\n \"else\": { \"$recursiveRef\": \"#\" },\n \"allOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"not\": { \"$recursiveRef\": \"#\" }\n },\n \"$defs\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$recursiveRef\": \"#\" }\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 8602, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 8721, "length": 2847, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/validation\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/validation\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Validation vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"multipleOf\": {\n \"type\": \"number\",\n \"exclusiveMinimum\": 0\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"number\"\n },\n \"maxLength\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minLength\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"maxItems\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minItems\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"maxContains\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minContains\": {\n \"$ref\": \"#\/$defs\/nonNegativeInteger\",\n \"default\": 1\n },\n \"maxProperties\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minProperties\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/$defs\/stringArray\" },\n \"dependentRequired\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"$ref\": \"#\/$defs\/stringArray\"\n }\n },\n \"const\": true,\n \"enum\": {\n \"type\": \"array\",\n \"items\": true\n },\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/$defs\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/$defs\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n }\n },\n \"$defs\": {\n \"nonNegativeInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"nonNegativeIntegerDefault0\": {\n \"$ref\": \"#\/$defs\/nonNegativeInteger\",\n \"default\": 0\n },\n \"simpleTypes\": {\n \"enum\": [\n \"array\",\n \"boolean\",\n \"integer\",\n \"null\",\n \"number\",\n \"object\",\n \"string\"\n ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"uniqueItems\": true,\n \"default\": []\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 11704, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 11821, "length": 905, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/meta-data\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/meta-data\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Meta-data vocabulary meta-schema\",\n\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": true,\n \"deprecated\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"readOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"writeOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"examples\": {\n \"type\": \"array\",\n \"items\": true\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 12862, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 12977, "length": 416, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/format\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/format\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Format vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"format\": { \"type\": \"string\" }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 13529, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 13645, "length": 530, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/content\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/content\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Content vocabulary meta-schema\",\n\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"contentMediaType\": { \"type\": \"string\" },\n \"contentEncoding\": { \"type\": \"string\" },\n \"contentSchema\": { \"$recursiveRef\": \"#\" }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 14311, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 69, "length": 8, "value": "\"object\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 93, "length": 7, "value": "\"array\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 117, "length": 8, "value": "\"string\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 143, "length": 9, "value": "\"integer\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 169, "length": 8, "value": "\"number\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 195, "length": 9, "value": "\"boolean\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 219, "length": 6, "value": "\"null\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 69, - "length": 8, - "value": "\"object\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 93, - "length": 7, - "value": "\"array\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 117, - "length": 8, - "value": "\"string\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 143, - "length": 9, - "value": "\"integer\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 169, - "length": 8, - "value": "\"number\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 195, - "length": 9, - "value": "\"boolean\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 219, - "length": 6, - "value": "\"null\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "Dictionary", "offset": 383, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "StringLiteral", "offset": 415, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "BooleanLiteral", "offset": 579, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "StringLiteral", "offset": 639, "length": 39, "value": "\"https:\/\/api.woosmap.com\/indoor\/venues\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "StringLiteral", "offset": 736, "length": 54, "value": "\"https:\/\/api.woosmap.com\/indoor\/venues\/%@\/pois\/search\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "IntegerLiteral", "offset": 835, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "BooleanLiteral", "offset": 901, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "IntegerLiteral", "offset": 985, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 236, "length": 34, "value": "\"WebGeoServices.WoosmapGeofencing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 334, "length": 9, "value": "\"Woosmap\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 401, "length": 19, "value": "\"WoosmapGeofencing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 464, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 846, "length": 6, "value": "\"momd\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 1237, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 1309, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 1799, "length": 7, "value": "\"error\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 1976, "length": 89, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 1999, "length": 1, "value": "\" \"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2012, "length": 7, "value": "\" Loading of store failed:\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2064, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2145, "length": 66, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2158, "length": 7, "value": "\" Loading of store failed:\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2210, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 2301, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2557, "length": 7, "value": "\"error\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2712, "length": 72, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2735, "length": 1, "value": "\" \"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2748, "length": 7, "value": "\" Loading of store: database missing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2848, "length": 49, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2861, "length": 7, "value": "\" Loading of store: database missing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 2958, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 4915, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "Array", "offset": 238, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "StringLiteral", "offset": 258, "length": 6, "value": "\"exit\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "StringLiteral", "offset": 282, "length": 7, "value": "\"entry\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "Array", "offset": 322, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "Array", "offset": 360, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "Array", "offset": 398, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 2831, + "length": 16, + "value": "\"weekly_density\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3029, + "length": 19, + "value": "\"average_intervals\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "IntegerLiteral", + "offset": 3457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3487, + "length": 8, + "value": "\"period\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "IntegerLiteral", + "offset": 3565, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3637, + "length": 8, + "value": "\"period\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3649, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3684, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", "kind": "FloatLiteral", "offset": 305, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", "kind": "StringLiteral", "offset": 345, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", "kind": "FloatLiteral", "offset": 383, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft6Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/RegionMonitoring.swift", + "kind": "StringLiteral", + "offset": 558, + "length": 16, + "value": "\"WoosmapMonitor\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/RegionMonitoring.swift", + "kind": "IntegerLiteral", + "offset": 9437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft6Validator.swift", "kind": "StringLiteral", "offset": 130, "length": 4762, "value": "\"{\n \"$schema\": \"http:\/\/json-schema.org\/draft-06\/schema#\",\n \"$id\": \"http:\/\/json-schema.org\/draft-06\/schema#\",\n \"title\": \"Core schema meta-schema\",\n \"definitions\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$ref\": \"#\" }\n },\n \"nonNegativeInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"nonNegativeIntegerDefault0\": {\n \"allOf\": [\n { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n { \"default\": 0 }\n ]\n },\n \"simpleTypes\": {\n \"enum\": [\n \"array\",\n \"boolean\",\n \"integer\",\n \"null\",\n \"number\",\n \"object\",\n \"string\"\n ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"uniqueItems\": true,\n \"default\": []\n }\n },\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"$id\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$schema\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"$ref\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": {},\n \"examples\": {\n \"type\": \"array\",\n \"items\": {}\n },\n \"multipleOf\": {\n \"type\": \"number\",\n \"exclusiveMinimum\": 0\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"number\"\n },\n \"maxLength\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minLength\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"additionalItems\": { \"$ref\": \"#\" },\n \"items\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/schemaArray\" }\n ],\n \"default\": {}\n },\n \"maxItems\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minItems\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"contains\": { \"$ref\": \"#\" },\n \"maxProperties\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minProperties\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/definitions\/stringArray\" },\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"definitions\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"dependencies\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/stringArray\" }\n ]\n }\n },\n \"propertyNames\": { \"$ref\": \"#\" },\n \"const\": {},\n \"enum\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true\n },\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/definitions\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/definitions\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n },\n \"format\": { \"type\": \"string\" },\n \"allOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"not\": { \"$ref\": \"#\" }\n },\n \"default\": {}\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft6Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft6Validator.swift", "kind": "IntegerLiteral", "offset": 5028, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", "kind": "StringLiteral", "offset": 208, "length": 34, "value": "\"WebGeoServices.WoosmapGeofencing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", "kind": "StringLiteral", "offset": 283, "length": 16, "value": "\"TrackingSchema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", "kind": "StringLiteral", "offset": 316, "length": 7, "value": "\".json\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", "kind": "IntegerLiteral", "offset": 491, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Location.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Location.swift", "kind": "FloatLiteral", "offset": 256, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Location.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Location.swift", "kind": "FloatLiteral", "offset": 444, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "StringLiteral", "offset": 248, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "StringLiteral", "offset": 314, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "FloatLiteral", "offset": 388, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "FloatLiteral", "offset": 464, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "IntegerLiteral", "offset": 538, "length": 2, "value": "-1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "StringLiteral", "offset": 614, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "kind": "FloatLiteral", + "offset": 10582, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "kind": "FloatLiteral", + "offset": 10672, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "BooleanLiteral", "offset": 14790, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "BooleanLiteral", "offset": 15251, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "FloatLiteral", "offset": 245, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "FloatLiteral", "offset": 313, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "FloatLiteral", "offset": 389, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "FloatLiteral", "offset": 467, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "IntegerLiteral", "offset": 524, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "IntegerLiteral", "offset": 643, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "BooleanLiteral", "offset": 262, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "FloatLiteral", "offset": 551, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "FloatLiteral", "offset": 627, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "IntegerLiteral", "offset": 694, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "BooleanLiteral", "offset": 790, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "IntegerLiteral", "offset": 858, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "StringLiteral", "offset": 931, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "IntegerLiteral", "offset": 997, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "StringLiteral", "offset": 1070, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "StringLiteral", "offset": 1128, "length": 11, "value": "\"isochrone\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "IntegerLiteral", "offset": 1234, "length": 2, "value": "-1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", "kind": "Dictionary", "offset": 286, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", "kind": "Dictionary", "offset": 341, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", + "kind": "StringLiteral", + "offset": 1070, + "length": 30, + "value": "\"=>>>>>> \"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", + "kind": "StringLiteral", + "offset": 1099, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 2552, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 2558, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 2955, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 2961, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 3392, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 3427, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 3890, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 3925, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 4404, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 4410, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 4808, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 4814, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 5246, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 5282, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 5746, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 5782, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", "kind": "FloatLiteral", "offset": 299, "length": 5, "value": "140.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", "kind": "FloatLiteral", "offset": 328, "length": 5, "value": "320.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", "kind": "FloatLiteral", "offset": 357, "length": 5, "value": "270.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", "kind": "Array", "offset": 397, "length": 83, "value": "[200.0, 300.0, 500.0, 1000.0, 2000.0]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "kind": "FloatLiteral", + "offset": 894, + "length": 9, + "value": "6378137.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "kind": "FloatLiteral", + "offset": 1035, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "kind": "FloatLiteral", + "offset": 1127, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "kind": "FloatLiteral", + "offset": 1175, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "IntegerLiteral", "offset": 146, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "IntegerLiteral", "offset": 194, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "IntegerLiteral", "offset": 264, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "IntegerLiteral", "offset": 321, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "Array", "offset": 439, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 496, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 554, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 689, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "Array", "offset": 825, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 989, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 1089, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 1189, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 1289, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 120, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 189, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 729, "length": 100, "value": "\"https:\/\/api.woosmap.com\/stores\/search\/?private_key=\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 797, "length": 1, "value": "\"&lat=%@&lng=%@&stores_by_page=5\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 1082, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 1514, "length": 54, "value": "\"https:\/\/api.woosmap.com\/distance\/distancematrix\/json\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 2003, "length": 4, "value": "\"en\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2070, "length": 7, "value": "1000000" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2110, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2176, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2219, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2260, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2325, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2368, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2405, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2445, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2490, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2539, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2606, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2654, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2693, "length": 4, "value": "50.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2758, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2824, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2872, "length": 5, "value": "100.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2936, "length": 2, "value": "30" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3019, "length": 3, "value": "300" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3081, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3149, "length": 43, "value": "\"http:\/\/maps.google.com\/maps\/api\/staticmap\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3260, "length": 86, "value": "\"?markers=color:blue|%@,%@&zoom=15&size=400x400&sensor=true&key=\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3345, "length": 1, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3414, "length": 110, "value": "\"?markers=color:red|%@,%@&markers=color:blue|%@,%@&zoom=14&size=400x400&sensor=true&key=\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3523, "length": 1, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "Dictionary", "offset": 3613, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "Array", "offset": 3698, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3729, "length": 8, "value": "\"radius\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3873, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3892, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3919, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3944, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3970, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3998, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3873, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3892, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3919, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3944, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3970, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3998, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3873, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3892, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3919, "length": 1, "value": "2" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3944, "length": 1, "value": "3" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3970, "length": 1, "value": "4" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3998, "length": 1, diff --git a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.private.swiftinterface b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.private.swiftinterface index 5d23bdf..0bc5511 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) // swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name WoosmapGeofencing +// swift-module-flags-ignorable: -no-verify-emitted-module-interface import Accelerate import AdSupport import CoreData @@ -306,33 +307,31 @@ public enum EigenDecompositionError : Swift.Error { @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: any Swift.Error) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didExitRegion region: CoreLocation.CLRegion) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) - open func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) + public func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) public func removeRegion(identifier: Swift.String) - open func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) + public func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) public func removeRegion(center: CoreLocation.CLLocationCoordinate2D) public func removeRegions(type: WoosmapGeofencing.RegionType) - open func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) + public func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) @objc public func locationManagerDidPauseLocationUpdates(_ manager: CoreLocation.CLLocationManager) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - open func updateLocation(locations: [CoreLocation.CLLocation]) - open func searchAPIRequest(location: WoosmapGeofencing.Location) + public func updateLocation(locations: [CoreLocation.CLLocation]) + public func searchAPIRequest(location: WoosmapGeofencing.Location) public func sendSearchAPIRequest(location: WoosmapGeofencing.Location) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: any Swift.Error) - open func removeOldPOIRegions(newPOIS: [WoosmapGeofencing.POI]) + public func removeOldPOIRegions(newPOIS: [WoosmapGeofencing.POI]) public func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], locationId: Swift.String) public func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], distanceWithTraffic: Swift.Bool = distanceWithTraffic, distanceMode: WoosmapGeofencing.DistanceMode = distanceMode, distanceUnits: WoosmapGeofencing.DistanceUnits = distanceUnits, distanceLanguage: Swift.String = distanceLanguage) public func tracingLocationDidFailWithError(error: any Swift.Error) public func getRegionType(identifier: Swift.String) -> WoosmapGeofencing.RegionType public func checkIfPositionIsInsideGeofencingRegions(location: CoreLocation.CLLocation) - open func addRegionLogTransition(region: CoreLocation.CLRegion, didEnter: Swift.Bool, fromPositionDetection: Swift.Bool) + public func addRegionLogTransition(region: CoreLocation.CLRegion, didEnter: Swift.Bool, fromPositionDetection: Swift.Bool) public func setDataFromPOI(poi: WoosmapGeofencing.POI, propertyDictionary: inout Swift.Dictionary) - #if compiler(>=5.3) && $Sendable public func woosApiCall(with url: Foundation.URL, completionHandler: @escaping @Sendable (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void) - #endif - open func handleRefreshSystemGeofence(addCustomGeofence: Swift.Bool = false, locationId: Swift.String) - open func handleVisitEvent(visit: WoosmapGeofencing.Visit) - open func handlePOIEvent(poi: WoosmapGeofencing.POI) - open func handleZOIClassifiedEvent(region: WoosmapGeofencing.Region) + public func handleRefreshSystemGeofence(addCustomGeofence: Swift.Bool = false, locationId: Swift.String) + public func handleVisitEvent(visit: WoosmapGeofencing.Visit) + public func handlePOIEvent(poi: WoosmapGeofencing.POI) + public func handleZOIClassifiedEvent(region: WoosmapGeofencing.Region) @objc deinit } public struct SearchAPIData : Swift.Codable { @@ -511,8 +510,8 @@ public protocol LocationService : ObjectiveC.NSObject { func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], locationId: Swift.String) func tracingLocationDidFailWithError(error: any Swift.Error) func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) - func removeRegion(identifier: Swift.String) func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) + func removeRegion(identifier: Swift.String) func removeRegion(center: CoreLocation.CLLocationCoordinate2D) func removeRegions(type: WoosmapGeofencing.RegionType) func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) @@ -525,9 +524,7 @@ public protocol LocationService : ObjectiveC.NSObject { func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) func locationManagerDidPauseLocationUpdates(_ manager: CoreLocation.CLLocationManager) func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - #if compiler(>=5.3) && $Sendable func woosApiCall(with url: Foundation.URL, completionHandler: @escaping @Sendable (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void) - #endif } extension WoosmapGeofencing.LocationService { public func handleRefreshSystemGeofence(locationId: Swift.String) @@ -751,6 +748,7 @@ public enum DistanceProvider : Swift.String { case woosmapTraffic case woosmapDistance public init?(rawValue: Swift.String) + @available(*, deprecated, message: "This feature was disabled; use the distanceWithTraffic flag") public typealias RawValue = Swift.String public var rawValue: Swift.String { get @@ -775,6 +773,7 @@ public enum TrafficDistanceRouting : Swift.String { case fastest case balanced public init?(rawValue: Swift.String) + @available(*, deprecated, message: "This feature was disabled; use the DistanceMethod") public typealias RawValue = Swift.String public var rawValue: Swift.String { get @@ -929,6 +928,7 @@ extension WoosmapGeofencing.DistanceDB { } } extension WoosmapGeofencing.DistanceDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class DurationLogDB : CoreData.NSManagedObject { @@ -951,6 +951,7 @@ extension WoosmapGeofencing.DurationLogDB { } } extension WoosmapGeofencing.DurationLogDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class IndoorBeaconDB : CoreData.NSManagedObject { @@ -997,6 +998,7 @@ extension WoosmapGeofencing.IndoorBeaconDB { } } extension WoosmapGeofencing.IndoorBeaconDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class IndoorVenueDB : CoreData.NSManagedObject { @@ -1035,6 +1037,7 @@ extension WoosmapGeofencing.IndoorVenueDB { } } extension WoosmapGeofencing.IndoorVenueDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LocationDB : CoreData.NSManagedObject { @@ -1065,6 +1068,7 @@ extension WoosmapGeofencing.LocationDB { } } extension WoosmapGeofencing.LocationDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LogIndoorAPIDB : CoreData.NSManagedObject { @@ -1091,6 +1095,7 @@ extension WoosmapGeofencing.LogIndoorAPIDB { } } extension WoosmapGeofencing.LogIndoorAPIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LogSearchAPIDB : CoreData.NSManagedObject { @@ -1161,6 +1166,7 @@ extension WoosmapGeofencing.LogSearchAPIDB { } } extension WoosmapGeofencing.LogSearchAPIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class POIDB : CoreData.NSManagedObject { @@ -1243,6 +1249,7 @@ extension WoosmapGeofencing.POIDB { } } extension WoosmapGeofencing.POIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class RegionDB : CoreData.NSManagedObject { @@ -1313,6 +1320,7 @@ extension WoosmapGeofencing.RegionDB { } } extension WoosmapGeofencing.RegionDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class RegionIsochroneDB : CoreData.NSManagedObject { @@ -1383,6 +1391,7 @@ extension WoosmapGeofencing.RegionIsochroneDB { } } extension WoosmapGeofencing.RegionIsochroneDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class VenueBeaconDB : CoreData.NSManagedObject { @@ -1433,6 +1442,7 @@ extension WoosmapGeofencing.VenueBeaconDB { } } extension WoosmapGeofencing.VenueBeaconDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class VisitDB : CoreData.NSManagedObject { @@ -1471,6 +1481,7 @@ extension WoosmapGeofencing.VisitDB { } } extension WoosmapGeofencing.VisitDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class ZOIDB : CoreData.NSManagedObject { @@ -1553,6 +1564,7 @@ extension WoosmapGeofencing.ZOIDB { } } extension WoosmapGeofencing.ZOIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } extension WoosmapGeofencing.EigenDecompositionError : Swift.Equatable {} diff --git a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftdoc b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftdoc index a24df0e..04ad9d0 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftdoc and b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftinterface b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftinterface index 5d23bdf..0bc5511 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftinterface +++ b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) // swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name WoosmapGeofencing +// swift-module-flags-ignorable: -no-verify-emitted-module-interface import Accelerate import AdSupport import CoreData @@ -306,33 +307,31 @@ public enum EigenDecompositionError : Swift.Error { @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: any Swift.Error) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didExitRegion region: CoreLocation.CLRegion) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) - open func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) + public func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) public func removeRegion(identifier: Swift.String) - open func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) + public func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) public func removeRegion(center: CoreLocation.CLLocationCoordinate2D) public func removeRegions(type: WoosmapGeofencing.RegionType) - open func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) + public func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) @objc public func locationManagerDidPauseLocationUpdates(_ manager: CoreLocation.CLLocationManager) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - open func updateLocation(locations: [CoreLocation.CLLocation]) - open func searchAPIRequest(location: WoosmapGeofencing.Location) + public func updateLocation(locations: [CoreLocation.CLLocation]) + public func searchAPIRequest(location: WoosmapGeofencing.Location) public func sendSearchAPIRequest(location: WoosmapGeofencing.Location) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: any Swift.Error) - open func removeOldPOIRegions(newPOIS: [WoosmapGeofencing.POI]) + public func removeOldPOIRegions(newPOIS: [WoosmapGeofencing.POI]) public func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], locationId: Swift.String) public func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], distanceWithTraffic: Swift.Bool = distanceWithTraffic, distanceMode: WoosmapGeofencing.DistanceMode = distanceMode, distanceUnits: WoosmapGeofencing.DistanceUnits = distanceUnits, distanceLanguage: Swift.String = distanceLanguage) public func tracingLocationDidFailWithError(error: any Swift.Error) public func getRegionType(identifier: Swift.String) -> WoosmapGeofencing.RegionType public func checkIfPositionIsInsideGeofencingRegions(location: CoreLocation.CLLocation) - open func addRegionLogTransition(region: CoreLocation.CLRegion, didEnter: Swift.Bool, fromPositionDetection: Swift.Bool) + public func addRegionLogTransition(region: CoreLocation.CLRegion, didEnter: Swift.Bool, fromPositionDetection: Swift.Bool) public func setDataFromPOI(poi: WoosmapGeofencing.POI, propertyDictionary: inout Swift.Dictionary) - #if compiler(>=5.3) && $Sendable public func woosApiCall(with url: Foundation.URL, completionHandler: @escaping @Sendable (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void) - #endif - open func handleRefreshSystemGeofence(addCustomGeofence: Swift.Bool = false, locationId: Swift.String) - open func handleVisitEvent(visit: WoosmapGeofencing.Visit) - open func handlePOIEvent(poi: WoosmapGeofencing.POI) - open func handleZOIClassifiedEvent(region: WoosmapGeofencing.Region) + public func handleRefreshSystemGeofence(addCustomGeofence: Swift.Bool = false, locationId: Swift.String) + public func handleVisitEvent(visit: WoosmapGeofencing.Visit) + public func handlePOIEvent(poi: WoosmapGeofencing.POI) + public func handleZOIClassifiedEvent(region: WoosmapGeofencing.Region) @objc deinit } public struct SearchAPIData : Swift.Codable { @@ -511,8 +510,8 @@ public protocol LocationService : ObjectiveC.NSObject { func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], locationId: Swift.String) func tracingLocationDidFailWithError(error: any Swift.Error) func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) - func removeRegion(identifier: Swift.String) func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) + func removeRegion(identifier: Swift.String) func removeRegion(center: CoreLocation.CLLocationCoordinate2D) func removeRegions(type: WoosmapGeofencing.RegionType) func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) @@ -525,9 +524,7 @@ public protocol LocationService : ObjectiveC.NSObject { func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) func locationManagerDidPauseLocationUpdates(_ manager: CoreLocation.CLLocationManager) func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - #if compiler(>=5.3) && $Sendable func woosApiCall(with url: Foundation.URL, completionHandler: @escaping @Sendable (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void) - #endif } extension WoosmapGeofencing.LocationService { public func handleRefreshSystemGeofence(locationId: Swift.String) @@ -751,6 +748,7 @@ public enum DistanceProvider : Swift.String { case woosmapTraffic case woosmapDistance public init?(rawValue: Swift.String) + @available(*, deprecated, message: "This feature was disabled; use the distanceWithTraffic flag") public typealias RawValue = Swift.String public var rawValue: Swift.String { get @@ -775,6 +773,7 @@ public enum TrafficDistanceRouting : Swift.String { case fastest case balanced public init?(rawValue: Swift.String) + @available(*, deprecated, message: "This feature was disabled; use the DistanceMethod") public typealias RawValue = Swift.String public var rawValue: Swift.String { get @@ -929,6 +928,7 @@ extension WoosmapGeofencing.DistanceDB { } } extension WoosmapGeofencing.DistanceDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class DurationLogDB : CoreData.NSManagedObject { @@ -951,6 +951,7 @@ extension WoosmapGeofencing.DurationLogDB { } } extension WoosmapGeofencing.DurationLogDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class IndoorBeaconDB : CoreData.NSManagedObject { @@ -997,6 +998,7 @@ extension WoosmapGeofencing.IndoorBeaconDB { } } extension WoosmapGeofencing.IndoorBeaconDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class IndoorVenueDB : CoreData.NSManagedObject { @@ -1035,6 +1037,7 @@ extension WoosmapGeofencing.IndoorVenueDB { } } extension WoosmapGeofencing.IndoorVenueDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LocationDB : CoreData.NSManagedObject { @@ -1065,6 +1068,7 @@ extension WoosmapGeofencing.LocationDB { } } extension WoosmapGeofencing.LocationDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LogIndoorAPIDB : CoreData.NSManagedObject { @@ -1091,6 +1095,7 @@ extension WoosmapGeofencing.LogIndoorAPIDB { } } extension WoosmapGeofencing.LogIndoorAPIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LogSearchAPIDB : CoreData.NSManagedObject { @@ -1161,6 +1166,7 @@ extension WoosmapGeofencing.LogSearchAPIDB { } } extension WoosmapGeofencing.LogSearchAPIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class POIDB : CoreData.NSManagedObject { @@ -1243,6 +1249,7 @@ extension WoosmapGeofencing.POIDB { } } extension WoosmapGeofencing.POIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class RegionDB : CoreData.NSManagedObject { @@ -1313,6 +1320,7 @@ extension WoosmapGeofencing.RegionDB { } } extension WoosmapGeofencing.RegionDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class RegionIsochroneDB : CoreData.NSManagedObject { @@ -1383,6 +1391,7 @@ extension WoosmapGeofencing.RegionIsochroneDB { } } extension WoosmapGeofencing.RegionIsochroneDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class VenueBeaconDB : CoreData.NSManagedObject { @@ -1433,6 +1442,7 @@ extension WoosmapGeofencing.VenueBeaconDB { } } extension WoosmapGeofencing.VenueBeaconDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class VisitDB : CoreData.NSManagedObject { @@ -1471,6 +1481,7 @@ extension WoosmapGeofencing.VisitDB { } } extension WoosmapGeofencing.VisitDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class ZOIDB : CoreData.NSManagedObject { @@ -1553,6 +1564,7 @@ extension WoosmapGeofencing.ZOIDB { } } extension WoosmapGeofencing.ZOIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } extension WoosmapGeofencing.EigenDecompositionError : Swift.Equatable {} diff --git a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftmodule b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftmodule index 5beed25..2b3166b 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftmodule and b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftmodule differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Woosmap.momd/VersionInfo.plist b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Woosmap.momd/VersionInfo.plist index 9966d09..c6d47e6 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Woosmap.momd/VersionInfo.plist and b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Woosmap.momd/VersionInfo.plist differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Woosmap.momd/Woosmap.mom b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Woosmap.momd/Woosmap.mom index 8156e9d..88b967c 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Woosmap.momd/Woosmap.mom and b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/Woosmap.momd/Woosmap.mom differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/WoosmapGeofencing b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/WoosmapGeofencing index d5d8a49..e4876d2 100755 Binary files a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/WoosmapGeofencing and b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/WoosmapGeofencing differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/_CodeSignature/CodeResources b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/_CodeSignature/CodeResources index 0ef6a90..65f416e 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/_CodeSignature/CodeResources +++ b/WoosmapGeofencing.xcframework/ios-arm64/WoosmapGeofencing.framework/_CodeSignature/CodeResources @@ -6,35 +6,35 @@ Headers/WoosmapGeofencing-Swift.h - gQwT0Xa0+cdve+xsIFq6oDOQDMk= + YGBL3fAeuKHJfFauLe3c/wC82YU= Info.plist - U3tSo232zrwOaksdKp1yUyMBa8w= + ohGSEKzF/VbHdtpsE0yWXmFr9dc= Modules/WoosmapGeofencing.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo - G39Ij8D0nqKZPhyw3qzvQW9DKKM= + nZRwGN3itDQf6CXJJcJ5hTwwBak= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.abi.json - KfMhGuv0b70h1tRsKKWoO3OExNM= + 7/zUtdJ9wZXMFBfZxhgkJcYWDUc= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.private.swiftinterface - FckcCW3RRaYPjIYDD7zwd+gxRZE= + kQRczzTO2QRP1J214lTZwYbWXPs= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftdoc - fkwSpMLaUyBqkm9GbqbMR2A/urc= + F5cxApBsJLVfSbDo1xRc+ajmGFw= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftinterface - FckcCW3RRaYPjIYDD7zwd+gxRZE= + kQRczzTO2QRP1J214lTZwYbWXPs= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftmodule - JA0QGAtVklVimi3AE6BqNJCAo10= + hdA2gpA5RoxW7IG0AFt5c6NupB8= Modules/module.modulemap @@ -50,11 +50,11 @@ Woosmap.momd/VersionInfo.plist - sKA0XirpyiF6Cz84NRJxk2J5CTs= + vfBsI3co/zfEy+TgWctsoqV2XQM= Woosmap.momd/Woosmap.mom - TIn2CqBvfYnKnITmXN+sl6P7w4E= + 5NnYenM53xajZKufqSPBVJNV5Bc= beaconTracking.json @@ -79,49 +79,49 @@ hash2 - 2DfTDIEwbrhmEZNTAww10d4AjIc/R4tIJxdhQBaoKSE= + R0/lzfCtgMyT1HgdMNgVV59wbQz5kNYKw7KkIFuABM8= Modules/WoosmapGeofencing.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo hash2 - NPa4v5Am6q3YZc4tIqlFfqL/BeckAbbbo9EbS8S5Ur4= + s+OogycHyFIVBj9+dl+p5o08Qr21utR/AaPTom7FaCY= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.abi.json hash2 - CqAuyFi3ggNuhmKx8QZ8VWmFpXbgnWySmx9GogP+jfg= + kUZ6XSWGaFh6+afjaw5hO6/QjSRc/FmKcbS97NoDWE8= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.private.swiftinterface hash2 - f/hzT1GSmRRw2mToNU/25xV771zG4SSedSpJ7bvnoyU= + rxpP8fQ0nqZlNXnHOz4W4BJBnN9QqNnvcQlZuL4p1KA= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftdoc hash2 - sfJetXQAJKTQJf/VAkDnMLaeUCKaGEaheo6zUtgQ9RY= + /Dg14PDFwiv3rj9HFQV/Nw/E9ec4ygiV+SpYEiPd7ng= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftinterface hash2 - f/hzT1GSmRRw2mToNU/25xV771zG4SSedSpJ7bvnoyU= + rxpP8fQ0nqZlNXnHOz4W4BJBnN9QqNnvcQlZuL4p1KA= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios.swiftmodule hash2 - yZLpO11mdPcCml4AbwKrX59cmtwZScrdslRaKT/ZZeo= + M1w9p2hBp4G0wClIpv46Br5KYVE+fBj7xkH3Xy4TqXs= Modules/module.modulemap @@ -149,14 +149,14 @@ hash2 - /xu0XGwAUKkOvt7Wf326FiVD2NHnmShqto5PfACjgoQ= + WSzw/Zo30rxVa9961Jeqr5IFkLIyaZ7Dg9deC0mYXR0= Woosmap.momd/Woosmap.mom hash2 - w3u8OCMCRPdaEvXyiirvv9LW0jwZg4xE45dEuw/jYbY= + yTdJCmuYyHto0xV8uC4fbU+f5b2G4FLtw9THARqHI/8= beaconTracking.json diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Headers/WoosmapGeofencing-Swift.h b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Headers/WoosmapGeofencing-Swift.h index b792c43..e5ff879 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Headers/WoosmapGeofencing-Swift.h +++ b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Headers/WoosmapGeofencing-Swift.h @@ -1,6 +1,6 @@ #if 0 #elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) #ifndef WOOSMAPGEOFENCING_SWIFT_H #define WOOSMAPGEOFENCING_SWIFT_H #pragma clang diagnostic push @@ -42,6 +42,8 @@ #include #endif #if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" #if defined(__arm64e__) && __has_include() # include #else @@ -55,6 +57,7 @@ # endif #pragma clang diagnostic pop #endif +#pragma clang diagnostic pop #endif #if !defined(SWIFT_TYPEDEFS) @@ -292,6 +295,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -474,6 +478,8 @@ SWIFT_CLASS("_TtC17WoosmapGeofencing23LocationServiceCoreImpl") @end + + /// Interacts with Core Location to collect user location and monitor region. /// This class efficiently gathers user location and triggers events based on region monitoring and provides categorised zones of Interests and temporal clusters. SWIFT_CLASS("_TtC17WoosmapGeofencing19LocationServiceImpl") @@ -482,6 +488,8 @@ SWIFT_CLASS("_TtC17WoosmapGeofencing19LocationServiceImpl") + + SWIFT_CLASS("_TtC17WoosmapGeofencing12LogIndoorAPI") @interface LogIndoorAPI : NSObject /// Date @@ -1065,7 +1073,7 @@ SWIFT_CLASS("_TtC17WoosmapGeofencing5ZOIDB") #endif #elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// Generated by Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) #ifndef WOOSMAPGEOFENCING_SWIFT_H #define WOOSMAPGEOFENCING_SWIFT_H #pragma clang diagnostic push @@ -1107,6 +1115,8 @@ SWIFT_CLASS("_TtC17WoosmapGeofencing5ZOIDB") #include #endif #if defined(__cplusplus) +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wnon-modular-include-in-framework-module" #if defined(__arm64e__) && __has_include() # include #else @@ -1120,6 +1130,7 @@ SWIFT_CLASS("_TtC17WoosmapGeofencing5ZOIDB") # endif #pragma clang diagnostic pop #endif +#pragma clang diagnostic pop #endif #if !defined(SWIFT_TYPEDEFS) @@ -1357,6 +1368,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" #pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" +#pragma clang diagnostic ignored "-Wunsafe-buffer-usage" #if __has_attribute(external_source_symbol) # pragma push_macro("any") @@ -1539,6 +1551,8 @@ SWIFT_CLASS("_TtC17WoosmapGeofencing23LocationServiceCoreImpl") @end + + /// Interacts with Core Location to collect user location and monitor region. /// This class efficiently gathers user location and triggers events based on region monitoring and provides categorised zones of Interests and temporal clusters. SWIFT_CLASS("_TtC17WoosmapGeofencing19LocationServiceImpl") @@ -1547,6 +1561,8 @@ SWIFT_CLASS("_TtC17WoosmapGeofencing19LocationServiceImpl") + + SWIFT_CLASS("_TtC17WoosmapGeofencing12LogIndoorAPI") @interface LogIndoorAPI : NSObject /// Date diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Info.plist b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Info.plist index 15a0f47..2562dac 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Info.plist and b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Info.plist differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo index 465c0a4..be42588 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo and b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo index 8a28fa4..8955bf0 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo and b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.abi.json b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.abi.json index 04e5b60..65cda9c 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -1,8 +1,8 @@ { "ABIRoot": { "kind": "Root", - "name": "TopLevel", - "printedName": "TopLevel", + "name": "WoosmapGeofencing", + "printedName": "WoosmapGeofencing", "children": [ { "kind": "Import", @@ -2197,7 +2197,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -2448,7 +2464,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -2610,6 +2642,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -2770,6 +2818,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -2849,6 +2913,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -3009,6 +3089,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -3053,6 +3149,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -3153,6 +3265,20 @@ "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -3292,6 +3418,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -3723,6 +3865,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -3815,6 +3973,20 @@ "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "IteratorProtocol", @@ -4500,6 +4672,20 @@ "usr": "s:17WoosmapGeofencing15LocationServiceP", "mangledName": "$s17WoosmapGeofencing15LocationServiceP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -4859,6 +5045,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -5152,6 +5354,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -5366,6 +5584,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -5524,6 +5756,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -5846,6 +6092,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6048,6 +6308,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6164,6 +6438,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6246,6 +6534,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6328,6 +6630,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6410,6 +6726,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6492,6 +6822,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6574,6 +6918,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6649,6 +7007,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -6686,7 +7060,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -6730,7 +7120,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -6820,6 +7226,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -7281,6 +7703,20 @@ ], "hasMissingDesignatedInitializers": true, "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -7433,6 +7869,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -7523,6 +7975,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -8310,7 +8778,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -8473,7 +8957,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -9288,7 +9788,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -9407,7 +9923,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -9604,6 +10136,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -12104,6 +12650,20 @@ "usr": "s:17WoosmapGeofencing15LocationServiceP", "mangledName": "$s17WoosmapGeofencing15LocationServiceP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -12429,6 +12989,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -12753,6 +13327,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -13017,6 +13605,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -13237,6 +13839,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -13441,6 +14057,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -14037,6 +14667,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -14121,6 +14765,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -15664,7 +16322,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -15985,7 +16659,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -16115,7 +16805,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -16294,7 +17000,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -16384,6 +17106,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -16739,6 +17477,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -17087,6 +17839,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -17414,6 +18182,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -18411,6 +19193,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -18806,7 +19602,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -19925,33 +20737,6 @@ "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, - { - "kind": "Function", - "name": "removeRegion", - "printedName": "removeRegion(identifier:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:17WoosmapGeofencing15LocationServiceP12removeRegion10identifierySS_tF", - "mangledName": "$s17WoosmapGeofencing15LocationServiceP12removeRegion10identifierySS_tF", - "moduleName": "WoosmapGeofencing", - "genericSig": "<τ_0_0 where τ_0_0 : WoosmapGeofencing.LocationService>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, { "kind": "Function", "name": "addRegion", @@ -20011,6 +20796,33 @@ "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "removeRegion", + "printedName": "removeRegion(identifier:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17WoosmapGeofencing15LocationServiceP12removeRegion10identifierySS_tF", + "mangledName": "$s17WoosmapGeofencing15LocationServiceP12removeRegion10identifierySS_tF", + "moduleName": "WoosmapGeofencing", + "genericSig": "<τ_0_0 where τ_0_0 : WoosmapGeofencing.LocationService>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, { "kind": "Function", "name": "removeRegion", @@ -20534,6 +21346,22 @@ "sugared_genericSig": "", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -20546,6 +21374,23 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "WoosmapGeofencing", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "WoosmapGeofencing" + }, { "kind": "Import", "name": "Foundation", @@ -22436,6 +23281,20 @@ "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -23112,7 +23971,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -23283,7 +24158,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -23875,7 +24766,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -23958,7 +24865,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -24404,7 +25327,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -24524,7 +25463,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -25844,7 +26799,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -26047,7 +27018,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -26639,6 +27626,20 @@ "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -26903,6 +27904,20 @@ ], "hasMissingDesignatedInitializers": true, "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Encodable", @@ -27160,6 +28175,20 @@ "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Encodable", @@ -28954,7 +29983,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -29236,7 +30281,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -29673,6 +30734,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -30033,6 +31108,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -30407,6 +31496,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -30606,6 +31709,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -30805,6 +31922,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -33612,6 +34743,20 @@ ], "enumRawTypeName": "Int", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -33897,6 +35042,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -35315,25 +36476,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -35405,6 +36558,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -35852,25 +37027,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -35942,6 +37109,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -37001,25 +38190,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -37091,6 +38272,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -37878,25 +39081,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -37968,6 +39163,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -38573,25 +39790,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -38663,6 +39872,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -39213,25 +40444,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -39303,6 +40526,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -40818,25 +42063,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -40908,6 +42145,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -42780,25 +44039,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -42870,6 +44121,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -44361,25 +45634,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -44451,6 +45716,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -45942,25 +47229,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -46032,6 +47311,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -47170,25 +48471,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -47260,6 +48553,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -48047,25 +49362,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -48137,6 +49444,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -49913,25 +51242,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -50003,6 +51324,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -50162,6 +51505,20 @@ "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "CustomDebugStringConvertible", @@ -50730,6 +52087,20 @@ "usr": "s:ST", "mangledName": "$sST" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "ReferenceConvertible", @@ -50834,6 +52205,20 @@ "usr": "s:s24_DestructorSafeContainerP", "mangledName": "$ss24_DestructorSafeContainerP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "_ArrayProtocol", @@ -51955,6 +53340,20 @@ "usr": "s:s24_DestructorSafeContainerP", "mangledName": "$ss24_DestructorSafeContainerP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -52127,4011 +53526,5012 @@ }, "ConstValues": [ { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "FloatLiteral", "offset": 392, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "FloatLiteral", "offset": 507, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "FloatLiteral", "offset": 629, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "FloatLiteral", "offset": 739, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "BooleanLiteral", "offset": 849, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Validator.swift", "kind": "StringLiteral", "offset": 172, "length": 3, "value": "\"#\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Monitor.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Monitor.swift", "kind": "StringLiteral", "offset": 504, "length": 22, "value": "\"woosmapGeofenceError\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Monitor.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Monitor.swift", "kind": "BooleanLiteral", "offset": 2445, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 159, "length": 40, "value": "\"http:\/\/json-schema.org\/draft-04\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 276, "length": 6, "value": "\"$ref\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 293, "length": 9, "value": "\"pattern\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 317, "length": 12, "value": "\"multipleOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 347, "length": 10, "value": "\"contains\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 373, "length": 13, "value": "\"uniqueItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 405, "length": 6, "value": "\"enum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 425, "length": 7, "value": "\"const\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 445, "length": 14, "value": "\"dependencies\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 479, "length": 11, "value": "\"minLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 507, "length": 11, "value": "\"maxLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 535, "length": 9, "value": "\"minimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 565, "length": 9, "value": "\"maximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 595, "length": 10, "value": "\"minItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 621, "length": 10, "value": "\"maxItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 647, "length": 15, "value": "\"minProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 683, "length": 15, "value": "\"maxProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 719, "length": 7, "value": "\"items\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 739, "length": 17, "value": "\"additionalItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 779, "length": 19, "value": "\"patternProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 823, "length": 22, "value": "\"additionalProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 873, "length": 5, "value": "\"not\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 889, "length": 7, "value": "\"allOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 909, "length": 7, "value": "\"oneOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 929, "length": 7, "value": "\"anyOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 949, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 967, "length": 10, "value": "\"required\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 999, "length": 15, "value": "\"propertyNames\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1035, "length": 8, "value": "\"format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1057, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1087, "length": 4, "value": "\"if\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1189, "length": 6, "value": "\"ipv4\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1215, "length": 6, "value": "\"ipv6\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1241, "length": 5, "value": "\"uri\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1775, "length": 4664, "value": "\"{\n \"id\": \"http:\/\/json-schema.org\/draft-04\/schema#\",\n \"$schema\": \"http:\/\/json-schema.org\/draft-04\/schema#\",\n \"description\": \"Core schema meta-schema\",\n \"definitions\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$ref\": \"#\" }\n },\n \"positiveInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"positiveIntegerDefault0\": {\n \"allOf\": [ { \"$ref\": \"#\/definitions\/positiveInteger\" }, { \"default\": 0 } ]\n },\n \"simpleTypes\": {\n \"enum\": [ \"array\", \"boolean\", \"integer\", \"null\", \"number\", \"object\", \"string\" ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n },\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"string\"\n },\n \"$schema\": {\n \"type\": \"string\"\n },\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": {},\n \"multipleOf\": {\n \"type\": \"number\",\n \"minimum\": 0,\n \"exclusiveMinimum\": true\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"maxLength\": { \"$ref\": \"#\/definitions\/positiveInteger\" },\n \"minLength\": { \"$ref\": \"#\/definitions\/positiveIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"additionalItems\": {\n \"anyOf\": [\n { \"type\": \"boolean\" },\n { \"$ref\": \"#\" }\n ],\n \"default\": {}\n },\n \"items\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/schemaArray\" }\n ],\n \"default\": {}\n },\n \"maxItems\": { \"$ref\": \"#\/definitions\/positiveInteger\" },\n \"minItems\": { \"$ref\": \"#\/definitions\/positiveIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"maxProperties\": { \"$ref\": \"#\/definitions\/positiveInteger\" },\n \"minProperties\": { \"$ref\": \"#\/definitions\/positiveIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/definitions\/stringArray\" },\n \"additionalProperties\": {\n \"anyOf\": [\n { \"type\": \"boolean\" },\n { \"$ref\": \"#\" }\n ],\n \"default\": {}\n },\n \"definitions\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"dependencies\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/stringArray\" }\n ]\n }\n },\n \"enum\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true\n },\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/definitions\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/definitions\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n },\n \"format\": { \"type\": \"string\" },\n \"allOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"not\": { \"$ref\": \"#\" }\n },\n \"dependencies\": {\n \"exclusiveMaximum\": [ \"maximum\" ],\n \"exclusiveMinimum\": [ \"minimum\" ]\n },\n \"default\": {}\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "IntegerLiteral", "offset": 6575, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 3266, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 3301, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 3713, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 3748, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 4387, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 4423, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 4837, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 4873, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Utilities\/UnsafeMutableMemory.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Utilities\/UnsafeMutableMemory.swift", "kind": "IntegerLiteral", "offset": 1481, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Utilities\/UnsafeMemory.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Utilities\/UnsafeMemory.swift", "kind": "IntegerLiteral", "offset": 1427, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "BooleanLiteral", "offset": 754, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "BooleanLiteral", "offset": 854, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "Array", "offset": 974, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", "offset": 1165, "length": 2, "value": "30" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "BooleanLiteral", "offset": 1767, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "BooleanLiteral", + "offset": 2202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 33281, + "offset": 34862, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 38925, + "offset": 40506, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 50864, + "offset": 52445, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "BooleanLiteral", - "offset": 50935, + "offset": 52516, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 71444, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 77409, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 77442, + "length": 5, + "value": "\"poi\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 77482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 77796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "Array", + "offset": 77844, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 78694, + "length": 5, + "value": "\"poi\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 79070, + "length": 8, + "value": "\"beacon\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 79442, + "length": 5, + "value": "\"poi\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 80004, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 80348, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 80375, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 68693, + "offset": 80384, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 80413, + "length": 6, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 80427, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 81237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 81333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 81395, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "BooleanLiteral", + "offset": 90546, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 76204, + "offset": 108419, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 76237, + "offset": 108452, "length": 5, "value": "\"poi\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 76277, + "offset": 108492, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 76591, + "offset": 108806, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "Array", - "offset": 76639, + "offset": 108854, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 77489, + "offset": 109704, "length": 5, "value": "\"poi\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 77865, + "offset": 110080, "length": 8, "value": "\"beacon\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 78237, + "offset": 110435, "length": 5, "value": "\"poi\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 78793, + "offset": 111024, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79131, + "offset": 111365, "length": 28, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79158, + "offset": 111392, "length": 10, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79167, + "offset": 111401, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79196, + "offset": 111430, "length": 6, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79210, + "offset": 111444, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 80014, + "offset": 112298, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 80110, + "offset": 112400, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 80172, + "offset": 112462, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 1354, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 1360, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 1689, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 1695, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 2877, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 2912, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 3308, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 3344, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 3788, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 3823, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 4646, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 4682, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 212, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 267, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 359, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 453, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 1020, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "BooleanLiteral", "offset": 1098, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "BooleanLiteral", "offset": 1242, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 159, "length": 40, "value": "\"http:\/\/json-schema.org\/draft-06\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 227, "length": 40, "value": "\"http:\/\/json-schema.org\/draft-07\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 344, "length": 6, "value": "\"$ref\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 361, "length": 5, "value": "\"not\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 377, "length": 7, "value": "\"allOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 397, "length": 7, "value": "\"oneOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 417, "length": 7, "value": "\"anyOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 437, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 455, "length": 10, "value": "\"required\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 487, "length": 15, "value": "\"propertyNames\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 523, "length": 8, "value": "\"format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 545, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 575, "length": 4, "value": "\"if\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 591, "length": 9, "value": "\"pattern\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 615, "length": 12, "value": "\"multipleOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 645, "length": 10, "value": "\"contains\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 671, "length": 13, "value": "\"uniqueItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 703, "length": 6, "value": "\"enum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 723, "length": 7, "value": "\"const\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 743, "length": 14, "value": "\"dependencies\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 777, "length": 11, "value": "\"minLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 805, "length": 11, "value": "\"maxLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 833, "length": 9, "value": "\"minimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 857, "length": 9, "value": "\"maximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 881, "length": 18, "value": "\"exclusiveMinimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 923, "length": 18, "value": "\"exclusiveMaximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 965, "length": 10, "value": "\"minItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 991, "length": 10, "value": "\"maxItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1017, "length": 15, "value": "\"minProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1053, "length": 15, "value": "\"maxProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1089, "length": 7, "value": "\"items\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1109, "length": 17, "value": "\"additionalItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1149, "length": 19, "value": "\"patternProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1193, "length": 22, "value": "\"additionalProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1329, "length": 6, "value": "\"ipv4\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1355, "length": 6, "value": "\"ipv6\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1381, "length": 5, "value": "\"uri\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1405, "length": 14, "value": "\"json-pointer\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1446, "length": 7, "value": "\"regex\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1959, "length": 5230, "value": "\"{\n \"$schema\": \"http:\/\/json-schema.org\/draft-07\/schema#\",\n \"$id\": \"http:\/\/json-schema.org\/draft-07\/schema#\",\n \"title\": \"Core schema meta-schema\",\n \"definitions\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$ref\": \"#\" }\n },\n \"nonNegativeInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"nonNegativeIntegerDefault0\": {\n \"allOf\": [\n { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n { \"default\": 0 }\n ]\n },\n \"simpleTypes\": {\n \"enum\": [\n \"array\",\n \"boolean\",\n \"integer\",\n \"null\",\n \"number\",\n \"object\",\n \"string\"\n ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"uniqueItems\": true,\n \"default\": []\n }\n },\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"$id\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$schema\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"$ref\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$comment\": {\n \"type\": \"string\"\n },\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": true,\n \"readOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"examples\": {\n \"type\": \"array\",\n \"items\": true\n },\n \"multipleOf\": {\n \"type\": \"number\",\n \"exclusiveMinimum\": 0\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"number\"\n },\n \"maxLength\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minLength\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"additionalItems\": { \"$ref\": \"#\" },\n \"items\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/schemaArray\" }\n ],\n \"default\": true\n },\n \"maxItems\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minItems\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"contains\": { \"$ref\": \"#\" },\n \"maxProperties\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minProperties\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/definitions\/stringArray\" },\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"definitions\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"propertyNames\": { \"format\": \"regex\" },\n \"default\": {}\n },\n \"dependencies\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/stringArray\" }\n ]\n }\n },\n \"propertyNames\": { \"$ref\": \"#\" },\n \"const\": true,\n \"enum\": {\n \"type\": \"array\",\n \"items\": true,\n \"minItems\": 1,\n \"uniqueItems\": true\n },\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/definitions\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/definitions\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n },\n \"format\": { \"type\": \"string\" },\n \"contentMediaType\": { \"type\": \"string\" },\n \"contentEncoding\": { \"type\": \"string\" },\n \"if\": { \"$ref\": \"#\" },\n \"then\": { \"$ref\": \"#\" },\n \"else\": { \"$ref\": \"#\" },\n \"allOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"not\": { \"$ref\": \"#\" }\n },\n \"default\": true\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "IntegerLiteral", "offset": 7325, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 518, "length": 22, "value": "\"WoosmapGeofencingSDK\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 855, "length": 8, "value": "\"[🔥]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 887, "length": 10, "value": "\"[‼️]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 920, "length": 10, "value": "\"[⚠️]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 955, "length": 10, "value": "\"[ℹ️]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 987, "length": 8, "value": "\"[💬]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 1018, "length": 8, "value": "\"[🔬]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", - "offset": 855, - "length": 8, - "value": "\"[🔥]\"" + "offset": 1455, + "length": 24, + "value": "\"yyyy-MM-dd hh:mm:ssSSS\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 125, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 171, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 188, + "length": 3, + "value": "5.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 206, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 277, + "length": 4, + "value": "0.95" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 3683, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 3805, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 3940, + "length": 46, + "value": "[[1.0, 0.0], [0.0, 1.0]]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 887, - "length": 10, - "value": "\"[‼️]\"" + "offset": 4010, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 4056, + "length": 2, + "value": "-2" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 920, + "offset": 4111, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4220, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 4243, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 4290, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4371, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4429, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 4452, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4499, + "length": 5, + "value": "\"age\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 4508, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4530, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 4547, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4569, + "length": 9, + "value": "\"updated\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "BooleanLiteral", + "offset": 4582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4605, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 4655, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4676, "length": 10, - "value": "\"[⚠️]\"" + "value": "\"idVisits\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 4690, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 955, + "offset": 4723, + "length": 12, + "value": "\"visitPoint\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 4739, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4777, + "length": 11, + "value": "\"startTime\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 9, + "value": "\"endTime\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4923, "length": 10, - "value": "\"[ℹ️]\"" + "value": "\"duration\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 987, - "length": 8, - "value": "\"[💬]\"" + "offset": 5049, + "length": 14, + "value": "\"weeks_on_zoi\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 5130, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 5140, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 5142, + "length": 2, + "value": "24" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 1018, + "offset": 5164, + "length": 16, + "value": "\"weekly_density\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5273, + "length": 26, + "value": "\"daily_presence_intervals\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5397, + "length": 19, + "value": "\"average_intervals\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5456, "length": 8, - "value": "\"[🔬]\"" + "value": "\"period\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 1455, - "length": 24, - "value": "\"yyyy-MM-dd hh:mm:ssSSS\"" + "offset": 5468, + "length": 14, + "value": "\"NO QUALIFIER\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "Array", - "offset": 125, + "offset": 5721, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "Array", - "offset": 171, + "offset": 5764, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 5813, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5904, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5983, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 6158, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6177, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 6227, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6246, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 6485, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6687, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6770, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 7067, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 7465, + "length": 10, + "value": "\"idVisits\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 7606, + "length": 10, + "value": "\"idVisits\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 7705, + "length": 12, + "value": "\"visitPoint\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 7805, + "length": 12, + "value": "\"visitPoint\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "BooleanLiteral", + "offset": 7951, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 7994, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 8037, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 8086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8177, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8256, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8439, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 8458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8508, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 8527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8766, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 8968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 8971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 9051, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 9348, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "BooleanLiteral", + "offset": 9948, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10204, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10283, + "length": 5, + "value": "\"age\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10304, + "length": 5, + "value": "\"age\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 10324, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10342, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10371, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10574, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 10593, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10637, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 10656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10849, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 11064, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11222, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11234, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11605, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11642, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11846, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11860, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11953, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11966, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 11984, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12142, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12282, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12356, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 12397, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12439, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12474, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 12543, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 12609, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12863, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12869, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12940, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 13014, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 14049, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14475, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14524, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14587, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14637, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14699, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14703, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14731, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14735, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14832, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15005, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15024, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15070, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15089, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "FloatLiteral", - "offset": 188, + "offset": 15233, "length": 3, - "value": "5.0" + "value": "0.7" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15240, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "FloatLiteral", - "offset": 206, + "offset": 15377, "length": 3, - "value": "3.0" + "value": "0.7" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15384, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15387, + "length": 1, + "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15417, + "length": 11, + "value": "\"POLYGON((\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "FloatLiteral", - "offset": 277, + "offset": 15444, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15471, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15495, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15563, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15911, "length": 4, - "value": "0.95" + "value": "\"%f\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15980, + "length": 4, + "value": "\"%f\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16072, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16140, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 16170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16219, + "length": 4, + "value": "\"%f\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16280, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16330, + "length": 4, + "value": "\"%f\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16391, + "length": 4, + "value": "\"))\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16479, + "length": 12, + "value": "\"WktPolygon\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "FloatLiteral", "offset": 18020, "length": 9, "value": "6378137.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 18815, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 18861, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 164, "length": 46, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 243, "length": 50, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/core\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 331, "length": 56, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/applicator\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 431, "length": 57, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/unevaluated\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 533, "length": 56, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/validation\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 633, "length": 55, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/meta-data\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 730, "length": 63, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/format-annotation\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 844, "length": 53, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/content\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 987, "length": 19, "value": "\"dependentRequired\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1031, "length": 9, "value": "\"pattern\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1055, "length": 12, "value": "\"multipleOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1085, "length": 10, "value": "\"contains\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1111, "length": 13, "value": "\"uniqueItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1143, "length": 6, "value": "\"enum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1163, "length": 7, "value": "\"const\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1183, "length": 14, "value": "\"dependencies\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1217, "length": 18, "value": "\"dependentSchemas\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1259, "length": 11, "value": "\"minLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1287, "length": 11, "value": "\"maxLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1315, "length": 9, "value": "\"minimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1339, "length": 9, "value": "\"maximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1363, "length": 18, "value": "\"exclusiveMinimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1405, "length": 18, "value": "\"exclusiveMaximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1447, "length": 10, "value": "\"minItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1473, "length": 10, "value": "\"maxItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1499, "length": 15, "value": "\"minProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1535, "length": 15, "value": "\"maxProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1571, "length": 7, "value": "\"items\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1591, "length": 17, "value": "\"additionalItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1631, "length": 19, "value": "\"patternProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1675, "length": 22, "value": "\"additionalProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1725, "length": 6, "value": "\"$ref\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1742, "length": 5, "value": "\"not\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1758, "length": 7, "value": "\"allOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1778, "length": 7, "value": "\"oneOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1798, "length": 7, "value": "\"anyOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1818, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1836, "length": 10, "value": "\"required\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1868, "length": 15, "value": "\"propertyNames\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1905, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1935, "length": 8, "value": "\"format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1957, "length": 4, "value": "\"if\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1974, "length": 18, "value": "\"unevaluatedItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2006, "length": 18, "value": "\"unevaluatedItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2031, "length": 23, "value": "\"unevaluatedProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2068, "length": 23, "value": "\"unevaluatedProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2184, "length": 6, "value": "\"ipv4\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2210, "length": 6, "value": "\"ipv6\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2236, "length": 5, "value": "\"uri\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2260, "length": 6, "value": "\"uuid\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2286, "length": 7, "value": "\"regex\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2314, "length": 14, "value": "\"json-pointer\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2794, "length": 2707, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/core\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/applicator\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/unevaluated\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/validation\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/meta-data\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/format-annotation\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/content\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Core and Validation specifications meta-schema\",\n \"allOf\": [\n {\"$ref\": \"meta\/core\"},\n {\"$ref\": \"meta\/applicator\"},\n {\"$ref\": \"meta\/unevaluated\"},\n {\"$ref\": \"meta\/validation\"},\n {\"$ref\": \"meta\/meta-data\"},\n {\"$ref\": \"meta\/format-annotation\"},\n {\"$ref\": \"meta\/content\"}\n ],\n \"type\": [\"object\", \"boolean\"],\n \"$comment\": \"This meta-schema also defines keywords that have appeared in previous drafts in order to prevent incompatible extensions as they remain in common use.\",\n \"properties\": {\n \"definitions\": {\n \"$comment\": \"\\\"definitions\\\" has been replaced by \\\"$defs\\\".\",\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"deprecated\": true,\n \"default\": {}\n },\n \"dependencies\": {\n \"$comment\": \"\\\"dependencies\\\" has been split and replaced by \\\"dependentSchemas\\\" and \\\"dependentRequired\\\" in order to serve their differing semantics.\",\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$dynamicRef\": \"#meta\" },\n { \"$ref\": \"meta\/validation#\/$defs\/stringArray\" }\n ]\n },\n \"deprecated\": true,\n \"default\": {}\n },\n \"$recursiveAnchor\": {\n \"$comment\": \"\\\"$recursiveAnchor\\\" has been replaced by \\\"$dynamicAnchor\\\".\",\n \"$ref\": \"meta\/core#\/$defs\/anchorString\",\n \"deprecated\": true\n },\n \"$recursiveRef\": {\n \"$comment\": \"\\\"$recursiveRef\\\" has been replaced by \\\"$dynamicRef\\\".\",\n \"$ref\": \"meta\/core#\/$defs\/uriReferenceString\",\n \"deprecated\": true\n }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 5637, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 5750, "length": 1773, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/core\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/core\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Core vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"$id\": {\n \"$ref\": \"#\/$defs\/uriReferenceString\",\n \"$comment\": \"Non-empty fragments not allowed.\",\n \"pattern\": \"^[^#]*#?$\"\n },\n \"$schema\": { \"$ref\": \"#\/$defs\/uriString\" },\n \"$ref\": { \"$ref\": \"#\/$defs\/uriReferenceString\" },\n \"$anchor\": { \"$ref\": \"#\/$defs\/anchorString\" },\n \"$dynamicRef\": { \"$ref\": \"#\/$defs\/uriReferenceString\" },\n \"$dynamicAnchor\": { \"$ref\": \"#\/$defs\/anchorString\" },\n \"$vocabulary\": {\n \"type\": \"object\",\n \"propertyNames\": { \"$ref\": \"#\/$defs\/uriString\" },\n \"additionalProperties\": {\n \"type\": \"boolean\"\n }\n },\n \"$comment\": {\n \"type\": \"string\"\n },\n \"$defs\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" }\n }\n },\n \"$defs\": {\n \"anchorString\": {\n \"type\": \"string\",\n \"pattern\": \"^[A-Za-z_][-A-Za-z0-9._]*$\"\n },\n \"uriString\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"uriReferenceString\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 7659, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 7777, "length": 1856, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/applicator\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/applicator\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Applicator vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"prefixItems\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"items\": { \"$dynamicRef\": \"#meta\" },\n \"contains\": { \"$dynamicRef\": \"#meta\" },\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"propertyNames\": { \"format\": \"regex\" },\n \"default\": {}\n },\n \"dependentSchemas\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"default\": {}\n },\n \"propertyNames\": { \"$dynamicRef\": \"#meta\" },\n \"if\": { \"$dynamicRef\": \"#meta\" },\n \"then\": { \"$dynamicRef\": \"#meta\" },\n \"else\": { \"$dynamicRef\": \"#meta\" },\n \"allOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"not\": { \"$dynamicRef\": \"#meta\" }\n },\n \"$defs\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$dynamicRef\": \"#meta\" }\n }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 9769, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 9889, "length": 573, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/unevaluated\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/unevaluated\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Unevaluated applicator vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"unevaluatedItems\": { \"$dynamicRef\": \"#meta\" },\n \"unevaluatedProperties\": { \"$dynamicRef\": \"#meta\" }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 10598, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 10717, "length": 2847, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/validation\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/validation\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Validation vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/$defs\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/$defs\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n },\n \"const\": true,\n \"enum\": {\n \"type\": \"array\",\n \"items\": true\n },\n \"multipleOf\": {\n \"type\": \"number\",\n \"exclusiveMinimum\": 0\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"number\"\n },\n \"maxLength\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minLength\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"maxItems\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minItems\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"maxContains\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minContains\": {\n \"$ref\": \"#\/$defs\/nonNegativeInteger\",\n \"default\": 1\n },\n \"maxProperties\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minProperties\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/$defs\/stringArray\" },\n \"dependentRequired\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"$ref\": \"#\/$defs\/stringArray\"\n }\n }\n },\n \"$defs\": {\n \"nonNegativeInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"nonNegativeIntegerDefault0\": {\n \"$ref\": \"#\/$defs\/nonNegativeInteger\",\n \"default\": 0\n },\n \"simpleTypes\": {\n \"enum\": [\n \"array\",\n \"boolean\",\n \"integer\",\n \"null\",\n \"number\",\n \"object\",\n \"string\"\n ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"uniqueItems\": true,\n \"default\": []\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 13700, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 13817, "length": 1041, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/meta-data\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/meta-data\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Meta-data vocabulary meta-schema\",\n\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": true,\n \"deprecated\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"readOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"writeOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"examples\": {\n \"type\": \"array\",\n \"items\": true\n }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 14994, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 15120, "length": 461, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/format-annotation\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/format-annotation\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Format vocabulary meta-schema for annotation results\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"format\": { \"type\": \"string\" }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 15717, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 15833, "length": 532, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/content\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/content\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Content vocabulary meta-schema\",\n\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"contentEncoding\": { \"type\": \"string\" },\n \"contentMediaType\": { \"type\": \"string\" },\n \"contentSchema\": { \"$dynamicRef\": \"#meta\" }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 16501, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/RefResolver.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/RefResolver.swift", "kind": "StringLiteral", "offset": 887, "length": 5, "value": "\"$id\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/RefResolver.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/RefResolver.swift", "kind": "StringLiteral", "offset": 914, "length": 7, "value": "\"$defs\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", "kind": "FloatLiteral", "offset": 180, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", "kind": "FloatLiteral", "offset": 465, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", "kind": "FloatLiteral", "offset": 541, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 249, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 304, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 371, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 425, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "FloatLiteral", "offset": 499, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "FloatLiteral", "offset": 575, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "IntegerLiteral", "offset": 649, "length": 2, "value": "-1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "Dictionary", "offset": 729, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 798, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5376, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5431, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5498, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5552, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "FloatLiteral", "offset": 5626, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "FloatLiteral", "offset": 5702, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "Dictionary", "offset": 5783, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5852, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 4669, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 4675, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 5167, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 5173, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 5701, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 5736, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 6306, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 6341, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 6929, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 6935, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 7428, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 7434, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 7963, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 7999, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 8570, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 8606, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", "kind": "StringLiteral", - "offset": 737, + "offset": 830, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", "kind": "StringLiteral", - "offset": 34042, + "offset": 37346, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", "kind": "BooleanLiteral", - "offset": 49183, + "offset": 53846, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", - "kind": "StringLiteral", - "offset": 177, - "length": 23, - "value": "\"WoosmapGeofencing.LocationServiceCoreImpl\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 319, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 350, - "length": 10, - "value": "\"features\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 387, - "length": 12, - "value": "\"pagination\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 319, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 350, "length": 10, "value": "\"features\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 387, "length": 12, "value": "\"pagination\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1042, - "length": 7, - "value": "\"lines\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1078, - "length": 14, - "value": "\"country_code\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1113, - "length": 6, - "value": "\"city\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1143, - "length": 9, - "value": "\"zipcode\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1042, "length": 7, "value": "\"lines\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1078, "length": 14, "value": "\"country_code\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1113, "length": 6, "value": "\"city\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1143, "length": 9, "value": "\"zipcode\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1838, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1871, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1908, "length": 10, "value": "\"geometry\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1838, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1871, - "length": 12, - "value": "\"properties\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1908, - "length": 10, - "value": "\"geometry\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 2499, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 2533, "length": 13, "value": "\"coordinates\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 2499, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 2533, - "length": 13, - "value": "\"coordinates\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3040, - "length": 6, - "value": "\"page\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3072, - "length": 11, - "value": "\"pageCount\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3040, "length": 6, "value": "\"page\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3072, "length": 11, "value": "\"pageCount\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3784, "length": 10, "value": "\"store_id\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3815, "length": 6, "value": "\"name\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3845, "length": 9, "value": "\"contact\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3878, "length": 9, "value": "\"address\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3919, "length": 17, "value": "\"user_properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3957, "length": 6, "value": "\"tags\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3985, "length": 7, "value": "\"types\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 4017, "length": 10, "value": "\"distance\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3784, - "length": 10, - "value": "\"store_id\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3815, - "length": 6, - "value": "\"name\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3845, - "length": 9, - "value": "\"contact\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3878, - "length": 9, - "value": "\"address\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3919, - "length": 17, - "value": "\"user_properties\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3957, - "length": 6, - "value": "\"tags\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3985, - "length": 7, - "value": "\"types\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 4017, - "length": 10, - "value": "\"distance\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 4983, "length": 12, "value": "\"ASCII_name\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 4983, - "length": 12, - "value": "\"ASCII_name\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "BooleanLiteral", "offset": 236, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 311, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "FloatLiteral", "offset": 379, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "FloatLiteral", "offset": 450, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "FloatLiteral", "offset": 515, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "BooleanLiteral", "offset": 608, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "IntegerLiteral", "offset": 671, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 739, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "IntegerLiteral", "offset": 800, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 868, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 921, "length": 8, "value": "\"circle\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 984, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 1055, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "IntegerLiteral", "offset": 1126, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 3489, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 164, "length": 46, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 243, "length": 49, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/core\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 330, "length": 55, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/applicator\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 429, "length": 55, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/validation\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 528, "length": 54, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/meta-data\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 624, "length": 51, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 715, "length": 52, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/content\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 857, "length": 19, "value": "\"dependentRequired\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 901, "length": 9, "value": "\"pattern\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 925, "length": 12, "value": "\"multipleOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 955, "length": 10, "value": "\"contains\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 981, "length": 13, "value": "\"uniqueItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1013, "length": 6, "value": "\"enum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1033, "length": 7, "value": "\"const\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1053, "length": 14, "value": "\"dependencies\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1087, "length": 18, "value": "\"dependentSchemas\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1129, "length": 11, "value": "\"minLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1157, "length": 11, "value": "\"maxLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1185, "length": 9, "value": "\"minimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1209, "length": 9, "value": "\"maximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1233, "length": 18, "value": "\"exclusiveMinimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1275, "length": 18, "value": "\"exclusiveMaximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1317, "length": 10, "value": "\"minItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1343, "length": 10, "value": "\"maxItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1369, "length": 15, "value": "\"minProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1405, "length": 15, "value": "\"maxProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1441, "length": 7, "value": "\"items\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1461, "length": 17, "value": "\"additionalItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1501, "length": 19, "value": "\"patternProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1545, "length": 22, "value": "\"additionalProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1595, "length": 6, "value": "\"$ref\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1612, "length": 5, "value": "\"not\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1628, "length": 7, "value": "\"allOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1648, "length": 7, "value": "\"oneOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1668, "length": 7, "value": "\"anyOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1688, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1706, "length": 10, "value": "\"required\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1738, "length": 15, "value": "\"propertyNames\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1775, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1805, "length": 8, "value": "\"format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1827, "length": 4, "value": "\"if\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1844, "length": 18, "value": "\"unevaluatedItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1876, "length": 18, "value": "\"unevaluatedItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1901, "length": 23, "value": "\"unevaluatedProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1938, "length": 23, "value": "\"unevaluatedProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2054, "length": 6, "value": "\"ipv4\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2080, "length": 6, "value": "\"ipv6\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2106, "length": 5, "value": "\"uri\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2130, "length": 6, "value": "\"uuid\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2156, "length": 7, "value": "\"regex\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2184, "length": 14, "value": "\"json-pointer\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2663, "length": 1882, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/core\": true,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/applicator\": true,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/validation\": true,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/meta-data\": true,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/format\": false,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/content\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Core and Validation specifications meta-schema\",\n \"allOf\": [\n {\"$ref\": \"meta\/core\"},\n {\"$ref\": \"meta\/applicator\"},\n {\"$ref\": \"meta\/validation\"},\n {\"$ref\": \"meta\/meta-data\"},\n {\"$ref\": \"meta\/format\"},\n {\"$ref\": \"meta\/content\"}\n ],\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"definitions\": {\n \"$comment\": \"While no longer an official keyword as it is replaced by $defs, this keyword is retained in the meta-schema to prevent incompatible extensions as it remains in common use.\",\n \"type\": \"object\",\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"default\": {}\n },\n \"dependencies\": {\n \"$comment\": \"\\\"dependencies\\\" is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to \\\"dependentSchemas\\\" and \\\"dependentRequired\\\"\",\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$recursiveRef\": \"#\" },\n { \"$ref\": \"meta\/validation#\/$defs\/stringArray\" }\n ]\n }\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 4681, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 4794, "length": 1544, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/core\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/core\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Core vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"$id\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\",\n \"$comment\": \"Non-empty fragments not allowed.\",\n \"pattern\": \"^[^#]*#?$\"\n },\n \"$schema\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"$anchor\": {\n \"type\": \"string\",\n \"pattern\": \"^[A-Za-z][-A-Za-z0-9.:_]*$\"\n },\n \"$ref\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$recursiveRef\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$recursiveAnchor\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"$vocabulary\": {\n \"type\": \"object\",\n \"propertyNames\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"additionalProperties\": {\n \"type\": \"boolean\"\n }\n },\n \"$comment\": {\n \"type\": \"string\"\n },\n \"$defs\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"default\": {}\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 6474, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 6593, "length": 1873, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/applicator\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/applicator\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Applicator vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"additionalItems\": { \"$recursiveRef\": \"#\" },\n \"unevaluatedItems\": { \"$recursiveRef\": \"#\" },\n \"items\": {\n \"anyOf\": [\n { \"$recursiveRef\": \"#\" },\n { \"$ref\": \"#\/$defs\/schemaArray\" }\n ]\n },\n \"contains\": { \"$recursiveRef\": \"#\" },\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"unevaluatedProperties\": { \"$recursiveRef\": \"#\" },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"propertyNames\": { \"format\": \"regex\" },\n \"default\": {}\n },\n \"dependentSchemas\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"$recursiveRef\": \"#\"\n }\n },\n \"propertyNames\": { \"$recursiveRef\": \"#\" },\n \"if\": { \"$recursiveRef\": \"#\" },\n \"then\": { \"$recursiveRef\": \"#\" },\n \"else\": { \"$recursiveRef\": \"#\" },\n \"allOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"not\": { \"$recursiveRef\": \"#\" }\n },\n \"$defs\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$recursiveRef\": \"#\" }\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 8602, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 8721, "length": 2847, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/validation\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/validation\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Validation vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"multipleOf\": {\n \"type\": \"number\",\n \"exclusiveMinimum\": 0\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"number\"\n },\n \"maxLength\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minLength\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"maxItems\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minItems\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"maxContains\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minContains\": {\n \"$ref\": \"#\/$defs\/nonNegativeInteger\",\n \"default\": 1\n },\n \"maxProperties\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minProperties\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/$defs\/stringArray\" },\n \"dependentRequired\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"$ref\": \"#\/$defs\/stringArray\"\n }\n },\n \"const\": true,\n \"enum\": {\n \"type\": \"array\",\n \"items\": true\n },\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/$defs\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/$defs\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n }\n },\n \"$defs\": {\n \"nonNegativeInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"nonNegativeIntegerDefault0\": {\n \"$ref\": \"#\/$defs\/nonNegativeInteger\",\n \"default\": 0\n },\n \"simpleTypes\": {\n \"enum\": [\n \"array\",\n \"boolean\",\n \"integer\",\n \"null\",\n \"number\",\n \"object\",\n \"string\"\n ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"uniqueItems\": true,\n \"default\": []\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 11704, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 11821, "length": 905, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/meta-data\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/meta-data\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Meta-data vocabulary meta-schema\",\n\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": true,\n \"deprecated\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"readOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"writeOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"examples\": {\n \"type\": \"array\",\n \"items\": true\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 12862, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 12977, "length": 416, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/format\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/format\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Format vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"format\": { \"type\": \"string\" }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 13529, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 13645, "length": 530, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/content\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/content\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Content vocabulary meta-schema\",\n\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"contentMediaType\": { \"type\": \"string\" },\n \"contentEncoding\": { \"type\": \"string\" },\n \"contentSchema\": { \"$recursiveRef\": \"#\" }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 14311, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 69, "length": 8, "value": "\"object\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 93, "length": 7, "value": "\"array\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 117, "length": 8, "value": "\"string\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 143, "length": 9, "value": "\"integer\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 169, "length": 8, "value": "\"number\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 195, "length": 9, "value": "\"boolean\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 219, "length": 6, "value": "\"null\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 69, - "length": 8, - "value": "\"object\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 93, - "length": 7, - "value": "\"array\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 117, - "length": 8, - "value": "\"string\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 143, - "length": 9, - "value": "\"integer\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 169, - "length": 8, - "value": "\"number\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 195, - "length": 9, - "value": "\"boolean\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 219, - "length": 6, - "value": "\"null\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "Dictionary", "offset": 383, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "StringLiteral", "offset": 415, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "BooleanLiteral", "offset": 579, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "StringLiteral", "offset": 639, "length": 39, "value": "\"https:\/\/api.woosmap.com\/indoor\/venues\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "StringLiteral", "offset": 736, "length": 54, "value": "\"https:\/\/api.woosmap.com\/indoor\/venues\/%@\/pois\/search\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "IntegerLiteral", "offset": 835, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "BooleanLiteral", "offset": 901, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "IntegerLiteral", "offset": 985, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 236, "length": 34, "value": "\"WebGeoServices.WoosmapGeofencing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 334, "length": 9, "value": "\"Woosmap\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 401, "length": 19, "value": "\"WoosmapGeofencing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 464, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 846, "length": 6, "value": "\"momd\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 1237, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 1309, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 1799, "length": 7, "value": "\"error\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 1976, "length": 89, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 1999, "length": 1, "value": "\" \"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2012, "length": 7, "value": "\" Loading of store failed:\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2064, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2145, "length": 66, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2158, "length": 7, "value": "\" Loading of store failed:\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2210, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 2301, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2557, "length": 7, "value": "\"error\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2712, "length": 72, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2735, "length": 1, "value": "\" \"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2748, "length": 7, "value": "\" Loading of store: database missing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2848, "length": 49, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2861, "length": 7, "value": "\" Loading of store: database missing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 2958, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 4915, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "Array", "offset": 238, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "StringLiteral", "offset": 258, "length": 6, "value": "\"exit\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "StringLiteral", "offset": 282, "length": 7, "value": "\"entry\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "Array", "offset": 322, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "Array", "offset": 360, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "Array", "offset": 398, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 2831, + "length": 16, + "value": "\"weekly_density\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3029, + "length": 19, + "value": "\"average_intervals\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "IntegerLiteral", + "offset": 3457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3487, + "length": 8, + "value": "\"period\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "IntegerLiteral", + "offset": 3565, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3637, + "length": 8, + "value": "\"period\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3649, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3684, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", "kind": "FloatLiteral", "offset": 305, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", "kind": "StringLiteral", "offset": 345, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", "kind": "FloatLiteral", "offset": 383, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft6Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/RegionMonitoring.swift", + "kind": "StringLiteral", + "offset": 558, + "length": 16, + "value": "\"WoosmapMonitor\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/RegionMonitoring.swift", + "kind": "IntegerLiteral", + "offset": 9437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft6Validator.swift", "kind": "StringLiteral", "offset": 130, "length": 4762, "value": "\"{\n \"$schema\": \"http:\/\/json-schema.org\/draft-06\/schema#\",\n \"$id\": \"http:\/\/json-schema.org\/draft-06\/schema#\",\n \"title\": \"Core schema meta-schema\",\n \"definitions\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$ref\": \"#\" }\n },\n \"nonNegativeInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"nonNegativeIntegerDefault0\": {\n \"allOf\": [\n { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n { \"default\": 0 }\n ]\n },\n \"simpleTypes\": {\n \"enum\": [\n \"array\",\n \"boolean\",\n \"integer\",\n \"null\",\n \"number\",\n \"object\",\n \"string\"\n ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"uniqueItems\": true,\n \"default\": []\n }\n },\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"$id\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$schema\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"$ref\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": {},\n \"examples\": {\n \"type\": \"array\",\n \"items\": {}\n },\n \"multipleOf\": {\n \"type\": \"number\",\n \"exclusiveMinimum\": 0\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"number\"\n },\n \"maxLength\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minLength\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"additionalItems\": { \"$ref\": \"#\" },\n \"items\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/schemaArray\" }\n ],\n \"default\": {}\n },\n \"maxItems\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minItems\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"contains\": { \"$ref\": \"#\" },\n \"maxProperties\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minProperties\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/definitions\/stringArray\" },\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"definitions\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"dependencies\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/stringArray\" }\n ]\n }\n },\n \"propertyNames\": { \"$ref\": \"#\" },\n \"const\": {},\n \"enum\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true\n },\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/definitions\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/definitions\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n },\n \"format\": { \"type\": \"string\" },\n \"allOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"not\": { \"$ref\": \"#\" }\n },\n \"default\": {}\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft6Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft6Validator.swift", "kind": "IntegerLiteral", "offset": 5028, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", "kind": "StringLiteral", "offset": 208, "length": 34, "value": "\"WebGeoServices.WoosmapGeofencing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", "kind": "StringLiteral", "offset": 283, "length": 16, "value": "\"TrackingSchema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", "kind": "StringLiteral", "offset": 316, "length": 7, "value": "\".json\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", "kind": "IntegerLiteral", "offset": 491, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Location.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Location.swift", "kind": "FloatLiteral", "offset": 256, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Location.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Location.swift", "kind": "FloatLiteral", "offset": 444, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "StringLiteral", "offset": 248, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "StringLiteral", "offset": 314, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "FloatLiteral", "offset": 388, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "FloatLiteral", "offset": 464, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "IntegerLiteral", "offset": 538, "length": 2, "value": "-1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "StringLiteral", "offset": 614, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "kind": "FloatLiteral", + "offset": 10582, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "kind": "FloatLiteral", + "offset": 10672, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "BooleanLiteral", "offset": 14790, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "BooleanLiteral", "offset": 15251, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "FloatLiteral", "offset": 245, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "FloatLiteral", "offset": 313, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "FloatLiteral", "offset": 389, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "FloatLiteral", "offset": 467, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "IntegerLiteral", "offset": 524, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "IntegerLiteral", "offset": 643, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "BooleanLiteral", "offset": 262, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "FloatLiteral", "offset": 551, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "FloatLiteral", "offset": 627, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "IntegerLiteral", "offset": 694, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "BooleanLiteral", "offset": 790, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "IntegerLiteral", "offset": 858, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "StringLiteral", "offset": 931, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "IntegerLiteral", "offset": 997, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "StringLiteral", "offset": 1070, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "StringLiteral", "offset": 1128, "length": 11, "value": "\"isochrone\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "IntegerLiteral", "offset": 1234, "length": 2, "value": "-1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", "kind": "Dictionary", "offset": 286, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", "kind": "Dictionary", "offset": 341, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", + "kind": "StringLiteral", + "offset": 1070, + "length": 30, + "value": "\"=>>>>>> \"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", + "kind": "StringLiteral", + "offset": 1099, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 2552, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 2558, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 2955, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 2961, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 3392, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 3427, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 3890, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 3925, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 4404, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 4410, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 4808, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 4814, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 5246, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 5282, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 5746, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 5782, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", "kind": "FloatLiteral", "offset": 299, "length": 5, "value": "140.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", "kind": "FloatLiteral", "offset": 328, "length": 5, "value": "320.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", "kind": "FloatLiteral", "offset": 357, "length": 5, "value": "270.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", "kind": "Array", "offset": 397, "length": 83, "value": "[200.0, 300.0, 500.0, 1000.0, 2000.0]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "kind": "FloatLiteral", + "offset": 894, + "length": 9, + "value": "6378137.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "kind": "FloatLiteral", + "offset": 1035, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "kind": "FloatLiteral", + "offset": 1127, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "kind": "FloatLiteral", + "offset": 1175, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "IntegerLiteral", "offset": 146, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "IntegerLiteral", "offset": 194, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "IntegerLiteral", "offset": 264, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "IntegerLiteral", "offset": 321, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "Array", "offset": 439, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 496, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 554, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 689, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "Array", "offset": 825, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 989, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 1089, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 1189, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 1289, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 120, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 189, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 729, "length": 100, "value": "\"https:\/\/api.woosmap.com\/stores\/search\/?private_key=\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 797, "length": 1, "value": "\"&lat=%@&lng=%@&stores_by_page=5\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 1082, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 1514, "length": 54, "value": "\"https:\/\/api.woosmap.com\/distance\/distancematrix\/json\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 2003, "length": 4, "value": "\"en\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2070, "length": 7, "value": "1000000" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2110, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2176, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2219, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2260, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2325, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2368, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2405, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2445, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2490, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2539, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2606, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2654, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2693, "length": 4, "value": "50.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2758, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2824, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2872, "length": 5, "value": "100.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2936, "length": 2, "value": "30" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3019, "length": 3, "value": "300" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3081, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3149, "length": 43, "value": "\"http:\/\/maps.google.com\/maps\/api\/staticmap\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3260, "length": 86, "value": "\"?markers=color:blue|%@,%@&zoom=15&size=400x400&sensor=true&key=\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3345, "length": 1, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3414, "length": 110, "value": "\"?markers=color:red|%@,%@&markers=color:blue|%@,%@&zoom=14&size=400x400&sensor=true&key=\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3523, "length": 1, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "Dictionary", "offset": 3613, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "Array", "offset": 3698, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3729, "length": 8, "value": "\"radius\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3873, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3892, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3919, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3944, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3970, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3998, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3873, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3892, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3919, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3944, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3970, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3998, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3873, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3892, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3919, "length": 1, "value": "2" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3944, "length": 1, "value": "3" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3970, "length": 1, "value": "4" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3998, "length": 1, diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index 67b991a..d5b7628 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name WoosmapGeofencing +// swift-module-flags-ignorable: -no-verify-emitted-module-interface import Accelerate import AdSupport import CoreData @@ -306,33 +307,31 @@ public enum EigenDecompositionError : Swift.Error { @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: any Swift.Error) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didExitRegion region: CoreLocation.CLRegion) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) - open func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) + public func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) public func removeRegion(identifier: Swift.String) - open func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) + public func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) public func removeRegion(center: CoreLocation.CLLocationCoordinate2D) public func removeRegions(type: WoosmapGeofencing.RegionType) - open func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) + public func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) @objc public func locationManagerDidPauseLocationUpdates(_ manager: CoreLocation.CLLocationManager) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - open func updateLocation(locations: [CoreLocation.CLLocation]) - open func searchAPIRequest(location: WoosmapGeofencing.Location) + public func updateLocation(locations: [CoreLocation.CLLocation]) + public func searchAPIRequest(location: WoosmapGeofencing.Location) public func sendSearchAPIRequest(location: WoosmapGeofencing.Location) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: any Swift.Error) - open func removeOldPOIRegions(newPOIS: [WoosmapGeofencing.POI]) + public func removeOldPOIRegions(newPOIS: [WoosmapGeofencing.POI]) public func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], locationId: Swift.String) public func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], distanceWithTraffic: Swift.Bool = distanceWithTraffic, distanceMode: WoosmapGeofencing.DistanceMode = distanceMode, distanceUnits: WoosmapGeofencing.DistanceUnits = distanceUnits, distanceLanguage: Swift.String = distanceLanguage) public func tracingLocationDidFailWithError(error: any Swift.Error) public func getRegionType(identifier: Swift.String) -> WoosmapGeofencing.RegionType public func checkIfPositionIsInsideGeofencingRegions(location: CoreLocation.CLLocation) - open func addRegionLogTransition(region: CoreLocation.CLRegion, didEnter: Swift.Bool, fromPositionDetection: Swift.Bool) + public func addRegionLogTransition(region: CoreLocation.CLRegion, didEnter: Swift.Bool, fromPositionDetection: Swift.Bool) public func setDataFromPOI(poi: WoosmapGeofencing.POI, propertyDictionary: inout Swift.Dictionary) - #if compiler(>=5.3) && $Sendable public func woosApiCall(with url: Foundation.URL, completionHandler: @escaping @Sendable (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void) - #endif - open func handleRefreshSystemGeofence(addCustomGeofence: Swift.Bool = false, locationId: Swift.String) - open func handleVisitEvent(visit: WoosmapGeofencing.Visit) - open func handlePOIEvent(poi: WoosmapGeofencing.POI) - open func handleZOIClassifiedEvent(region: WoosmapGeofencing.Region) + public func handleRefreshSystemGeofence(addCustomGeofence: Swift.Bool = false, locationId: Swift.String) + public func handleVisitEvent(visit: WoosmapGeofencing.Visit) + public func handlePOIEvent(poi: WoosmapGeofencing.POI) + public func handleZOIClassifiedEvent(region: WoosmapGeofencing.Region) @objc deinit } public struct SearchAPIData : Swift.Codable { @@ -511,8 +510,8 @@ public protocol LocationService : ObjectiveC.NSObject { func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], locationId: Swift.String) func tracingLocationDidFailWithError(error: any Swift.Error) func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) - func removeRegion(identifier: Swift.String) func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) + func removeRegion(identifier: Swift.String) func removeRegion(center: CoreLocation.CLLocationCoordinate2D) func removeRegions(type: WoosmapGeofencing.RegionType) func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) @@ -525,9 +524,7 @@ public protocol LocationService : ObjectiveC.NSObject { func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) func locationManagerDidPauseLocationUpdates(_ manager: CoreLocation.CLLocationManager) func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - #if compiler(>=5.3) && $Sendable func woosApiCall(with url: Foundation.URL, completionHandler: @escaping @Sendable (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void) - #endif } extension WoosmapGeofencing.LocationService { public func handleRefreshSystemGeofence(locationId: Swift.String) @@ -751,6 +748,7 @@ public enum DistanceProvider : Swift.String { case woosmapTraffic case woosmapDistance public init?(rawValue: Swift.String) + @available(*, deprecated, message: "This feature was disabled; use the distanceWithTraffic flag") public typealias RawValue = Swift.String public var rawValue: Swift.String { get @@ -775,6 +773,7 @@ public enum TrafficDistanceRouting : Swift.String { case fastest case balanced public init?(rawValue: Swift.String) + @available(*, deprecated, message: "This feature was disabled; use the DistanceMethod") public typealias RawValue = Swift.String public var rawValue: Swift.String { get @@ -929,6 +928,7 @@ extension WoosmapGeofencing.DistanceDB { } } extension WoosmapGeofencing.DistanceDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class DurationLogDB : CoreData.NSManagedObject { @@ -951,6 +951,7 @@ extension WoosmapGeofencing.DurationLogDB { } } extension WoosmapGeofencing.DurationLogDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class IndoorBeaconDB : CoreData.NSManagedObject { @@ -997,6 +998,7 @@ extension WoosmapGeofencing.IndoorBeaconDB { } } extension WoosmapGeofencing.IndoorBeaconDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class IndoorVenueDB : CoreData.NSManagedObject { @@ -1035,6 +1037,7 @@ extension WoosmapGeofencing.IndoorVenueDB { } } extension WoosmapGeofencing.IndoorVenueDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LocationDB : CoreData.NSManagedObject { @@ -1065,6 +1068,7 @@ extension WoosmapGeofencing.LocationDB { } } extension WoosmapGeofencing.LocationDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LogIndoorAPIDB : CoreData.NSManagedObject { @@ -1091,6 +1095,7 @@ extension WoosmapGeofencing.LogIndoorAPIDB { } } extension WoosmapGeofencing.LogIndoorAPIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LogSearchAPIDB : CoreData.NSManagedObject { @@ -1161,6 +1166,7 @@ extension WoosmapGeofencing.LogSearchAPIDB { } } extension WoosmapGeofencing.LogSearchAPIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class POIDB : CoreData.NSManagedObject { @@ -1243,6 +1249,7 @@ extension WoosmapGeofencing.POIDB { } } extension WoosmapGeofencing.POIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class RegionDB : CoreData.NSManagedObject { @@ -1313,6 +1320,7 @@ extension WoosmapGeofencing.RegionDB { } } extension WoosmapGeofencing.RegionDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class RegionIsochroneDB : CoreData.NSManagedObject { @@ -1383,6 +1391,7 @@ extension WoosmapGeofencing.RegionIsochroneDB { } } extension WoosmapGeofencing.RegionIsochroneDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class VenueBeaconDB : CoreData.NSManagedObject { @@ -1433,6 +1442,7 @@ extension WoosmapGeofencing.VenueBeaconDB { } } extension WoosmapGeofencing.VenueBeaconDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class VisitDB : CoreData.NSManagedObject { @@ -1471,6 +1481,7 @@ extension WoosmapGeofencing.VisitDB { } } extension WoosmapGeofencing.VisitDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class ZOIDB : CoreData.NSManagedObject { @@ -1553,6 +1564,7 @@ extension WoosmapGeofencing.ZOIDB { } } extension WoosmapGeofencing.ZOIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } extension WoosmapGeofencing.EigenDecompositionError : Swift.Equatable {} diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 2f196da..733f5a5 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 67b991a..d5b7628 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name WoosmapGeofencing +// swift-module-flags-ignorable: -no-verify-emitted-module-interface import Accelerate import AdSupport import CoreData @@ -306,33 +307,31 @@ public enum EigenDecompositionError : Swift.Error { @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: any Swift.Error) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didExitRegion region: CoreLocation.CLRegion) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) - open func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) + public func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) public func removeRegion(identifier: Swift.String) - open func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) + public func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) public func removeRegion(center: CoreLocation.CLLocationCoordinate2D) public func removeRegions(type: WoosmapGeofencing.RegionType) - open func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) + public func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) @objc public func locationManagerDidPauseLocationUpdates(_ manager: CoreLocation.CLLocationManager) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - open func updateLocation(locations: [CoreLocation.CLLocation]) - open func searchAPIRequest(location: WoosmapGeofencing.Location) + public func updateLocation(locations: [CoreLocation.CLLocation]) + public func searchAPIRequest(location: WoosmapGeofencing.Location) public func sendSearchAPIRequest(location: WoosmapGeofencing.Location) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: any Swift.Error) - open func removeOldPOIRegions(newPOIS: [WoosmapGeofencing.POI]) + public func removeOldPOIRegions(newPOIS: [WoosmapGeofencing.POI]) public func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], locationId: Swift.String) public func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], distanceWithTraffic: Swift.Bool = distanceWithTraffic, distanceMode: WoosmapGeofencing.DistanceMode = distanceMode, distanceUnits: WoosmapGeofencing.DistanceUnits = distanceUnits, distanceLanguage: Swift.String = distanceLanguage) public func tracingLocationDidFailWithError(error: any Swift.Error) public func getRegionType(identifier: Swift.String) -> WoosmapGeofencing.RegionType public func checkIfPositionIsInsideGeofencingRegions(location: CoreLocation.CLLocation) - open func addRegionLogTransition(region: CoreLocation.CLRegion, didEnter: Swift.Bool, fromPositionDetection: Swift.Bool) + public func addRegionLogTransition(region: CoreLocation.CLRegion, didEnter: Swift.Bool, fromPositionDetection: Swift.Bool) public func setDataFromPOI(poi: WoosmapGeofencing.POI, propertyDictionary: inout Swift.Dictionary) - #if compiler(>=5.3) && $Sendable public func woosApiCall(with url: Foundation.URL, completionHandler: @escaping @Sendable (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void) - #endif - open func handleRefreshSystemGeofence(addCustomGeofence: Swift.Bool = false, locationId: Swift.String) - open func handleVisitEvent(visit: WoosmapGeofencing.Visit) - open func handlePOIEvent(poi: WoosmapGeofencing.POI) - open func handleZOIClassifiedEvent(region: WoosmapGeofencing.Region) + public func handleRefreshSystemGeofence(addCustomGeofence: Swift.Bool = false, locationId: Swift.String) + public func handleVisitEvent(visit: WoosmapGeofencing.Visit) + public func handlePOIEvent(poi: WoosmapGeofencing.POI) + public func handleZOIClassifiedEvent(region: WoosmapGeofencing.Region) @objc deinit } public struct SearchAPIData : Swift.Codable { @@ -511,8 +510,8 @@ public protocol LocationService : ObjectiveC.NSObject { func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], locationId: Swift.String) func tracingLocationDidFailWithError(error: any Swift.Error) func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) - func removeRegion(identifier: Swift.String) func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) + func removeRegion(identifier: Swift.String) func removeRegion(center: CoreLocation.CLLocationCoordinate2D) func removeRegions(type: WoosmapGeofencing.RegionType) func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) @@ -525,9 +524,7 @@ public protocol LocationService : ObjectiveC.NSObject { func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) func locationManagerDidPauseLocationUpdates(_ manager: CoreLocation.CLLocationManager) func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - #if compiler(>=5.3) && $Sendable func woosApiCall(with url: Foundation.URL, completionHandler: @escaping @Sendable (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void) - #endif } extension WoosmapGeofencing.LocationService { public func handleRefreshSystemGeofence(locationId: Swift.String) @@ -751,6 +748,7 @@ public enum DistanceProvider : Swift.String { case woosmapTraffic case woosmapDistance public init?(rawValue: Swift.String) + @available(*, deprecated, message: "This feature was disabled; use the distanceWithTraffic flag") public typealias RawValue = Swift.String public var rawValue: Swift.String { get @@ -775,6 +773,7 @@ public enum TrafficDistanceRouting : Swift.String { case fastest case balanced public init?(rawValue: Swift.String) + @available(*, deprecated, message: "This feature was disabled; use the DistanceMethod") public typealias RawValue = Swift.String public var rawValue: Swift.String { get @@ -929,6 +928,7 @@ extension WoosmapGeofencing.DistanceDB { } } extension WoosmapGeofencing.DistanceDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class DurationLogDB : CoreData.NSManagedObject { @@ -951,6 +951,7 @@ extension WoosmapGeofencing.DurationLogDB { } } extension WoosmapGeofencing.DurationLogDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class IndoorBeaconDB : CoreData.NSManagedObject { @@ -997,6 +998,7 @@ extension WoosmapGeofencing.IndoorBeaconDB { } } extension WoosmapGeofencing.IndoorBeaconDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class IndoorVenueDB : CoreData.NSManagedObject { @@ -1035,6 +1037,7 @@ extension WoosmapGeofencing.IndoorVenueDB { } } extension WoosmapGeofencing.IndoorVenueDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LocationDB : CoreData.NSManagedObject { @@ -1065,6 +1068,7 @@ extension WoosmapGeofencing.LocationDB { } } extension WoosmapGeofencing.LocationDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LogIndoorAPIDB : CoreData.NSManagedObject { @@ -1091,6 +1095,7 @@ extension WoosmapGeofencing.LogIndoorAPIDB { } } extension WoosmapGeofencing.LogIndoorAPIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LogSearchAPIDB : CoreData.NSManagedObject { @@ -1161,6 +1166,7 @@ extension WoosmapGeofencing.LogSearchAPIDB { } } extension WoosmapGeofencing.LogSearchAPIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class POIDB : CoreData.NSManagedObject { @@ -1243,6 +1249,7 @@ extension WoosmapGeofencing.POIDB { } } extension WoosmapGeofencing.POIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class RegionDB : CoreData.NSManagedObject { @@ -1313,6 +1320,7 @@ extension WoosmapGeofencing.RegionDB { } } extension WoosmapGeofencing.RegionDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class RegionIsochroneDB : CoreData.NSManagedObject { @@ -1383,6 +1391,7 @@ extension WoosmapGeofencing.RegionIsochroneDB { } } extension WoosmapGeofencing.RegionIsochroneDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class VenueBeaconDB : CoreData.NSManagedObject { @@ -1433,6 +1442,7 @@ extension WoosmapGeofencing.VenueBeaconDB { } } extension WoosmapGeofencing.VenueBeaconDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class VisitDB : CoreData.NSManagedObject { @@ -1471,6 +1481,7 @@ extension WoosmapGeofencing.VisitDB { } } extension WoosmapGeofencing.VisitDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class ZOIDB : CoreData.NSManagedObject { @@ -1553,6 +1564,7 @@ extension WoosmapGeofencing.ZOIDB { } } extension WoosmapGeofencing.ZOIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } extension WoosmapGeofencing.EigenDecompositionError : Swift.Equatable {} diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftmodule b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftmodule index 00c2ebb..1865ba9 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftmodule and b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftmodule differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.abi.json b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.abi.json index 04e5b60..65cda9c 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -1,8 +1,8 @@ { "ABIRoot": { "kind": "Root", - "name": "TopLevel", - "printedName": "TopLevel", + "name": "WoosmapGeofencing", + "printedName": "WoosmapGeofencing", "children": [ { "kind": "Import", @@ -2197,7 +2197,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -2448,7 +2464,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -2610,6 +2642,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -2770,6 +2818,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -2849,6 +2913,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -3009,6 +3089,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -3053,6 +3149,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -3153,6 +3265,20 @@ "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -3292,6 +3418,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -3723,6 +3865,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -3815,6 +3973,20 @@ "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "IteratorProtocol", @@ -4500,6 +4672,20 @@ "usr": "s:17WoosmapGeofencing15LocationServiceP", "mangledName": "$s17WoosmapGeofencing15LocationServiceP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -4859,6 +5045,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -5152,6 +5354,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -5366,6 +5584,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -5524,6 +5756,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -5846,6 +6092,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6048,6 +6308,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6164,6 +6438,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6246,6 +6534,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6328,6 +6630,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6410,6 +6726,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6492,6 +6822,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6574,6 +6918,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -6649,6 +7007,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -6686,7 +7060,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -6730,7 +7120,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -6820,6 +7226,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -7281,6 +7703,20 @@ ], "hasMissingDesignatedInitializers": true, "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -7433,6 +7869,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -7523,6 +7975,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -8310,7 +8778,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -8473,7 +8957,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -9288,7 +9788,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -9407,7 +9923,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -9604,6 +10136,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -12104,6 +12650,20 @@ "usr": "s:17WoosmapGeofencing15LocationServiceP", "mangledName": "$s17WoosmapGeofencing15LocationServiceP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -12429,6 +12989,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -12753,6 +13327,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -13017,6 +13605,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -13237,6 +13839,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -13441,6 +14057,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -14037,6 +14667,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -14121,6 +14765,20 @@ "RawDocComment" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Decodable", @@ -15664,7 +16322,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -15985,7 +16659,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -16115,7 +16805,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -16294,7 +17000,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -16384,6 +17106,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -16739,6 +17477,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -17087,6 +17839,22 @@ "moduleName": "WoosmapGeofencing", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -17414,6 +18182,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -18411,6 +19193,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -18806,7 +19602,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -19925,33 +20737,6 @@ "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, - { - "kind": "Function", - "name": "removeRegion", - "printedName": "removeRegion(identifier:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:17WoosmapGeofencing15LocationServiceP12removeRegion10identifierySS_tF", - "mangledName": "$s17WoosmapGeofencing15LocationServiceP12removeRegion10identifierySS_tF", - "moduleName": "WoosmapGeofencing", - "genericSig": "<τ_0_0 where τ_0_0 : WoosmapGeofencing.LocationService>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, { "kind": "Function", "name": "addRegion", @@ -20011,6 +20796,33 @@ "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, + { + "kind": "Function", + "name": "removeRegion", + "printedName": "removeRegion(identifier:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17WoosmapGeofencing15LocationServiceP12removeRegion10identifierySS_tF", + "mangledName": "$s17WoosmapGeofencing15LocationServiceP12removeRegion10identifierySS_tF", + "moduleName": "WoosmapGeofencing", + "genericSig": "<τ_0_0 where τ_0_0 : WoosmapGeofencing.LocationService>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, { "kind": "Function", "name": "removeRegion", @@ -20534,6 +21346,22 @@ "sugared_genericSig": "", "declAttributes": [ "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -20546,6 +21374,23 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "WoosmapGeofencing", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "CoreLocation", + "printedName": "CoreLocation", + "declKind": "Import", + "moduleName": "WoosmapGeofencing" + }, { "kind": "Import", "name": "Foundation", @@ -22436,6 +23281,20 @@ "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -23112,7 +23971,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -23283,7 +24158,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -23875,7 +24766,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -23958,7 +24865,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -24404,7 +25327,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -24524,7 +25463,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -25844,7 +26799,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -26047,7 +27018,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -26639,6 +27626,20 @@ "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -26903,6 +27904,20 @@ ], "hasMissingDesignatedInitializers": true, "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Encodable", @@ -27160,6 +28175,20 @@ "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Encodable", @@ -28954,7 +29983,23 @@ "declAttributes": [ "AccessControl" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "TypeDecl", @@ -29236,7 +30281,23 @@ "AccessControl", "RawDocComment" ], - "hasMissingDesignatedInitializers": true + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Import", @@ -29673,6 +30734,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -30033,6 +31108,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -30407,6 +31496,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -30606,6 +31709,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -30805,6 +31922,20 @@ ], "enumRawTypeName": "String", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -33612,6 +34743,20 @@ ], "enumRawTypeName": "Int", "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -33897,6 +35042,22 @@ "declAttributes": [ "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -35315,25 +36476,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -35405,6 +36558,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -35852,25 +37027,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -35942,6 +37109,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -37001,25 +38190,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -37091,6 +38272,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -37878,25 +39081,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -37968,6 +39163,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -38573,25 +39790,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -38663,6 +39872,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -39213,25 +40444,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -39303,6 +40526,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -40818,25 +42063,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -40908,6 +42145,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -42780,25 +44039,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -42870,6 +44121,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -44361,25 +45634,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -44451,6 +45716,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -45942,25 +47229,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -46032,6 +47311,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -47170,25 +48471,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -47260,6 +48553,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -48047,25 +49362,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -48137,6 +49444,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -49913,25 +51242,17 @@ "conformances": [ { "kind": "Conformance", - "name": "Identifiable", - "printedName": "Identifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "ID", - "printedName": "ID", - "children": [ - { - "kind": "TypeNominal", - "name": "ObjectIdentifier", - "printedName": "Swift.ObjectIdentifier", - "usr": "s:SO" - } - ] - } - ], - "usr": "s:s12IdentifiableP", - "mangledName": "$ss12IdentifiableP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", @@ -50003,6 +51324,28 @@ ], "usr": "s:7Combine16ObservableObjectP", "mangledName": "$s7Combine16ObservableObjectP" + }, + { + "kind": "Conformance", + "name": "Identifiable", + "printedName": "Identifiable", + "children": [ + { + "kind": "TypeWitness", + "name": "ID", + "printedName": "ID", + "children": [ + { + "kind": "TypeNominal", + "name": "ObjectIdentifier", + "printedName": "Swift.ObjectIdentifier", + "usr": "s:SO" + } + ] + } + ], + "usr": "s:s12IdentifiableP", + "mangledName": "$ss12IdentifiableP" } ] }, @@ -50162,6 +51505,20 @@ "usr": "s:s8SendableP", "mangledName": "$ss8SendableP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "CustomDebugStringConvertible", @@ -50730,6 +52087,20 @@ "usr": "s:ST", "mangledName": "$sST" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "ReferenceConvertible", @@ -50834,6 +52205,20 @@ "usr": "s:s24_DestructorSafeContainerP", "mangledName": "$ss24_DestructorSafeContainerP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "_ArrayProtocol", @@ -51955,6 +53340,20 @@ "usr": "s:s24_DestructorSafeContainerP", "mangledName": "$ss24_DestructorSafeContainerP" }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, { "kind": "Conformance", "name": "Equatable", @@ -52127,4011 +53526,5012 @@ }, "ConstValues": [ { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "FloatLiteral", "offset": 392, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "FloatLiteral", "offset": 507, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "FloatLiteral", "offset": 629, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "FloatLiteral", "offset": 739, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/POI.swift", "kind": "BooleanLiteral", "offset": 849, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Validator.swift", "kind": "StringLiteral", "offset": 172, "length": 3, "value": "\"#\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Monitor.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Monitor.swift", "kind": "StringLiteral", "offset": 504, "length": 22, "value": "\"woosmapGeofenceError\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Monitor.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Monitor.swift", "kind": "BooleanLiteral", "offset": 2445, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 159, "length": 40, "value": "\"http:\/\/json-schema.org\/draft-04\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 276, "length": 6, "value": "\"$ref\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 293, "length": 9, "value": "\"pattern\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 317, "length": 12, "value": "\"multipleOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 347, "length": 10, "value": "\"contains\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 373, "length": 13, "value": "\"uniqueItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 405, "length": 6, "value": "\"enum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 425, "length": 7, "value": "\"const\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 445, "length": 14, "value": "\"dependencies\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 479, "length": 11, "value": "\"minLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 507, "length": 11, "value": "\"maxLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 535, "length": 9, "value": "\"minimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 565, "length": 9, "value": "\"maximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 595, "length": 10, "value": "\"minItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 621, "length": 10, "value": "\"maxItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 647, "length": 15, "value": "\"minProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 683, "length": 15, "value": "\"maxProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 719, "length": 7, "value": "\"items\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 739, "length": 17, "value": "\"additionalItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 779, "length": 19, "value": "\"patternProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 823, "length": 22, "value": "\"additionalProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 873, "length": 5, "value": "\"not\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 889, "length": 7, "value": "\"allOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 909, "length": 7, "value": "\"oneOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 929, "length": 7, "value": "\"anyOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 949, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 967, "length": 10, "value": "\"required\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 999, "length": 15, "value": "\"propertyNames\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1035, "length": 8, "value": "\"format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1057, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1087, "length": 4, "value": "\"if\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1189, "length": 6, "value": "\"ipv4\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1215, "length": 6, "value": "\"ipv6\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1241, "length": 5, "value": "\"uri\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "StringLiteral", "offset": 1775, "length": 4664, "value": "\"{\n \"id\": \"http:\/\/json-schema.org\/draft-04\/schema#\",\n \"$schema\": \"http:\/\/json-schema.org\/draft-04\/schema#\",\n \"description\": \"Core schema meta-schema\",\n \"definitions\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$ref\": \"#\" }\n },\n \"positiveInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"positiveIntegerDefault0\": {\n \"allOf\": [ { \"$ref\": \"#\/definitions\/positiveInteger\" }, { \"default\": 0 } ]\n },\n \"simpleTypes\": {\n \"enum\": [ \"array\", \"boolean\", \"integer\", \"null\", \"number\", \"object\", \"string\" ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n },\n \"type\": \"object\",\n \"properties\": {\n \"id\": {\n \"type\": \"string\"\n },\n \"$schema\": {\n \"type\": \"string\"\n },\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": {},\n \"multipleOf\": {\n \"type\": \"number\",\n \"minimum\": 0,\n \"exclusiveMinimum\": true\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"maxLength\": { \"$ref\": \"#\/definitions\/positiveInteger\" },\n \"minLength\": { \"$ref\": \"#\/definitions\/positiveIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"additionalItems\": {\n \"anyOf\": [\n { \"type\": \"boolean\" },\n { \"$ref\": \"#\" }\n ],\n \"default\": {}\n },\n \"items\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/schemaArray\" }\n ],\n \"default\": {}\n },\n \"maxItems\": { \"$ref\": \"#\/definitions\/positiveInteger\" },\n \"minItems\": { \"$ref\": \"#\/definitions\/positiveIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"maxProperties\": { \"$ref\": \"#\/definitions\/positiveInteger\" },\n \"minProperties\": { \"$ref\": \"#\/definitions\/positiveIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/definitions\/stringArray\" },\n \"additionalProperties\": {\n \"anyOf\": [\n { \"type\": \"boolean\" },\n { \"$ref\": \"#\" }\n ],\n \"default\": {}\n },\n \"definitions\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"dependencies\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/stringArray\" }\n ]\n }\n },\n \"enum\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true\n },\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/definitions\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/definitions\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n },\n \"format\": { \"type\": \"string\" },\n \"allOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"not\": { \"$ref\": \"#\" }\n },\n \"dependencies\": {\n \"exclusiveMaximum\": [ \"maximum\" ],\n \"exclusiveMinimum\": [ \"minimum\" ]\n },\n \"default\": {}\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft4Validator.swift", "kind": "IntegerLiteral", "offset": 6575, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 3266, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 3301, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 3713, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 3748, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 4387, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 4423, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 4837, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Scalar.swift", "kind": "FloatLiteral", "offset": 4873, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Utilities\/UnsafeMutableMemory.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Utilities\/UnsafeMutableMemory.swift", "kind": "IntegerLiteral", "offset": 1481, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Utilities\/UnsafeMemory.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Utilities\/UnsafeMemory.swift", "kind": "IntegerLiteral", "offset": 1427, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "BooleanLiteral", "offset": 754, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "BooleanLiteral", "offset": 854, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "Array", "offset": 974, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", "offset": 1165, "length": 2, "value": "30" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "BooleanLiteral", "offset": 1767, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "BooleanLiteral", + "offset": 2202, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 33281, + "offset": 34862, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 38925, + "offset": 40506, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 50864, + "offset": 52445, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "BooleanLiteral", - "offset": 50935, + "offset": 52516, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 71444, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 77409, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 77442, + "length": 5, + "value": "\"poi\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 77482, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 77796, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "Array", + "offset": 77844, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 78694, + "length": 5, + "value": "\"poi\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 79070, + "length": 8, + "value": "\"beacon\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 79442, + "length": 5, + "value": "\"poi\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 80004, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 80348, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 80375, + "length": 10, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 68693, + "offset": 80384, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 80413, + "length": 6, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "StringLiteral", + "offset": 80427, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 81237, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 81333, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "IntegerLiteral", + "offset": 81395, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "kind": "BooleanLiteral", + "offset": 90546, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 76204, + "offset": 108419, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 76237, + "offset": 108452, "length": 5, "value": "\"poi\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 76277, + "offset": 108492, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 76591, + "offset": 108806, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "Array", - "offset": 76639, + "offset": 108854, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 77489, + "offset": 109704, "length": 5, "value": "\"poi\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 77865, + "offset": 110080, "length": 8, "value": "\"beacon\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 78237, + "offset": 110435, "length": 5, "value": "\"poi\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 78793, + "offset": 111024, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79131, + "offset": 111365, "length": 28, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79158, + "offset": 111392, "length": 10, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79167, + "offset": 111401, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79196, + "offset": 111430, "length": 6, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "StringLiteral", - "offset": 79210, + "offset": 111444, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 80014, + "offset": 112298, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 80110, + "offset": 112400, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceImpl.swift", "kind": "IntegerLiteral", - "offset": 80172, + "offset": 112462, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 1354, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 1360, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 1689, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 1695, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 2877, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 2912, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 3308, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 3344, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 3788, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 3823, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 4646, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Random\/Random.swift", "kind": "FloatLiteral", "offset": 4682, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 212, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 267, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 359, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 453, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "FloatLiteral", "offset": 1020, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "BooleanLiteral", "offset": 1098, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LogSearchAPI.swift", "kind": "BooleanLiteral", "offset": 1242, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 159, "length": 40, "value": "\"http:\/\/json-schema.org\/draft-06\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 227, "length": 40, "value": "\"http:\/\/json-schema.org\/draft-07\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 344, "length": 6, "value": "\"$ref\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 361, "length": 5, "value": "\"not\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 377, "length": 7, "value": "\"allOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 397, "length": 7, "value": "\"oneOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 417, "length": 7, "value": "\"anyOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 437, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 455, "length": 10, "value": "\"required\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 487, "length": 15, "value": "\"propertyNames\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 523, "length": 8, "value": "\"format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 545, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 575, "length": 4, "value": "\"if\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 591, "length": 9, "value": "\"pattern\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 615, "length": 12, "value": "\"multipleOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 645, "length": 10, "value": "\"contains\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 671, "length": 13, "value": "\"uniqueItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 703, "length": 6, "value": "\"enum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 723, "length": 7, "value": "\"const\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 743, "length": 14, "value": "\"dependencies\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 777, "length": 11, "value": "\"minLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 805, "length": 11, "value": "\"maxLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 833, "length": 9, "value": "\"minimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 857, "length": 9, "value": "\"maximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 881, "length": 18, "value": "\"exclusiveMinimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 923, "length": 18, "value": "\"exclusiveMaximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 965, "length": 10, "value": "\"minItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 991, "length": 10, "value": "\"maxItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1017, "length": 15, "value": "\"minProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1053, "length": 15, "value": "\"maxProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1089, "length": 7, "value": "\"items\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1109, "length": 17, "value": "\"additionalItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1149, "length": 19, "value": "\"patternProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1193, "length": 22, "value": "\"additionalProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1329, "length": 6, "value": "\"ipv4\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1355, "length": 6, "value": "\"ipv6\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1381, "length": 5, "value": "\"uri\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1405, "length": 14, "value": "\"json-pointer\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1446, "length": 7, "value": "\"regex\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "StringLiteral", "offset": 1959, "length": 5230, "value": "\"{\n \"$schema\": \"http:\/\/json-schema.org\/draft-07\/schema#\",\n \"$id\": \"http:\/\/json-schema.org\/draft-07\/schema#\",\n \"title\": \"Core schema meta-schema\",\n \"definitions\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$ref\": \"#\" }\n },\n \"nonNegativeInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"nonNegativeIntegerDefault0\": {\n \"allOf\": [\n { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n { \"default\": 0 }\n ]\n },\n \"simpleTypes\": {\n \"enum\": [\n \"array\",\n \"boolean\",\n \"integer\",\n \"null\",\n \"number\",\n \"object\",\n \"string\"\n ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"uniqueItems\": true,\n \"default\": []\n }\n },\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"$id\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$schema\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"$ref\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$comment\": {\n \"type\": \"string\"\n },\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": true,\n \"readOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"examples\": {\n \"type\": \"array\",\n \"items\": true\n },\n \"multipleOf\": {\n \"type\": \"number\",\n \"exclusiveMinimum\": 0\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"number\"\n },\n \"maxLength\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minLength\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"additionalItems\": { \"$ref\": \"#\" },\n \"items\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/schemaArray\" }\n ],\n \"default\": true\n },\n \"maxItems\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minItems\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"contains\": { \"$ref\": \"#\" },\n \"maxProperties\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minProperties\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/definitions\/stringArray\" },\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"definitions\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"propertyNames\": { \"format\": \"regex\" },\n \"default\": {}\n },\n \"dependencies\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/stringArray\" }\n ]\n }\n },\n \"propertyNames\": { \"$ref\": \"#\" },\n \"const\": true,\n \"enum\": {\n \"type\": \"array\",\n \"items\": true,\n \"minItems\": 1,\n \"uniqueItems\": true\n },\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/definitions\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/definitions\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n },\n \"format\": { \"type\": \"string\" },\n \"contentMediaType\": { \"type\": \"string\" },\n \"contentEncoding\": { \"type\": \"string\" },\n \"if\": { \"$ref\": \"#\" },\n \"then\": { \"$ref\": \"#\" },\n \"else\": { \"$ref\": \"#\" },\n \"allOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"not\": { \"$ref\": \"#\" }\n },\n \"default\": true\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft7Validator.swift", "kind": "IntegerLiteral", "offset": 7325, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 518, "length": 22, "value": "\"WoosmapGeofencingSDK\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 855, "length": 8, "value": "\"[🔥]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 887, "length": 10, "value": "\"[‼️]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 920, "length": 10, "value": "\"[⚠️]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 955, "length": 10, "value": "\"[ℹ️]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 987, "length": 8, "value": "\"[💬]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", "offset": 1018, "length": 8, "value": "\"[🔬]\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", "kind": "StringLiteral", - "offset": 855, - "length": 8, - "value": "\"[🔥]\"" + "offset": 1455, + "length": 24, + "value": "\"yyyy-MM-dd hh:mm:ssSSS\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 125, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 171, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 188, + "length": 3, + "value": "5.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 206, + "length": 3, + "value": "3.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 277, + "length": 4, + "value": "0.95" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 3683, + "length": 3, + "value": "2.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 3805, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 3940, + "length": 46, + "value": "[[1.0, 0.0], [0.0, 1.0]]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 887, - "length": 10, - "value": "\"[‼️]\"" + "offset": 4010, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 4056, + "length": 2, + "value": "-2" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 920, + "offset": 4111, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4220, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 4243, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 4290, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4371, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4429, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 4452, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4499, + "length": 5, + "value": "\"age\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 4508, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4530, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "FloatLiteral", + "offset": 4547, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4569, + "length": 9, + "value": "\"updated\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "BooleanLiteral", + "offset": 4582, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4605, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 4655, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4676, "length": 10, - "value": "\"[⚠️]\"" + "value": "\"idVisits\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 4690, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 955, + "offset": 4723, + "length": 12, + "value": "\"visitPoint\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 4739, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4777, + "length": 11, + "value": "\"startTime\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4834, + "length": 9, + "value": "\"endTime\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 4923, "length": 10, - "value": "\"[ℹ️]\"" + "value": "\"duration\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 987, - "length": 8, - "value": "\"[💬]\"" + "offset": 5049, + "length": 14, + "value": "\"weeks_on_zoi\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 5130, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 5140, + "length": 1, + "value": "7" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 5142, + "length": 2, + "value": "24" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 1018, + "offset": 5164, + "length": 16, + "value": "\"weekly_density\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5273, + "length": 26, + "value": "\"daily_presence_intervals\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5397, + "length": 19, + "value": "\"average_intervals\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5456, "length": 8, - "value": "\"[🔬]\"" + "value": "\"period\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosLogger.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "StringLiteral", - "offset": 1455, - "length": 24, - "value": "\"yyyy-MM-dd hh:mm:ssSSS\"" + "offset": 5468, + "length": 14, + "value": "\"NO QUALIFIER\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "Array", - "offset": 125, + "offset": 5721, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "Array", - "offset": 171, + "offset": 5764, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 5813, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5904, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 5983, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 6158, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6177, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 6227, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6246, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 6485, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6687, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6690, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 6770, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 7067, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 7465, + "length": 10, + "value": "\"idVisits\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 7606, + "length": 10, + "value": "\"idVisits\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 7705, + "length": 12, + "value": "\"visitPoint\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 7805, + "length": 12, + "value": "\"visitPoint\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "BooleanLiteral", + "offset": 7951, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 7994, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 8037, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 8086, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8177, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8256, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8439, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 8458, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8508, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 8527, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 8766, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 8968, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 8971, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 9051, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 9348, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 9606, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "BooleanLiteral", + "offset": 9948, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10204, + "length": 19, + "value": "\"prior_probability\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10283, + "length": 5, + "value": "\"age\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10304, + "length": 5, + "value": "\"age\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 10324, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10342, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10371, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10574, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 10593, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10637, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 10656, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 10849, + "length": 13, + "value": "\"accumulator\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 11064, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11222, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11234, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11415, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11540, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11545, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11605, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11642, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11846, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11857, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11860, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11953, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 11966, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 11984, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12142, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12172, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12175, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12180, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12282, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12353, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12356, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 12397, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12436, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12439, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12471, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12474, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12519, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 12543, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 12609, + "length": 16, + "value": "\"covariance_det\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12863, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12869, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 12940, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "Array", + "offset": 13014, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 14049, + "length": 27, + "value": "\"covariance_matrix_inverse\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14475, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14524, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14587, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14637, + "length": 1, + "value": "3" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14699, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14703, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14731, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14735, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14783, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 14832, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15005, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15024, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15070, + "length": 6, + "value": "\"mean\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15089, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "FloatLiteral", - "offset": 188, + "offset": 15233, "length": 3, - "value": "5.0" + "value": "0.7" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15240, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15243, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "FloatLiteral", - "offset": 206, + "offset": 15377, "length": 3, - "value": "3.0" + "value": "0.7" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15384, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15387, + "length": 1, + "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15417, + "length": 11, + "value": "\"POLYGON((\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "FloatLiteral", - "offset": 277, + "offset": 15444, + "length": 3, + "value": "8.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15471, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15495, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15563, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 15579, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15911, "length": 4, - "value": "0.95" + "value": "\"%f\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 15980, + "length": 4, + "value": "\"%f\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16072, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16140, + "length": 3, + "value": "\",\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 16170, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16219, + "length": 4, + "value": "\"%f\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16280, + "length": 3, + "value": "\" \"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16330, + "length": 4, + "value": "\"%f\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16391, + "length": 4, + "value": "\"))\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "StringLiteral", + "offset": 16479, + "length": 12, + "value": "\"WktPolygon\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", "kind": "FloatLiteral", "offset": 18020, "length": 9, "value": "6378137.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 18815, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/FIGMM.swift", + "kind": "IntegerLiteral", + "offset": 18861, + "length": 3, + "value": "180" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 164, "length": 46, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 243, "length": 50, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/core\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 331, "length": 56, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/applicator\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 431, "length": 57, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/unevaluated\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 533, "length": 56, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/validation\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 633, "length": 55, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/meta-data\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 730, "length": 63, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/format-annotation\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 844, "length": 53, "value": "\"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/content\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 987, "length": 19, "value": "\"dependentRequired\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1031, "length": 9, "value": "\"pattern\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1055, "length": 12, "value": "\"multipleOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1085, "length": 10, "value": "\"contains\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1111, "length": 13, "value": "\"uniqueItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1143, "length": 6, "value": "\"enum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1163, "length": 7, "value": "\"const\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1183, "length": 14, "value": "\"dependencies\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1217, "length": 18, "value": "\"dependentSchemas\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1259, "length": 11, "value": "\"minLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1287, "length": 11, "value": "\"maxLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1315, "length": 9, "value": "\"minimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1339, "length": 9, "value": "\"maximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1363, "length": 18, "value": "\"exclusiveMinimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1405, "length": 18, "value": "\"exclusiveMaximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1447, "length": 10, "value": "\"minItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1473, "length": 10, "value": "\"maxItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1499, "length": 15, "value": "\"minProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1535, "length": 15, "value": "\"maxProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1571, "length": 7, "value": "\"items\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1591, "length": 17, "value": "\"additionalItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1631, "length": 19, "value": "\"patternProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1675, "length": 22, "value": "\"additionalProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1725, "length": 6, "value": "\"$ref\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1742, "length": 5, "value": "\"not\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1758, "length": 7, "value": "\"allOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1778, "length": 7, "value": "\"oneOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1798, "length": 7, "value": "\"anyOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1818, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1836, "length": 10, "value": "\"required\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1868, "length": 15, "value": "\"propertyNames\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1905, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1935, "length": 8, "value": "\"format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1957, "length": 4, "value": "\"if\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 1974, "length": 18, "value": "\"unevaluatedItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2006, "length": 18, "value": "\"unevaluatedItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2031, "length": 23, "value": "\"unevaluatedProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2068, "length": 23, "value": "\"unevaluatedProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2184, "length": 6, "value": "\"ipv4\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2210, "length": 6, "value": "\"ipv6\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2236, "length": 5, "value": "\"uri\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2260, "length": 6, "value": "\"uuid\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2286, "length": 7, "value": "\"regex\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2314, "length": 14, "value": "\"json-pointer\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 2794, "length": 2707, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/core\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/applicator\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/unevaluated\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/validation\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/meta-data\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/format-annotation\": true,\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/content\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Core and Validation specifications meta-schema\",\n \"allOf\": [\n {\"$ref\": \"meta\/core\"},\n {\"$ref\": \"meta\/applicator\"},\n {\"$ref\": \"meta\/unevaluated\"},\n {\"$ref\": \"meta\/validation\"},\n {\"$ref\": \"meta\/meta-data\"},\n {\"$ref\": \"meta\/format-annotation\"},\n {\"$ref\": \"meta\/content\"}\n ],\n \"type\": [\"object\", \"boolean\"],\n \"$comment\": \"This meta-schema also defines keywords that have appeared in previous drafts in order to prevent incompatible extensions as they remain in common use.\",\n \"properties\": {\n \"definitions\": {\n \"$comment\": \"\\\"definitions\\\" has been replaced by \\\"$defs\\\".\",\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"deprecated\": true,\n \"default\": {}\n },\n \"dependencies\": {\n \"$comment\": \"\\\"dependencies\\\" has been split and replaced by \\\"dependentSchemas\\\" and \\\"dependentRequired\\\" in order to serve their differing semantics.\",\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$dynamicRef\": \"#meta\" },\n { \"$ref\": \"meta\/validation#\/$defs\/stringArray\" }\n ]\n },\n \"deprecated\": true,\n \"default\": {}\n },\n \"$recursiveAnchor\": {\n \"$comment\": \"\\\"$recursiveAnchor\\\" has been replaced by \\\"$dynamicAnchor\\\".\",\n \"$ref\": \"meta\/core#\/$defs\/anchorString\",\n \"deprecated\": true\n },\n \"$recursiveRef\": {\n \"$comment\": \"\\\"$recursiveRef\\\" has been replaced by \\\"$dynamicRef\\\".\",\n \"$ref\": \"meta\/core#\/$defs\/uriReferenceString\",\n \"deprecated\": true\n }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 5637, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 5750, "length": 1773, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/core\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/core\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Core vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"$id\": {\n \"$ref\": \"#\/$defs\/uriReferenceString\",\n \"$comment\": \"Non-empty fragments not allowed.\",\n \"pattern\": \"^[^#]*#?$\"\n },\n \"$schema\": { \"$ref\": \"#\/$defs\/uriString\" },\n \"$ref\": { \"$ref\": \"#\/$defs\/uriReferenceString\" },\n \"$anchor\": { \"$ref\": \"#\/$defs\/anchorString\" },\n \"$dynamicRef\": { \"$ref\": \"#\/$defs\/uriReferenceString\" },\n \"$dynamicAnchor\": { \"$ref\": \"#\/$defs\/anchorString\" },\n \"$vocabulary\": {\n \"type\": \"object\",\n \"propertyNames\": { \"$ref\": \"#\/$defs\/uriString\" },\n \"additionalProperties\": {\n \"type\": \"boolean\"\n }\n },\n \"$comment\": {\n \"type\": \"string\"\n },\n \"$defs\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" }\n }\n },\n \"$defs\": {\n \"anchorString\": {\n \"type\": \"string\",\n \"pattern\": \"^[A-Za-z_][-A-Za-z0-9._]*$\"\n },\n \"uriString\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"uriReferenceString\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 7659, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 7777, "length": 1856, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/applicator\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/applicator\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Applicator vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"prefixItems\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"items\": { \"$dynamicRef\": \"#meta\" },\n \"contains\": { \"$dynamicRef\": \"#meta\" },\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"propertyNames\": { \"format\": \"regex\" },\n \"default\": {}\n },\n \"dependentSchemas\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$dynamicRef\": \"#meta\" },\n \"default\": {}\n },\n \"propertyNames\": { \"$dynamicRef\": \"#meta\" },\n \"if\": { \"$dynamicRef\": \"#meta\" },\n \"then\": { \"$dynamicRef\": \"#meta\" },\n \"else\": { \"$dynamicRef\": \"#meta\" },\n \"allOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"not\": { \"$dynamicRef\": \"#meta\" }\n },\n \"$defs\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$dynamicRef\": \"#meta\" }\n }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 9769, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 9889, "length": 573, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/unevaluated\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/unevaluated\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Unevaluated applicator vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"unevaluatedItems\": { \"$dynamicRef\": \"#meta\" },\n \"unevaluatedProperties\": { \"$dynamicRef\": \"#meta\" }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 10598, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 10717, "length": 2847, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/validation\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/validation\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Validation vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/$defs\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/$defs\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n },\n \"const\": true,\n \"enum\": {\n \"type\": \"array\",\n \"items\": true\n },\n \"multipleOf\": {\n \"type\": \"number\",\n \"exclusiveMinimum\": 0\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"number\"\n },\n \"maxLength\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minLength\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"maxItems\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minItems\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"maxContains\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minContains\": {\n \"$ref\": \"#\/$defs\/nonNegativeInteger\",\n \"default\": 1\n },\n \"maxProperties\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minProperties\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/$defs\/stringArray\" },\n \"dependentRequired\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"$ref\": \"#\/$defs\/stringArray\"\n }\n }\n },\n \"$defs\": {\n \"nonNegativeInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"nonNegativeIntegerDefault0\": {\n \"$ref\": \"#\/$defs\/nonNegativeInteger\",\n \"default\": 0\n },\n \"simpleTypes\": {\n \"enum\": [\n \"array\",\n \"boolean\",\n \"integer\",\n \"null\",\n \"number\",\n \"object\",\n \"string\"\n ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"uniqueItems\": true,\n \"default\": []\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 13700, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 13817, "length": 1041, "value": "\" {\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/meta-data\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/meta-data\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Meta-data vocabulary meta-schema\",\n\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": true,\n \"deprecated\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"readOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"writeOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"examples\": {\n \"type\": \"array\",\n \"items\": true\n }\n }\n }\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 14994, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 15120, "length": 461, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/format-annotation\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/format-annotation\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Format vocabulary meta-schema for annotation results\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"format\": { \"type\": \"string\" }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 15717, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "StringLiteral", "offset": 15833, "length": 532, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2020-12\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2020-12\/meta\/content\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2020-12\/vocab\/content\": true\n },\n \"$dynamicAnchor\": \"meta\",\n\n \"title\": \"Content vocabulary meta-schema\",\n\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"contentEncoding\": { \"type\": \"string\" },\n \"contentMediaType\": { \"type\": \"string\" },\n \"contentSchema\": { \"$dynamicRef\": \"#meta\" }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft202012Validator.swift", "kind": "IntegerLiteral", "offset": 16501, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/RefResolver.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/RefResolver.swift", "kind": "StringLiteral", "offset": 887, "length": 5, "value": "\"$id\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/RefResolver.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/RefResolver.swift", "kind": "StringLiteral", "offset": 914, "length": 7, "value": "\"$defs\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", "kind": "FloatLiteral", "offset": 180, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", "kind": "FloatLiteral", "offset": 465, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Visit.swift", "kind": "FloatLiteral", "offset": 541, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 249, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 304, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 371, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 425, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "FloatLiteral", "offset": 499, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "FloatLiteral", "offset": 575, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "IntegerLiteral", "offset": 649, "length": 2, "value": "-1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "Dictionary", "offset": 729, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 798, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5376, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5431, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5498, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5552, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "FloatLiteral", "offset": 5626, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "FloatLiteral", "offset": 5702, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "Dictionary", "offset": 5783, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorBeacons.swift", "kind": "StringLiteral", "offset": 5852, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 4669, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 4675, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 5167, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 5173, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 5701, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 5736, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 6306, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 6341, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 6929, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 6935, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 7428, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 7434, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 7963, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 7999, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 8570, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Matrix.swift", "kind": "FloatLiteral", "offset": 8606, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", "kind": "StringLiteral", - "offset": 737, + "offset": 830, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", "kind": "StringLiteral", - "offset": 34042, + "offset": 37346, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", "kind": "BooleanLiteral", - "offset": 49183, + "offset": 53846, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/LocationServiceCoreImpl.swift", - "kind": "StringLiteral", - "offset": 177, - "length": 23, - "value": "\"WoosmapGeofencing.LocationServiceCoreImpl\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 319, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 350, - "length": 10, - "value": "\"features\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 387, - "length": 12, - "value": "\"pagination\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 319, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 350, "length": 10, "value": "\"features\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 387, "length": 12, "value": "\"pagination\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1042, - "length": 7, - "value": "\"lines\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1078, - "length": 14, - "value": "\"country_code\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1113, - "length": 6, - "value": "\"city\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1143, - "length": 9, - "value": "\"zipcode\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1042, "length": 7, "value": "\"lines\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1078, "length": 14, "value": "\"country_code\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1113, "length": 6, "value": "\"city\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1143, "length": 9, "value": "\"zipcode\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1838, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1871, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 1908, "length": 10, "value": "\"geometry\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1838, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1871, - "length": 12, - "value": "\"properties\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 1908, - "length": 10, - "value": "\"geometry\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 2499, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 2533, "length": 13, "value": "\"coordinates\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 2499, - "length": 6, - "value": "\"type\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 2533, - "length": 13, - "value": "\"coordinates\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3040, - "length": 6, - "value": "\"page\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3072, - "length": 11, - "value": "\"pageCount\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3040, "length": 6, "value": "\"page\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3072, "length": 11, "value": "\"pageCount\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3784, "length": 10, "value": "\"store_id\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3815, "length": 6, "value": "\"name\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3845, "length": 9, "value": "\"contact\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3878, "length": 9, "value": "\"address\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3919, "length": 17, "value": "\"user_properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3957, "length": 6, "value": "\"tags\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 3985, "length": 7, "value": "\"types\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 4017, "length": 10, "value": "\"distance\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3784, - "length": 10, - "value": "\"store_id\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3815, - "length": 6, - "value": "\"name\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3845, - "length": 9, - "value": "\"contact\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3878, - "length": 9, - "value": "\"address\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3919, - "length": 17, - "value": "\"user_properties\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3957, - "length": 6, - "value": "\"tags\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 3985, - "length": 7, - "value": "\"types\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 4017, - "length": 10, - "value": "\"distance\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", "kind": "StringLiteral", "offset": 4983, "length": 12, "value": "\"ASCII_name\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/SearchAPiJson.swift", - "kind": "StringLiteral", - "offset": 4983, - "length": 12, - "value": "\"ASCII_name\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "BooleanLiteral", "offset": 236, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 311, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "FloatLiteral", "offset": 379, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "FloatLiteral", "offset": 450, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "FloatLiteral", "offset": 515, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "BooleanLiteral", "offset": 608, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "IntegerLiteral", "offset": 671, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 739, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "IntegerLiteral", "offset": 800, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 868, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 921, "length": 8, "value": "\"circle\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 984, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 1055, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "IntegerLiteral", "offset": 1126, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Region.swift", "kind": "StringLiteral", "offset": 3489, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 164, "length": 46, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/schema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 243, "length": 49, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/core\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 330, "length": 55, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/applicator\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 429, "length": 55, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/validation\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 528, "length": 54, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/meta-data\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 624, "length": 51, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 715, "length": 52, "value": "\"https:\/\/json-schema.org\/draft\/2019-09\/meta\/content\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 857, "length": 19, "value": "\"dependentRequired\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 901, "length": 9, "value": "\"pattern\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 925, "length": 12, "value": "\"multipleOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 955, "length": 10, "value": "\"contains\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 981, "length": 13, "value": "\"uniqueItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1013, "length": 6, "value": "\"enum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1033, "length": 7, "value": "\"const\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1053, "length": 14, "value": "\"dependencies\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1087, "length": 18, "value": "\"dependentSchemas\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1129, "length": 11, "value": "\"minLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1157, "length": 11, "value": "\"maxLength\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1185, "length": 9, "value": "\"minimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1209, "length": 9, "value": "\"maximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1233, "length": 18, "value": "\"exclusiveMinimum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1275, "length": 18, "value": "\"exclusiveMaximum\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1317, "length": 10, "value": "\"minItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1343, "length": 10, "value": "\"maxItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1369, "length": 15, "value": "\"minProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1405, "length": 15, "value": "\"maxProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1441, "length": 7, "value": "\"items\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1461, "length": 17, "value": "\"additionalItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1501, "length": 19, "value": "\"patternProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1545, "length": 22, "value": "\"additionalProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1595, "length": 6, "value": "\"$ref\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1612, "length": 5, "value": "\"not\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1628, "length": 7, "value": "\"allOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1648, "length": 7, "value": "\"oneOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1668, "length": 7, "value": "\"anyOf\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1688, "length": 6, "value": "\"type\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1706, "length": 10, "value": "\"required\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1738, "length": 15, "value": "\"propertyNames\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1775, "length": 12, "value": "\"properties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1805, "length": 8, "value": "\"format\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1827, "length": 4, "value": "\"if\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1844, "length": 18, "value": "\"unevaluatedItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1876, "length": 18, "value": "\"unevaluatedItems\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1901, "length": 23, "value": "\"unevaluatedProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 1938, "length": 23, "value": "\"unevaluatedProperties\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2054, "length": 6, "value": "\"ipv4\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2080, "length": 6, "value": "\"ipv6\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2106, "length": 5, "value": "\"uri\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2130, "length": 6, "value": "\"uuid\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2156, "length": 7, "value": "\"regex\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2184, "length": 14, "value": "\"json-pointer\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 2663, "length": 1882, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/core\": true,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/applicator\": true,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/validation\": true,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/meta-data\": true,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/format\": false,\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/content\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Core and Validation specifications meta-schema\",\n \"allOf\": [\n {\"$ref\": \"meta\/core\"},\n {\"$ref\": \"meta\/applicator\"},\n {\"$ref\": \"meta\/validation\"},\n {\"$ref\": \"meta\/meta-data\"},\n {\"$ref\": \"meta\/format\"},\n {\"$ref\": \"meta\/content\"}\n ],\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"definitions\": {\n \"$comment\": \"While no longer an official keyword as it is replaced by $defs, this keyword is retained in the meta-schema to prevent incompatible extensions as it remains in common use.\",\n \"type\": \"object\",\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"default\": {}\n },\n \"dependencies\": {\n \"$comment\": \"\\\"dependencies\\\" is no longer a keyword, but schema authors should avoid redefining it to facilitate a smooth transition to \\\"dependentSchemas\\\" and \\\"dependentRequired\\\"\",\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$recursiveRef\": \"#\" },\n { \"$ref\": \"meta\/validation#\/$defs\/stringArray\" }\n ]\n }\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 4681, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 4794, "length": 1544, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/core\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/core\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Core vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"$id\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\",\n \"$comment\": \"Non-empty fragments not allowed.\",\n \"pattern\": \"^[^#]*#?$\"\n },\n \"$schema\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"$anchor\": {\n \"type\": \"string\",\n \"pattern\": \"^[A-Za-z][-A-Za-z0-9.:_]*$\"\n },\n \"$ref\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$recursiveRef\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$recursiveAnchor\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"$vocabulary\": {\n \"type\": \"object\",\n \"propertyNames\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"additionalProperties\": {\n \"type\": \"boolean\"\n }\n },\n \"$comment\": {\n \"type\": \"string\"\n },\n \"$defs\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"default\": {}\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 6474, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 6593, "length": 1873, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/applicator\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/applicator\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Applicator vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"additionalItems\": { \"$recursiveRef\": \"#\" },\n \"unevaluatedItems\": { \"$recursiveRef\": \"#\" },\n \"items\": {\n \"anyOf\": [\n { \"$recursiveRef\": \"#\" },\n { \"$ref\": \"#\/$defs\/schemaArray\" }\n ]\n },\n \"contains\": { \"$recursiveRef\": \"#\" },\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"unevaluatedProperties\": { \"$recursiveRef\": \"#\" },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$recursiveRef\": \"#\" },\n \"propertyNames\": { \"format\": \"regex\" },\n \"default\": {}\n },\n \"dependentSchemas\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"$recursiveRef\": \"#\"\n }\n },\n \"propertyNames\": { \"$recursiveRef\": \"#\" },\n \"if\": { \"$recursiveRef\": \"#\" },\n \"then\": { \"$recursiveRef\": \"#\" },\n \"else\": { \"$recursiveRef\": \"#\" },\n \"allOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/$defs\/schemaArray\" },\n \"not\": { \"$recursiveRef\": \"#\" }\n },\n \"$defs\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$recursiveRef\": \"#\" }\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 8602, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 8721, "length": 2847, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/validation\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/validation\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Validation vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"multipleOf\": {\n \"type\": \"number\",\n \"exclusiveMinimum\": 0\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"number\"\n },\n \"maxLength\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minLength\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"maxItems\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minItems\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"maxContains\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minContains\": {\n \"$ref\": \"#\/$defs\/nonNegativeInteger\",\n \"default\": 1\n },\n \"maxProperties\": { \"$ref\": \"#\/$defs\/nonNegativeInteger\" },\n \"minProperties\": { \"$ref\": \"#\/$defs\/nonNegativeIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/$defs\/stringArray\" },\n \"dependentRequired\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"$ref\": \"#\/$defs\/stringArray\"\n }\n },\n \"const\": true,\n \"enum\": {\n \"type\": \"array\",\n \"items\": true\n },\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/$defs\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/$defs\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n }\n },\n \"$defs\": {\n \"nonNegativeInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"nonNegativeIntegerDefault0\": {\n \"$ref\": \"#\/$defs\/nonNegativeInteger\",\n \"default\": 0\n },\n \"simpleTypes\": {\n \"enum\": [\n \"array\",\n \"boolean\",\n \"integer\",\n \"null\",\n \"number\",\n \"object\",\n \"string\"\n ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"uniqueItems\": true,\n \"default\": []\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 11704, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 11821, "length": 905, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/meta-data\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/meta-data\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Meta-data vocabulary meta-schema\",\n\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": true,\n \"deprecated\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"readOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"writeOnly\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"examples\": {\n \"type\": \"array\",\n \"items\": true\n }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 12862, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 12977, "length": 416, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/format\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/format\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Format vocabulary meta-schema\",\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"format\": { \"type\": \"string\" }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 13529, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "StringLiteral", "offset": 13645, "length": 530, "value": "\"{\n \"$schema\": \"https:\/\/json-schema.org\/draft\/2019-09\/schema\",\n \"$id\": \"https:\/\/json-schema.org\/draft\/2019-09\/meta\/content\",\n \"$vocabulary\": {\n \"https:\/\/json-schema.org\/draft\/2019-09\/vocab\/content\": true\n },\n \"$recursiveAnchor\": true,\n\n \"title\": \"Content vocabulary meta-schema\",\n\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"contentMediaType\": { \"type\": \"string\" },\n \"contentEncoding\": { \"type\": \"string\" },\n \"contentSchema\": { \"$recursiveRef\": \"#\" }\n }\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft201909Validator.swift", "kind": "IntegerLiteral", "offset": 14311, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 69, "length": 8, "value": "\"object\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 93, "length": 7, "value": "\"array\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 117, "length": 8, "value": "\"string\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 143, "length": 9, "value": "\"integer\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 169, "length": 8, "value": "\"number\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 195, "length": 9, "value": "\"boolean\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", "kind": "StringLiteral", "offset": 219, "length": 6, "value": "\"null\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 69, - "length": 8, - "value": "\"object\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 93, - "length": 7, - "value": "\"array\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 117, - "length": 8, - "value": "\"string\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 143, - "length": 9, - "value": "\"integer\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 169, - "length": 8, - "value": "\"number\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 195, - "length": 9, - "value": "\"boolean\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/JSONSchema.swift", - "kind": "StringLiteral", - "offset": 219, - "length": 6, - "value": "\"null\"" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "Dictionary", "offset": 383, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "StringLiteral", "offset": 415, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "BooleanLiteral", "offset": 579, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "StringLiteral", "offset": 639, "length": 39, "value": "\"https:\/\/api.woosmap.com\/indoor\/venues\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "StringLiteral", "offset": 736, "length": 54, "value": "\"https:\/\/api.woosmap.com\/indoor\/venues\/%@\/pois\/search\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "IntegerLiteral", "offset": 835, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "BooleanLiteral", "offset": 901, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/SDKSettings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/SDKSettings.swift", "kind": "IntegerLiteral", "offset": 985, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 236, "length": 34, "value": "\"WebGeoServices.WoosmapGeofencing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 334, "length": 9, "value": "\"Woosmap\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 401, "length": 19, "value": "\"WoosmapGeofencing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 464, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 846, "length": 6, "value": "\"momd\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 1237, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 1309, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 1799, "length": 7, "value": "\"error\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 1976, "length": 89, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 1999, "length": 1, "value": "\" \"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2012, "length": 7, "value": "\" Loading of store failed:\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2064, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2145, "length": 66, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2158, "length": 7, "value": "\" Loading of store failed:\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2210, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 2301, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2557, "length": 7, "value": "\"error\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2712, "length": 72, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2735, "length": 1, "value": "\" \"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2748, "length": 7, "value": "\" Loading of store: database missing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2848, "length": 49, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "StringLiteral", "offset": 2861, "length": 7, "value": "\" Loading of store: database missing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 2958, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/WoosmapDataManager.swift", "kind": "BooleanLiteral", "offset": 4915, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "Array", "offset": 238, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "StringLiteral", "offset": 258, "length": 6, "value": "\"exit\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "StringLiteral", "offset": 282, "length": 7, "value": "\"entry\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "Array", "offset": 322, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "Array", "offset": 360, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", "kind": "Array", "offset": 398, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 2831, + "length": 16, + "value": "\"weekly_density\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3029, + "length": 19, + "value": "\"average_intervals\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "IntegerLiteral", + "offset": 3457, + "length": 1, + "value": "2" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3487, + "length": 8, + "value": "\"period\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "IntegerLiteral", + "offset": 3515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "IntegerLiteral", + "offset": 3565, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3637, + "length": 8, + "value": "\"period\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3649, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/ZOIQualifiers.swift", + "kind": "StringLiteral", + "offset": 3684, + "length": 7, + "value": "\"OTHER\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", "kind": "FloatLiteral", "offset": 305, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", "kind": "StringLiteral", "offset": 345, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/LocationService.swift", "kind": "FloatLiteral", "offset": 383, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft6Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/RegionMonitoring.swift", + "kind": "StringLiteral", + "offset": 558, + "length": 16, + "value": "\"WoosmapMonitor\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/RegionMonitoring.swift", + "kind": "IntegerLiteral", + "offset": 9437, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft6Validator.swift", "kind": "StringLiteral", "offset": 130, "length": 4762, "value": "\"{\n \"$schema\": \"http:\/\/json-schema.org\/draft-06\/schema#\",\n \"$id\": \"http:\/\/json-schema.org\/draft-06\/schema#\",\n \"title\": \"Core schema meta-schema\",\n \"definitions\": {\n \"schemaArray\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"items\": { \"$ref\": \"#\" }\n },\n \"nonNegativeInteger\": {\n \"type\": \"integer\",\n \"minimum\": 0\n },\n \"nonNegativeIntegerDefault0\": {\n \"allOf\": [\n { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n { \"default\": 0 }\n ]\n },\n \"simpleTypes\": {\n \"enum\": [\n \"array\",\n \"boolean\",\n \"integer\",\n \"null\",\n \"number\",\n \"object\",\n \"string\"\n ]\n },\n \"stringArray\": {\n \"type\": \"array\",\n \"items\": { \"type\": \"string\" },\n \"uniqueItems\": true,\n \"default\": []\n }\n },\n \"type\": [\"object\", \"boolean\"],\n \"properties\": {\n \"$id\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"$schema\": {\n \"type\": \"string\",\n \"format\": \"uri\"\n },\n \"$ref\": {\n \"type\": \"string\",\n \"format\": \"uri-reference\"\n },\n \"title\": {\n \"type\": \"string\"\n },\n \"description\": {\n \"type\": \"string\"\n },\n \"default\": {},\n \"examples\": {\n \"type\": \"array\",\n \"items\": {}\n },\n \"multipleOf\": {\n \"type\": \"number\",\n \"exclusiveMinimum\": 0\n },\n \"maximum\": {\n \"type\": \"number\"\n },\n \"exclusiveMaximum\": {\n \"type\": \"number\"\n },\n \"minimum\": {\n \"type\": \"number\"\n },\n \"exclusiveMinimum\": {\n \"type\": \"number\"\n },\n \"maxLength\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minLength\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"pattern\": {\n \"type\": \"string\",\n \"format\": \"regex\"\n },\n \"additionalItems\": { \"$ref\": \"#\" },\n \"items\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/schemaArray\" }\n ],\n \"default\": {}\n },\n \"maxItems\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minItems\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"uniqueItems\": {\n \"type\": \"boolean\",\n \"default\": false\n },\n \"contains\": { \"$ref\": \"#\" },\n \"maxProperties\": { \"$ref\": \"#\/definitions\/nonNegativeInteger\" },\n \"minProperties\": { \"$ref\": \"#\/definitions\/nonNegativeIntegerDefault0\" },\n \"required\": { \"$ref\": \"#\/definitions\/stringArray\" },\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"definitions\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"properties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"patternProperties\": {\n \"type\": \"object\",\n \"additionalProperties\": { \"$ref\": \"#\" },\n \"default\": {}\n },\n \"dependencies\": {\n \"type\": \"object\",\n \"additionalProperties\": {\n \"anyOf\": [\n { \"$ref\": \"#\" },\n { \"$ref\": \"#\/definitions\/stringArray\" }\n ]\n }\n },\n \"propertyNames\": { \"$ref\": \"#\" },\n \"const\": {},\n \"enum\": {\n \"type\": \"array\",\n \"minItems\": 1,\n \"uniqueItems\": true\n },\n \"type\": {\n \"anyOf\": [\n { \"$ref\": \"#\/definitions\/simpleTypes\" },\n {\n \"type\": \"array\",\n \"items\": { \"$ref\": \"#\/definitions\/simpleTypes\" },\n \"minItems\": 1,\n \"uniqueItems\": true\n }\n ]\n },\n \"format\": { \"type\": \"string\" },\n \"allOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"anyOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"oneOf\": { \"$ref\": \"#\/definitions\/schemaArray\" },\n \"not\": { \"$ref\": \"#\" }\n },\n \"default\": {}\n}\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft6Validator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/JSONSchema\/Draft6Validator.swift", "kind": "IntegerLiteral", "offset": 5028, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", "kind": "StringLiteral", "offset": 208, "length": 34, "value": "\"WebGeoServices.WoosmapGeofencing\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", "kind": "StringLiteral", "offset": 283, "length": 16, "value": "\"TrackingSchema\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", "kind": "StringLiteral", "offset": 316, "length": 7, "value": "\".json\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/WoosmapGeofencing.swift", "kind": "IntegerLiteral", "offset": 491, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Location.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Location.swift", "kind": "FloatLiteral", "offset": 256, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Location.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Location.swift", "kind": "FloatLiteral", "offset": 444, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "StringLiteral", "offset": 248, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "StringLiteral", "offset": 314, "length": 3, "value": "\"-\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "FloatLiteral", "offset": 388, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "FloatLiteral", "offset": 464, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "IntegerLiteral", "offset": 538, "length": 2, "value": "-1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "StringLiteral", "offset": 614, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "kind": "FloatLiteral", + "offset": 10582, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "kind": "FloatLiteral", + "offset": 10672, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "BooleanLiteral", "offset": 14790, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/IndoorVenue.swift", "kind": "BooleanLiteral", "offset": 15251, "length": 4, "value": "true" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "FloatLiteral", "offset": 245, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "FloatLiteral", "offset": 313, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "FloatLiteral", "offset": 389, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "FloatLiteral", "offset": 467, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "IntegerLiteral", "offset": 524, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/Distance.swift", "kind": "IntegerLiteral", "offset": 643, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "BooleanLiteral", "offset": 262, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "FloatLiteral", "offset": 551, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "FloatLiteral", "offset": 627, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "IntegerLiteral", "offset": 694, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "BooleanLiteral", "offset": 790, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "IntegerLiteral", "offset": 858, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "StringLiteral", "offset": 931, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "IntegerLiteral", "offset": 997, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "StringLiteral", "offset": 1070, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "StringLiteral", "offset": 1128, "length": 11, "value": "\"isochrone\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/RegionIsochrone.swift", "kind": "IntegerLiteral", "offset": 1234, "length": 2, "value": "-1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", "kind": "Dictionary", "offset": 286, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", "kind": "Dictionary", "offset": 341, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", + "kind": "StringLiteral", + "offset": 1070, + "length": 30, + "value": "\"=>>>>>> \"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/WoosmapGeofencing\/Sources\/WoosmapGeofencing\/Business Logic\/LogIndoorAPI.swift", + "kind": "StringLiteral", + "offset": 1099, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 2552, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 2558, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 2955, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 2961, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 3392, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 3427, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 3890, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 3925, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 4404, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 4410, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 4808, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 4814, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 5246, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 5282, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 5746, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Surge\/Linear Algebra\/Vector.swift", "kind": "FloatLiteral", "offset": 5782, "length": 3, "value": "1.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", "kind": "FloatLiteral", "offset": 299, "length": 5, "value": "140.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", "kind": "FloatLiteral", "offset": 328, "length": 5, "value": "320.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", "kind": "FloatLiteral", "offset": 357, "length": 5, "value": "270.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", "kind": "Array", "offset": 397, "length": 83, "value": "[200.0, 300.0, 500.0, 1000.0, 2000.0]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "kind": "FloatLiteral", + "offset": 894, + "length": 9, + "value": "6378137.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "kind": "FloatLiteral", + "offset": 1035, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "kind": "FloatLiteral", + "offset": 1127, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/RegionGenerator.swift", + "kind": "FloatLiteral", + "offset": 1175, + "length": 5, + "value": "180.0" + }, + { + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "IntegerLiteral", "offset": 146, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "IntegerLiteral", "offset": 194, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "IntegerLiteral", "offset": 264, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "IntegerLiteral", "offset": 321, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "Array", "offset": 439, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 496, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 554, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 689, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "Array", "offset": 825, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 989, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 1089, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 1189, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Business Logic\/ZOI.swift", "kind": "FloatLiteral", "offset": 1289, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 120, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 189, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 729, "length": 100, "value": "\"https:\/\/api.woosmap.com\/stores\/search\/?private_key=\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 797, "length": 1, "value": "\"&lat=%@&lng=%@&stores_by_page=5\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 1082, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 1514, "length": 54, "value": "\"https:\/\/api.woosmap.com\/distance\/distancematrix\/json\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 2003, "length": 4, "value": "\"en\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2070, "length": 7, "value": "1000000" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2110, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2176, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2219, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2260, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2325, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2368, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2405, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2445, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2490, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2539, "length": 3, "value": "0.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2606, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2654, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2693, "length": 4, "value": "50.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2758, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "BooleanLiteral", "offset": 2824, "length": 5, "value": "false" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "FloatLiteral", "offset": 2872, "length": 5, "value": "100.0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 2936, "length": 2, "value": "30" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3019, "length": 3, "value": "300" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3081, "length": 2, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3149, "length": 43, "value": "\"http:\/\/maps.google.com\/maps\/api\/staticmap\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3260, "length": 86, "value": "\"?markers=color:blue|%@,%@&zoom=15&size=400x400&sensor=true&key=\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3345, "length": 1, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3414, "length": 110, "value": "\"?markers=color:red|%@,%@&markers=color:blue|%@,%@&zoom=14&size=400x400&sensor=true&key=\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3523, "length": 1, "value": "\"\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "Dictionary", "offset": 3613, "length": 3, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "Array", "offset": 3698, "length": 2, "value": "[]" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "StringLiteral", "offset": 3729, "length": 8, "value": "\"radius\"" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3873, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3892, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3919, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3944, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3970, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3998, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3873, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3892, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3919, - "length": 1, - "value": "2" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3944, - "length": 1, - "value": "3" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3970, - "length": 1, - "value": "4" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", - "kind": "IntegerLiteral", - "offset": 3998, - "length": 1, - "value": "5" - }, - { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3873, "length": 1, "value": "0" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3892, "length": 1, "value": "1" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3919, "length": 1, "value": "2" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3944, "length": 1, "value": "3" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3970, "length": 1, "value": "4" }, { - "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/ReleaseSDK\/EnterpriseSDK\/4.3.7\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", + "filePath": "\/Volumes\/livestuff\/Clients\/woosmap\/geofenceSDK\/Pre-release\/4.3.8-beta1\/sdk\/core\/Sources\/WoosmapGeofencing\/Settings.swift", "kind": "IntegerLiteral", "offset": 3998, "length": 1, diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 2ade406..52c5940 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name WoosmapGeofencing +// swift-module-flags-ignorable: -no-verify-emitted-module-interface import Accelerate import AdSupport import CoreData @@ -306,33 +307,31 @@ public enum EigenDecompositionError : Swift.Error { @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: any Swift.Error) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didExitRegion region: CoreLocation.CLRegion) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) - open func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) + public func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) public func removeRegion(identifier: Swift.String) - open func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) + public func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) public func removeRegion(center: CoreLocation.CLLocationCoordinate2D) public func removeRegions(type: WoosmapGeofencing.RegionType) - open func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) + public func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) @objc public func locationManagerDidPauseLocationUpdates(_ manager: CoreLocation.CLLocationManager) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - open func updateLocation(locations: [CoreLocation.CLLocation]) - open func searchAPIRequest(location: WoosmapGeofencing.Location) + public func updateLocation(locations: [CoreLocation.CLLocation]) + public func searchAPIRequest(location: WoosmapGeofencing.Location) public func sendSearchAPIRequest(location: WoosmapGeofencing.Location) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: any Swift.Error) - open func removeOldPOIRegions(newPOIS: [WoosmapGeofencing.POI]) + public func removeOldPOIRegions(newPOIS: [WoosmapGeofencing.POI]) public func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], locationId: Swift.String) public func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], distanceWithTraffic: Swift.Bool = distanceWithTraffic, distanceMode: WoosmapGeofencing.DistanceMode = distanceMode, distanceUnits: WoosmapGeofencing.DistanceUnits = distanceUnits, distanceLanguage: Swift.String = distanceLanguage) public func tracingLocationDidFailWithError(error: any Swift.Error) public func getRegionType(identifier: Swift.String) -> WoosmapGeofencing.RegionType public func checkIfPositionIsInsideGeofencingRegions(location: CoreLocation.CLLocation) - open func addRegionLogTransition(region: CoreLocation.CLRegion, didEnter: Swift.Bool, fromPositionDetection: Swift.Bool) + public func addRegionLogTransition(region: CoreLocation.CLRegion, didEnter: Swift.Bool, fromPositionDetection: Swift.Bool) public func setDataFromPOI(poi: WoosmapGeofencing.POI, propertyDictionary: inout Swift.Dictionary) - #if compiler(>=5.3) && $Sendable public func woosApiCall(with url: Foundation.URL, completionHandler: @escaping @Sendable (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void) - #endif - open func handleRefreshSystemGeofence(addCustomGeofence: Swift.Bool = false, locationId: Swift.String) - open func handleVisitEvent(visit: WoosmapGeofencing.Visit) - open func handlePOIEvent(poi: WoosmapGeofencing.POI) - open func handleZOIClassifiedEvent(region: WoosmapGeofencing.Region) + public func handleRefreshSystemGeofence(addCustomGeofence: Swift.Bool = false, locationId: Swift.String) + public func handleVisitEvent(visit: WoosmapGeofencing.Visit) + public func handlePOIEvent(poi: WoosmapGeofencing.POI) + public func handleZOIClassifiedEvent(region: WoosmapGeofencing.Region) @objc deinit } public struct SearchAPIData : Swift.Codable { @@ -511,8 +510,8 @@ public protocol LocationService : ObjectiveC.NSObject { func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], locationId: Swift.String) func tracingLocationDidFailWithError(error: any Swift.Error) func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) - func removeRegion(identifier: Swift.String) func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) + func removeRegion(identifier: Swift.String) func removeRegion(center: CoreLocation.CLLocationCoordinate2D) func removeRegions(type: WoosmapGeofencing.RegionType) func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) @@ -525,9 +524,7 @@ public protocol LocationService : ObjectiveC.NSObject { func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) func locationManagerDidPauseLocationUpdates(_ manager: CoreLocation.CLLocationManager) func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - #if compiler(>=5.3) && $Sendable func woosApiCall(with url: Foundation.URL, completionHandler: @escaping @Sendable (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void) - #endif } extension WoosmapGeofencing.LocationService { public func handleRefreshSystemGeofence(locationId: Swift.String) @@ -751,6 +748,7 @@ public enum DistanceProvider : Swift.String { case woosmapTraffic case woosmapDistance public init?(rawValue: Swift.String) + @available(*, deprecated, message: "This feature was disabled; use the distanceWithTraffic flag") public typealias RawValue = Swift.String public var rawValue: Swift.String { get @@ -775,6 +773,7 @@ public enum TrafficDistanceRouting : Swift.String { case fastest case balanced public init?(rawValue: Swift.String) + @available(*, deprecated, message: "This feature was disabled; use the DistanceMethod") public typealias RawValue = Swift.String public var rawValue: Swift.String { get @@ -929,6 +928,7 @@ extension WoosmapGeofencing.DistanceDB { } } extension WoosmapGeofencing.DistanceDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class DurationLogDB : CoreData.NSManagedObject { @@ -951,6 +951,7 @@ extension WoosmapGeofencing.DurationLogDB { } } extension WoosmapGeofencing.DurationLogDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class IndoorBeaconDB : CoreData.NSManagedObject { @@ -997,6 +998,7 @@ extension WoosmapGeofencing.IndoorBeaconDB { } } extension WoosmapGeofencing.IndoorBeaconDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class IndoorVenueDB : CoreData.NSManagedObject { @@ -1035,6 +1037,7 @@ extension WoosmapGeofencing.IndoorVenueDB { } } extension WoosmapGeofencing.IndoorVenueDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LocationDB : CoreData.NSManagedObject { @@ -1065,6 +1068,7 @@ extension WoosmapGeofencing.LocationDB { } } extension WoosmapGeofencing.LocationDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LogIndoorAPIDB : CoreData.NSManagedObject { @@ -1091,6 +1095,7 @@ extension WoosmapGeofencing.LogIndoorAPIDB { } } extension WoosmapGeofencing.LogIndoorAPIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LogSearchAPIDB : CoreData.NSManagedObject { @@ -1161,6 +1166,7 @@ extension WoosmapGeofencing.LogSearchAPIDB { } } extension WoosmapGeofencing.LogSearchAPIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class POIDB : CoreData.NSManagedObject { @@ -1243,6 +1249,7 @@ extension WoosmapGeofencing.POIDB { } } extension WoosmapGeofencing.POIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class RegionDB : CoreData.NSManagedObject { @@ -1313,6 +1320,7 @@ extension WoosmapGeofencing.RegionDB { } } extension WoosmapGeofencing.RegionDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class RegionIsochroneDB : CoreData.NSManagedObject { @@ -1383,6 +1391,7 @@ extension WoosmapGeofencing.RegionIsochroneDB { } } extension WoosmapGeofencing.RegionIsochroneDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class VenueBeaconDB : CoreData.NSManagedObject { @@ -1433,6 +1442,7 @@ extension WoosmapGeofencing.VenueBeaconDB { } } extension WoosmapGeofencing.VenueBeaconDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class VisitDB : CoreData.NSManagedObject { @@ -1471,6 +1481,7 @@ extension WoosmapGeofencing.VisitDB { } } extension WoosmapGeofencing.VisitDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class ZOIDB : CoreData.NSManagedObject { @@ -1553,6 +1564,7 @@ extension WoosmapGeofencing.ZOIDB { } } extension WoosmapGeofencing.ZOIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } extension WoosmapGeofencing.EigenDecompositionError : Swift.Equatable {} diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index 67bebe2..ed4f592 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 2ade406..52c5940 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -1,6 +1,7 @@ // swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4) +// swift-compiler-version: Apple Swift version 6.0 effective-5.10 (swiftlang-6.0.0.9.10 clang-1600.0.26.2) // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name WoosmapGeofencing +// swift-module-flags-ignorable: -no-verify-emitted-module-interface import Accelerate import AdSupport import CoreData @@ -306,33 +307,31 @@ public enum EigenDecompositionError : Swift.Error { @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didFailWithError error: any Swift.Error) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didExitRegion region: CoreLocation.CLRegion) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) - open func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) + public func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) public func removeRegion(identifier: Swift.String) - open func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) + public func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) public func removeRegion(center: CoreLocation.CLLocationCoordinate2D) public func removeRegions(type: WoosmapGeofencing.RegionType) - open func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) + public func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) @objc public func locationManagerDidPauseLocationUpdates(_ manager: CoreLocation.CLLocationManager) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - open func updateLocation(locations: [CoreLocation.CLLocation]) - open func searchAPIRequest(location: WoosmapGeofencing.Location) + public func updateLocation(locations: [CoreLocation.CLLocation]) + public func searchAPIRequest(location: WoosmapGeofencing.Location) public func sendSearchAPIRequest(location: WoosmapGeofencing.Location) @objc public func locationManager(_ manager: CoreLocation.CLLocationManager, monitoringDidFailFor region: CoreLocation.CLRegion?, withError error: any Swift.Error) - open func removeOldPOIRegions(newPOIS: [WoosmapGeofencing.POI]) + public func removeOldPOIRegions(newPOIS: [WoosmapGeofencing.POI]) public func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], locationId: Swift.String) public func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], distanceWithTraffic: Swift.Bool = distanceWithTraffic, distanceMode: WoosmapGeofencing.DistanceMode = distanceMode, distanceUnits: WoosmapGeofencing.DistanceUnits = distanceUnits, distanceLanguage: Swift.String = distanceLanguage) public func tracingLocationDidFailWithError(error: any Swift.Error) public func getRegionType(identifier: Swift.String) -> WoosmapGeofencing.RegionType public func checkIfPositionIsInsideGeofencingRegions(location: CoreLocation.CLLocation) - open func addRegionLogTransition(region: CoreLocation.CLRegion, didEnter: Swift.Bool, fromPositionDetection: Swift.Bool) + public func addRegionLogTransition(region: CoreLocation.CLRegion, didEnter: Swift.Bool, fromPositionDetection: Swift.Bool) public func setDataFromPOI(poi: WoosmapGeofencing.POI, propertyDictionary: inout Swift.Dictionary) - #if compiler(>=5.3) && $Sendable public func woosApiCall(with url: Foundation.URL, completionHandler: @escaping @Sendable (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void) - #endif - open func handleRefreshSystemGeofence(addCustomGeofence: Swift.Bool = false, locationId: Swift.String) - open func handleVisitEvent(visit: WoosmapGeofencing.Visit) - open func handlePOIEvent(poi: WoosmapGeofencing.POI) - open func handleZOIClassifiedEvent(region: WoosmapGeofencing.Region) + public func handleRefreshSystemGeofence(addCustomGeofence: Swift.Bool = false, locationId: Swift.String) + public func handleVisitEvent(visit: WoosmapGeofencing.Visit) + public func handlePOIEvent(poi: WoosmapGeofencing.POI) + public func handleZOIClassifiedEvent(region: WoosmapGeofencing.Region) @objc deinit } public struct SearchAPIData : Swift.Codable { @@ -511,8 +510,8 @@ public protocol LocationService : ObjectiveC.NSObject { func calculateDistance(locationOrigin: CoreLocation.CLLocation, coordinatesDest: [(Swift.Double, Swift.Double)], locationId: Swift.String) func tracingLocationDidFailWithError(error: any Swift.Error) func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: CoreLocation.CLLocationDistance) -> (isCreate: Swift.Bool, identifier: Swift.String) - func removeRegion(identifier: Swift.String) func addRegion(identifier: Swift.String, center: CoreLocation.CLLocationCoordinate2D, radius: Swift.Int, type: Swift.String) -> (isCreate: Swift.Bool, identifier: Swift.String) + func removeRegion(identifier: Swift.String) func removeRegion(center: CoreLocation.CLLocationCoordinate2D) func removeRegions(type: WoosmapGeofencing.RegionType) func checkIfUserIsInRegion(region: CoreLocation.CLCircularRegion) @@ -525,9 +524,7 @@ public protocol LocationService : ObjectiveC.NSObject { func locationManager(_ manager: CoreLocation.CLLocationManager, didEnterRegion region: CoreLocation.CLRegion) func locationManagerDidPauseLocationUpdates(_ manager: CoreLocation.CLLocationManager) func locationManager(_ manager: CoreLocation.CLLocationManager, didStartMonitoringFor region: CoreLocation.CLRegion) - #if compiler(>=5.3) && $Sendable func woosApiCall(with url: Foundation.URL, completionHandler: @escaping @Sendable (Foundation.Data?, Foundation.URLResponse?, (any Swift.Error)?) -> Swift.Void) - #endif } extension WoosmapGeofencing.LocationService { public func handleRefreshSystemGeofence(locationId: Swift.String) @@ -751,6 +748,7 @@ public enum DistanceProvider : Swift.String { case woosmapTraffic case woosmapDistance public init?(rawValue: Swift.String) + @available(*, deprecated, message: "This feature was disabled; use the distanceWithTraffic flag") public typealias RawValue = Swift.String public var rawValue: Swift.String { get @@ -775,6 +773,7 @@ public enum TrafficDistanceRouting : Swift.String { case fastest case balanced public init?(rawValue: Swift.String) + @available(*, deprecated, message: "This feature was disabled; use the DistanceMethod") public typealias RawValue = Swift.String public var rawValue: Swift.String { get @@ -929,6 +928,7 @@ extension WoosmapGeofencing.DistanceDB { } } extension WoosmapGeofencing.DistanceDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class DurationLogDB : CoreData.NSManagedObject { @@ -951,6 +951,7 @@ extension WoosmapGeofencing.DurationLogDB { } } extension WoosmapGeofencing.DurationLogDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class IndoorBeaconDB : CoreData.NSManagedObject { @@ -997,6 +998,7 @@ extension WoosmapGeofencing.IndoorBeaconDB { } } extension WoosmapGeofencing.IndoorBeaconDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class IndoorVenueDB : CoreData.NSManagedObject { @@ -1035,6 +1037,7 @@ extension WoosmapGeofencing.IndoorVenueDB { } } extension WoosmapGeofencing.IndoorVenueDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LocationDB : CoreData.NSManagedObject { @@ -1065,6 +1068,7 @@ extension WoosmapGeofencing.LocationDB { } } extension WoosmapGeofencing.LocationDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LogIndoorAPIDB : CoreData.NSManagedObject { @@ -1091,6 +1095,7 @@ extension WoosmapGeofencing.LogIndoorAPIDB { } } extension WoosmapGeofencing.LogIndoorAPIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class LogSearchAPIDB : CoreData.NSManagedObject { @@ -1161,6 +1166,7 @@ extension WoosmapGeofencing.LogSearchAPIDB { } } extension WoosmapGeofencing.LogSearchAPIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class POIDB : CoreData.NSManagedObject { @@ -1243,6 +1249,7 @@ extension WoosmapGeofencing.POIDB { } } extension WoosmapGeofencing.POIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class RegionDB : CoreData.NSManagedObject { @@ -1313,6 +1320,7 @@ extension WoosmapGeofencing.RegionDB { } } extension WoosmapGeofencing.RegionDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class RegionIsochroneDB : CoreData.NSManagedObject { @@ -1383,6 +1391,7 @@ extension WoosmapGeofencing.RegionIsochroneDB { } } extension WoosmapGeofencing.RegionIsochroneDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class VenueBeaconDB : CoreData.NSManagedObject { @@ -1433,6 +1442,7 @@ extension WoosmapGeofencing.VenueBeaconDB { } } extension WoosmapGeofencing.VenueBeaconDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class VisitDB : CoreData.NSManagedObject { @@ -1471,6 +1481,7 @@ extension WoosmapGeofencing.VisitDB { } } extension WoosmapGeofencing.VisitDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } @objc @_inheritsConvenienceInitializers public class ZOIDB : CoreData.NSManagedObject { @@ -1553,6 +1564,7 @@ extension WoosmapGeofencing.ZOIDB { } } extension WoosmapGeofencing.ZOIDB : Swift.Identifiable { + @available(iOS 13.0, tvOS 13.0, watchOS 6.0, macOS 10.15, *) public typealias ID = Swift.ObjectIdentifier } extension WoosmapGeofencing.EigenDecompositionError : Swift.Equatable {} diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftmodule b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftmodule index 96c948b..645f9a7 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftmodule and b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftmodule differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Woosmap.momd/VersionInfo.plist b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Woosmap.momd/VersionInfo.plist index 9966d09..c6d47e6 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Woosmap.momd/VersionInfo.plist and b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Woosmap.momd/VersionInfo.plist differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Woosmap.momd/Woosmap.mom b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Woosmap.momd/Woosmap.mom index 8156e9d..88b967c 100644 Binary files a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Woosmap.momd/Woosmap.mom and b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/Woosmap.momd/Woosmap.mom differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/WoosmapGeofencing b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/WoosmapGeofencing index 84f1761..4f3acd6 100755 Binary files a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/WoosmapGeofencing and b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/WoosmapGeofencing differ diff --git a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/_CodeSignature/CodeResources b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/_CodeSignature/CodeResources index 38979e2..abe3e63 100644 --- a/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/_CodeSignature/CodeResources +++ b/WoosmapGeofencing.xcframework/ios-arm64_x86_64-simulator/WoosmapGeofencing.framework/_CodeSignature/CodeResources @@ -6,59 +6,59 @@ Headers/WoosmapGeofencing-Swift.h - pzDG24AKusEDYJ5ojFZzbSJ5SMo= + 2lvuaTFyY24qFaSgb0CMBBgBtVI= Info.plist - cTCzJeYPVykxxA65UlViKLrmJJo= + x+aUKGd5hM0wULGSxouxqucTeS4= Modules/WoosmapGeofencing.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo - fJsyvbIcf63EnlSmQGpOPgqdM18= + aeCtFGEKkFvRfAIhwED7nqfl9fI= Modules/WoosmapGeofencing.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo - fPPAZsthiMExfZ001I/QE40s4do= + R7DU8BL7N9ZMh0cRluSMaLSsWTI= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.abi.json - KfMhGuv0b70h1tRsKKWoO3OExNM= + 7/zUtdJ9wZXMFBfZxhgkJcYWDUc= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - 0wNOahYUTODiG9BvgOns+LTQbQ4= + hQfG5yUzRG80IhA/oDGOXZYK3oU= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftdoc - Spg4MNZSKDyfU7Q6BBpeFPAtzmw= + 3fHBfOVo+VUrUhVT/V9AUTkANMs= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftinterface - 0wNOahYUTODiG9BvgOns+LTQbQ4= + hQfG5yUzRG80IhA/oDGOXZYK3oU= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftmodule - 8Zn6pVbEoMWdlbLl497zTsiwV1I= + omubr4JH9TlAxkjCLo0x57f2A+Q= Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.abi.json - KfMhGuv0b70h1tRsKKWoO3OExNM= + 7/zUtdJ9wZXMFBfZxhgkJcYWDUc= Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - /EY2UFaIC6Eh3BdrrLJDeLutXVQ= + g+Ln13Vr1fjmPFKepghjT47oT5U= Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - El514uUAnCPwfFkEXDvAvlApE20= + NWopyqNRMlT5xNOGAup//mWe6lk= Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - /EY2UFaIC6Eh3BdrrLJDeLutXVQ= + g+Ln13Vr1fjmPFKepghjT47oT5U= Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - yjmbo1iEOjp9jtOImWpR3YJJo8k= + 1j+MjqpDWa4vLNbZRYPEHF+m6fk= Modules/module.modulemap @@ -74,11 +74,11 @@ Woosmap.momd/VersionInfo.plist - sKA0XirpyiF6Cz84NRJxk2J5CTs= + vfBsI3co/zfEy+TgWctsoqV2XQM= Woosmap.momd/Woosmap.mom - TIn2CqBvfYnKnITmXN+sl6P7w4E= + 5NnYenM53xajZKufqSPBVJNV5Bc= beaconTracking.json @@ -103,91 +103,91 @@ hash2 - W5zaJ7xsW0SyFEJwR/ipM5qgvNwTY0u571lxqgVD2fw= + QRv0ZqzmWXvxbE8DQDY4NKnQK6LuvwBDL58oObwaS/4= Modules/WoosmapGeofencing.swiftmodule/Project/arm64-apple-ios-simulator.swiftsourceinfo hash2 - /XYi7VSeqtS9IG7122/AnVoQC9GjJ1La5NeC+ySCSX8= + s1ln/V9TQ1GfnQrlRbsDg6X5pvg3AMIopDHkPGRGEtE= Modules/WoosmapGeofencing.swiftmodule/Project/x86_64-apple-ios-simulator.swiftsourceinfo hash2 - XZmnMfA5oaGH4mOIVuxlU2Jfj+ZoLlMF6Hh3svb696M= + f9JpLUPRhWSrhrbHDKJJirt5XsetAUzUOecbsx47fVg= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.abi.json hash2 - CqAuyFi3ggNuhmKx8QZ8VWmFpXbgnWySmx9GogP+jfg= + kUZ6XSWGaFh6+afjaw5hO6/QjSRc/FmKcbS97NoDWE8= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - fnFqTNboyPKH3fUoNgMxaTLJSt8irx+AqjIO0U2xf8E= + uWNAD5CPX6Vlez3cCx1qWzd4/gCSqcWKO1Ieb4aGSsc= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - qHbjRYFrH+CJLHSbVpmfRNuw1oq/3kuxxnOqXqkGe0U= + JOGMz4xKbVvWPyIbn/VqIuC0w5PfKY9AO+KwYosLpDo= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - fnFqTNboyPKH3fUoNgMxaTLJSt8irx+AqjIO0U2xf8E= + uWNAD5CPX6Vlez3cCx1qWzd4/gCSqcWKO1Ieb4aGSsc= Modules/WoosmapGeofencing.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - t6ZsOPm5g7m5S8ekxNNMdfKFHtX/MKob27+sTgTb160= + Pb91GEz9XFY+VOi6tnlgqiEeTdhleCye1q17wjTM3AA= Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - CqAuyFi3ggNuhmKx8QZ8VWmFpXbgnWySmx9GogP+jfg= + kUZ6XSWGaFh6+afjaw5hO6/QjSRc/FmKcbS97NoDWE8= Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - 0nwm2RfEkxrFIl4olYx7FxoqS3mRlWrlYRYNnZJrILE= + aySZaGe5FSzJDQ753AKJ4IQZ5xvImu3BhBz/RwJ5Q8M= Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - QQRSVBr/ybxM3RKHp18x9Lcouh0LZFxiRcHb4avfDE4= + vyup5l0A2zKKmP9Aje+CgNLyXN40/1TFVENizjXoRiE= Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - 0nwm2RfEkxrFIl4olYx7FxoqS3mRlWrlYRYNnZJrILE= + aySZaGe5FSzJDQ753AKJ4IQZ5xvImu3BhBz/RwJ5Q8M= Modules/WoosmapGeofencing.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - AiTMi5IUFtVpFUy2hE/d2o5cvQI5EMEHP6YgoXREJQ8= + ZBrtdB7YENV1rDiG9lLXePQlfz3YKOZVHOd5SrTgzi4= Modules/module.modulemap @@ -215,14 +215,14 @@ hash2 - /xu0XGwAUKkOvt7Wf326FiVD2NHnmShqto5PfACjgoQ= + WSzw/Zo30rxVa9961Jeqr5IFkLIyaZ7Dg9deC0mYXR0= Woosmap.momd/Woosmap.mom hash2 - w3u8OCMCRPdaEvXyiirvv9LW0jwZg4xE45dEuw/jYbY= + yTdJCmuYyHto0xV8uC4fbU+f5b2G4FLtw9THARqHI/8= beaconTracking.json