diff --git a/DolyameSDK.json b/DolyameSDK.json
index e9c0e27..689ef4d 100644
--- a/DolyameSDK.json
+++ b/DolyameSDK.json
@@ -9,5 +9,6 @@
"1.0.12": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.12/Framework/DolyameSDK.xcframework.zip",
"1.0.13": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.13/Framework/DolyameSDK.xcframework.zip",
"1.0.14": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.14/Framework/DolyameSDK.xcframework.zip",
- "1.0.15": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.15/Framework/DolyameSDK.xcframework.zip"
+ "1.0.15": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.15/Framework/DolyameSDK.xcframework.zip",
+ "1.0.16": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.16/Framework/DolyameSDK.xcframework.zip"
}
diff --git a/DolyameSDK.podspec b/DolyameSDK.podspec
index 508ca6f..cbc7b9c 100644
--- a/DolyameSDK.podspec
+++ b/DolyameSDK.podspec
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = 'DolyameSDK'
s.summary = 'Dolyame SDK for iOS'
- s.version = '1.0.15'
+ s.version = '1.0.16'
s.authors = {
'Isaac Weisberg' => 'a.vaysberg@tinkoff.ru',
@@ -18,8 +18,4 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '12.0'
s.swift_version = '5.0'
s.ios.vendored_frameworks = ["Framework/#{s.name}.xcframework", "Framework/JuicyScoreFramework.xcframework"]
- s.resources = [
- "Framework/#{s.name}.xcframework/ios-arm64/#{s.name}.framework/#{s.name}Images.bundle"
- ]
- s.frameworks = "CFNetwork", "Accelerate"
end
diff --git a/Example/DolyameSDKUsageDemo/Info.plist b/Example/DolyameSDKUsageDemo/Info.plist
index b40875d..bcf65fe 100644
--- a/Example/DolyameSDKUsageDemo/Info.plist
+++ b/Example/DolyameSDKUsageDemo/Info.plist
@@ -13,19 +13,51 @@
CFBundleName
$(PRODUCT_NAME)
CFBundlePackageType
- $(PRODUCT_BUNDLE_PACKAGE_TYPE)
+ APPL
CFBundleShortVersionString
- 1.0.15
+ $(MARKETING_VERSION)
CFBundleVersion
- 1512
+ 1749
ITSAppUsesNonExemptEncryption
+ NSLocationWhenInUseUsageDescription
+ Location is used to better know that you're not a robot
LSRequiresIPhoneOS
NSAppTransportSecurity
+ NSAllowsArbitraryLoads
+
NSExceptionDomains
+ cdn-tinkoff.ru
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
+ dolyame.ru
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
+ tinkoff.ru
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
+ tcsbank.ru
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
api.statist.v2.dev2.k8s.tcsbank.ru
NSExceptionAllowsInsecureHTTPLoads
diff --git a/Example/DolyameSDKUsageDemo/Utils/InputValueValidator.swift b/Example/DolyameSDKUsageDemo/Utils/InputValueValidator.swift
index 2caa0b7..aaae287 100644
--- a/Example/DolyameSDKUsageDemo/Utils/InputValueValidator.swift
+++ b/Example/DolyameSDKUsageDemo/Utils/InputValueValidator.swift
@@ -62,7 +62,6 @@ class InputValueValidator: IInputValueValidator {
private func animateTextField(textField: UITextField) {
let borderWidth = textField.layer.borderWidth
let borderColor = textField.layer.borderColor
- // swiftlint:disable multiple_closures_with_trailing_closure
UIView.animate(withDuration: 1.0,
delay: 0.0,
usingSpringWithDamping: 0.4,
diff --git a/Example/DolyameSDKUsageDemo/Workflows/Checkout/CheckoutPresenter.swift b/Example/DolyameSDKUsageDemo/Workflows/Checkout/CheckoutPresenter.swift
index 41bd98f..343c499 100644
--- a/Example/DolyameSDKUsageDemo/Workflows/Checkout/CheckoutPresenter.swift
+++ b/Example/DolyameSDKUsageDemo/Workflows/Checkout/CheckoutPresenter.swift
@@ -49,7 +49,7 @@ class CheckoutPresenter {
clientInfoFirstName: "Оксана",
clientInfoLastName: "Чичваркин",
clientInfoMiddleName: "Валерьевна",
- clientInfoPhone: "+79133008080",
+ clientInfoPhone: "+79876874585",
clientInfoBirthday: "17.10.1989",
clientInfoEmail: nil)
diff --git a/Example/DolyameSDKUsageDemo_Partners.xcodeproj/project.pbxproj b/Example/DolyameSDKUsageDemo_Partners.xcodeproj/project.pbxproj
index 4971867..e672c9b 100644
--- a/Example/DolyameSDKUsageDemo_Partners.xcodeproj/project.pbxproj
+++ b/Example/DolyameSDKUsageDemo_Partners.xcodeproj/project.pbxproj
@@ -18,7 +18,6 @@
2AC46F37B2B7241F9B9F113F /* ItemsListViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD35EC18D53416CFEAF5F0D8 /* ItemsListViewController.swift */; };
3CF3E689E494423F5FD3A59A /* CartViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C689D68E70E228898F28FB9 /* CartViewController.swift */; };
3FC9A0F1F968DEB29AD2F40C /* AddNewItemPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF4D5EA35CDD39613CAAD704 /* AddNewItemPresenter.swift */; };
- 5299F86C610F2D34A4B9011A /* Pods_DolyameSDKUsageDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B579285EA22AAFA68A77F214 /* Pods_DolyameSDKUsageDemo.framework */; };
6B5347D72926141FC6F2F7CD /* ItemsListCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED7F28F2E6C7B7077CE4699D /* ItemsListCoordinator.swift */; };
7111E6B85F1536CB1A13AA3C /* CheckoutPresenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3296BFB3E3A30D87370F0528 /* CheckoutPresenter.swift */; };
7513D002F6F6A434D0892B42 /* CheckoutCoordinator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4D06ED8232AC1730968A96D5 /* CheckoutCoordinator.swift */; };
@@ -33,10 +32,12 @@
D6276ADB80326CEF62689D65 /* InputValueValidator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F8895B8B9283B8534CC78EB /* InputValueValidator.swift */; };
DC7B1DE8925E9720E7AA68EB /* CheckoutModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0079DE777CFC9E1A8200C7B9 /* CheckoutModel.swift */; };
E073599CF4B49279A447BE71 /* ItemsListCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = B69B3CCA124D638DE871FDA1 /* ItemsListCell.swift */; };
+ E7AB84EF924AF94CCB231BC6 /* Pods_DolyameSDKUsageDemo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F4180FF111E3E67DEE744DCA /* Pods_DolyameSDKUsageDemo.framework */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
0079DE777CFC9E1A8200C7B9 /* CheckoutModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckoutModel.swift; sourceTree = ""; };
+ 028F717F977C787AC21D6473 /* Pods-DolyameSDKUsageDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DolyameSDKUsageDemo.debug.xcconfig"; path = "Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo.debug.xcconfig"; sourceTree = ""; };
061D691E36F05E0193D8B629 /* LaunchScreen.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = ru.lproj/LaunchScreen.storyboard; sourceTree = ""; };
2F5CF2DCADE13A035A866C05 /* ItemsListPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemsListPresenter.swift; sourceTree = ""; };
3296BFB3E3A30D87370F0528 /* CheckoutPresenter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckoutPresenter.swift; sourceTree = ""; };
@@ -50,9 +51,8 @@
720DB3A504F552FA9844F07D /* ModifiableParameterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModifiableParameterView.swift; sourceTree = ""; };
8C2A8BC8E10982FD3062E541 /* CartCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CartCoordinator.swift; sourceTree = ""; };
A6B49115B6A985212D788120 /* LaunchScreen.strings */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = LaunchScreen.strings; path = ru.lproj/LaunchScreen.strings; sourceTree = ""; };
- B579285EA22AAFA68A77F214 /* Pods_DolyameSDKUsageDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DolyameSDKUsageDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- B5B46A2D0C922CFE48EB51EE /* Pods-DolyameSDKUsageDemo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DolyameSDKUsageDemo.debug.xcconfig"; path = "Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo.debug.xcconfig"; sourceTree = ""; };
B69B3CCA124D638DE871FDA1 /* ItemsListCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemsListCell.swift; sourceTree = ""; };
+ B71AAC2D1DD9653894ACF0EF /* Pods-DolyameSDKUsageDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DolyameSDKUsageDemo.release.xcconfig"; path = "Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo.release.xcconfig"; sourceTree = ""; };
B8FF02D3735108C98D32FED6 /* CheckoutViewIO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CheckoutViewIO.swift; sourceTree = ""; };
C1185F9B94A939CEF613FBEE /* SwitchParameterView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwitchParameterView.swift; sourceTree = ""; };
C307D091DE2F9ED6403002C4 /* DolyameSDKUsageDemo.app */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.application; path = DolyameSDKUsageDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -64,17 +64,17 @@
E08CE20AB5C0DB0DE3F5F396 /* AddNewItemViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AddNewItemViewController.swift; sourceTree = ""; };
ED7F28F2E6C7B7077CE4699D /* ItemsListCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemsListCoordinator.swift; sourceTree = ""; };
EEE1583DD64DFE146DDE8F19 /* ItemsListViewIO.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ItemsListViewIO.swift; sourceTree = ""; };
- F6519AD818A9F2543E366313 /* Pods-DolyameSDKUsageDemo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DolyameSDKUsageDemo.release.xcconfig"; path = "Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo.release.xcconfig"; sourceTree = ""; };
+ F4180FF111E3E67DEE744DCA /* Pods_DolyameSDKUsageDemo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_DolyameSDKUsageDemo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
F6B695B0FC9ADCD38B669390 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
FCDED52656C94A8B8192F7BB /* ApplicationCoordinator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ApplicationCoordinator.swift; sourceTree = ""; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
- 704812C6E3585DEA8978024C /* Frameworks */ = {
+ 47E404B2CEB2D2AED0D8A9EA /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 5299F86C610F2D34A4B9011A /* Pods_DolyameSDKUsageDemo.framework in Frameworks */,
+ E7AB84EF924AF94CCB231BC6 /* Pods_DolyameSDKUsageDemo.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -141,14 +141,6 @@
path = Cart;
sourceTree = "";
};
- 5A2FC2135AE623074251DEE1 /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- B579285EA22AAFA68A77F214 /* Pods_DolyameSDKUsageDemo.framework */,
- );
- name = Frameworks;
- sourceTree = "";
- };
6DC110CE02998388D37EFBC3 /* Cells */ = {
isa = PBXGroup;
children = (
@@ -162,11 +154,19 @@
children = (
04DD1DECF127DA84EEC147DB /* DolyameSDKUsageDemo */,
C817E5659C19FC9BF444AFB6 /* Products */,
- BEAB19FB28086FDF1B183F0C /* Pods */,
- 5A2FC2135AE623074251DEE1 /* Frameworks */,
+ CC1DB77C601F9D882E04BE02 /* Pods */,
+ 7E6FDC8E94D973BC75B8328C /* Frameworks */,
);
sourceTree = "";
};
+ 7E6FDC8E94D973BC75B8328C /* Frameworks */ = {
+ isa = PBXGroup;
+ children = (
+ F4180FF111E3E67DEE744DCA /* Pods_DolyameSDKUsageDemo.framework */,
+ );
+ name = Frameworks;
+ sourceTree = "";
+ };
82ED342A4304B35E6F363073 /* Items */ = {
isa = PBXGroup;
children = (
@@ -221,22 +221,22 @@
path = Views;
sourceTree = "";
};
- BEAB19FB28086FDF1B183F0C /* Pods */ = {
+ C817E5659C19FC9BF444AFB6 /* Products */ = {
isa = PBXGroup;
children = (
- B5B46A2D0C922CFE48EB51EE /* Pods-DolyameSDKUsageDemo.debug.xcconfig */,
- F6519AD818A9F2543E366313 /* Pods-DolyameSDKUsageDemo.release.xcconfig */,
+ C307D091DE2F9ED6403002C4 /* DolyameSDKUsageDemo.app */,
);
- name = Pods;
- path = Pods;
+ name = Products;
sourceTree = "";
};
- C817E5659C19FC9BF444AFB6 /* Products */ = {
+ CC1DB77C601F9D882E04BE02 /* Pods */ = {
isa = PBXGroup;
children = (
- C307D091DE2F9ED6403002C4 /* DolyameSDKUsageDemo.app */,
+ 028F717F977C787AC21D6473 /* Pods-DolyameSDKUsageDemo.debug.xcconfig */,
+ B71AAC2D1DD9653894ACF0EF /* Pods-DolyameSDKUsageDemo.release.xcconfig */,
);
- name = Products;
+ name = Pods;
+ path = Pods;
sourceTree = "";
};
EBB63638F6801D3AA0F99F75 /* Model */ = {
@@ -254,12 +254,11 @@
isa = PBXNativeTarget;
buildConfigurationList = F96489DB8EE7DCF29396BF9B /* Build configuration list for PBXNativeTarget "DolyameSDKUsageDemo" */;
buildPhases = (
- 51EB640E32673DCCA7983D47 /* [CP] Check Pods Manifest.lock */,
+ 1503DE4AF2ABED50770C683E /* [CP] Check Pods Manifest.lock */,
037A7F7F398479A0D5104C59 /* Sources */,
ABC3C398B3C9B05FB0DCF0C5 /* Resources */,
- 704812C6E3585DEA8978024C /* Frameworks */,
- 0DF2BB696F5F3C5939B815FA /* [CP] Embed Pods Frameworks */,
- E87705B61FC312616DBA6D9A /* [CP] Copy Pods Resources */,
+ 47E404B2CEB2D2AED0D8A9EA /* Frameworks */,
+ 84CC711F0BFDFA431DBC51C0 /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
@@ -316,24 +315,7 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
- 0DF2BB696F5F3C5939B815FA /* [CP] Embed Pods Frameworks */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
- );
- name = "[CP] Embed Pods Frameworks";
- outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo-frameworks.sh\"\n";
- showEnvVarsInLog = 0;
- };
- 51EB640E32673DCCA7983D47 /* [CP] Check Pods Manifest.lock */ = {
+ 1503DE4AF2ABED50770C683E /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
@@ -355,21 +337,21 @@
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
- E87705B61FC312616DBA6D9A /* [CP] Copy Pods Resources */ = {
+ 84CC711F0BFDFA431DBC51C0 /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo-resources-${CONFIGURATION}-input-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
- name = "[CP] Copy Pods Resources";
+ name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo-resources-${CONFIGURATION}-output-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo-resources.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DolyameSDKUsageDemo/Pods-DolyameSDKUsageDemo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
@@ -409,13 +391,13 @@
/* Begin XCBuildConfiguration section */
0CE0F01816981ED5BAE029CC /* Release */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = F6519AD818A9F2543E366313 /* Pods-DolyameSDKUsageDemo.release.xcconfig */;
+ baseConfigurationReference = B71AAC2D1DD9653894ACF0EF /* Pods-DolyameSDKUsageDemo.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_ENTITLEMENTS = DolyameSDKUsageDemo/Entitlements/DolyameSDKUsageDemo.entitlements;
CODE_SIGN_IDENTITY = "Apple Distribution: Tinkoff Bank (8SEFGGQX9M)";
- CURRENT_PROJECT_VERSION = 1512;
+ CURRENT_PROJECT_VERSION = 1749;
DEVELOPMENT_TEAM = 8SEFGGQX9M;
INFOPLIST_FILE = DolyameSDKUsageDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
@@ -423,6 +405,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
+ MARKETING_VERSION = 1.0.16;
PRODUCT_BUNDLE_IDENTIFIER = ru.tcsbank.dolyamesdk;
PROVISIONING_PROFILE_SPECIFIER = "match AppStore ru.tcsbank.dolyamesdk";
SDKROOT = iphoneos;
@@ -496,13 +479,13 @@
};
DA33A8331457C6DB1CF7B36C /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = B5B46A2D0C922CFE48EB51EE /* Pods-DolyameSDKUsageDemo.debug.xcconfig */;
+ baseConfigurationReference = 028F717F977C787AC21D6473 /* Pods-DolyameSDKUsageDemo.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
BUILD_LIBRARY_FOR_DISTRIBUTION = YES;
CODE_SIGN_ENTITLEMENTS = DolyameSDKUsageDemo/Entitlements/DolyameSDKUsageDemo.entitlements;
CODE_SIGN_IDENTITY = "Apple Development: iOS Automation (32CR662BJU)";
- CURRENT_PROJECT_VERSION = 1512;
+ CURRENT_PROJECT_VERSION = 1749;
DEVELOPMENT_TEAM = 8SEFGGQX9M;
INFOPLIST_FILE = DolyameSDKUsageDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
@@ -510,6 +493,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
+ MARKETING_VERSION = 1.0.16;
PRODUCT_BUNDLE_IDENTIFIER = ru.tcsbank.dolyamesdk;
PROVISIONING_PROFILE_SPECIFIER = "match Development ru.tcsbank.dolyamesdk";
SDKROOT = iphoneos;
diff --git a/Example/Podfile b/Example/Podfile
index 175d749..0ded6d4 100644
--- a/Example/Podfile
+++ b/Example/Podfile
@@ -1,6 +1,6 @@
platform :ios, '12.0'
-source 'https://cdn.cocoapods.org/'
+source 'https://nexus.tcsbank.ru/repository/raw-cocoapods/'
use_frameworks!
diff --git a/Example/Podfile.lock b/Example/Podfile.lock
index d3a759b..cf8120d 100644
--- a/Example/Podfile.lock
+++ b/Example/Podfile.lock
@@ -1,5 +1,5 @@
PODS:
- - DolyameSDK (1.0.15)
+ - DolyameSDK (1.0.16)
- SnapKit (5.6.0)
DEPENDENCIES:
@@ -7,7 +7,7 @@ DEPENDENCIES:
- SnapKit
SPEC REPOS:
- trunk:
+ https://nexus.tcsbank.ru/repository/raw-cocoapods/:
- SnapKit
EXTERNAL SOURCES:
@@ -15,9 +15,9 @@ EXTERNAL SOURCES:
:path: "../"
SPEC CHECKSUMS:
- DolyameSDK: e79ab126eed9ed21ea09feaa05c67d048bbf10dd
+ DolyameSDK: 845f8e8033ce42ae302cd84523e3f5046abae9a7
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25
-PODFILE CHECKSUM: 687c560e5270108e27cfc4901d5294ec56a29c46
+PODFILE CHECKSUM: a58c2d7359d38015abff5a8a2132e7ec4c8e7a57
COCOAPODS: 1.11.2
diff --git a/Example/project.yml b/Example/project.yml
index c3ee214..0bff43b 100644
--- a/Example/project.yml
+++ b/Example/project.yml
@@ -12,6 +12,7 @@ targets:
sources: [DolyameSDKUsageDemo]
settings:
base:
+ MARKETING_VERSION: 1.0.16
CURRENT_PROJECT_VERSION: 1
BUILD_LIBRARY_FOR_DISTRIBUTION: YES
PRODUCT_BUNDLE_IDENTIFIER: ru.tcsbank.dolyamesdk
diff --git a/Framework/DolyameSDK.xcframework.zip b/Framework/DolyameSDK.xcframework.zip
index 9007e8a..55d5ac0 100644
Binary files a/Framework/DolyameSDK.xcframework.zip and b/Framework/DolyameSDK.xcframework.zip differ
diff --git a/Framework/DolyameSDK.xcframework/Info.plist b/Framework/DolyameSDK.xcframework/Info.plist
index 659c8c4..7129025 100644
--- a/Framework/DolyameSDK.xcframework/Info.plist
+++ b/Framework/DolyameSDK.xcframework/Info.plist
@@ -8,31 +8,32 @@
DebugSymbolsPath
dSYMs
LibraryIdentifier
- ios-arm64
+ ios-arm64_x86_64-simulator
LibraryPath
DolyameSDK.framework
SupportedArchitectures
arm64
+ x86_64
SupportedPlatform
ios
+ SupportedPlatformVariant
+ simulator
DebugSymbolsPath
dSYMs
LibraryIdentifier
- ios-x86_64-simulator
+ ios-arm64
LibraryPath
DolyameSDK.framework
SupportedArchitectures
- x86_64
+ arm64
SupportedPlatform
ios
- SupportedPlatformVariant
- simulator
CFBundlePackageType
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AcquiringAlertViewController.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AcquiringAlertViewController.nib
index 518f909..71f7604 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AcquiringAlertViewController.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AcquiringAlertViewController.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AcquiringPaymentViewController.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AcquiringPaymentViewController.nib
index 05a27c8..afc3b87 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AcquiringPaymentViewController.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AcquiringPaymentViewController.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AddCardTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AddCardTableViewCell.nib
index a96f82f..be20b6f 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AddCardTableViewCell.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AddCardTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AmountTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AmountTableViewCell.nib
index ac3c13c..1636748 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AmountTableViewCell.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/AmountTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ButtonInputAccessoryView.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ButtonInputAccessoryView.nib
index 69383f3..287d489 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ButtonInputAccessoryView.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ButtonInputAccessoryView.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ButtonTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ButtonTableViewCell.nib
index 2d21c84..5600315 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ButtonTableViewCell.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ButtonTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/objects-12.3+.nib
index a84fbbe..da9fd3b 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/objects-12.3+.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/runtime.nib
index 83e298a..8010a06 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/runtime.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/CardsViewController.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/CardsViewController.nib
index 36783c8..e693f99 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/CardsViewController.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/CardsViewController.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/DolyameSDK b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/DolyameSDK
index a530136..275c7c9 100755
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/DolyameSDK and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/DolyameSDK differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/DolyameSDKImages.bundle/Assets.car b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/DolyameSDKImages.bundle/Assets.car
index 8148ee2..f2eb42d 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/DolyameSDKImages.bundle/Assets.car and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/DolyameSDKImages.bundle/Assets.car differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/DolyameSDKImages.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/DolyameSDKImages.bundle/Info.plist
index 11f9bea..7b1fb8b 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/DolyameSDKImages.bundle/Info.plist and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/DolyameSDKImages.bundle/Info.plist differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Events.momd/Events.mom b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Events.momd/Events.mom
index e623dc8..5c42ede 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Events.momd/Events.mom and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Events.momd/Events.mom differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Headers/DolyameSDK-Swift.h b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Headers/DolyameSDK-Swift.h
index bdb2415..55f4e48 100644
--- a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Headers/DolyameSDK-Swift.h
+++ b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Headers/DolyameSDK-Swift.h
@@ -1,4 +1,6 @@
-// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
+#if 0
+#elif defined(__arm64__) && __arm64__
+// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
#ifndef DOLYAMESDK_SWIFT_H
#define DOLYAMESDK_SWIFT_H
#pragma clang diagnostic push
@@ -21,11 +23,20 @@
# include
#endif
+#pragma clang diagnostic ignored "-Wduplicate-method-match"
#pragma clang diagnostic ignored "-Wauto-import"
+#if defined(__OBJC__)
#include
+#endif
+#if defined(__cplusplus)
+#include
+#include
+#include
+#else
#include
#include
#include
+#endif
#if !defined(SWIFT_TYPEDEFS)
# define SWIFT_TYPEDEFS 1
@@ -181,9 +192,11 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#else
# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
#endif
+#if defined(__OBJC__)
#if !defined(IBSegueAction)
# define IBSegueAction
#endif
+#endif
#if !defined(SWIFT_EXTERN)
# if defined(__cplusplus)
# define SWIFT_EXTERN extern "C"
@@ -191,15 +204,38 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# define SWIFT_EXTERN extern
# endif
#endif
+#if !defined(SWIFT_CALL)
+# define SWIFT_CALL __attribute__((swiftcall))
+#endif
+#if defined(__cplusplus)
+#if !defined(SWIFT_NOEXCEPT)
+# define SWIFT_NOEXCEPT noexcept
+#endif
+#else
+#if !defined(SWIFT_NOEXCEPT)
+# define SWIFT_NOEXCEPT
+#endif
+#endif
+#if defined(__cplusplus)
+#if !defined(SWIFT_CXX_INT_DEFINED)
+#define SWIFT_CXX_INT_DEFINED
+namespace swift {
+using Int = ptrdiff_t;
+using UInt = size_t;
+}
+#endif
+#endif
+#if defined(__OBJC__)
#if __has_feature(modules)
#if __has_warning("-Watimport-in-framework-header")
#pragma clang diagnostic ignored "-Watimport-in-framework-header"
#endif
@import CoreData;
-@import CoreGraphics;
+@import CoreFoundation;
@import UIKit;
#endif
+#endif
#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
#pragma clang diagnostic ignored "-Wduplicate-method-arg"
#if __has_warning("-Wpragma-clang-attribute")
@@ -207,6 +243,7 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
#endif
#pragma clang diagnostic ignored "-Wunknown-pragmas"
#pragma clang diagnostic ignored "-Wnullability"
+#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
#if __has_attribute(external_source_symbol)
# pragma push_macro("any")
@@ -215,6 +252,13 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
# pragma pop_macro("any")
#endif
+#if defined(__OBJC__)
+
+
+
+
+
+
@@ -265,6 +309,8 @@ SWIFT_CLASS("_TtC10DolyameSDK7EventMO")
+
+
SWIFT_CLASS("_TtC10DolyameSDK5LogMO")
@interface LogMO : NSManagedObject
- (nonnull instancetype)initWithEntity:(NSEntityDescription * _Nonnull)entity insertIntoManagedObjectContext:(NSManagedObjectContext * _Nullable)context OBJC_DESIGNATED_INITIALIZER;
@@ -360,28 +406,15 @@ SWIFT_CLASS("_TtC10DolyameSDK5LogMO")
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+#endif
+#if defined(__cplusplus)
+#endif
#if __has_attribute(external_source_symbol)
# pragma clang attribute pop
#endif
#pragma clang diagnostic pop
#endif
+
+#else
+#error unsupported Swift architecture
+#endif
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Headers/DolyameSDK-umbrella.h b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Headers/DolyameSDK-umbrella.h
index 7ab7b90..376696f 100644
--- a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Headers/DolyameSDK-umbrella.h
+++ b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Headers/DolyameSDK-umbrella.h
@@ -13,3 +13,4 @@
FOUNDATION_EXPORT double DolyameSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char DolyameSDKVersionString[];
+
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Info.plist
index 3d57bca..cf77b72 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Info.plist and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Info.plist differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/InpuCardtRequisitesTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/InpuCardtRequisitesTableViewCell.nib
deleted file mode 100644
index ac35722..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/InpuCardtRequisitesTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/InputCardRequisitesTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/InputCardRequisitesTableViewCell.nib
new file mode 100644
index 0000000..5d34020
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/InputCardRequisitesTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/LabelTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/LabelTableViewCell.nib
index 7e2c0e9..0b72c17 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/LabelTableViewCell.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/LabelTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/LoadingCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/LoadingCollectionViewCell.nib/objects-12.3+.nib
index f3ecfa2..00eeacb 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/LoadingCollectionViewCell.nib/objects-12.3+.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/LoadingCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/LoadingCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/LoadingCollectionViewCell.nib/runtime.nib
index 20fdc72..c0d039d 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/LoadingCollectionViewCell.nib/runtime.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/LoadingCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.abi.json b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.abi.json
new file mode 100644
index 0000000..0d259f0
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.abi.json
@@ -0,0 +1,39665 @@
+{
+ "ABIRoot": {
+ "kind": "Root",
+ "name": "TopLevel",
+ "printedName": "TopLevel",
+ "children": [
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIGestureRecognizerSubclass",
+ "printedName": "UIKit.UIGestureRecognizerSubclass",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "CoreGraphics",
+ "printedName": "CoreGraphics",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyamePaymentButton",
+ "printedName": "DolyamePaymentButton",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "onButtonPressed",
+ "printedName": "onButtonPressed",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(() -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvp",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Custom",
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(() -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvg",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(() -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvs",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvM",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvM",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentButton",
+ "printedName": "DolyameSDK.DolyamePaymentButton",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton(im)init",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonCACycfc",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Custom",
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intrinsicContentSize",
+ "printedName": "intrinsicContentSize",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGSize",
+ "printedName": "CoreFoundation.CGSize",
+ "usr": "c:@S@CGSize"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton(py)intrinsicContentSize",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC20intrinsicContentSizeSo6CGSizeVvp",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "objc_name": "intrinsicContentSize",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Custom",
+ "Override",
+ "AccessControl"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGSize",
+ "printedName": "CoreFoundation.CGSize",
+ "usr": "c:@S@CGSize"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton(im)intrinsicContentSize",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC20intrinsicContentSizeSo6CGSizeVvg",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "objc_name": "intrinsicContentSize",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Style",
+ "printedName": "Style",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "roundedCorners",
+ "printedName": "roundedCorners",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentButton.Style.Type) -> DolyameSDK.DolyamePaymentButton.Style",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO14roundedCornersyA2EmF",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5StyleO14roundedCornersyA2EmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "sharpCorners",
+ "printedName": "sharpCorners",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentButton.Style.Type) -> DolyameSDK.DolyamePaymentButton.Style",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO12sharpCornersyA2EmF",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5StyleO12sharpCornersyA2EmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "customCornerRadius",
+ "printedName": "customCornerRadius",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentButton.Style.Type) -> (CoreGraphics.CGFloat) -> DolyameSDK.DolyamePaymentButton.Style",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(CoreGraphics.CGFloat) -> DolyameSDK.DolyamePaymentButton.Style",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "CGFloat",
+ "printedName": "CoreGraphics.CGFloat",
+ "usr": "s:14CoreFoundation7CGFloatV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO18customCornerRadiusyAE14CoreFoundation7CGFloatVcAEmF",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5StyleO18customCornerRadiusyAE12CoreGraphics7CGFloatVcAEmF",
+ "moduleName": "DolyameSDK"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5StyleO",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "applyStyle",
+ "printedName": "applyStyle(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC10applyStyleyyAC0F0OF",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC10applyStyleyyAC0F0OF",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Custom",
+ "AccessControl"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(frame:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentButton",
+ "printedName": "DolyameSDK.DolyamePaymentButton",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "CGRect",
+ "printedName": "CoreFoundation.CGRect",
+ "usr": "c:@S@CGRect"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton(im)initWithFrame:",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5frameACSo6CGRectV_tcfc",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "initWithFrame:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Custom",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Custom",
+ "AccessControl",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)UIView",
+ "hasMissingDesignatedInitializers": true,
+ "superclassNames": [
+ "UIKit.UIView",
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "__DefaultCustomPlaygroundQuickLookable",
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIFont",
+ "printedName": "UIKit.UIFont",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIColor",
+ "printedName": "UIKit.UIColor",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UserNotifications",
+ "printedName": "UserNotifications",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "zlib",
+ "printedName": "zlib",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "CoreFoundation",
+ "printedName": "CoreFoundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Dolyame",
+ "printedName": "Dolyame",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "shared",
+ "printedName": "shared",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dolyame",
+ "printedName": "DolyameSDK.Dolyame",
+ "usr": "s:10DolyameSDK0A0C"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A0C6sharedACvpZ",
+ "mangledName": "$s10DolyameSDK0A0C6sharedACvpZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dolyame",
+ "printedName": "DolyameSDK.Dolyame",
+ "usr": "s:10DolyameSDK0A0C"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A0C6sharedACvgZ",
+ "mangledName": "$s10DolyameSDK0A0C6sharedACvgZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "logout",
+ "printedName": "logout()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A0C6logoutyyF",
+ "mangledName": "$s10DolyameSDK0A0C6logoutyyF",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:10DolyameSDK0A0C",
+ "mangledName": "$s10DolyameSDK0A0C",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "hasMissingDesignatedInitializers": true
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "os.log",
+ "printedName": "os.log",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "PassKit",
+ "printedName": "PassKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "QuartzCore.CoreAnimation",
+ "printedName": "QuartzCore.CoreAnimation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "JuicyScoreFramework",
+ "printedName": "JuicyScoreFramework",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "os.signpost",
+ "printedName": "os.signpost",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreTelephony",
+ "printedName": "CoreTelephony",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "QuartzCore.CoreAnimation",
+ "printedName": "QuartzCore.CoreAnimation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "AdSupport",
+ "printedName": "AdSupport",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CommonCrypto",
+ "printedName": "CommonCrypto",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CryptoKit",
+ "printedName": "CryptoKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "lessThanRuble",
+ "printedName": "lessThanRuble",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO13lessThanRubleyA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO13lessThanRubleyA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "haveSumDifference",
+ "printedName": "haveSumDifference",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO17haveSumDifferenceyA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO17haveSumDifferenceyA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "haveItemsDifference",
+ "printedName": "haveItemsDifference",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO19haveItemsDifferenceyA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO19haveItemsDifferenceyA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "wrongPersonData",
+ "printedName": "wrongPersonData",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO15wrongPersonDatayA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO15wrongPersonDatayA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "noPartnerForClient",
+ "printedName": "noPartnerForClient",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO18noPartnerForClientyA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO18noPartnerForClientyA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO2eeoiySbAC_ACtFZ",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO2eeoiySbAC_ACtFZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO9hashValueSivp",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO9hashValueSivp",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO9hashValueSivg",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO9hashValueSivg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "hash",
+ "printedName": "hash(into:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Hasher",
+ "printedName": "Swift.Hasher",
+ "paramValueOwnership": "InOut",
+ "usr": "s:s6HasherV"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO4hash4intoys6HasherVz_tF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO4hash4intoys6HasherVz_tF",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CryptoKit",
+ "printedName": "CryptoKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "MachO",
+ "printedName": "MachO",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIColor",
+ "printedName": "UIKit.UIColor",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "PassKit",
+ "printedName": "PassKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreTelephony",
+ "printedName": "CoreTelephony",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "SystemConfiguration",
+ "printedName": "SystemConfiguration",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIFont",
+ "printedName": "UIKit.UIFont",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Dispatch",
+ "printedName": "Dispatch",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "CoreLocation",
+ "printedName": "CoreLocation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UserNotifications",
+ "printedName": "UserNotifications",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "QuartzCore.CAMediaTimingFunction",
+ "printedName": "QuartzCore.CAMediaTimingFunction",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyamePaymentConfiguration",
+ "printedName": "DolyamePaymentConfiguration",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "Order",
+ "printedName": "Order",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "Item",
+ "printedName": "Item",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "name",
+ "printedName": "name",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4nameSSvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4nameSSvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4nameSSvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4nameSSvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "quantity",
+ "printedName": "quantity",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV8quantitySivp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV8quantitySivp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV8quantitySivg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV8quantitySivg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "price",
+ "printedName": "price",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV5priceSo9NSDecimalavp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV5priceSo9NSDecimalavp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV5priceSo9NSDecimalavg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV5priceSo9NSDecimalavg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "sku",
+ "printedName": "sku",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV3skuSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV3skuSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV3skuSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV3skuSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(name:quantity:price:sku:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Item",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order.Item",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4name8quantity5price3skuAGSS_SiSo9NSDecimalaSSSgtcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4name8quantity5price3skuAGSS_SiSo9NSDecimalaSSSgtcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "id",
+ "printedName": "id",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV2idSSvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV2idSSvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV2idSSvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV2idSSvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "amount",
+ "printedName": "amount",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV6amountSo9NSDecimalavp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV6amountSo9NSDecimalavp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV6amountSo9NSDecimalavg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV6amountSo9NSDecimalavg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "prepaidAmount",
+ "printedName": "prepaidAmount",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV13prepaidAmountSo9NSDecimalavp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV13prepaidAmountSo9NSDecimalavp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV13prepaidAmountSo9NSDecimalavg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV13prepaidAmountSo9NSDecimalavg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "items",
+ "printedName": "items",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[DolyameSDK.DolyamePaymentConfiguration.Order.Item]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Item",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order.Item",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV5itemsSayAE4ItemVGvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV5itemsSayAE4ItemVGvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[DolyameSDK.DolyamePaymentConfiguration.Order.Item]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Item",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order.Item",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV5itemsSayAE4ItemVGvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV5itemsSayAE4ItemVGvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "mcc",
+ "printedName": "mcc",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV3mccSivp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV3mccSivp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV3mccSivg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV3mccSivg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(id:amount:prepaidAmount:items:mcc:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Order",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[DolyameSDK.DolyamePaymentConfiguration.Order.Item]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Item",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order.Item",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV2id6amount13prepaidAmount5items3mccAESS_So9NSDecimalaALSayAE4ItemVGSitcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV2id6amount13prepaidAmount5items3mccAESS_So9NSDecimalaALSayAE4ItemVGSitcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Customer",
+ "printedName": "Customer",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "id",
+ "printedName": "id",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV2idSSvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV2idSSvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV2idSSvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV2idSSvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "firstName",
+ "printedName": "firstName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV9firstNameSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV9firstNameSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV9firstNameSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV9firstNameSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "lastName",
+ "printedName": "lastName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV8lastNameSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV8lastNameSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV8lastNameSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV8lastNameSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "middleName",
+ "printedName": "middleName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV10middleNameSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV10middleNameSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV10middleNameSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV10middleNameSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "phone",
+ "printedName": "phone",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV5phoneSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV5phoneSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV5phoneSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV5phoneSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "birthday",
+ "printedName": "birthday",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV8birthdaySSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV8birthdaySSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV8birthdaySSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV8birthdaySSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "email",
+ "printedName": "email",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV5emailSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV5emailSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV5emailSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV5emailSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(id:firstName:lastName:middleName:phone:birthday:email:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Customer",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Customer",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV2id9firstName04lastH006middleH05phone8birthday5emailAESS_SSSgA5Mtcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV2id9firstName04lastH006middleH05phone8birthday5emailAESS_SSSgA5Mtcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Partner",
+ "printedName": "Partner",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "id",
+ "printedName": "id",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV2idSSvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV2idSSvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV2idSSvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV2idSSvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "notificationUrl",
+ "printedName": "notificationUrl",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV15notificationUrlSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV15notificationUrlSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV15notificationUrlSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV15notificationUrlSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "demoFlow",
+ "printedName": "demoFlow",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV8demoFlowSbvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV8demoFlowSbvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV8demoFlowSbvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV8demoFlowSbvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(id:notificationUrl:demoFlow:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Partner",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Partner",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV2id15notificationUrl8demoFlowAESS_SSSgSbtcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV2id15notificationUrl8demoFlowAESS_SSSgSbtcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "partner",
+ "printedName": "partner",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Partner",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Partner",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7partnerAC7PartnerVvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7partnerAC7PartnerVvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Partner",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Partner",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7partnerAC7PartnerVvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7partnerAC7PartnerVvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "order",
+ "printedName": "order",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Order",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5orderAC5OrderVvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5orderAC5OrderVvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Order",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5orderAC5OrderVvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5orderAC5OrderVvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "customer",
+ "printedName": "customer",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Customer",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Customer",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8customerAC8CustomerVvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8customerAC8CustomerVvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Customer",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Customer",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8customerAC8CustomerVvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8customerAC8CustomerVvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "enableCallKitUsage",
+ "printedName": "enableCallKitUsage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC18enableCallKitUsageSbvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC18enableCallKitUsageSbvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC18enableCallKitUsageSbvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC18enableCallKitUsageSbvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(partner:order:customer:enableCallKitUsage:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentConfiguration",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Partner",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Partner",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Order",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Customer",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Customer",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "hasDefaultArg": true,
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7partner5order8customer18enableCallKitUsageA2C7PartnerV_AC5OrderVAC8CustomerVSbtcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7partner5order8customer18enableCallKitUsageA2C7PartnerV_AC5OrderVAC8CustomerVSbtcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "CommonCrypto",
+ "printedName": "CommonCrypto",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Security",
+ "printedName": "Security",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreImage",
+ "printedName": "CoreImage",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "success",
+ "printedName": "success",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult.Type) -> DolyameSDK.DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO7successyA2CmF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO7successyA2CmF",
+ "moduleName": "DolyameSDK",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "failure",
+ "printedName": "failure",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult.Type) -> DolyameSDK.DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO7failureyA2CmF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO7failureyA2CmF",
+ "moduleName": "DolyameSDK",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "pending",
+ "printedName": "pending",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult.Type) -> DolyameSDK.DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO7pendingyA2CmF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO7pendingyA2CmF",
+ "moduleName": "DolyameSDK",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "dismissed",
+ "printedName": "dismissed",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult.Type) -> DolyameSDK.DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO9dismissedyA2CmF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO9dismissedyA2CmF",
+ "moduleName": "DolyameSDK",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO2eeoiySbAC_ACtFZ",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO2eeoiySbAC_ACtFZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO9hashValueSivp",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO9hashValueSivp",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO9hashValueSivg",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO9hashValueSivg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "hash",
+ "printedName": "hash(into:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Hasher",
+ "printedName": "Swift.Hasher",
+ "paramValueOwnership": "InOut",
+ "usr": "s:s6HasherV"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO4hash4intoys6HasherVz_tF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO4hash4intoys6HasherVz_tF",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl",
+ "Frozen"
+ ],
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyamePaymentCoordinator",
+ "printedName": "DolyamePaymentCoordinator",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "onFinish",
+ "printedName": "onFinish",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyamePaymentCoordinatorResult) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvp",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyamePaymentCoordinatorResult) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvg",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyamePaymentCoordinatorResult) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvs",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvM",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvM",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "onUnexpectedEvent",
+ "printedName": "onUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyameUnexpectedEvent) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvp",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyameUnexpectedEvent) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvg",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyameUnexpectedEvent) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvs",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvM",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvM",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(configuration:modalHostController:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinator",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinator",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentConfiguration",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC13configuration19modalHostControllerAcA0aC13ConfigurationC_So06UIViewH0Ctcfc",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC13configuration19modalHostControllerAcA0aC13ConfigurationC_So06UIViewH0Ctcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "start",
+ "printedName": "start()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC5startyyF",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC5startyyF",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "PassKit",
+ "printedName": "PassKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "QuartzCore",
+ "printedName": "QuartzCore",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreTelephony",
+ "printedName": "CoreTelephony",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "SystemConfiguration",
+ "printedName": "SystemConfiguration",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "EventMO",
+ "printedName": "EventMO",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(entity:insertInto:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventMO",
+ "printedName": "DolyameSDK.EventMO",
+ "usr": "c:@M@DolyameSDK@objc(cs)EventMO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSEntityDescription",
+ "printedName": "CoreData.NSEntityDescription",
+ "usr": "c:objc(cs)NSEntityDescription"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "CoreData.NSManagedObjectContext?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSManagedObjectContext",
+ "printedName": "CoreData.NSManagedObjectContext",
+ "usr": "c:objc(cs)NSManagedObjectContext"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@DolyameSDK@objc(cs)EventMO(im)initWithEntity:insertIntoManagedObjectContext:",
+ "mangledName": "$s10DolyameSDK7EventMOC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "initWithEntity:insertIntoManagedObjectContext:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "fetchRequest",
+ "printedName": "fetchRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSFetchRequest",
+ "printedName": "CoreData.NSFetchRequest",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventMO",
+ "printedName": "DolyameSDK.EventMO",
+ "usr": "c:@M@DolyameSDK@objc(cs)EventMO"
+ }
+ ],
+ "usr": "c:objc(cs)NSFetchRequest"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK7EventMOC12fetchRequestSo07NSFetchF0CyACGyFZ",
+ "mangledName": "$s10DolyameSDK7EventMOC12fetchRequestSo07NSFetchF0CyACGyFZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "declAttributes": [
+ "AccessControl",
+ "NonObjC"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "clientParameters",
+ "printedName": "clientParameters",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)clientParameters",
+ "mangledName": "$s10DolyameSDK7EventMOC16clientParameters10Foundation4DataVSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)clientParameters",
+ "mangledName": "$s10DolyameSDK7EventMOC16clientParameters10Foundation4DataVSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setClientParameters:",
+ "mangledName": "$s10DolyameSDK7EventMOC16clientParameters10Foundation4DataVSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "eventParameters",
+ "printedName": "eventParameters",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)eventParameters",
+ "mangledName": "$s10DolyameSDK7EventMOC15eventParameters10Foundation4DataVSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)eventParameters",
+ "mangledName": "$s10DolyameSDK7EventMOC15eventParameters10Foundation4DataVSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setEventParameters:",
+ "mangledName": "$s10DolyameSDK7EventMOC15eventParameters10Foundation4DataVSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "name",
+ "printedName": "name",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)name",
+ "mangledName": "$s10DolyameSDK7EventMOC4nameSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)name",
+ "mangledName": "$s10DolyameSDK7EventMOC4nameSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setName:",
+ "mangledName": "$s10DolyameSDK7EventMOC4nameSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "parameters",
+ "printedName": "parameters",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)parameters",
+ "mangledName": "$s10DolyameSDK7EventMOC10parameters10Foundation4DataVSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)parameters",
+ "mangledName": "$s10DolyameSDK7EventMOC10parameters10Foundation4DataVSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setParameters:",
+ "mangledName": "$s10DolyameSDK7EventMOC10parameters10Foundation4DataVSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "project",
+ "printedName": "project",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)project",
+ "mangledName": "$s10DolyameSDK7EventMOC7projectSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)project",
+ "mangledName": "$s10DolyameSDK7EventMOC7projectSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setProject:",
+ "mangledName": "$s10DolyameSDK7EventMOC7projectSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "timestamp",
+ "printedName": "timestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)timestamp",
+ "mangledName": "$s10DolyameSDK7EventMOC9timestamps5Int64Vvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)timestamp",
+ "mangledName": "$s10DolyameSDK7EventMOC9timestamps5Int64Vvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setTimestamp:",
+ "mangledName": "$s10DolyameSDK7EventMOC9timestamps5Int64Vvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@DolyameSDK@objc(cs)EventMO",
+ "mangledName": "$s10DolyameSDK7EventMOC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSManagedObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "CoreData.NSManagedObject",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ObservableObject",
+ "printedName": "ObservableObject",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ObjectWillChangePublisher",
+ "printedName": "ObjectWillChangePublisher",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ObservableObjectPublisher",
+ "printedName": "Combine.ObservableObjectPublisher",
+ "usr": "s:7Combine25ObservableObjectPublisherC"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7Combine16ObservableObjectP",
+ "mangledName": "$s7Combine16ObservableObjectP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "LogMO",
+ "printedName": "LogMO",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(entity:insertInto:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "LogMO",
+ "printedName": "DolyameSDK.LogMO",
+ "usr": "c:@M@DolyameSDK@objc(cs)LogMO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSEntityDescription",
+ "printedName": "CoreData.NSEntityDescription",
+ "usr": "c:objc(cs)NSEntityDescription"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "CoreData.NSManagedObjectContext?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSManagedObjectContext",
+ "printedName": "CoreData.NSManagedObjectContext",
+ "usr": "c:objc(cs)NSManagedObjectContext"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@DolyameSDK@objc(cs)LogMO(im)initWithEntity:insertIntoManagedObjectContext:",
+ "mangledName": "$s10DolyameSDK5LogMOC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "initWithEntity:insertIntoManagedObjectContext:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "fetchRequest",
+ "printedName": "fetchRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSFetchRequest",
+ "printedName": "CoreData.NSFetchRequest",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "LogMO",
+ "printedName": "DolyameSDK.LogMO",
+ "usr": "c:@M@DolyameSDK@objc(cs)LogMO"
+ }
+ ],
+ "usr": "c:objc(cs)NSFetchRequest"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK5LogMOC12fetchRequestSo07NSFetchF0CyACGyFZ",
+ "mangledName": "$s10DolyameSDK5LogMOC12fetchRequestSo07NSFetchF0CyACGyFZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "declAttributes": [
+ "AccessControl",
+ "NonObjC"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "file",
+ "printedName": "file",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)file",
+ "mangledName": "$s10DolyameSDK5LogMOC4fileSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)file",
+ "mangledName": "$s10DolyameSDK5LogMOC4fileSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setFile:",
+ "mangledName": "$s10DolyameSDK5LogMOC4fileSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "function",
+ "printedName": "function",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)function",
+ "mangledName": "$s10DolyameSDK5LogMOC8functionSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)function",
+ "mangledName": "$s10DolyameSDK5LogMOC8functionSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setFunction:",
+ "mangledName": "$s10DolyameSDK5LogMOC8functionSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "level",
+ "printedName": "level",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int16",
+ "printedName": "Swift.Int16",
+ "usr": "s:s5Int16V"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)level",
+ "mangledName": "$s10DolyameSDK5LogMOC5levels5Int16Vvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int16",
+ "printedName": "Swift.Int16",
+ "usr": "s:s5Int16V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)level",
+ "mangledName": "$s10DolyameSDK5LogMOC5levels5Int16Vvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int16",
+ "printedName": "Swift.Int16",
+ "usr": "s:s5Int16V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setLevel:",
+ "mangledName": "$s10DolyameSDK5LogMOC5levels5Int16Vvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "line",
+ "printedName": "line",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)line",
+ "mangledName": "$s10DolyameSDK5LogMOC4lines5Int64Vvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)line",
+ "mangledName": "$s10DolyameSDK5LogMOC4lines5Int64Vvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setLine:",
+ "mangledName": "$s10DolyameSDK5LogMOC4lines5Int64Vvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "message",
+ "printedName": "message",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)message",
+ "mangledName": "$s10DolyameSDK5LogMOC7messageSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)message",
+ "mangledName": "$s10DolyameSDK5LogMOC7messageSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setMessage:",
+ "mangledName": "$s10DolyameSDK5LogMOC7messageSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "metadata",
+ "printedName": "metadata",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)metadata",
+ "mangledName": "$s10DolyameSDK5LogMOC8metadata10Foundation4DataVSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)metadata",
+ "mangledName": "$s10DolyameSDK5LogMOC8metadata10Foundation4DataVSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setMetadata:",
+ "mangledName": "$s10DolyameSDK5LogMOC8metadata10Foundation4DataVSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "tag",
+ "printedName": "tag",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)tag",
+ "mangledName": "$s10DolyameSDK5LogMOC3tagSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)tag",
+ "mangledName": "$s10DolyameSDK5LogMOC3tagSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setTag:",
+ "mangledName": "$s10DolyameSDK5LogMOC3tagSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "thread",
+ "printedName": "thread",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)thread",
+ "mangledName": "$s10DolyameSDK5LogMOC6threadSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)thread",
+ "mangledName": "$s10DolyameSDK5LogMOC6threadSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setThread:",
+ "mangledName": "$s10DolyameSDK5LogMOC6threadSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "timestamp",
+ "printedName": "timestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)timestamp",
+ "mangledName": "$s10DolyameSDK5LogMOC9timestampSdvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)timestamp",
+ "mangledName": "$s10DolyameSDK5LogMOC9timestampSdvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setTimestamp:",
+ "mangledName": "$s10DolyameSDK5LogMOC9timestampSdvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@DolyameSDK@objc(cs)LogMO",
+ "mangledName": "$s10DolyameSDK5LogMOC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSManagedObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "CoreData.NSManagedObject",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ObservableObject",
+ "printedName": "ObservableObject",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ObjectWillChangePublisher",
+ "printedName": "ObjectWillChangePublisher",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ObservableObjectPublisher",
+ "printedName": "Combine.ObservableObjectPublisher",
+ "usr": "s:7Combine25ObservableObjectPublisherC"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7Combine16ObservableObjectP",
+ "mangledName": "$s7Combine16ObservableObjectP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "String",
+ "printedName": "String",
+ "declKind": "Struct",
+ "usr": "s:SS",
+ "mangledName": "$sSS",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKeyRepresentable",
+ "printedName": "CodingKeyRepresentable",
+ "usr": "s:s22CodingKeyRepresentableP",
+ "mangledName": "$ss22CodingKeyRepresentableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasContiguousBytes",
+ "printedName": "_HasContiguousBytes",
+ "usr": "s:s19_HasContiguousBytesP",
+ "mangledName": "$ss19_HasContiguousBytesP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "TextOutputStream",
+ "printedName": "TextOutputStream",
+ "usr": "s:s16TextOutputStreamP",
+ "mangledName": "$ss16TextOutputStreamP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "TextOutputStreamable",
+ "printedName": "TextOutputStreamable",
+ "usr": "s:s20TextOutputStreamableP",
+ "mangledName": "$ss20TextOutputStreamableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinUnicodeScalarLiteral",
+ "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral",
+ "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP",
+ "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral",
+ "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral",
+ "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP",
+ "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinStringLiteral",
+ "printedName": "_ExpressibleByBuiltinStringLiteral",
+ "usr": "s:s34_ExpressibleByBuiltinStringLiteralP",
+ "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByStringLiteral",
+ "printedName": "ExpressibleByStringLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "StringLiteralType",
+ "printedName": "StringLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s26ExpressibleByStringLiteralP",
+ "mangledName": "$ss26ExpressibleByStringLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByExtendedGraphemeClusterLiteral",
+ "printedName": "ExpressibleByExtendedGraphemeClusterLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ExtendedGraphemeClusterLiteralType",
+ "printedName": "ExtendedGraphemeClusterLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP",
+ "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByUnicodeScalarLiteral",
+ "printedName": "ExpressibleByUnicodeScalarLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "UnicodeScalarLiteralType",
+ "printedName": "UnicodeScalarLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s33ExpressibleByUnicodeScalarLiteralP",
+ "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BidirectionalCollection",
+ "printedName": "BidirectionalCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Character",
+ "printedName": "Swift.Character",
+ "usr": "s:SJ"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Index",
+ "printedName": "Swift.String.Index",
+ "usr": "s:SS5IndexV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Substring",
+ "printedName": "Swift.Substring",
+ "usr": "s:Ss"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DefaultIndices",
+ "printedName": "Swift.DefaultIndices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:SI"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SK",
+ "mangledName": "$sSK"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Collection",
+ "printedName": "Collection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Character",
+ "printedName": "Swift.Character",
+ "usr": "s:SJ"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Index",
+ "printedName": "Swift.String.Index",
+ "usr": "s:SS5IndexV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Swift.String.Iterator",
+ "usr": "s:SS8IteratorV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Substring",
+ "printedName": "Swift.Substring",
+ "usr": "s:Ss"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DefaultIndices",
+ "printedName": "Swift.DefaultIndices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:SI"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sl",
+ "mangledName": "$sSl"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Character",
+ "printedName": "Swift.Character",
+ "usr": "s:SJ"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Swift.String.Iterator",
+ "usr": "s:SS8IteratorV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "StringProtocol",
+ "printedName": "StringProtocol",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "UTF8View",
+ "printedName": "UTF8View",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UTF8View",
+ "printedName": "Swift.String.UTF8View",
+ "usr": "s:SS8UTF8ViewV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "UTF16View",
+ "printedName": "UTF16View",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UTF16View",
+ "printedName": "Swift.String.UTF16View",
+ "usr": "s:SS9UTF16ViewV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "UnicodeScalarView",
+ "printedName": "UnicodeScalarView",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UnicodeScalarView",
+ "printedName": "Swift.String.UnicodeScalarView",
+ "usr": "s:SS17UnicodeScalarViewV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Substring",
+ "printedName": "Swift.Substring",
+ "usr": "s:Ss"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sy",
+ "mangledName": "$sSy"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByStringInterpolation",
+ "printedName": "ExpressibleByStringInterpolation",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "StringInterpolation",
+ "printedName": "StringInterpolation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DefaultStringInterpolation",
+ "printedName": "Swift.DefaultStringInterpolation",
+ "usr": "s:s26DefaultStringInterpolationV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s32ExpressibleByStringInterpolationP",
+ "mangledName": "$ss32ExpressibleByStringInterpolationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RangeReplaceableCollection",
+ "printedName": "RangeReplaceableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Substring",
+ "printedName": "Swift.Substring",
+ "usr": "s:Ss"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sm",
+ "mangledName": "$sSm"
+ },
+ {
+ "kind": "Conformance",
+ "name": "MirrorPath",
+ "printedName": "MirrorPath",
+ "usr": "s:s10MirrorPathP",
+ "mangledName": "$ss10MirrorPathP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSString",
+ "printedName": "Foundation.NSString",
+ "usr": "c:objc(cs)NSString"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Double",
+ "printedName": "Double",
+ "declKind": "Struct",
+ "usr": "s:Sd",
+ "mangledName": "$sSd",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgPassedAsDouble",
+ "printedName": "_CVarArgPassedAsDouble",
+ "usr": "s:s22_CVarArgPassedAsDoubleP",
+ "mangledName": "$ss22_CVarArgPassedAsDoubleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgAligned",
+ "printedName": "_CVarArgAligned",
+ "usr": "s:s15_CVarArgAlignedP",
+ "mangledName": "$ss15_CVarArgAlignedP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "TextOutputStreamable",
+ "printedName": "TextOutputStreamable",
+ "usr": "s:s20TextOutputStreamableP",
+ "mangledName": "$ss20TextOutputStreamableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryFloatingPoint",
+ "printedName": "BinaryFloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawSignificand",
+ "printedName": "RawSignificand",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt64",
+ "printedName": "Swift.UInt64",
+ "usr": "s:s6UInt64V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "RawExponent",
+ "printedName": "RawExponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SB",
+ "mangledName": "$sSB"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "FloatingPoint",
+ "printedName": "FloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Exponent",
+ "printedName": "Exponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SF",
+ "mangledName": "$sSF"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinIntegerLiteral",
+ "printedName": "_ExpressibleByBuiltinIntegerLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinFloatLiteral",
+ "printedName": "_ExpressibleByBuiltinFloatLiteral",
+ "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP",
+ "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SIMDScalar",
+ "printedName": "SIMDScalar",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SIMDMaskScalar",
+ "printedName": "SIMDMaskScalar",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD2Storage",
+ "printedName": "SIMD2Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD2Storage",
+ "printedName": "Swift.Double.SIMD2Storage",
+ "usr": "s:Sd12SIMD2StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD4Storage",
+ "printedName": "SIMD4Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD4Storage",
+ "printedName": "Swift.Double.SIMD4Storage",
+ "usr": "s:Sd12SIMD4StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD8Storage",
+ "printedName": "SIMD8Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD8Storage",
+ "printedName": "Swift.Double.SIMD8Storage",
+ "usr": "s:Sd12SIMD8StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD16Storage",
+ "printedName": "SIMD16Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD16Storage",
+ "printedName": "Swift.Double.SIMD16Storage",
+ "usr": "s:Sd13SIMD16StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD32Storage",
+ "printedName": "SIMD32Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD32Storage",
+ "printedName": "Swift.Double.SIMD32Storage",
+ "usr": "s:Sd13SIMD32StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD64Storage",
+ "printedName": "SIMD64Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD64Storage",
+ "printedName": "Swift.Double.SIMD64Storage",
+ "usr": "s:Sd13SIMD64StorageV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SIMDScalarP",
+ "mangledName": "$ss10SIMDScalarP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "CGFloat",
+ "printedName": "CGFloat",
+ "declKind": "Struct",
+ "usr": "s:14CoreFoundation7CGFloatV",
+ "mangledName": "$s12CoreGraphics7CGFloatV",
+ "moduleName": "CoreFoundation",
+ "intro_Macosx": "10.0",
+ "intro_iOS": "2.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "1.0",
+ "declAttributes": [
+ "Frozen",
+ "OriginallyDefinedIn",
+ "OriginallyDefinedIn",
+ "OriginallyDefinedIn",
+ "OriginallyDefinedIn",
+ "OriginallyDefinedIn",
+ "Available",
+ "Available",
+ "Available",
+ "Available",
+ "Available"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGFloat",
+ "printedName": "CoreGraphics.CGFloat",
+ "usr": "s:14CoreFoundation7CGFloatV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryFloatingPoint",
+ "printedName": "BinaryFloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawSignificand",
+ "printedName": "RawSignificand",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "RawExponent",
+ "printedName": "RawExponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SB",
+ "mangledName": "$sSB"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "FloatingPoint",
+ "printedName": "FloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Exponent",
+ "printedName": "Exponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SF",
+ "mangledName": "$sSF"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGFloat",
+ "printedName": "CoreGraphics.CGFloat",
+ "usr": "s:14CoreFoundation7CGFloatV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgPassedAsDouble",
+ "printedName": "_CVarArgPassedAsDouble",
+ "usr": "s:s22_CVarArgPassedAsDoubleP",
+ "mangledName": "$ss22_CVarArgPassedAsDoubleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgAligned",
+ "printedName": "_CVarArgAligned",
+ "usr": "s:s15_CVarArgAlignedP",
+ "mangledName": "$ss15_CVarArgAlignedP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGFloat",
+ "printedName": "CoreGraphics.CGFloat",
+ "usr": "s:14CoreFoundation7CGFloatV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIScrollView",
+ "printedName": "UIScrollView",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIScrollView",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIScrollView",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)UIView",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "UIKit.UIView",
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "__DefaultCustomPlaygroundQuickLookable",
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UInt",
+ "printedName": "UInt",
+ "declKind": "Struct",
+ "usr": "s:Su",
+ "mangledName": "$sSu",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "FixedWidthInteger",
+ "printedName": "FixedWidthInteger",
+ "usr": "s:s17FixedWidthIntegerP",
+ "mangledName": "$ss17FixedWidthIntegerP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "UnsignedInteger",
+ "printedName": "UnsignedInteger",
+ "usr": "s:SU",
+ "mangledName": "$sSU"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinIntegerLiteral",
+ "printedName": "_ExpressibleByBuiltinIntegerLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryInteger",
+ "printedName": "BinaryInteger",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Words",
+ "printedName": "Words",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Words",
+ "printedName": "Swift.UInt.Words",
+ "usr": "s:Su5WordsV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sz",
+ "mangledName": "$sSz"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SIMDScalar",
+ "printedName": "SIMDScalar",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SIMDMaskScalar",
+ "printedName": "SIMDMaskScalar",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD2Storage",
+ "printedName": "SIMD2Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD2Storage",
+ "printedName": "Swift.UInt.SIMD2Storage",
+ "usr": "s:Su12SIMD2StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD4Storage",
+ "printedName": "SIMD4Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD4Storage",
+ "printedName": "Swift.UInt.SIMD4Storage",
+ "usr": "s:Su12SIMD4StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD8Storage",
+ "printedName": "SIMD8Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD8Storage",
+ "printedName": "Swift.UInt.SIMD8Storage",
+ "usr": "s:Su12SIMD8StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD16Storage",
+ "printedName": "SIMD16Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD16Storage",
+ "printedName": "Swift.UInt.SIMD16Storage",
+ "usr": "s:Su13SIMD16StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD32Storage",
+ "printedName": "SIMD32Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD32Storage",
+ "printedName": "Swift.UInt.SIMD32Storage",
+ "usr": "s:Su13SIMD32StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD64Storage",
+ "printedName": "SIMD64Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD64Storage",
+ "printedName": "Swift.UInt.SIMD64Storage",
+ "usr": "s:Su13SIMD64StorageV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SIMDScalarP",
+ "mangledName": "$ss10SIMDScalarP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt64",
+ "printedName": "Swift.UInt64",
+ "usr": "s:s6UInt64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Int",
+ "printedName": "Int",
+ "declKind": "Struct",
+ "usr": "s:Si",
+ "mangledName": "$sSi",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "FixedWidthInteger",
+ "printedName": "FixedWidthInteger",
+ "usr": "s:s17FixedWidthIntegerP",
+ "mangledName": "$ss17FixedWidthIntegerP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedInteger",
+ "printedName": "SignedInteger",
+ "usr": "s:SZ",
+ "mangledName": "$sSZ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinIntegerLiteral",
+ "printedName": "_ExpressibleByBuiltinIntegerLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryInteger",
+ "printedName": "BinaryInteger",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Words",
+ "printedName": "Words",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Words",
+ "printedName": "Swift.Int.Words",
+ "usr": "s:Si5WordsV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sz",
+ "mangledName": "$sSz"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKeyRepresentable",
+ "printedName": "CodingKeyRepresentable",
+ "usr": "s:s22CodingKeyRepresentableP",
+ "mangledName": "$ss22CodingKeyRepresentableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "MirrorPath",
+ "printedName": "MirrorPath",
+ "usr": "s:s10MirrorPathP",
+ "mangledName": "$ss10MirrorPathP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SIMDScalar",
+ "printedName": "SIMDScalar",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SIMDMaskScalar",
+ "printedName": "SIMDMaskScalar",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD2Storage",
+ "printedName": "SIMD2Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD2Storage",
+ "printedName": "Swift.Int.SIMD2Storage",
+ "usr": "s:Si12SIMD2StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD4Storage",
+ "printedName": "SIMD4Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD4Storage",
+ "printedName": "Swift.Int.SIMD4Storage",
+ "usr": "s:Si12SIMD4StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD8Storage",
+ "printedName": "SIMD8Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD8Storage",
+ "printedName": "Swift.Int.SIMD8Storage",
+ "usr": "s:Si12SIMD8StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD16Storage",
+ "printedName": "SIMD16Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD16Storage",
+ "printedName": "Swift.Int.SIMD16Storage",
+ "usr": "s:Si13SIMD16StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD32Storage",
+ "printedName": "SIMD32Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD32Storage",
+ "printedName": "Swift.Int.SIMD32Storage",
+ "usr": "s:Si13SIMD32StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD64Storage",
+ "printedName": "SIMD64Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD64Storage",
+ "printedName": "Swift.Int.SIMD64Storage",
+ "usr": "s:Si13SIMD64StorageV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SIMDScalarP",
+ "mangledName": "$ss10SIMDScalarP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DispatchQueue",
+ "printedName": "DispatchQueue",
+ "declKind": "Class",
+ "usr": "c:objc(cs)OS_dispatch_queue",
+ "moduleName": "Dispatch",
+ "isOpen": true,
+ "objc_name": "OS_dispatch_queue",
+ "declAttributes": [
+ "ObjC",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)OS_dispatch_object",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "Dispatch.DispatchObject",
+ "os_object.OS_object",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Scheduler",
+ "printedName": "Scheduler",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SchedulerTimeType",
+ "printedName": "SchedulerTimeType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SchedulerTimeType",
+ "printedName": "Dispatch.DispatchQueue.SchedulerTimeType",
+ "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SchedulerOptions",
+ "printedName": "SchedulerOptions",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SchedulerOptions",
+ "printedName": "Dispatch.DispatchQueue.SchedulerOptions",
+ "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7Combine9SchedulerP",
+ "mangledName": "$s7Combine9SchedulerP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIView",
+ "printedName": "UIView",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIView",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIView",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)UIResponder",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "__DefaultCustomPlaygroundQuickLookable",
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIViewController",
+ "printedName": "UIViewController",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIViewController",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIViewController",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)UIResponder",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSDirectionalEdgeInsets",
+ "printedName": "NSDirectionalEdgeInsets",
+ "declKind": "Struct",
+ "usr": "c:@S@NSDirectionalEdgeInsets",
+ "moduleName": "UIKit",
+ "intro_iOS": "11.0",
+ "declAttributes": [
+ "Available",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSValue",
+ "printedName": "Foundation.NSValue",
+ "usr": "c:objc(cs)NSValue"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "URLSessionTask",
+ "printedName": "URLSessionTask",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSURLSessionTask",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "7.0",
+ "objc_name": "NSURLSessionTask",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Array",
+ "printedName": "Array",
+ "declKind": "Struct",
+ "usr": "s:Sa",
+ "mangledName": "$sSa",
+ "moduleName": "Swift",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "_DestructorSafeContainer",
+ "printedName": "_DestructorSafeContainer",
+ "usr": "s:s24_DestructorSafeContainerP",
+ "mangledName": "$ss24_DestructorSafeContainerP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ArrayProtocol",
+ "printedName": "_ArrayProtocol",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Buffer",
+ "printedName": "_Buffer",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "_ArrayBuffer",
+ "printedName": "Swift._ArrayBuffer<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s12_ArrayBufferV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s14_ArrayProtocolP",
+ "mangledName": "$ss14_ArrayProtocolP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RandomAccessCollection",
+ "printedName": "RandomAccessCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Range",
+ "printedName": "Swift.Range",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sn"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sk",
+ "mangledName": "$sSk"
+ },
+ {
+ "kind": "Conformance",
+ "name": "MutableCollection",
+ "printedName": "MutableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SM",
+ "mangledName": "$sSM"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BidirectionalCollection",
+ "printedName": "BidirectionalCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Range",
+ "printedName": "Swift.Range",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sn"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SK",
+ "mangledName": "$sSK"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Collection",
+ "printedName": "Collection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "IndexingIterator",
+ "printedName": "Swift.IndexingIterator<[τ_0_0]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[τ_0_0]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s16IndexingIteratorV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Range",
+ "printedName": "Swift.Range",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sn"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sl",
+ "mangledName": "$sSl"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "IndexingIterator",
+ "printedName": "Swift.IndexingIterator<[τ_0_0]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[τ_0_0]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s16IndexingIteratorV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByArrayLiteral",
+ "printedName": "ExpressibleByArrayLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ArrayLiteralElement",
+ "printedName": "ArrayLiteralElement",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByArrayLiteralP",
+ "mangledName": "$ss25ExpressibleByArrayLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RangeReplaceableCollection",
+ "printedName": "RangeReplaceableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sm",
+ "mangledName": "$sSm"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasContiguousBytes",
+ "printedName": "_HasContiguousBytes",
+ "usr": "s:s19_HasContiguousBytesP",
+ "mangledName": "$ss19_HasContiguousBytesP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "DataProtocol",
+ "printedName": "DataProtocol",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Regions",
+ "printedName": "Regions",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CollectionOfOne",
+ "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.UInt8]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s15CollectionOfOneV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation12DataProtocolP",
+ "mangledName": "$s10Foundation12DataProtocolP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "MutableDataProtocol",
+ "printedName": "MutableDataProtocol",
+ "usr": "s:10Foundation19MutableDataProtocolP",
+ "mangledName": "$s10Foundation19MutableDataProtocolP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "EncodableWithConfiguration",
+ "printedName": "EncodableWithConfiguration",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "EncodingConfiguration",
+ "printedName": "EncodingConfiguration",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.EncodingConfiguration"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation26EncodableWithConfigurationP",
+ "mangledName": "$s10Foundation26EncodableWithConfigurationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "DecodableWithConfiguration",
+ "printedName": "DecodableWithConfiguration",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "DecodingConfiguration",
+ "printedName": "DecodingConfiguration",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.DecodingConfiguration"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation26DecodableWithConfigurationP",
+ "mangledName": "$s10Foundation26DecodableWithConfigurationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSArray",
+ "printedName": "Foundation.NSArray",
+ "usr": "c:objc(cs)NSArray"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ContiguousBytes",
+ "printedName": "ContiguousBytes",
+ "usr": "s:10Foundation15ContiguousBytesP",
+ "mangledName": "$s10Foundation15ContiguousBytesP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Bundle",
+ "printedName": "Bundle",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSBundle",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSBundle",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "State",
+ "printedName": "State",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:So14UIControlStateV10DolyameSDKE9hashValueSivp",
+ "mangledName": "$sSo14UIControlStateV10DolyameSDKE9hashValueSivp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:So14UIControlStateV10DolyameSDKE9hashValueSivg",
+ "mangledName": "$sSo14UIControlStateV10DolyameSDKE9hashValueSivg",
+ "moduleName": "DolyameSDK",
+ "isFromExtension": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "c:@E@UIControlState",
+ "moduleName": "UIKit",
+ "declAttributes": [
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "Sendable",
+ "NonSendable"
+ ],
+ "isFromExtension": true,
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "OptionSet",
+ "printedName": "OptionSet",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "State",
+ "printedName": "UIKit.UIControl.State",
+ "usr": "c:@E@UIControlState"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s9OptionSetP",
+ "mangledName": "$ss9OptionSetP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SetAlgebra",
+ "printedName": "SetAlgebra",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "State",
+ "printedName": "UIKit.UIControl.State",
+ "usr": "c:@E@UIControlState"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SetAlgebraP",
+ "mangledName": "$ss10SetAlgebraP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByArrayLiteral",
+ "printedName": "ExpressibleByArrayLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ArrayLiteralElement",
+ "printedName": "ArrayLiteralElement",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "State",
+ "printedName": "UIKit.UIControl.State",
+ "usr": "c:@E@UIControlState"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByArrayLiteralP",
+ "mangledName": "$ss25ExpressibleByArrayLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSObject",
+ "printedName": "NSObject",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSObject",
+ "moduleName": "ObjectiveC",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "NSObject",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "Dynamic"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "URL",
+ "printedName": "URL",
+ "declKind": "Struct",
+ "usr": "s:10Foundation3URLV",
+ "mangledName": "$s10Foundation3URLV",
+ "moduleName": "Foundation",
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "ReferenceConvertible",
+ "printedName": "ReferenceConvertible",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ReferenceType",
+ "printedName": "ReferenceType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSURL",
+ "printedName": "Foundation.NSURL",
+ "usr": "c:objc(cs)NSURL"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation20ReferenceConvertibleP",
+ "mangledName": "$s10Foundation20ReferenceConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSURL",
+ "printedName": "Foundation.NSURL",
+ "usr": "c:objc(cs)NSURL"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByFileReferenceLiteral",
+ "printedName": "_ExpressibleByFileReferenceLiteral",
+ "usr": "s:s34_ExpressibleByFileReferenceLiteralP",
+ "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Decimal",
+ "printedName": "Decimal",
+ "declKind": "Struct",
+ "usr": "c:@SA@NSDecimal",
+ "moduleName": "Foundation",
+ "declAttributes": [
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDecimalNumber",
+ "printedName": "Foundation.NSDecimalNumber",
+ "usr": "c:objc(cs)NSDecimalNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Bool",
+ "printedName": "Bool",
+ "declKind": "Struct",
+ "usr": "s:Sb",
+ "mangledName": "$sSb",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinBooleanLiteral",
+ "printedName": "_ExpressibleByBuiltinBooleanLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinBooleanLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinBooleanLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByBooleanLiteral",
+ "printedName": "ExpressibleByBooleanLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "BooleanLiteralType",
+ "printedName": "BooleanLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByBooleanLiteralP",
+ "mangledName": "$ss27ExpressibleByBooleanLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "URLSession",
+ "printedName": "URLSession",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSURLSession",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "7.0",
+ "objc_name": "NSURLSession",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UILayoutGuide",
+ "printedName": "UILayoutGuide",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UILayoutGuide",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "9.0",
+ "objc_name": "UILayoutGuide",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "URLSessionDataTask",
+ "printedName": "URLSessionDataTask",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSURLSessionDataTask",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "7.0",
+ "objc_name": "NSURLSessionDataTask",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSURLSessionTask",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "Foundation.URLSessionTask",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIControl",
+ "printedName": "UIControl",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIControl",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIControl",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)UIView",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "UIKit.UIView",
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "__DefaultCustomPlaygroundQuickLookable",
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIEdgeInsets",
+ "printedName": "UIEdgeInsets",
+ "declKind": "Struct",
+ "usr": "c:@S@UIEdgeInsets",
+ "moduleName": "UIKit",
+ "declAttributes": [
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSValue",
+ "printedName": "Foundation.NSValue",
+ "usr": "c:objc(cs)NSValue"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Dictionary",
+ "printedName": "Dictionary",
+ "declKind": "Struct",
+ "usr": "s:SD",
+ "mangledName": "$sSD",
+ "moduleName": "Swift",
+ "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
+ "sugared_genericSig": "",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(key: τ_0_0, value: τ_0_1)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator",
+ "usr": "s:SD8IteratorV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Collection",
+ "printedName": "Collection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(key: τ_0_0, value: τ_0_1)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Index",
+ "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Index",
+ "usr": "s:SD5IndexV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator",
+ "usr": "s:SD8IteratorV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Slice",
+ "printedName": "Swift.Slice<[τ_0_0 : τ_0_1]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[τ_0_0 : τ_0_1]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:s5SliceV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DefaultIndices",
+ "printedName": "Swift.DefaultIndices<[τ_0_0 : τ_0_1]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[τ_0_0 : τ_0_1]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SI"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sl",
+ "mangledName": "$sSl"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByDictionaryLiteral",
+ "printedName": "ExpressibleByDictionaryLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Key",
+ "printedName": "Key",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Value",
+ "printedName": "Value",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s30ExpressibleByDictionaryLiteralP",
+ "mangledName": "$ss30ExpressibleByDictionaryLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDictionary",
+ "printedName": "Foundation.NSDictionary",
+ "usr": "c:objc(cs)NSDictionary"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Float",
+ "printedName": "Float",
+ "declKind": "Struct",
+ "usr": "s:Sf",
+ "mangledName": "$sSf",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgPassedAsDouble",
+ "printedName": "_CVarArgPassedAsDouble",
+ "usr": "s:s22_CVarArgPassedAsDoubleP",
+ "mangledName": "$ss22_CVarArgPassedAsDoubleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgAligned",
+ "printedName": "_CVarArgAligned",
+ "usr": "s:s15_CVarArgAlignedP",
+ "mangledName": "$ss15_CVarArgAlignedP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "TextOutputStreamable",
+ "printedName": "TextOutputStreamable",
+ "usr": "s:s20TextOutputStreamableP",
+ "mangledName": "$ss20TextOutputStreamableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryFloatingPoint",
+ "printedName": "BinaryFloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawSignificand",
+ "printedName": "RawSignificand",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt32",
+ "printedName": "Swift.UInt32",
+ "usr": "s:s6UInt32V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "RawExponent",
+ "printedName": "RawExponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SB",
+ "mangledName": "$sSB"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "FloatingPoint",
+ "printedName": "FloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Exponent",
+ "printedName": "Exponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SF",
+ "mangledName": "$sSF"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinIntegerLiteral",
+ "printedName": "_ExpressibleByBuiltinIntegerLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinFloatLiteral",
+ "printedName": "_ExpressibleByBuiltinFloatLiteral",
+ "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP",
+ "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SIMDScalar",
+ "printedName": "SIMDScalar",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SIMDMaskScalar",
+ "printedName": "SIMDMaskScalar",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int32",
+ "printedName": "Swift.Int32",
+ "usr": "s:s5Int32V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD2Storage",
+ "printedName": "SIMD2Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD2Storage",
+ "printedName": "Swift.Float.SIMD2Storage",
+ "usr": "s:Sf12SIMD2StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD4Storage",
+ "printedName": "SIMD4Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD4Storage",
+ "printedName": "Swift.Float.SIMD4Storage",
+ "usr": "s:Sf12SIMD4StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD8Storage",
+ "printedName": "SIMD8Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD8Storage",
+ "printedName": "Swift.Float.SIMD8Storage",
+ "usr": "s:Sf12SIMD8StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD16Storage",
+ "printedName": "SIMD16Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD16Storage",
+ "printedName": "Swift.Float.SIMD16Storage",
+ "usr": "s:Sf13SIMD16StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD32Storage",
+ "printedName": "SIMD32Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD32Storage",
+ "printedName": "Swift.Float.SIMD32Storage",
+ "usr": "s:Sf13SIMD32StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD64Storage",
+ "printedName": "SIMD64Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD64Storage",
+ "printedName": "Swift.Float.SIMD64Storage",
+ "usr": "s:Sf13SIMD64StorageV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SIMDScalarP",
+ "mangledName": "$ss10SIMDScalarP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "CGSize",
+ "printedName": "CGSize",
+ "declKind": "Struct",
+ "usr": "c:@S@CGSize",
+ "moduleName": "CoreFoundation",
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSValue",
+ "printedName": "Foundation.NSValue",
+ "usr": "c:objc(cs)NSValue"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "CGPoint",
+ "printedName": "CGPoint",
+ "declKind": "Struct",
+ "usr": "c:@S@CGPoint",
+ "moduleName": "CoreFoundation",
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSValue",
+ "printedName": "Foundation.NSValue",
+ "usr": "c:objc(cs)NSValue"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSNumber",
+ "printedName": "NSNumber",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSNumber",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSNumber",
+ "declAttributes": [
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSValue",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "Foundation.NSValue",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByBooleanLiteral",
+ "printedName": "ExpressibleByBooleanLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "BooleanLiteralType",
+ "printedName": "BooleanLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByBooleanLiteralP",
+ "mangledName": "$ss27ExpressibleByBooleanLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UILayoutPriority",
+ "printedName": "UILayoutPriority",
+ "declKind": "Struct",
+ "usr": "c:@T@UILayoutPriority",
+ "moduleName": "UIKit",
+ "declAttributes": [
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "Sendable"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_SwiftNewtypeWrapper",
+ "printedName": "_SwiftNewtypeWrapper",
+ "usr": "s:s20_SwiftNewtypeWrapperP",
+ "mangledName": "$ss20_SwiftNewtypeWrapperP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_UIKitNumericRawRepresentable",
+ "printedName": "_UIKitNumericRawRepresentable",
+ "usr": "s:5UIKit01_A23NumericRawRepresentableP",
+ "mangledName": "$s5UIKit01_A23NumericRawRepresentableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Date",
+ "printedName": "Date",
+ "declKind": "Struct",
+ "usr": "s:10Foundation4DateV",
+ "mangledName": "$s10Foundation4DateV",
+ "moduleName": "Foundation",
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "ReferenceConvertible",
+ "printedName": "ReferenceConvertible",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ReferenceType",
+ "printedName": "ReferenceType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDate",
+ "printedName": "Foundation.NSDate",
+ "usr": "c:objc(cs)NSDate"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation20ReferenceConvertibleP",
+ "mangledName": "$s10Foundation20ReferenceConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDate",
+ "printedName": "Foundation.NSDate",
+ "usr": "c:objc(cs)NSDate"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIDevice",
+ "printedName": "UIDevice",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIDevice",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIDevice",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "HTTPCookieStorage",
+ "printedName": "HTTPCookieStorage",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSHTTPCookieStorage",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "NSHTTPCookieStorage",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSArray",
+ "printedName": "NSArray",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSArray",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSArray",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByArrayLiteral",
+ "printedName": "ExpressibleByArrayLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ArrayLiteralElement",
+ "printedName": "ArrayLiteralElement",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByArrayLiteralP",
+ "mangledName": "$ss25ExpressibleByArrayLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSFastEnumerationIterator",
+ "printedName": "Foundation.NSFastEnumerationIterator",
+ "usr": "s:10Foundation25NSFastEnumerationIteratorV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSDictionary",
+ "printedName": "NSDictionary",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSDictionary",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSDictionary",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByDictionaryLiteral",
+ "printedName": "ExpressibleByDictionaryLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Key",
+ "printedName": "Key",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Value",
+ "printedName": "Value",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s30ExpressibleByDictionaryLiteralP",
+ "mangledName": "$ss30ExpressibleByDictionaryLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(key: Any, value: Any)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Foundation.NSDictionary.Iterator",
+ "usr": "s:So12NSDictionaryC10FoundationE8IteratorC"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSString",
+ "printedName": "NSString",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSString",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSString",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByStringLiteral",
+ "printedName": "ExpressibleByStringLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "StringLiteralType",
+ "printedName": "StringLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "StaticString",
+ "printedName": "Swift.StaticString",
+ "usr": "s:s12StaticStringV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s26ExpressibleByStringLiteralP",
+ "mangledName": "$ss26ExpressibleByStringLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByExtendedGraphemeClusterLiteral",
+ "printedName": "ExpressibleByExtendedGraphemeClusterLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ExtendedGraphemeClusterLiteralType",
+ "printedName": "ExtendedGraphemeClusterLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "StaticString",
+ "printedName": "Swift.StaticString",
+ "usr": "s:s12StaticStringV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP",
+ "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByUnicodeScalarLiteral",
+ "printedName": "ExpressibleByUnicodeScalarLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "UnicodeScalarLiteralType",
+ "printedName": "UnicodeScalarLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "StaticString",
+ "printedName": "Swift.StaticString",
+ "usr": "s:s12StaticStringV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s33ExpressibleByUnicodeScalarLiteralP",
+ "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "HTTPCookie",
+ "printedName": "HTTPCookie",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSHTTPCookie",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "NSHTTPCookie",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ }
+ ],
+ "json_format_version": 8
+ },
+ "ConstValues": [
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/PrintAnalytics\/AnalyticsLogger.swift",
+ "kind": "StringLiteral",
+ "offset": 134,
+ "length": 16,
+ "value": "\"DebugAnalytics\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/FeatureDescription.swift",
+ "kind": "StringLiteral",
+ "offset": 1124,
+ "length": 7,
+ "value": "\"Other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Animations\/TCSPresentingAnimator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 786,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Animations\/TCSPresentingAnimator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 786,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Animations\/TCSPresentingAnimator.swift",
+ "kind": "StringLiteral",
+ "offset": 141,
+ "length": 21,
+ "value": "\"DolyameSDK.TCSPresentingAnimator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Animations\/TCSPresentingAnimator.swift",
+ "kind": "FloatLiteral",
+ "offset": 4910,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 187,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 207,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 244,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 264,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 187,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 207,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 244,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 264,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/NetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 440,
+ "length": 17,
+ "value": "\"DolyameSDK.NetworkingService\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringPaymentViewController.swift",
+ "kind": "Array",
+ "offset": 5485,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringPaymentViewController.swift",
+ "kind": "Array",
+ "offset": 5556,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringPaymentViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9867,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/Helpers\/TCSHighlightingGestureRecognizer.swift",
+ "kind": "StringLiteral",
+ "offset": 423,
+ "length": 32,
+ "value": "\"DolyameSDK.TCSHighlightingGestureRecognizer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/Views\/TextSuggestElementView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 450,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/Views\/TextSuggestElementView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 484,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/Views\/TextSuggestElementView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1812,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/Views\/TextSuggestElementView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1850,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Footer\/ScheduleSeparatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 207,
+ "length": 23,
+ "value": "\"ScheduleSeparatorView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/3DS\/ThreeDSViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 686,
+ "length": 21,
+ "value": "\"DolyameSDK.ThreeDSViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintProvider.swift",
+ "kind": "BooleanLiteral",
+ "offset": 975,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1054,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintProvider.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2552,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 766,
+ "length": 25,
+ "value": "\"DolyameSDK.KeyboardAvoidingContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 389,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 579,
+ "length": 2,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 818,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1078,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1328,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldSwappableContainerView.swift",
+ "kind": "StringLiteral",
+ "offset": 256,
+ "length": 37,
+ "value": "\"DolyameSDK.SFCombinedFieldSwappableContainerView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 256,
+ "length": 33,
+ "value": "\"https:\/\/api-statist.tinkoff.ru\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 27,
+ "value": "\"invalid url: \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 408,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 598,
+ "length": 25,
+ "value": "\"https:\/\/api.tinkoff.ru\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 716,
+ "length": 27,
+ "value": "\"invalid url: \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 742,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 942,
+ "length": 25,
+ "value": "\"https:\/\/cfg.tinkoff.ru\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/SDKUnavailableError\/SDKUnavailableErrorCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 115,
+ "length": 30,
+ "value": "\"DolyameSDK.SDKUnavailableErrorCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/Views\/DataListTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1359,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 268,
+ "length": 21,
+ "value": "0x87C37B91114253D5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 330,
+ "length": 21,
+ "value": "0x4CF5AD432745937F"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 499,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 677,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 716,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 726,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 794,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 834,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 844,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4036,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4464,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4587,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4712,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4886,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5057,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/DemoFlowService.swift",
+ "kind": "StringLiteral",
+ "offset": 333,
+ "length": 34,
+ "value": "\"bnpl.sdk.demo_flow_service_queue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/IStatistTimestampProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 342,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2169,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2337,
+ "length": 29,
+ "value": "\"[0000] [0000] [0000] [0000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2403,
+ "length": 26,
+ "value": "\"[00000000] [00000000000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2466,
+ "length": 29,
+ "value": "\"[00000000] [00000000000000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2534,
+ "length": 11,
+ "value": "\"[00]\/[00]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2583,
+ "length": 7,
+ "value": "\"[000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2681,
+ "length": 41,
+ "value": "\"TinkoffAcquiring.placeholder.cardNumber\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2765,
+ "length": 7,
+ "value": "\"01\/23\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2810,
+ "length": 5,
+ "value": "\"CVC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/OnDemandProcessorFactory.swift",
+ "kind": "Array",
+ "offset": 231,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Date\/AgeDateValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 235,
+ "length": 16,
+ "value": "\"DolyameSDK.AgeDateValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Date\/AgeDateValidator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1820,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Date\/DateIntervalValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 21,
+ "value": "\"DolyameSDK.DateIntervalValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/SomethingWrongError\/SomethingWrongCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 657,
+ "length": 25,
+ "value": "\"DolyameSDK.SomethingWrongCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/DolyamePaymentButton.swift",
+ "kind": "StringLiteral",
+ "offset": 121,
+ "length": 20,
+ "value": "\"DolyameSDK.DolyamePaymentButton\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 24,
+ "value": "\"personalizationFailure\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 591,
+ "length": 25,
+ "value": "\"personalizationDisabled\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 645,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 681,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 24,
+ "value": "\"personalizationFailure\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 591,
+ "length": 25,
+ "value": "\"personalizationDisabled\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 645,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 681,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 2548,
+ "length": 9,
+ "value": "\"unknown\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/IP\/IPv6Address.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1494,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/IP\/IPv6Address.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1541,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/IP\/IPv6Address.swift",
+ "kind": "StringLiteral",
+ "offset": 1613,
+ "length": 6,
+ "value": "\"0000\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffKeyboardObserver\/KeyboardObserver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffKeyboardObserver\/KeyboardObserver.swift",
+ "kind": "Dictionary",
+ "offset": 412,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffKeyboardObserver\/KeyboardObserver.swift",
+ "kind": "Dictionary",
+ "offset": 475,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSImageProcessor\/Classes\/ImageResolver\/BaseResolvers\/LocalImageResolver\/LocalImageResolver.swift",
+ "kind": "StringLiteral",
+ "offset": 4137,
+ "length": 8,
+ "value": "\"bundle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Extensions\/UIColor+InitWithHex.swift",
+ "kind": "FloatLiteral",
+ "offset": 258,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 15,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 369,
+ "length": 14,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 393,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 421,
+ "length": 7,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 438,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 459,
+ "length": 13,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 482,
+ "length": 19,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 15,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 369,
+ "length": 14,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 393,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 421,
+ "length": 7,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 438,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 459,
+ "length": 13,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 482,
+ "length": 19,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1199,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1199,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1471,
+ "length": 16,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1471,
+ "length": 16,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1785,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1797,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1811,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1785,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1797,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1811,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2163,
+ "length": 8,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2181,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2163,
+ "length": 8,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2181,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2614,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2733,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2614,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2733,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3196,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3208,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3225,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3196,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3208,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3225,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3572,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3594,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3633,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3653,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3572,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3594,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3633,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3653,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "StringLiteral",
+ "offset": 4123,
+ "length": 32,
+ "value": "\"DolyameSDK.DolyameGeneratedAnalyticsService\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1017,
+ "length": 27,
+ "value": "\"Дата рождения\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 12,
+ "value": "\"01.01.1970\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1173,
+ "length": 42,
+ "value": "\"Укажите дату рождения\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "Array",
+ "offset": 1426,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1810,
+ "length": 23,
+ "value": "\"Дата выдачи\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1896,
+ "length": 12,
+ "value": "\"10.10.2010\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1964,
+ "length": 38,
+ "value": "\"Укажите дату выдачи\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "Array",
+ "offset": 2213,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 982,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1101,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2509,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9117,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13007,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "StringLiteral",
+ "offset": 129,
+ "length": 9,
+ "value": "\"DolyameSDK.SmartForm\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19843,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20228,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20275,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20493,
+ "length": 3,
+ "value": "735"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "FloatLiteral",
+ "offset": 20572,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "FloatLiteral",
+ "offset": 20621,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 626,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 637,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 655,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 683,
+ "length": 18,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 711,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 736,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 626,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 637,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 655,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 683,
+ "length": 18,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 711,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 736,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 626,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 637,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 655,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 683,
+ "length": 18,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 711,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 736,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 756,
+ "length": 21,
+ "value": "\"DolyameSDK.TCBScoringFacadeError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1317,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1337,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1359,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1317,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1337,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1359,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1317,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1337,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1359,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1645,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 19,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 250,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 19,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 250,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 19,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 250,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/CustomTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 209,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/CombinedSmartFieldModule.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1005,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/CombinedSmartFieldModule.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1359,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/CombinedSmartFieldModule.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1697,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/CombinedSmartFieldModule.swift",
+ "kind": "StringLiteral",
+ "offset": 235,
+ "length": 24,
+ "value": "\"DolyameSDK.CombinedSmartFieldModule\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/AmountFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 418,
+ "length": 7,
+ "value": "\"ru_RU\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/AmountFormatter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 581,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/UIViewController+Dismiss.swift",
+ "kind": "BooleanLiteral",
+ "offset": 195,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/Constraint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11697,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardRequisitesInputMask\/InputMask.swift",
+ "kind": "Dictionary",
+ "offset": 925,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardRequisitesInputMask\/InputMask.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2234,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldIconsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3441,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldIconsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3651,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldIconsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4132,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldIconsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4714,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/JSONEncoding.swift",
+ "kind": "Array",
+ "offset": 907,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/JSONEncoding.swift",
+ "kind": "StringLiteral",
+ "offset": 1783,
+ "length": 14,
+ "value": "\"Content-Type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/JSONEncoding.swift",
+ "kind": "StringLiteral",
+ "offset": 1831,
+ "length": 18,
+ "value": "\"application\/json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleAutobox.swift",
+ "kind": "StringLiteral",
+ "offset": 826,
+ "length": 9,
+ "value": "\"AutoBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleAutobox.swift",
+ "kind": "StringLiteral",
+ "offset": 826,
+ "length": 9,
+ "value": "\"AutoBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInfoData.swift",
+ "kind": "StringLiteral",
+ "offset": 931,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInfoData.swift",
+ "kind": "StringLiteral",
+ "offset": 931,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentChargeRequestData.swift",
+ "kind": "StringLiteral",
+ "offset": 1121,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentChargeRequestData.swift",
+ "kind": "StringLiteral",
+ "offset": 1164,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentChargeRequestData.swift",
+ "kind": "StringLiteral",
+ "offset": 1121,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentChargeRequestData.swift",
+ "kind": "StringLiteral",
+ "offset": 1164,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Models\/PayloadModel.swift",
+ "kind": "StringLiteral",
+ "offset": 929,
+ "length": 11,
+ "value": "\"is_online\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Models\/PayloadModel.swift",
+ "kind": "StringLiteral",
+ "offset": 929,
+ "length": 11,
+ "value": "\"is_online\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/NSObject\/NSObject+ClassName.swift",
+ "kind": "BooleanLiteral",
+ "offset": 635,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/NSObject\/NSObject+ClassName.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1343,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleEngine.swift",
+ "kind": "StringLiteral",
+ "offset": 828,
+ "length": 8,
+ "value": "\"Engine\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleEngine.swift",
+ "kind": "StringLiteral",
+ "offset": 828,
+ "length": 8,
+ "value": "\"Engine\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Bundle+TinkoffASDKCoreResources.swift",
+ "kind": "StringLiteral",
+ "offset": 1052,
+ "length": 26,
+ "value": "\"TinkoffASDKCoreResources\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Bundle+TinkoffASDKCoreResources.swift",
+ "kind": "StringLiteral",
+ "offset": 1112,
+ "length": 8,
+ "value": "\"bundle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/TCSButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 2319,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/TCSButton.swift",
+ "kind": "StringLiteral",
+ "offset": 295,
+ "length": 9,
+ "value": "\"DolyameSDK.TCSButton\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/TCSButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 7302,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Address\/IAddressValidatorsFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 702,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleCTAView\/ScheduleCTAView.swift",
+ "kind": "StringLiteral",
+ "offset": 109,
+ "length": 15,
+ "value": "\"DolyameSDK.ScheduleCTAView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintDescription.swift",
+ "kind": "FloatLiteral",
+ "offset": 1608,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintDescription.swift",
+ "kind": "FloatLiteral",
+ "offset": 1666,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintDescription.swift",
+ "kind": "FloatLiteral",
+ "offset": 1724,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOEndpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 262,
+ "length": 28,
+ "value": "\"https:\/\/id.tinkoff.ru\/auth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/InsecurityHost.swift",
+ "kind": "Array",
+ "offset": 2903,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/InsecurityHost.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3143,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV3.swift",
+ "kind": "StringLiteral",
+ "offset": 31,
+ "length": 19,
+ "value": "\"DolyameSDK.GetTogglesRequestV3\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV3.swift",
+ "kind": "StringLiteral",
+ "offset": 31,
+ "length": 19,
+ "value": "\"DolyameSDK.GetTogglesRequestV3\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/GetCardListData.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/GetCardListData.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/SchedulePresenter.swift",
+ "kind": "FloatLiteral",
+ "offset": 1011,
+ "length": 3,
+ "value": "0.4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/FullName\/Dependencies\/FullNameDataCombiner.swift",
+ "kind": "StringLiteral",
+ "offset": 320,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/FullName\/Dependencies\/FullNameDataCombiner.swift",
+ "kind": "StringLiteral",
+ "offset": 130,
+ "length": 20,
+ "value": "\"DolyameSDK.FullNameDataCombiner\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Requests\/AttachCardRequest.swift",
+ "kind": "Dictionary",
+ "offset": 896,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Demo\/DemoCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 119,
+ "length": 15,
+ "value": "\"DolyameSDK.DemoCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/API\/Concrete\/APIRequestProcessor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 629,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/API\/Concrete\/APIRequestProcessor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1154,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSOAuthService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1089,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSOAuthService.swift",
+ "kind": "FloatLiteral",
+ "offset": 6052,
+ "length": 5,
+ "value": "180.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/Helpers\/TCSTappingGestureRecognizer.swift",
+ "kind": "StringLiteral",
+ "offset": 144,
+ "length": 27,
+ "value": "\"DolyameSDK.TCSTappingGestureRecognizer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCompleteRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 14,
+ "value": "\"payment-fail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCompleteRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 14,
+ "value": "\"payment-fail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 202,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 235,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 202,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 235,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 202,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 235,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/EventsKitTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 11,
+ "value": "\"__version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/EventsKitTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 358,
+ "length": 22,
+ "value": "\"__alias_statist_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/EventsKitTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 418,
+ "length": 29,
+ "value": "\"__alias_statist_params_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "FloatLiteral",
+ "offset": 246,
+ "length": 3,
+ "value": "0.4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "IntegerLiteral",
+ "offset": 258,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "FloatLiteral",
+ "offset": 326,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "IntegerLiteral",
+ "offset": 338,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 540,
+ "length": 9,
+ "value": "\"#9299A2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 598,
+ "length": 9,
+ "value": "\"#9299A2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 658,
+ "length": 9,
+ "value": "\"#7799C2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 787,
+ "length": 9,
+ "value": "\"#EAECEE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 9,
+ "value": "\"#95DBC8\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 939,
+ "length": 9,
+ "value": "\"#C7C9CC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 1003,
+ "length": 9,
+ "value": "\"#C7C9CC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 9,
+ "value": "\"#F3F5F8\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/GzipSwift\/Data+Gzip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8958,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/GzipSwift\/Data+Gzip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8963,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/IFeatureRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 60,
+ "value": "\"com.TinkoffReliabilityInterfaces.featureRepoDidLoadToggles\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Payloads\/FinishAuthorizePayload.swift",
+ "kind": "StringLiteral",
+ "offset": 935,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Payloads\/FinishAuthorizePayload.swift",
+ "kind": "StringLiteral",
+ "offset": 935,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/FeatureFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 818,
+ "length": 15,
+ "value": "\"features.json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/FeatureFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 847,
+ "length": 20,
+ "value": "\"Default file cache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/FeatureFacade.swift",
+ "kind": "Dictionary",
+ "offset": 4286,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageLogSender.swift",
+ "kind": "StringLiteral",
+ "offset": 1357,
+ "length": 17,
+ "value": "\"front-logs\/logs\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageLogSender.swift",
+ "kind": "StringLiteral",
+ "offset": 1410,
+ "length": 18,
+ "value": "\"application\/gzip\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageLogSender.swift",
+ "kind": "Dictionary",
+ "offset": 8670,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Email\/EmailSuggestDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 24,
+ "value": "\"DolyameSDK.EmailSuggestDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Storage\/SSOCredentialStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 662,
+ "length": 24,
+ "value": "\"_dolyameCredentialsKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Storage\/SSOCredentialStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 723,
+ "length": 24,
+ "value": "\"_dolyamePhoneNumberKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Storage\/SSOCredentialStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 778,
+ "length": 18,
+ "value": "\"_dolyameSsoIdKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 817,
+ "length": 26,
+ "value": "\"rest-api-test.tcsbank.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 861,
+ "length": 22,
+ "value": "\"securepay.tinkoff.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 817,
+ "length": 26,
+ "value": "\"rest-api-test.tcsbank.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 861,
+ "length": 22,
+ "value": "\"securepay.tinkoff.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2494,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3299,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 1488,
+ "length": 25,
+ "value": "\"DolyameSDK.AcquiringSdkConfiguration\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBSDKAction.swift",
+ "kind": "StringLiteral",
+ "offset": 181,
+ "length": 10,
+ "value": "\"get-user\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBSDKAction.swift",
+ "kind": "StringLiteral",
+ "offset": 181,
+ "length": 10,
+ "value": "\"get-user\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Metrics\/MetricsFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 3185,
+ "length": 35,
+ "value": "\"ru.tinkoff.reliabilityKit.metrics\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/TinkoffKeychainSDK.swift",
+ "kind": "Array",
+ "offset": 1499,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/TinkoffKeychainSDK.swift",
+ "kind": "Array",
+ "offset": 1562,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/TinkoffKeychainSDK.swift",
+ "kind": "Array",
+ "offset": 1626,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 420,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 435,
+ "length": 34,
+ "value": "\"alert_payment_in_progress_cancel\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 578,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 593,
+ "length": 33,
+ "value": "\"alert_payment_in_progress_close\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 744,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 759,
+ "length": 32,
+ "value": "\"alert_payment_in_progress_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 911,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 926,
+ "length": 33,
+ "value": "\"alert_payment_in_progress_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1055,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 24,
+ "value": "\"auth_phone_field_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1195,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1210,
+ "length": 12,
+ "value": "\"auth_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1324,
+ "length": 15,
+ "value": "\"birthday_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1403,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1418,
+ "length": 15,
+ "value": "\"card_cvc_hint\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1523,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1538,
+ "length": 19,
+ "value": "\"card_expired_hint\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1642,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1657,
+ "length": 18,
+ "value": "\"card_number_hint\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1768,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1783,
+ "length": 12,
+ "value": "\"check_data\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1870,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1885,
+ "length": 14,
+ "value": "\"common_close\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1983,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1998,
+ "length": 17,
+ "value": "\"common_continue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2087,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2102,
+ "length": 13,
+ "value": "\"common_done\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2380,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2395,
+ "length": 28,
+ "value": "\"common_payment_service_ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2526,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2541,
+ "length": 21,
+ "value": "\"customer_data_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2631,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2646,
+ "length": 9,
+ "value": "\"dolyame\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2837,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2852,
+ "length": 18,
+ "value": "\"dolyame_contract\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2968,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2983,
+ "length": 35,
+ "value": "\"dolyame_contract_highlighted_part\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3169,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3184,
+ "length": 23,
+ "value": "\"dolyame_not_available\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3272,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3287,
+ "length": 13,
+ "value": "\"e-mail_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3409,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3424,
+ "length": 23,
+ "value": "\"error_auth_new_number\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3606,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3621,
+ "length": 17,
+ "value": "\"error_auth_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3738,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3753,
+ "length": 18,
+ "value": "\"error_auth_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3875,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3890,
+ "length": 20,
+ "value": "\"error_call_support\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4055,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4070,
+ "length": 19,
+ "value": "\"error_cancel_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4180,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4195,
+ "length": 20,
+ "value": "\"error_cancel_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4327,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4342,
+ "length": 29,
+ "value": "\"error_choose_payment_method\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4529,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4544,
+ "length": 17,
+ "value": "\"error_eacq_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4661,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4676,
+ "length": 18,
+ "value": "\"error_eacq_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4850,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4865,
+ "length": 21,
+ "value": "\"error_no_money_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4999,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5014,
+ "length": 22,
+ "value": "\"error_no_money_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5177,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5192,
+ "length": 20,
+ "value": "\"error_scoring_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5332,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5347,
+ "length": 21,
+ "value": "\"error_scoring_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5518,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5533,
+ "length": 12,
+ "value": "\"error_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5636,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5651,
+ "length": 13,
+ "value": "\"error_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5763,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5778,
+ "length": 17,
+ "value": "\"error_try_again\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5892,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5907,
+ "length": 17,
+ "value": "\"install_Dolyame\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6010,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6025,
+ "length": 11,
+ "value": "\"is_paying\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6266,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6281,
+ "length": 18,
+ "value": "\"middle_name_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6363,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6378,
+ "length": 11,
+ "value": "\"name_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6467,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6482,
+ "length": 10,
+ "value": "\"new_card\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6567,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6582,
+ "length": 19,
+ "value": "\"no_payment_system\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6854,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6869,
+ "length": 17,
+ "value": "\"order_paid_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6975,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6990,
+ "length": 18,
+ "value": "\"order_paid_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7155,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7170,
+ "length": 20,
+ "value": "\"order_prepaid_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7284,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7299,
+ "length": 21,
+ "value": "\"order_prepaid_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7389,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7404,
+ "length": 5,
+ "value": "\"pay\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7484,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7499,
+ "length": 8,
+ "value": "\"pay_ap\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7589,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7604,
+ "length": 10,
+ "value": "\"pay_card\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7859,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7874,
+ "length": 24,
+ "value": "\"pay_now_without_amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7989,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8004,
+ "length": 20,
+ "value": "\"pay_with_apple_pay\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8125,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8140,
+ "length": 19,
+ "value": "\"return_to_partner\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8234,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8249,
+ "length": 14,
+ "value": "\"surname_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8372,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8387,
+ "length": 32,
+ "value": "\"test_build_payment_fail_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8527,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8542,
+ "length": 35,
+ "value": "\"test_build_payment_success_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8768,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8783,
+ "length": 40,
+ "value": "\"test_build_pending_payment_fail_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9013,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9028,
+ "length": 43,
+ "value": "\"test_build_pending_payment_success_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9172,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9187,
+ "length": 28,
+ "value": "\"test_build_rejected_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9308,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9323,
+ "length": 19,
+ "value": "\"text_payment_date\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9724,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9739,
+ "length": 23,
+ "value": "\"text_payment_schedule\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9916,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9931,
+ "length": 24,
+ "value": "\"title_payment_schedule\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3466,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3515,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4117,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4709,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4938,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5165,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "StringLiteral",
+ "offset": 257,
+ "length": 19,
+ "value": "\"DolyameSDK.TCSPopoverContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8759,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8818,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 8877,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8928,
+ "length": 2,
+ "value": "25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8991,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9048,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9422,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9481,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 9540,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9591,
+ "length": 2,
+ "value": "25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9654,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10286,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10585,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10597,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11883,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DoubleActionViewController\/DoubleActionViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 619,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 730,
+ "length": 36,
+ "value": "\"ButtonsViewNextButtonAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 827,
+ "length": 36,
+ "value": "\"ButtonsViewScanButtonAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 914,
+ "length": 26,
+ "value": "\"ButtonsViewAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 993,
+ "length": 28,
+ "value": "\"CardInputViewAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 24,
+ "value": "\"IconsViewAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 1162,
+ "length": 43,
+ "value": "\"CardInputViewNumberTextFieldAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 1271,
+ "length": 41,
+ "value": "\"CardInputViewDateTextFieldAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 1377,
+ "length": 40,
+ "value": "\"CardInputViewCvcTextFieldAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1922,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2577,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2996,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15307,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/PluralString.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 851,
+ "length": 26,
+ "value": "\"sslPinning.pinCheck.fail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 29,
+ "value": "\"sslPinning.pinCheck.success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 1003,
+ "length": 30,
+ "value": "\"sslPinning.pinUpdate.success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 1079,
+ "length": 27,
+ "value": "\"sslPinning.pinUpdate.fail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 1161,
+ "length": 24,
+ "value": "\"coretech.mobile.events\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/FullName\/FullName.swift",
+ "kind": "StringLiteral",
+ "offset": 542,
+ "length": 10,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 203,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+Outputs.swift",
+ "kind": "StringLiteral",
+ "offset": 1325,
+ "length": 27,
+ "value": "\"ru.tinkoff.reliabilityKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 326,
+ "length": 14,
+ "value": "\"access_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 366,
+ "length": 12,
+ "value": "\"expires_in\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 402,
+ "length": 10,
+ "value": "\"id_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 15,
+ "value": "\"refresh_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 326,
+ "length": 14,
+ "value": "\"access_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 366,
+ "length": 12,
+ "value": "\"expires_in\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 402,
+ "length": 10,
+ "value": "\"id_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 15,
+ "value": "\"refresh_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "StringLiteral",
+ "offset": 308,
+ "length": 8,
+ "value": "\"[0-9]*\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "StringLiteral",
+ "offset": 378,
+ "length": 24,
+ "value": "\"[0-9]*\\%@?[0-9]{0,%i}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "StringLiteral",
+ "offset": 462,
+ "length": 8,
+ "value": "\"[\\%@]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 5,
+ "value": "\"%@?\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1889,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1939,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5265,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5305,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "Dictionary",
+ "offset": 761,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "StringLiteral",
+ "offset": 822,
+ "length": 17,
+ "value": "\"DIL.cache.queue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldButtonsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 583,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldButtonsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 613,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldButtonsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 667,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 229,
+ "length": 68,
+ "value": "\"СТС (Свидетельство о регистрации ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 30,
+ "value": "\"ПТС (Паспорт ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 56,
+ "value": "\"Э-ПТС (Электронный паспорт ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 229,
+ "length": 68,
+ "value": "\"СТС (Свидетельство о регистрации ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 30,
+ "value": "\"ПТС (Паспорт ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 56,
+ "value": "\"Э-ПТС (Электронный паспорт ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogMO+Storable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 193,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 863,
+ "length": 5,
+ "value": "\"PAN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 892,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 921,
+ "length": 5,
+ "value": "\"CVV\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 953,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 863,
+ "length": 5,
+ "value": "\"PAN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 892,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 921,
+ "length": 5,
+ "value": "\"CVV\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 953,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "Array",
+ "offset": 429,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 163,
+ "length": 32,
+ "value": "\"DolyameSDK.SFDataListProviderViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 163,
+ "length": 32,
+ "value": "\"DolyameSDK.SFDataListProviderViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3777,
+ "length": 14,
+ "value": "\"DataListCell\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3851,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSPressStateAnimatable.swift",
+ "kind": "FloatLiteral",
+ "offset": 299,
+ "length": 4,
+ "value": "0.95"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSPressStateAnimatable.swift",
+ "kind": "FloatLiteral",
+ "offset": 11477,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleGeerbox.swift",
+ "kind": "StringLiteral",
+ "offset": 843,
+ "length": 9,
+ "value": "\"GeerBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleGeerbox.swift",
+ "kind": "StringLiteral",
+ "offset": 843,
+ "length": 9,
+ "value": "\"GeerBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Keyboard Frame Observation\/Imlementation\/SFKeyboardFrameChangeObservation.swift",
+ "kind": "Dictionary",
+ "offset": 371,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Keyboard Frame Observation\/Imlementation\/SFKeyboardFrameChangeObservation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 506,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/LayoutConstraintItem.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2936,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 101,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 112,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 124,
+ "length": 2,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 101,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 112,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 124,
+ "length": 2,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 101,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 112,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 124,
+ "length": 2,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/NoMoneyCoordinator\/NoMoneyCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 199,
+ "length": 18,
+ "value": "\"DolyameSDK.NoMoneyCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 1252,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1426,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1467,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1369,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1627,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentSuggestDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 153,
+ "length": 30,
+ "value": "\"DolyameSDK.CarDocumentSuggestDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Payments\/PaymentInitData+PaymentOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 780,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Animation\/SFSmartFormScrollingAnimationController.swift",
+ "kind": "FloatLiteral",
+ "offset": 617,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/TinkoffLogger.swift",
+ "kind": "Dictionary",
+ "offset": 226,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/TinkoffLogger.swift",
+ "kind": "Dictionary",
+ "offset": 302,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/TinkoffLogger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 886,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/LogMessagesConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 71,
+ "length": 17,
+ "value": "\"no logs to send\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2816,
+ "length": 19,
+ "value": "\"error_description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2864,
+ "length": 15,
+ "value": "\"error_message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2907,
+ "length": 15,
+ "value": "\"need_new_auth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2816,
+ "length": 19,
+ "value": "\"error_description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2864,
+ "length": 15,
+ "value": "\"error_message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2907,
+ "length": 15,
+ "value": "\"need_new_auth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 3562,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 3598,
+ "length": 15,
+ "value": "\"attempts_left\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 3562,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 3598,
+ "length": 15,
+ "value": "\"attempts_left\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6413,
+ "length": 15,
+ "value": "\"access_denied\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6467,
+ "length": 24,
+ "value": "\"conversation_not_found\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6523,
+ "length": 16,
+ "value": "\"invalid_client\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6570,
+ "length": 15,
+ "value": "\"invalid_grant\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6618,
+ "length": 17,
+ "value": "\"invalid_request\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6673,
+ "length": 22,
+ "value": "\"interaction_required\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6726,
+ "length": 15,
+ "value": "\"invalid_scope\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6773,
+ "length": 16,
+ "value": "\"limit_exceeded\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6819,
+ "length": 14,
+ "value": "\"server_error\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6874,
+ "length": 25,
+ "value": "\"temporarily_unavailable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6936,
+ "length": 21,
+ "value": "\"unauthorized_client\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6996,
+ "length": 24,
+ "value": "\"unsupported_grant_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 7062,
+ "length": 27,
+ "value": "\"unsupported_response_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 7123,
+ "length": 18,
+ "value": "\"consent_required\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 7171,
+ "length": 14,
+ "value": "\"sso_disabled\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PullUpPresentationController.swift",
+ "kind": "FloatLiteral",
+ "offset": 868,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ApplePayService.swift",
+ "kind": "StringLiteral",
+ "offset": 489,
+ "length": 5,
+ "value": "\"RUB\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ApplePayService.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 4,
+ "value": "\"RU\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ApplePayService.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 14,
+ "value": "\"Долями\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ApplePayService.swift",
+ "kind": "StringLiteral",
+ "offset": 338,
+ "length": 15,
+ "value": "\"DolyameSDK.ApplePayService\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/UIControl+TCSValueObservable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 884,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 363,
+ "length": 4,
+ "value": "0.47"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 369,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 372,
+ "length": 5,
+ "value": "0.745"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 379,
+ "length": 5,
+ "value": "0.715"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 454,
+ "length": 4,
+ "value": "0.39"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 460,
+ "length": 5,
+ "value": "0.575"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 467,
+ "length": 5,
+ "value": "0.565"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 474,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 547,
+ "length": 5,
+ "value": "0.445"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 554,
+ "length": 4,
+ "value": "0.05"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 560,
+ "length": 4,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 566,
+ "length": 4,
+ "value": "0.95"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 640,
+ "length": 4,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 646,
+ "length": 5,
+ "value": "0.085"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 653,
+ "length": 4,
+ "value": "0.68"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 659,
+ "length": 4,
+ "value": "0.53"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 733,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 739,
+ "length": 4,
+ "value": "0.46"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 745,
+ "length": 4,
+ "value": "0.45"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 751,
+ "length": 4,
+ "value": "0.94"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 827,
+ "length": 5,
+ "value": "0.455"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 834,
+ "length": 4,
+ "value": "0.03"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 840,
+ "length": 5,
+ "value": "0.515"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 847,
+ "length": 5,
+ "value": "0.955"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 923,
+ "length": 4,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 929,
+ "length": 5,
+ "value": "0.055"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 936,
+ "length": 5,
+ "value": "0.675"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 943,
+ "length": 4,
+ "value": "0.19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1018,
+ "length": 5,
+ "value": "0.215"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1025,
+ "length": 4,
+ "value": "0.61"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1031,
+ "length": 5,
+ "value": "0.355"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1038,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1112,
+ "length": 5,
+ "value": "0.645"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1119,
+ "length": 5,
+ "value": "0.045"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1126,
+ "length": 5,
+ "value": "0.355"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1133,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1205,
+ "length": 5,
+ "value": "0.895"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1212,
+ "length": 4,
+ "value": "0.03"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1218,
+ "length": 5,
+ "value": "0.685"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1225,
+ "length": 4,
+ "value": "0.22"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1300,
+ "length": 5,
+ "value": "0.165"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1307,
+ "length": 4,
+ "value": "0.84"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1313,
+ "length": 4,
+ "value": "0.44"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1319,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1393,
+ "length": 4,
+ "value": "0.77"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1399,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1402,
+ "length": 5,
+ "value": "0.175"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1409,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1481,
+ "length": 5,
+ "value": "0.755"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1488,
+ "length": 4,
+ "value": "0.05"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1494,
+ "length": 5,
+ "value": "0.855"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1501,
+ "length": 4,
+ "value": "0.06"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1576,
+ "length": 4,
+ "value": "0.23"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1582,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1585,
+ "length": 4,
+ "value": "0.32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1591,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1665,
+ "length": 4,
+ "value": "0.86"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1671,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1674,
+ "length": 4,
+ "value": "0.07"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1680,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1751,
+ "length": 4,
+ "value": "0.95"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1757,
+ "length": 4,
+ "value": "0.05"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1763,
+ "length": 5,
+ "value": "0.795"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1770,
+ "length": 5,
+ "value": "0.035"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1845,
+ "length": 4,
+ "value": "0.19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1851,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1854,
+ "length": 4,
+ "value": "0.22"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1860,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1933,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1936,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1939,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1942,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2013,
+ "length": 3,
+ "value": "0.6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2018,
+ "length": 4,
+ "value": "0.04"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2024,
+ "length": 4,
+ "value": "0.98"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2030,
+ "length": 5,
+ "value": "0.335"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2105,
+ "length": 5,
+ "value": "0.075"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2112,
+ "length": 4,
+ "value": "0.82"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2118,
+ "length": 5,
+ "value": "0.165"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2125,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2198,
+ "length": 5,
+ "value": "0.785"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2205,
+ "length": 5,
+ "value": "0.135"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2212,
+ "length": 4,
+ "value": "0.15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2218,
+ "length": 4,
+ "value": "0.86"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2292,
+ "length": 3,
+ "value": "0.6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2297,
+ "length": 5,
+ "value": "0.28"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2304,
+ "length": 5,
+ "value": "0.735"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2311,
+ "length": 5,
+ "value": "0.045"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2386,
+ "length": 5,
+ "value": "0.175"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2393,
+ "length": 5,
+ "value": "0.885"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2400,
+ "length": 4,
+ "value": "0.32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2406,
+ "length": 5,
+ "value": "1.275"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2483,
+ "length": 4,
+ "value": "0.68"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2489,
+ "length": 5,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2496,
+ "length": 5,
+ "value": "0.265"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2503,
+ "length": 4,
+ "value": "1.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 13,
+ "value": "\"GetCardList\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1396,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1426,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1619,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1654,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1694,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1732,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1769,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1804,
+ "length": 7,
+ "value": "\"Cards\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1619,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1654,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1694,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1732,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1769,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1804,
+ "length": 7,
+ "value": "\"Cards\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 3130,
+ "length": 9,
+ "value": "\"AddCard\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4015,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4050,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4090,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4128,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4165,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4216,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4015,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4050,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4090,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4128,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4165,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4216,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5201,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5236,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5276,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5314,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5351,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5394,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5440,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5475,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5201,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5236,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5276,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5314,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5351,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5394,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5440,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5475,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8381,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8416,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8456,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8494,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8531,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8582,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8617,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8381,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8416,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8456,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8494,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8531,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8582,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8617,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 10228,
+ "length": 12,
+ "value": "\"RemoveCard\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 214,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 225,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 214,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 225,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 214,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 225,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 878,
+ "length": 56,
+ "value": "\"https:\/\/mobile-bnpl-prod.cdn-tinkoff.ru\/resources\/sdk\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/JuicyScoreService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 409,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/JuicyScoreService.swift",
+ "kind": "StringLiteral",
+ "offset": 439,
+ "length": 26,
+ "value": "\"OOnrjAu1FaqTKWCgzwh8xYOC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/JuicyScoreService.swift",
+ "kind": "StringLiteral",
+ "offset": 502,
+ "length": 14,
+ "value": "\"sbp01-static\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/JuicyScoreService.swift",
+ "kind": "StringLiteral",
+ "offset": 619,
+ "length": 17,
+ "value": "\"bnpl.sdk.JSCR-Q\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 18,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 18,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 18,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "BooleanLiteral",
+ "offset": 503,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 733,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1095,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/XcodeProfilerOutput.swift",
+ "kind": "StringLiteral",
+ "offset": 284,
+ "length": 27,
+ "value": "\"ru.tinkoff.reliabilityKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 148,
+ "length": 5,
+ "value": "\"TCB\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 181,
+ "length": 6,
+ "value": "\"EACQ\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 209,
+ "length": 5,
+ "value": "\"SSO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 8,
+ "value": "\"config\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 271,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 9,
+ "value": "\"scorrej\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBUserInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBUserInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 22,
+ "value": "\"personal_info_update\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBUserInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBUserInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 22,
+ "value": "\"personal_info_update\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Extensions\/Bundle+TinkoffASDKUI.swift",
+ "kind": "StringLiteral",
+ "offset": 1033,
+ "length": 24,
+ "value": "\"TinkoffASDKUIResources\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Extensions\/Bundle+TinkoffASDKUI.swift",
+ "kind": "StringLiteral",
+ "offset": 1091,
+ "length": 8,
+ "value": "\"bundle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsImplementationService.swift",
+ "kind": "StringLiteral",
+ "offset": 296,
+ "length": 34,
+ "value": "\"cbab64f8e4b6dd3cbad2cbcf66e58a97\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringInProgressView.swift",
+ "kind": "StringLiteral",
+ "offset": 133,
+ "length": 21,
+ "value": "\"DolyameSDK.ScoringInProgressView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1061,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1232,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1356,
+ "length": 3,
+ "value": "430"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1480,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "StringLiteral",
+ "offset": 1947,
+ "length": 31,
+ "value": "\"TinkoffAcquiring.button.close\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 356,
+ "length": 26,
+ "value": "\"DolyameSDK.PaymentProgressCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 241,
+ "length": 19,
+ "value": "\"DolyameSDK.CustomMaskFormatter\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2348,
+ "length": 54,
+ "value": "\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2457,
+ "length": 130,
+ "value": "\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЬЫЪЭЮЯабвгдежзийклмнопрстуфхцчшщьыъэюя\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2637,
+ "length": 58,
+ "value": "\"0123456789ABCDEFGHJKLMNPRSTUVWXYZabcdefghjklmnprstuvwxyz\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2754,
+ "length": 79,
+ "value": "\"АВЕКМНОРСТУХавекмнорстух0123456789ABEKMHOPCTXaekopcyx\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2886,
+ "length": 12,
+ "value": "\"0123456789\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2410,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2845,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2850,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2920,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2925,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "StringLiteral",
+ "offset": 3237,
+ "length": 21,
+ "value": "\"MM.dd.yyyy HH:mm:ss\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 350,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 385,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 409,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 350,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 385,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 409,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 350,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 385,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 409,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSImageProcessor\/Classes\/ImageResolver\/ImageSettingAnimationFactory\/ImageSettingAnimationFactory.swift",
+ "kind": "FloatLiteral",
+ "offset": 1928,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 780,
+ "length": 29,
+ "value": "\"NetworkError.transportError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 26,
+ "value": "\"NetworkError.serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 951,
+ "length": 24,
+ "value": "\"NetworkError.emptyBody\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1068,
+ "length": 23,
+ "value": "\"APIError.failureError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1154,
+ "length": 26,
+ "value": "\"APIError.invalidResponse\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 276,
+ "length": 26,
+ "value": "\"DolyameSDK.ScoringRejectedCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 507,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6559,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6592,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 24,
+ "value": "\"DolyameSDK.TDKActivityIndicatorView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7151,
+ "length": 17,
+ "value": "\"strokeAnimation\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7208,
+ "length": 19,
+ "value": "\"rotationAnimation\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7276,
+ "length": 13,
+ "value": "\"strokeStart\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7335,
+ "length": 11,
+ "value": "\"strokeEnd\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7401,
+ "length": 22,
+ "value": "\"transform.rotation.z\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7468,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7512,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7563,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7684,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7724,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7762,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7801,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7852,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7872,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/RAMUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50,
+ "length": 9,
+ "value": "1048576"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/RAMUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 267,
+ "length": 13,
+ "value": "1073741824"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/RAMUsageCollector.swift",
+ "kind": "Array",
+ "offset": 1782,
+ "length": 18,
+ "value": "[1, 2, 3, 4, 6, 8]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/RAMUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2024,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodePresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 457,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodePresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 457,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodePresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 457,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodePresenter.swift",
+ "kind": "StringLiteral",
+ "offset": 468,
+ "length": 16,
+ "value": "\"DolyameSDK.AuthSMSCodeError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Storage\/ConfigStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 369,
+ "length": 25,
+ "value": "\"dolyame-sdk-config.json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DateFormatter+dolaymeFormatters.swift",
+ "kind": "StringLiteral",
+ "offset": 209,
+ "length": 12,
+ "value": "\"dd.MM.yyyy\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DateFormatter+dolaymeFormatters.swift",
+ "kind": "StringLiteral",
+ "offset": 257,
+ "length": 12,
+ "value": "\"yyyy-MM-dd\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBEndpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 271,
+ "length": 20,
+ "value": "\"https:\/\/dolyame.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBEndpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 333,
+ "length": 17,
+ "value": "\"api\/bnpl\/sdk\/v1\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 267,
+ "length": 11,
+ "value": "0xCC9E2D51"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 319,
+ "length": 11,
+ "value": "0x1B873593"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 478,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 655,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 694,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 704,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 734,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 771,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 799,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2182,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2586,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2707,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2830,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3179,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/UntypedEvent.swift",
+ "kind": "StringLiteral",
+ "offset": 102,
+ "length": 9,
+ "value": "\"project\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1485,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1527,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1622,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1713,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1568,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3888,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartFormContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 808,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartFormContainer.swift",
+ "kind": "StringLiteral",
+ "offset": 147,
+ "length": 18,
+ "value": "\"DolyameSDK.SmartFormContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartFormContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2253,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9359,
+ "length": 18,
+ "value": "\"country_iso_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9409,
+ "length": 18,
+ "value": "\"federal_district\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9456,
+ "length": 16,
+ "value": "\"region_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9502,
+ "length": 17,
+ "value": "\"region_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9549,
+ "length": 17,
+ "value": "\"region_iso_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9597,
+ "length": 18,
+ "value": "\"region_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9642,
+ "length": 13,
+ "value": "\"region_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9686,
+ "length": 18,
+ "value": "\"region_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9731,
+ "length": 14,
+ "value": "\"area_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9773,
+ "length": 15,
+ "value": "\"area_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9817,
+ "length": 16,
+ "value": "\"area_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9858,
+ "length": 11,
+ "value": "\"area_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9898,
+ "length": 16,
+ "value": "\"area_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9959,
+ "length": 14,
+ "value": "\"city_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10001,
+ "length": 15,
+ "value": "\"city_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10045,
+ "length": 16,
+ "value": "\"city_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10086,
+ "length": 11,
+ "value": "\"city_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10126,
+ "length": 16,
+ "value": "\"city_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10177,
+ "length": 23,
+ "value": "\"city_district_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10236,
+ "length": 24,
+ "value": "\"city_district_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10297,
+ "length": 25,
+ "value": "\"city_district_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10355,
+ "length": 20,
+ "value": "\"city_district_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10412,
+ "length": 25,
+ "value": "\"city_district_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10466,
+ "length": 15,
+ "value": "\"city_district\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10514,
+ "length": 20,
+ "value": "\"settlement_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10568,
+ "length": 21,
+ "value": "\"settlement_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10624,
+ "length": 22,
+ "value": "\"settlement_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10677,
+ "length": 17,
+ "value": "\"settlement_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10729,
+ "length": 22,
+ "value": "\"settlement_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10804,
+ "length": 16,
+ "value": "\"street_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10850,
+ "length": 17,
+ "value": "\"street_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10898,
+ "length": 18,
+ "value": "\"street_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10943,
+ "length": 13,
+ "value": "\"street_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10987,
+ "length": 18,
+ "value": "\"street_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11033,
+ "length": 15,
+ "value": "\"house_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11077,
+ "length": 16,
+ "value": "\"house_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11119,
+ "length": 12,
+ "value": "\"house_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11161,
+ "length": 17,
+ "value": "\"house_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11204,
+ "length": 12,
+ "value": "\"block_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11246,
+ "length": 17,
+ "value": "\"block_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11288,
+ "length": 11,
+ "value": "\"flat_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11328,
+ "length": 16,
+ "value": "\"flat_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11388,
+ "length": 12,
+ "value": "\"postal_box\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11423,
+ "length": 9,
+ "value": "\"fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11456,
+ "length": 10,
+ "value": "\"kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11530,
+ "length": 12,
+ "value": "\"tax_office\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11573,
+ "length": 18,
+ "value": "\"tax_office_legal\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9359,
+ "length": 18,
+ "value": "\"country_iso_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9409,
+ "length": 18,
+ "value": "\"federal_district\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9456,
+ "length": 16,
+ "value": "\"region_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9502,
+ "length": 17,
+ "value": "\"region_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9549,
+ "length": 17,
+ "value": "\"region_iso_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9597,
+ "length": 18,
+ "value": "\"region_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9642,
+ "length": 13,
+ "value": "\"region_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9686,
+ "length": 18,
+ "value": "\"region_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9731,
+ "length": 14,
+ "value": "\"area_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9773,
+ "length": 15,
+ "value": "\"area_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9817,
+ "length": 16,
+ "value": "\"area_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9858,
+ "length": 11,
+ "value": "\"area_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9898,
+ "length": 16,
+ "value": "\"area_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9959,
+ "length": 14,
+ "value": "\"city_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10001,
+ "length": 15,
+ "value": "\"city_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10045,
+ "length": 16,
+ "value": "\"city_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10086,
+ "length": 11,
+ "value": "\"city_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10126,
+ "length": 16,
+ "value": "\"city_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10177,
+ "length": 23,
+ "value": "\"city_district_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10236,
+ "length": 24,
+ "value": "\"city_district_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10297,
+ "length": 25,
+ "value": "\"city_district_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10355,
+ "length": 20,
+ "value": "\"city_district_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10412,
+ "length": 25,
+ "value": "\"city_district_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10466,
+ "length": 15,
+ "value": "\"city_district\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10514,
+ "length": 20,
+ "value": "\"settlement_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10568,
+ "length": 21,
+ "value": "\"settlement_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10624,
+ "length": 22,
+ "value": "\"settlement_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10677,
+ "length": 17,
+ "value": "\"settlement_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10729,
+ "length": 22,
+ "value": "\"settlement_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10804,
+ "length": 16,
+ "value": "\"street_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10850,
+ "length": 17,
+ "value": "\"street_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10898,
+ "length": 18,
+ "value": "\"street_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10943,
+ "length": 13,
+ "value": "\"street_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10987,
+ "length": 18,
+ "value": "\"street_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11033,
+ "length": 15,
+ "value": "\"house_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11077,
+ "length": 16,
+ "value": "\"house_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11119,
+ "length": 12,
+ "value": "\"house_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11161,
+ "length": 17,
+ "value": "\"house_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11204,
+ "length": 12,
+ "value": "\"block_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11246,
+ "length": 17,
+ "value": "\"block_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11288,
+ "length": 11,
+ "value": "\"flat_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11328,
+ "length": 16,
+ "value": "\"flat_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11388,
+ "length": 12,
+ "value": "\"postal_box\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11423,
+ "length": 9,
+ "value": "\"fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11456,
+ "length": 10,
+ "value": "\"kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11530,
+ "length": 12,
+ "value": "\"tax_office\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11573,
+ "length": 18,
+ "value": "\"tax_office_legal\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "Array",
+ "offset": 1087,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1131,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1672,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "StringLiteral",
+ "offset": 1903,
+ "length": 54,
+ "value": "\"ru.tinkoff.core.ios.hpkpPinning.InteractiveSyncQueue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 27,
+ "value": "\"DolyameSDK.HTTPPublicKeyPinningService\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 471,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1246,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1622,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "Array",
+ "offset": 2447,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "Array",
+ "offset": 2826,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4063,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 140,
+ "length": 24,
+ "value": "\"DolyameSDK.SFCombinedFieldInputView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/Metric+Toggles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 86,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/Metric+Toggles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 268,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 738,
+ "length": 12,
+ "value": "\"DolyameSDK.HintTextView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2707,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2717,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2728,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2739,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 359,
+ "length": 15,
+ "value": "\"DolyameSDK.AuthCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 137,
+ "length": 29,
+ "value": "\"DolyameSDK.PaymentProgressViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/ValidationContext\/Validator\/Implementation\/Container\/SmartFieldValidatorContainer.swift",
+ "kind": "StringLiteral",
+ "offset": 236,
+ "length": 28,
+ "value": "\"DolyameSDK.SmartFieldValidatorContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1033,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1965,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1970,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2090,
+ "length": 3,
+ "value": "232"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2112,
+ "length": 3,
+ "value": "233"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2133,
+ "length": 3,
+ "value": "234"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2153,
+ "length": 3,
+ "value": "235"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2090,
+ "length": 3,
+ "value": "232"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2112,
+ "length": 3,
+ "value": "233"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2133,
+ "length": 3,
+ "value": "234"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2153,
+ "length": 3,
+ "value": "235"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2090,
+ "length": 3,
+ "value": "232"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2112,
+ "length": 3,
+ "value": "233"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2133,
+ "length": 3,
+ "value": "234"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2153,
+ "length": 3,
+ "value": "235"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "IntegerLiteral",
+ "offset": 265,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "StringLiteral",
+ "offset": 355,
+ "length": 34,
+ "value": "\"KeyboardLayoutGuideUsingSafeArea\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "StringLiteral",
+ "offset": 428,
+ "length": 21,
+ "value": "\"KeyboardLayoutGuide\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1648,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "StringLiteral",
+ "offset": 1588,
+ "length": 19,
+ "value": "\"DolyameSDK.KeyboardLayoutGuide\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 309,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 405,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 495,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 708,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 309,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 405,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 495,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 708,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 309,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 405,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 495,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 708,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2149,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "StringLiteral",
+ "offset": 2614,
+ "length": 8,
+ "value": "\"system\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "StringLiteral",
+ "offset": 2863,
+ "length": 4,
+ "value": "\"ui\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "StringLiteral",
+ "offset": 2945,
+ "length": 9,
+ "value": "\"network\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "StringLiteral",
+ "offset": 3034,
+ "length": 9,
+ "value": "\"storage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 966,
+ "length": 5,
+ "value": "\"NEW\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1030,
+ "length": 11,
+ "value": "\"CANCELLED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1069,
+ "length": 16,
+ "value": "\"PREAUTHORIZING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1200,
+ "length": 12,
+ "value": "\"FORMSHOWED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1320,
+ "length": 13,
+ "value": "\"AUTHORIZING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1435,
+ "length": 12,
+ "value": "\"AUTHORIZED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1743,
+ "length": 14,
+ "value": "\"3DS_CHECKING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1853,
+ "length": 13,
+ "value": "\"3DS_CHECKED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1959,
+ "length": 11,
+ "value": "\"REVERSING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2063,
+ "length": 10,
+ "value": "\"REVERSED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2167,
+ "length": 12,
+ "value": "\"CONFIRMING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2274,
+ "length": 11,
+ "value": "\"CONFIRMED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2378,
+ "length": 11,
+ "value": "\"REFUNDING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2487,
+ "length": 10,
+ "value": "\"REFUNDED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2621,
+ "length": 18,
+ "value": "\"PARTIAL_REFUNDED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2741,
+ "length": 10,
+ "value": "\"REJECTED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2774,
+ "length": 11,
+ "value": "\"COMPLETED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2803,
+ "length": 6,
+ "value": "\"HOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2830,
+ "length": 9,
+ "value": "\"3DSHOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2857,
+ "length": 15,
+ "value": "\"LOOP_CHECKING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2893,
+ "length": 9,
+ "value": "\"UNKNOWN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2979,
+ "length": 13,
+ "value": "\"FORM_SHOWED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 966,
+ "length": 5,
+ "value": "\"NEW\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1030,
+ "length": 11,
+ "value": "\"CANCELLED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1069,
+ "length": 16,
+ "value": "\"PREAUTHORIZING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1200,
+ "length": 12,
+ "value": "\"FORMSHOWED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1320,
+ "length": 13,
+ "value": "\"AUTHORIZING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1435,
+ "length": 12,
+ "value": "\"AUTHORIZED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1743,
+ "length": 14,
+ "value": "\"3DS_CHECKING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1853,
+ "length": 13,
+ "value": "\"3DS_CHECKED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1959,
+ "length": 11,
+ "value": "\"REVERSING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2063,
+ "length": 10,
+ "value": "\"REVERSED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2167,
+ "length": 12,
+ "value": "\"CONFIRMING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2274,
+ "length": 11,
+ "value": "\"CONFIRMED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2378,
+ "length": 11,
+ "value": "\"REFUNDING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2487,
+ "length": 10,
+ "value": "\"REFUNDED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2621,
+ "length": 18,
+ "value": "\"PARTIAL_REFUNDED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2741,
+ "length": 10,
+ "value": "\"REJECTED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2774,
+ "length": 11,
+ "value": "\"COMPLETED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2803,
+ "length": 6,
+ "value": "\"HOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2830,
+ "length": 9,
+ "value": "\"3DSHOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2857,
+ "length": 15,
+ "value": "\"LOOP_CHECKING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2893,
+ "length": 9,
+ "value": "\"UNKNOWN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2979,
+ "length": 13,
+ "value": "\"FORM_SHOWED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4149,
+ "length": 3,
+ "value": "\"A\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4174,
+ "length": 3,
+ "value": "\"I\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4198,
+ "length": 3,
+ "value": "\"D\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4222,
+ "length": 9,
+ "value": "\"UNKNOWN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4149,
+ "length": 3,
+ "value": "\"A\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4174,
+ "length": 3,
+ "value": "\"I\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4198,
+ "length": 3,
+ "value": "\"D\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4222,
+ "length": 9,
+ "value": "\"UNKNOWN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4492,
+ "length": 4,
+ "value": "\"NO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4518,
+ "length": 5,
+ "value": "\"3DS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4541,
+ "length": 6,
+ "value": "\"HOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4568,
+ "length": 9,
+ "value": "\"3DSHOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4492,
+ "length": 4,
+ "value": "\"NO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4518,
+ "length": 5,
+ "value": "\"3DS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4541,
+ "length": 6,
+ "value": "\"HOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4568,
+ "length": 9,
+ "value": "\"3DSHOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5616,
+ "length": 5,
+ "value": "\"Pan\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5644,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5675,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5715,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5749,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5616,
+ "length": 5,
+ "value": "\"Pan\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5644,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5675,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5715,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5749,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 7607,
+ "length": 3,
+ "value": "\"O\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 7680,
+ "length": 3,
+ "value": "\"T\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 7607,
+ "length": 3,
+ "value": "\"O\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 7680,
+ "length": 3,
+ "value": "\"T\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8134,
+ "length": 17,
+ "value": "\"full_prepayment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8601,
+ "length": 14,
+ "value": "\"full_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8868,
+ "length": 17,
+ "value": "\"partial_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 9309,
+ "length": 16,
+ "value": "\"credit_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8134,
+ "length": 17,
+ "value": "\"full_prepayment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8601,
+ "length": 14,
+ "value": "\"full_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8868,
+ "length": 17,
+ "value": "\"partial_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 9309,
+ "length": 16,
+ "value": "\"credit_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 10946,
+ "length": 12,
+ "value": "\"usn_income\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11058,
+ "length": 20,
+ "value": "\"usn_income_outcome\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11294,
+ "length": 8,
+ "value": "\"patent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 10946,
+ "length": 12,
+ "value": "\"usn_income\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11058,
+ "length": 20,
+ "value": "\"usn_income_outcome\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11294,
+ "length": 8,
+ "value": "\"patent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11947,
+ "length": 14,
+ "value": "\"gambling_bet\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12037,
+ "length": 16,
+ "value": "\"gambling_prize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12175,
+ "length": 15,
+ "value": "\"lottery_prize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12342,
+ "length": 23,
+ "value": "\"intellectual_activity\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12489,
+ "length": 18,
+ "value": "\"agent_commission\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11947,
+ "length": 14,
+ "value": "\"gambling_bet\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12037,
+ "length": 16,
+ "value": "\"gambling_prize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12175,
+ "length": 15,
+ "value": "\"lottery_prize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12342,
+ "length": 23,
+ "value": "\"intellectual_activity\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12489,
+ "length": 18,
+ "value": "\"agent_commission\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13455,
+ "length": 19,
+ "value": "\"bank_paying_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13571,
+ "length": 22,
+ "value": "\"bank_paying_subagent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13656,
+ "length": 14,
+ "value": "\"paying_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13742,
+ "length": 17,
+ "value": "\"paying_subagent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13867,
+ "length": 18,
+ "value": "\"commission_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13455,
+ "length": 19,
+ "value": "\"bank_paying_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13571,
+ "length": 22,
+ "value": "\"bank_paying_subagent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13656,
+ "length": 14,
+ "value": "\"paying_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13742,
+ "length": 17,
+ "value": "\"paying_subagent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13867,
+ "length": 18,
+ "value": "\"commission_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17093,
+ "length": 11,
+ "value": "\"AgentSign\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17134,
+ "length": 15,
+ "value": "\"OperationName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17172,
+ "length": 8,
+ "value": "\"Phones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17211,
+ "length": 16,
+ "value": "\"ReceiverPhones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17258,
+ "length": 16,
+ "value": "\"TransferPhones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17303,
+ "length": 14,
+ "value": "\"OperatorName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17349,
+ "length": 17,
+ "value": "\"OperatorAddress\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17394,
+ "length": 13,
+ "value": "\"OperatorInn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17093,
+ "length": 11,
+ "value": "\"AgentSign\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17134,
+ "length": 15,
+ "value": "\"OperationName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17172,
+ "length": 8,
+ "value": "\"Phones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17211,
+ "length": 16,
+ "value": "\"ReceiverPhones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17258,
+ "length": 16,
+ "value": "\"TransferPhones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17303,
+ "length": 14,
+ "value": "\"OperatorName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17349,
+ "length": 17,
+ "value": "\"OperatorAddress\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17394,
+ "length": 13,
+ "value": "\"OperatorInn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20232,
+ "length": 8,
+ "value": "\"Phones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20261,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20287,
+ "length": 5,
+ "value": "\"Inn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20232,
+ "length": 8,
+ "value": "\"Phones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20261,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20287,
+ "length": 5,
+ "value": "\"Inn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21180,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "FloatLiteral",
+ "offset": 21360,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22623,
+ "length": 7,
+ "value": "\"Price\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22655,
+ "length": 10,
+ "value": "\"Quantity\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22686,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22715,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22743,
+ "length": 5,
+ "value": "\"Tax\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22770,
+ "length": 7,
+ "value": "\"Ean13\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22802,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22844,
+ "length": 17,
+ "value": "\"MeasurementUnit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22891,
+ "length": 15,
+ "value": "\"PaymentMethod\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22936,
+ "length": 15,
+ "value": "\"PaymentObject\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22977,
+ "length": 11,
+ "value": "\"AgentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 23017,
+ "length": 14,
+ "value": "\"SupplierInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22623,
+ "length": 7,
+ "value": "\"Price\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22655,
+ "length": 10,
+ "value": "\"Quantity\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22686,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22715,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22743,
+ "length": 5,
+ "value": "\"Tax\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22770,
+ "length": 7,
+ "value": "\"Ean13\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22802,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22844,
+ "length": 17,
+ "value": "\"MeasurementUnit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22891,
+ "length": 15,
+ "value": "\"PaymentMethod\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22936,
+ "length": 15,
+ "value": "\"PaymentObject\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22977,
+ "length": 11,
+ "value": "\"AgentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 23017,
+ "length": 14,
+ "value": "\"SupplierInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24437,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25512,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 28969,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29000,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29029,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29057,
+ "length": 5,
+ "value": "\"Fee\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 28969,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29000,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29029,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29057,
+ "length": 5,
+ "value": "\"Fee\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31283,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31315,
+ "length": 7,
+ "value": "\"Email\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31347,
+ "length": 10,
+ "value": "\"Taxation\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31379,
+ "length": 7,
+ "value": "\"Phone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31408,
+ "length": 7,
+ "value": "\"Items\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31441,
+ "length": 11,
+ "value": "\"AgentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31481,
+ "length": 14,
+ "value": "\"SupplierInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31520,
+ "length": 10,
+ "value": "\"Customer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31558,
+ "length": 13,
+ "value": "\"CustomerInn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31283,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31315,
+ "length": 7,
+ "value": "\"Email\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31347,
+ "length": 10,
+ "value": "\"Taxation\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31379,
+ "length": 7,
+ "value": "\"Phone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31408,
+ "length": 7,
+ "value": "\"Items\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31441,
+ "length": 11,
+ "value": "\"AgentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31481,
+ "length": 14,
+ "value": "\"SupplierInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31520,
+ "length": 10,
+ "value": "\"Customer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31558,
+ "length": 13,
+ "value": "\"CustomerInn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6437,
+ "length": 21,
+ "value": "\"thawtePrimaryRootCA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6497,
+ "length": 5,
+ "value": "\"cer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6555,
+ "length": 16,
+ "value": "\"hosts_and_pins\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6623,
+ "length": 6,
+ "value": "\"json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6679,
+ "length": 16,
+ "value": "\"tinkoffrsa2020\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6733,
+ "length": 20,
+ "value": "\"rootca_ssl_rsa2022\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6796,
+ "length": 21,
+ "value": "\"antifraud_root_cert\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 7067,
+ "length": 38,
+ "value": "\"ru.tcs.core.hpkpservice.hostsAndPins\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 7236,
+ "length": 29,
+ "value": "\"https:\/\/certs.tinkoff.ru\/v1\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 319,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 324,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 377,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 382,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 431,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 436,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 484,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 489,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 542,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 547,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "Array",
+ "offset": 589,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Utils\/NetworkTypeResolver.swift",
+ "kind": "Dictionary",
+ "offset": 791,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Automation\/SmartFieldsAutomation.swift",
+ "kind": "StringLiteral",
+ "offset": 292,
+ "length": 22,
+ "value": "\"SmartFieldsContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Automation\/SmartFieldsAutomation.swift",
+ "kind": "StringLiteral",
+ "offset": 399,
+ "length": 25,
+ "value": "\"SmartFieldsHintTextView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Automation\/SmartFieldsAutomation.swift",
+ "kind": "StringLiteral",
+ "offset": 494,
+ "length": 18,
+ "value": "\"SmartFieldsTitle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Automation\/SmartFieldsAutomation.swift",
+ "kind": "StringLiteral",
+ "offset": 581,
+ "length": 26,
+ "value": "\"SmartFieldsInputTextView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 21,
+ "value": "\"initializationError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 519,
+ "length": 21,
+ "value": "\"noSpaceLeftOnDevice\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 567,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 21,
+ "value": "\"initializationError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 519,
+ "length": 21,
+ "value": "\"noSpaceLeftOnDevice\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 567,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/FullName\/Dependencies\/Suggests\/NameComponentSuggestDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 462,
+ "length": 32,
+ "value": "\"DolyameSDK.NameComponentSuggestDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/CoreAnimation\/CAAnimation\/CAAnimation+PulseAnimation.swift",
+ "kind": "FloatLiteral",
+ "offset": 4485,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/CoreAnimation\/CAAnimation\/CAAnimation+PulseAnimation.swift",
+ "kind": "FloatLiteral",
+ "offset": 4565,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/CoreAnimation\/CAAnimation\/CAAnimation+PulseAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/CoreAnimation\/CAAnimation\/CAAnimation+PulseAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4653,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Address\/AddressValidatorsFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 341,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3324,
+ "length": 17,
+ "value": "\"sdkMainIconsIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3370,
+ "length": 17,
+ "value": "\"sdkCardIconsIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3419,
+ "length": 20,
+ "value": "\"dolyameContractIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3523,
+ "length": 15,
+ "value": "\"rejectionInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3324,
+ "length": 17,
+ "value": "\"sdkMainIconsIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3370,
+ "length": 17,
+ "value": "\"sdkCardIconsIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3419,
+ "length": 20,
+ "value": "\"dolyameContractIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3523,
+ "length": 15,
+ "value": "\"rejectionInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4290,
+ "length": 49,
+ "value": "\"^\\+7 \\([34789]\\d{2}\\) \\d{3}-\\d{2}-\\d{2}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4401,
+ "length": 91,
+ "value": "\"^[a-zA-Zа-яА-ЯёЁ]{1}[a-zA-Zа-яА-ЯёЁ\\. \\-]{0,199}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4555,
+ "length": 12,
+ "value": "\".+@.+\\..+\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4811,
+ "length": 52,
+ "value": "\"https:\/\/mobile-bnpl-prod.cdn-tinkoff.ru\/icons\/ios\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4899,
+ "length": 58,
+ "value": "\"https:\/\/mobile-bnpl-prod.cdn-tinkoff.ru\/icons\/ios\/cards\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 5003,
+ "length": 63,
+ "value": "\"https:\/\/static.dolyame.ru\/static\/dolyame\/dolyame_contract.pdf\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 5097,
+ "length": 27,
+ "value": "\"https:\/\/wa.me\/74997000600\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/BaseError\/ChainableError.swift",
+ "kind": "StringLiteral",
+ "offset": 428,
+ "length": 6,
+ "value": "\"code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/BaseError\/ChainableError.swift",
+ "kind": "StringLiteral",
+ "offset": 459,
+ "length": 8,
+ "value": "\"domain\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 207,
+ "length": 12,
+ "value": "\"sslPinning\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 571,
+ "length": 6,
+ "value": "\"code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 605,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 638,
+ "length": 13,
+ "value": "\"mobile_core\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 791,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 833,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 208,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 233,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 261,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 208,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 233,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 261,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 208,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 233,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 261,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/BiggestTouchAreaButton.swift",
+ "kind": "IntegerLiteral",
+ "offset": 186,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/BiggestTouchAreaButton.swift",
+ "kind": "IntegerLiteral",
+ "offset": 219,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardListPresenter.swift",
+ "kind": "Array",
+ "offset": 2535,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 321,
+ "length": 19,
+ "value": "\"DolyameSDK.ScheduleCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/ScheduleItemCell\/ScheduleItemCell.swift",
+ "kind": "StringLiteral",
+ "offset": 185,
+ "length": 18,
+ "value": "\"ScheduleItemCell\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Date\/TimeDirectionValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 262,
+ "length": 22,
+ "value": "\"DolyameSDK.TimeDirectionValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 219,
+ "length": 12,
+ "value": "\"session_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 257,
+ "length": 12,
+ "value": "\"time_local\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 11,
+ "value": "\"time_zone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 219,
+ "length": 12,
+ "value": "\"session_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 257,
+ "length": 12,
+ "value": "\"time_local\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 11,
+ "value": "\"time_zone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentError\/PaymentErrorCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 210,
+ "length": 23,
+ "value": "\"DolyameSDK.PaymentErrorCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/DataProviders\/Concrete\/SFSuggestStaticDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 161,
+ "length": 27,
+ "value": "\"DolyameSDK.SFSuggestStaticDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/LogPipeline.swift",
+ "kind": "Array",
+ "offset": 523,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/Address.swift",
+ "kind": "StringLiteral",
+ "offset": 1088,
+ "length": 20,
+ "value": "\"unrestricted_value\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/Address.swift",
+ "kind": "StringLiteral",
+ "offset": 1088,
+ "length": 20,
+ "value": "\"unrestricted_value\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/Address.swift",
+ "kind": "StringLiteral",
+ "offset": 2230,
+ "length": 22,
+ "value": "\"DolyameSDK.UninitializableAddress\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/IGaugeDispatcher.swift",
+ "kind": "Array",
+ "offset": 488,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/IGaugeDispatcher.swift",
+ "kind": "Array",
+ "offset": 576,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 810,
+ "length": 10,
+ "value": "\"GetState\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1675,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1710,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1750,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1788,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1825,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1873,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1908,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1942,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1973,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1675,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1710,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1750,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1788,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1825,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1873,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1908,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1942,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1973,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthPhoneViewController\/AuthPhoneViewController.swift",
+ "kind": "Array",
+ "offset": 472,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthPhoneViewController\/AuthPhoneViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 117,
+ "length": 23,
+ "value": "\"DolyameSDK.AuthPhoneViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/ScalyImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 495,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/ScalyImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 739,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/ScalyImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 833,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 1014,
+ "length": 35,
+ "value": "\"ru.tinkoff.reliabilityKit.metrics\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 1164,
+ "length": 9,
+ "value": "\"unknown\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1330,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19412,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19554,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19559,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3.swift",
+ "kind": "IntegerLiteral",
+ "offset": 70,
+ "length": 4,
+ "value": "2011"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 628,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3772,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 5174,
+ "length": 4,
+ "value": "0.96"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 5187,
+ "length": 4,
+ "value": "0.97"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 5199,
+ "length": 4,
+ "value": "0.97"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 5212,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardRequisitesInputMask\/ValueState.swift",
+ "kind": "StringLiteral",
+ "offset": 146,
+ "length": 10,
+ "value": "\"DolyameSDK.ValueState\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Events\/EventsFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 1412,
+ "length": 34,
+ "value": "\"ru.tinkoff.reliabilitykit.events\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Version.swift",
+ "kind": "StringLiteral",
+ "offset": 752,
+ "length": 14,
+ "value": "\"3.0.0-alpha9\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Transport\/Implementation\/Utils\/IURLParamsEncoder\/Concrete\/URLParamsEncoder.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 13,
+ "value": "\"!$&'()*+,;=\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Events\/SharedBusinessLogic+AppLaunchFirst.swift",
+ "kind": "StringLiteral",
+ "offset": 291,
+ "length": 41,
+ "value": "\"kTCSAnaltyicsAppLaunchFirstUserDefaults\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Events\/SharedBusinessLogic+AppLaunchFirst.swift",
+ "kind": "IntegerLiteral",
+ "offset": 387,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Events\/SharedBusinessLogic+AppLaunchFirst.swift",
+ "kind": "IntegerLiteral",
+ "offset": 392,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Events\/SharedBusinessLogic+AppLaunchFirst.swift",
+ "kind": "IntegerLiteral",
+ "offset": 397,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3929,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4640,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4865,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5821,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7396,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9535,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9612,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12513,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 182,
+ "length": 15,
+ "value": "\"DolyameSDK.SFTextInputView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28865,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28913,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 28968,
+ "length": 3,
+ "value": "4.5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 29022,
+ "length": 4,
+ "value": "0.24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 29194,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 29256,
+ "length": 11,
+ "value": "\"TSFImages\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 29306,
+ "length": 12,
+ "value": "\"clearField\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 193,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 346,
+ "length": 24,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 384,
+ "length": 27,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 346,
+ "length": 24,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 384,
+ "length": 27,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 346,
+ "length": 24,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 384,
+ "length": 27,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Amplitude\/AmplitudeAnalyticsConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1412,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Amplitude\/AmplitudeAnalyticsConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1462,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/Styles\/TCSButton.Style+Builder.swift",
+ "kind": "FloatLiteral",
+ "offset": 8311,
+ "length": 4,
+ "value": "0.95"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 359,
+ "length": 77,
+ "value": "\"\\+7\\ {1}\\({1}([3489]\\d\\d)\\){1}\\ {1}\\d\\d\\d\\-{1}\\d\\d\\-{1}\\d\\d\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 616,
+ "length": 79,
+ "value": "\"\\+7\\ {1}\\({1}([345689]\\d\\d)\\){1}\\ {1}\\d\\d\\d\\-{1}\\d\\d\\-{1}\\d\\d\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 855,
+ "length": 47,
+ "value": "\"^[-\\w.]+@([A-z0-9][-A-z0-9]+\\.)+[A-z]{2,4}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 998,
+ "length": 35,
+ "value": "\"^\\d{2} [A-ZА-ЯЁ0-9]{2} \\d{6}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1133,
+ "length": 29,
+ "value": "\"(^[\\d]{15}+$|^[\\d]{21}+$)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1282,
+ "length": 253,
+ "value": "\"^[АВЕКМНОРСТУХ]{1}[\\d]{3}[АВЕКМНОРСТУХ]{2}[\\d]{2,3}$|^[АВЕКМНОРСТУХ]{2}[\\d]{3}[\\d]{2,3}$|^[\\d]{4}[АВЕКМНОРСТУХ]{2}[\\d]{2,3}$|^[АВЕКМНОРСТУХ]{2}[\\d]{2}[АВЕКМНОРСТУХ]{2}[\\d]{2,3}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1697,
+ "length": 80,
+ "value": "\"^[АВЕКМНОРСТУХ]{1}[\\d]{3}[АВЕКМНОРСТУХ]{2}[\\d]{2,3}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1850,
+ "length": 21,
+ "value": "\"[0-9A-HJ-NPR-Z]{17}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1981,
+ "length": 34,
+ "value": "\"[\\d]{2} [\\dА-ЯЁ]{2} [\\d]{6}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 2106,
+ "length": 30,
+ "value": "\"^[A-Z]{1,20}\\s[A-Z]{1,20}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/SchedulePaymentCell\/Additional\/SchedulePaymentCircleSegmentView.swift",
+ "kind": "Array",
+ "offset": 374,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 189,
+ "length": 5,
+ "value": "\"sub\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 12,
+ "value": "\"given_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 255,
+ "length": 14,
+ "value": "\"phone_number\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 9,
+ "value": "\"picture\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 189,
+ "length": 5,
+ "value": "\"sub\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 12,
+ "value": "\"given_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 255,
+ "length": 14,
+ "value": "\"phone_number\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 9,
+ "value": "\"picture\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "Array",
+ "offset": 878,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "Dictionary",
+ "offset": 934,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 1176,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1250,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIColor\/UIColor+Brightness.swift",
+ "kind": "FloatLiteral",
+ "offset": 1283,
+ "length": 3,
+ "value": "0.8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 196,
+ "length": 28,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 238,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 196,
+ "length": 28,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 238,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 196,
+ "length": 28,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 238,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/SamplingStrategy.swift",
+ "kind": "Dictionary",
+ "offset": 654,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 116,
+ "length": 22,
+ "value": "\"DolyameSDK.ScheduleViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SDKVersionService.swift",
+ "kind": "StringLiteral",
+ "offset": 309,
+ "length": 7,
+ "value": "\"empty\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Payments\/ChargePaymentProcess.swift",
+ "kind": "BooleanLiteral",
+ "offset": 795,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Text\/Length\/TextLengthValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 19,
+ "value": "\"DolyameSDK.TextLengthValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+hex.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1208,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipType.swift",
+ "kind": "StringLiteral",
+ "offset": 268,
+ "length": 41,
+ "value": "\"Российская Федерация\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipType.swift",
+ "kind": "StringLiteral",
+ "offset": 398,
+ "length": 37,
+ "value": "\"Другое государство\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipType.swift",
+ "kind": "StringLiteral",
+ "offset": 268,
+ "length": 41,
+ "value": "\"Российская Федерация\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipType.swift",
+ "kind": "StringLiteral",
+ "offset": 398,
+ "length": 37,
+ "value": "\"Другое государство\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressFieldConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1385,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/Views\/DataListHeaderView.swift",
+ "kind": "StringLiteral",
+ "offset": 119,
+ "length": 18,
+ "value": "\"DolyameSDK.DataListHeaderView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/Views\/DataListHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 857,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/Views\/DataListHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 910,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 75,
+ "length": 7,
+ "value": "\"DEBUG\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 99,
+ "length": 6,
+ "value": "\"INFO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 125,
+ "length": 6,
+ "value": "\"WARN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 149,
+ "length": 7,
+ "value": "\"ERROR\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 174,
+ "length": 7,
+ "value": "\"FATAL\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 75,
+ "length": 7,
+ "value": "\"DEBUG\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 99,
+ "length": 6,
+ "value": "\"INFO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 125,
+ "length": 6,
+ "value": "\"WARN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 149,
+ "length": 7,
+ "value": "\"ERROR\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 174,
+ "length": 7,
+ "value": "\"FATAL\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/Bundle\/Bundle+Resources.swift",
+ "kind": "StringLiteral",
+ "offset": 1124,
+ "length": 9,
+ "value": "\".bundle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Types\/AmountConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1566,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1947,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 1542,
+ "length": 6,
+ "value": "\"Sage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1728,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2174,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Payments\/OrderOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1124,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 218,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 245,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 272,
+ "length": 2,
+ "value": "19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 218,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 245,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 272,
+ "length": 2,
+ "value": "19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 218,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 245,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 272,
+ "length": 2,
+ "value": "19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 30,
+ "value": "\"____________________________\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "StringLiteral",
+ "offset": 364,
+ "length": 21,
+ "value": "\"____ ____ ____ ____\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 22,
+ "value": "\"________ ___________\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOParameters.swift",
+ "kind": "Dictionary",
+ "offset": 816,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOParameters.swift",
+ "kind": "Dictionary",
+ "offset": 880,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 260,
+ "length": 4,
+ "value": "3600"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 267,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1856,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1886,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3190,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3219,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3249,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "StringLiteral",
+ "offset": 7474,
+ "length": 23,
+ "value": "\"ru.tinkoff.sagelogger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7733,
+ "length": 4,
+ "value": "3600"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7740,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7783,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7812,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7842,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIAlertController\/UIAlertController+Actions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1165,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIAlertController\/UIAlertController+Actions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1755,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIAlertController\/UIAlertController+Actions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2361,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringViewController.swift",
+ "kind": "Array",
+ "offset": 399,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 133,
+ "length": 21,
+ "value": "\"DolyameSDK.ScoringViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/PresentingAnimator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 268,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/PresentingAnimator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 268,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/PresentingAnimator.swift",
+ "kind": "FloatLiteral",
+ "offset": 359,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 417,
+ "length": 16,
+ "value": "\"code_challenge\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 477,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 513,
+ "length": 11,
+ "value": "\"device_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 574,
+ "length": 16,
+ "value": "\"client_version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 417,
+ "length": 16,
+ "value": "\"code_challenge\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 477,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 513,
+ "length": 11,
+ "value": "\"device_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 574,
+ "length": 16,
+ "value": "\"client_version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/SchedulePaymentCell\/SchedulePaymentCell.swift",
+ "kind": "StringLiteral",
+ "offset": 191,
+ "length": 21,
+ "value": "\"SchedulePaymentCell\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Suggests\/LisensePlateSmartFieldDataConverterBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 356,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Suggests\/LisensePlateSmartFieldDataConverterBase.swift",
+ "kind": "Dictionary",
+ "offset": 1152,
+ "length": 367,
+ "value": "[(\"A\", \"А\"), (\"B\", \"В\"), (\"E\", \"Е\"), (\"K\", \"К\"), (\"M\", \"М\"), (\"H\", \"Н\"), (\"O\", \"О\"), (\"P\", \"Р\"), (\"C\", \"С\"), (\"T\", \"Т\"), (\"X\", \"Х\"), (\"a\", \"а\"), (\"e\", \"е\"), (\"k\", \"к\"), (\"o\", \"о\"), (\"p\", \"р\"), (\"c\", \"с\"), (\"y\", \"у\"), (\"x\", \"х\")]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Suggests\/LisensePlateSmartFieldDataConverterBase.swift",
+ "kind": "StringLiteral",
+ "offset": 1588,
+ "length": 21,
+ "value": "\"ABEKMHOPCTXaekopcyx\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Suggests\/LisensePlateSmartFieldDataConverterBase.swift",
+ "kind": "StringLiteral",
+ "offset": 160,
+ "length": 39,
+ "value": "\"DolyameSDK.LicensePlateSmartFieldDataConverterBase\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 249,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 249,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 249,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "Array",
+ "offset": 580,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 384,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/ReliabilityEnv.swift",
+ "kind": "StringLiteral",
+ "offset": 578,
+ "length": 5,
+ "value": "\"ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/ReliabilityEnv.swift",
+ "kind": "StringLiteral",
+ "offset": 687,
+ "length": 9,
+ "value": "\"unknown\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/ReliabilityEnv.swift",
+ "kind": "StringLiteral",
+ "offset": 1428,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/ReliabilityEnv.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1520,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1099,
+ "length": 15,
+ "value": "\"screen_height\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 14,
+ "value": "\"screen_width\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1099,
+ "length": 15,
+ "value": "\"screen_height\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 14,
+ "value": "\"screen_width\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 4,
+ "value": "\"ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1309,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 128,
+ "length": 29,
+ "value": "\"DolyameSDK.ScoringRejectedViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+DefaultSetup.swift",
+ "kind": "Array",
+ "offset": 1962,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+DefaultSetup.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2082,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+DefaultSetup.swift",
+ "kind": "Array",
+ "offset": 2590,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/MaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 3780,
+ "length": 3,
+ "value": "\"#\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/MaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 3815,
+ "length": 3,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/MaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 3848,
+ "length": 3,
+ "value": "\"?\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Suggests\/AddressSuggestDataSource.swift",
+ "kind": "StringLiteral",
+ "offset": 220,
+ "length": 24,
+ "value": "\"DolyameSDK.AddressSuggestDataSource\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 823,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 11,
+ "value": "\"last_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 914,
+ "length": 13,
+ "value": "\"middle_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 823,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 11,
+ "value": "\"last_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 914,
+ "length": 13,
+ "value": "\"middle_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 12,
+ "value": "\"birth_date\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 12,
+ "value": "\"birth_date\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 3263,
+ "length": 8,
+ "value": "\"app_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 3263,
+ "length": 8,
+ "value": "\"app_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 759,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 759,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 759,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 253,
+ "length": 12,
+ "value": "\"sslPinning\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 367,
+ "length": 9,
+ "value": "\"docScan\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 492,
+ "length": 16,
+ "value": "\"reliabilityKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 608,
+ "length": 8,
+ "value": "\"logger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 724,
+ "length": 12,
+ "value": "\"TCRMPlayer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Caches\/FileFeatureCache.swift",
+ "kind": "StringLiteral",
+ "offset": 553,
+ "length": 20,
+ "value": "\"ru.tinkoff.toggles\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSShadowAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 910,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSShadowAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 932,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleSuggestType.swift",
+ "kind": "StringLiteral",
+ "offset": 365,
+ "length": 3,
+ "value": "\"2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleSuggestType.swift",
+ "kind": "StringLiteral",
+ "offset": 365,
+ "length": 3,
+ "value": "\"2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/ResourceBundle.swift",
+ "kind": "StringLiteral",
+ "offset": 147,
+ "length": 27,
+ "value": "\"TinkoffNetworkLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Text\/DateMask\/DateMaskValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 251,
+ "length": 17,
+ "value": "\"DolyameSDK.DateMaskValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Text\/DateMask\/DateMaskValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 12,
+ "value": "\"dd.MM.yyyy\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 502,
+ "length": 12,
+ "value": "\"badRequest\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 547,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 600,
+ "length": 20,
+ "value": "\"toggleDoesNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 659,
+ "length": 19,
+ "value": "\"failedToLoadCache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 705,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 741,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 502,
+ "length": 12,
+ "value": "\"badRequest\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 547,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 600,
+ "length": 20,
+ "value": "\"toggleDoesNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 659,
+ "length": 19,
+ "value": "\"failedToLoadCache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 705,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 741,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/OverridingStrategy.swift",
+ "kind": "StringLiteral",
+ "offset": 557,
+ "length": 16,
+ "value": "\"FeatureToggle.\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/OverridingStrategy.swift",
+ "kind": "StringLiteral",
+ "offset": 894,
+ "length": 18,
+ "value": "\"Overriding Cache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/TimeMachine.swift",
+ "kind": "Array",
+ "offset": 803,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/TimeMachine.swift",
+ "kind": "Array",
+ "offset": 1230,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitDeactivateCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 822,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitDeactivateCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 858,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitDeactivateCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 822,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitDeactivateCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 858,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Amount\/DecimalSmartFieldDataConverterBase.swift",
+ "kind": "StringLiteral",
+ "offset": 151,
+ "length": 34,
+ "value": "\"DolyameSDK.DecimalSmartFieldDataConverterBase\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Amount\/DecimalSmartFieldDataConverterBase.swift",
+ "kind": "StringLiteral",
+ "offset": 1107,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringStandaloneCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 336,
+ "length": 28,
+ "value": "\"DolyameSDK.ScoringStandaloneCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1306,
+ "length": 3,
+ "value": "999"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1338,
+ "length": 3,
+ "value": "900"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1368,
+ "length": 3,
+ "value": "902"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1393,
+ "length": 3,
+ "value": "901"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1444,
+ "length": 3,
+ "value": "490"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1306,
+ "length": 3,
+ "value": "999"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1338,
+ "length": 3,
+ "value": "900"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1368,
+ "length": 3,
+ "value": "902"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1393,
+ "length": 3,
+ "value": "901"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1444,
+ "length": 3,
+ "value": "490"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1306,
+ "length": 3,
+ "value": "999"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1338,
+ "length": 3,
+ "value": "900"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1368,
+ "length": 3,
+ "value": "902"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1393,
+ "length": 3,
+ "value": "901"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1444,
+ "length": 3,
+ "value": "490"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2686,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2702,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2716,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2751,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2765,
+ "length": 7,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2686,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2702,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2716,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2751,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2765,
+ "length": 7,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2686,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2702,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2716,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2751,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2765,
+ "length": 7,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "Array",
+ "offset": 3161,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "Array",
+ "offset": 6590,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "Dictionary",
+ "offset": 6644,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "StringLiteral",
+ "offset": 6688,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6733,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6818,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16333,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17549,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33965,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34013,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/TerminalError\/TerminalErrorCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 6,
+ "length": 24,
+ "value": "\"DolyameSDK.TerminalErrorCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/SamplingStrategyBuilder.swift",
+ "kind": "Array",
+ "offset": 253,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/SamplingStrategyBuilder.swift",
+ "kind": "Array",
+ "offset": 318,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/AuthErrorCoordinator\/AuthErrorCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 160,
+ "length": 20,
+ "value": "\"DolyameSDK.AuthErrorCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DoubleActionViewController\/DoubleActionViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 121,
+ "length": 26,
+ "value": "\"DolyameSDK.DoubleActionViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2963,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3051,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3061,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3072,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3082,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3187,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3250,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3294,
+ "length": 4,
+ "value": "2436"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3340,
+ "length": 4,
+ "value": "1792"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3388,
+ "length": 4,
+ "value": "2688"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3438,
+ "length": 4,
+ "value": "2340"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3487,
+ "length": 4,
+ "value": "2532"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3539,
+ "length": 4,
+ "value": "2778"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3777,
+ "length": 3,
+ "value": "320"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/MurmurHashSamplingAlgorithm.swift",
+ "kind": "FloatLiteral",
+ "offset": 291,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Requests\/FinishAuthorizeRequest.swift",
+ "kind": "Dictionary",
+ "offset": 916,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsPresenter.swift",
+ "kind": "Array",
+ "offset": 740,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 793,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/EventsTransformRegistrar.swift",
+ "kind": "Dictionary",
+ "offset": 233,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBFillRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 733,
+ "length": 17,
+ "value": "\"payment-success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBFillRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 785,
+ "length": 17,
+ "value": "\"payment-pending\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBFillRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 733,
+ "length": 17,
+ "value": "\"payment-success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBFillRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 785,
+ "length": 17,
+ "value": "\"payment-pending\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 285,
+ "length": 20,
+ "value": "\"+7 (___) ___-__-__\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 12,
+ "value": "\"__.__.____\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 511,
+ "length": 9,
+ "value": "\"___-___\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 549,
+ "length": 16,
+ "value": "\"___-___-___ __\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 604,
+ "length": 13,
+ "value": "\"____ ______\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 662,
+ "length": 12,
+ "value": "\"__ _______\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 701,
+ "length": 14,
+ "value": "\"____________\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 754,
+ "length": 14,
+ "value": "\"__ ?? ______\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 805,
+ "length": 14,
+ "value": "\"__ ?? ______\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/ReliabilityConfigurationService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 607,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 788,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 788,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 788,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "Array",
+ "offset": 854,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1533,
+ "length": 31,
+ "value": "\"TinkoffAcquiring.button.close\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Number\/IntStringValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 181,
+ "length": 18,
+ "value": "\"DolyameSDK.IntStringValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1386,
+ "length": 5,
+ "value": "0.07"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1428,
+ "length": 4,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1469,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1628,
+ "length": 13,
+ "value": "0.08235294118"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1650,
+ "length": 11,
+ "value": "0.431372549"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1669,
+ "length": 11,
+ "value": "0.831372549"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1689,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1735,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1745,
+ "length": 12,
+ "value": "0.8039215686"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1765,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1777,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1839,
+ "length": 4,
+ "value": "0.15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2842,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 3,
+ "value": "101"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3177,
+ "length": 3,
+ "value": "102"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3314,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3442,
+ "length": 3,
+ "value": "201"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3584,
+ "length": 3,
+ "value": "202"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3837,
+ "length": 3,
+ "value": "203"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3972,
+ "length": 3,
+ "value": "204"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4114,
+ "length": 3,
+ "value": "205"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4287,
+ "length": 3,
+ "value": "206"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4493,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4689,
+ "length": 3,
+ "value": "208"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4913,
+ "length": 3,
+ "value": "226"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5109,
+ "length": 3,
+ "value": "300"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5244,
+ "length": 3,
+ "value": "301"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5315,
+ "length": 3,
+ "value": "302"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5447,
+ "length": 3,
+ "value": "303"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5643,
+ "length": 3,
+ "value": "304"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5805,
+ "length": 3,
+ "value": "305"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5950,
+ "length": 3,
+ "value": "306"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6070,
+ "length": 3,
+ "value": "307"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 3,
+ "value": "308"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6408,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6597,
+ "length": 3,
+ "value": "401"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6718,
+ "length": 3,
+ "value": "402"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6851,
+ "length": 3,
+ "value": "403"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6982,
+ "length": 3,
+ "value": "404"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7187,
+ "length": 3,
+ "value": "405"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7379,
+ "length": 3,
+ "value": "406"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7528,
+ "length": 3,
+ "value": "407"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7639,
+ "length": 3,
+ "value": "408"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7842,
+ "length": 3,
+ "value": "409"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7981,
+ "length": 3,
+ "value": "410"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8146,
+ "length": 3,
+ "value": "411"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8308,
+ "length": 3,
+ "value": "412"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8444,
+ "length": 3,
+ "value": "413"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8558,
+ "length": 3,
+ "value": "414"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8718,
+ "length": 3,
+ "value": "415"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8899,
+ "length": 3,
+ "value": "416"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9046,
+ "length": 3,
+ "value": "417"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9155,
+ "length": 3,
+ "value": "418"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9305,
+ "length": 3,
+ "value": "421"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9462,
+ "length": 3,
+ "value": "422"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9558,
+ "length": 3,
+ "value": "423"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9704,
+ "length": 3,
+ "value": "424"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9872,
+ "length": 3,
+ "value": "426"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10007,
+ "length": 3,
+ "value": "428"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10137,
+ "length": 3,
+ "value": "429"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10372,
+ "length": 3,
+ "value": "431"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10531,
+ "length": 3,
+ "value": "444"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10758,
+ "length": 3,
+ "value": "451"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10926,
+ "length": 3,
+ "value": "495"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11119,
+ "length": 3,
+ "value": "496"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11344,
+ "length": 3,
+ "value": "497"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11504,
+ "length": 3,
+ "value": "499"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11750,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11920,
+ "length": 3,
+ "value": "501"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12080,
+ "length": 3,
+ "value": "502"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12279,
+ "length": 3,
+ "value": "503"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12452,
+ "length": 3,
+ "value": "504"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12610,
+ "length": 3,
+ "value": "505"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12770,
+ "length": 3,
+ "value": "506"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12926,
+ "length": 3,
+ "value": "507"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13054,
+ "length": 3,
+ "value": "508"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13190,
+ "length": 3,
+ "value": "510"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13342,
+ "length": 3,
+ "value": "511"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2842,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 3,
+ "value": "101"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3177,
+ "length": 3,
+ "value": "102"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3314,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3442,
+ "length": 3,
+ "value": "201"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3584,
+ "length": 3,
+ "value": "202"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3837,
+ "length": 3,
+ "value": "203"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3972,
+ "length": 3,
+ "value": "204"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4114,
+ "length": 3,
+ "value": "205"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4287,
+ "length": 3,
+ "value": "206"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4493,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4689,
+ "length": 3,
+ "value": "208"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4913,
+ "length": 3,
+ "value": "226"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5109,
+ "length": 3,
+ "value": "300"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5244,
+ "length": 3,
+ "value": "301"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5315,
+ "length": 3,
+ "value": "302"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5447,
+ "length": 3,
+ "value": "303"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5643,
+ "length": 3,
+ "value": "304"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5805,
+ "length": 3,
+ "value": "305"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5950,
+ "length": 3,
+ "value": "306"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6070,
+ "length": 3,
+ "value": "307"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 3,
+ "value": "308"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6408,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6597,
+ "length": 3,
+ "value": "401"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6718,
+ "length": 3,
+ "value": "402"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6851,
+ "length": 3,
+ "value": "403"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6982,
+ "length": 3,
+ "value": "404"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7187,
+ "length": 3,
+ "value": "405"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7379,
+ "length": 3,
+ "value": "406"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7528,
+ "length": 3,
+ "value": "407"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7639,
+ "length": 3,
+ "value": "408"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7842,
+ "length": 3,
+ "value": "409"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7981,
+ "length": 3,
+ "value": "410"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8146,
+ "length": 3,
+ "value": "411"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8308,
+ "length": 3,
+ "value": "412"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8444,
+ "length": 3,
+ "value": "413"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8558,
+ "length": 3,
+ "value": "414"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8718,
+ "length": 3,
+ "value": "415"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8899,
+ "length": 3,
+ "value": "416"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9046,
+ "length": 3,
+ "value": "417"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9155,
+ "length": 3,
+ "value": "418"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9305,
+ "length": 3,
+ "value": "421"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9462,
+ "length": 3,
+ "value": "422"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9558,
+ "length": 3,
+ "value": "423"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9704,
+ "length": 3,
+ "value": "424"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9872,
+ "length": 3,
+ "value": "426"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10007,
+ "length": 3,
+ "value": "428"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10137,
+ "length": 3,
+ "value": "429"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10372,
+ "length": 3,
+ "value": "431"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10531,
+ "length": 3,
+ "value": "444"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10758,
+ "length": 3,
+ "value": "451"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10926,
+ "length": 3,
+ "value": "495"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11119,
+ "length": 3,
+ "value": "496"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11344,
+ "length": 3,
+ "value": "497"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11504,
+ "length": 3,
+ "value": "499"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11750,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11920,
+ "length": 3,
+ "value": "501"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12080,
+ "length": 3,
+ "value": "502"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12279,
+ "length": 3,
+ "value": "503"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12452,
+ "length": 3,
+ "value": "504"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12610,
+ "length": 3,
+ "value": "505"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12770,
+ "length": 3,
+ "value": "506"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12926,
+ "length": 3,
+ "value": "507"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13054,
+ "length": 3,
+ "value": "508"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13190,
+ "length": 3,
+ "value": "510"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13342,
+ "length": 3,
+ "value": "511"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2842,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 3,
+ "value": "101"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3177,
+ "length": 3,
+ "value": "102"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3314,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3442,
+ "length": 3,
+ "value": "201"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3584,
+ "length": 3,
+ "value": "202"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3837,
+ "length": 3,
+ "value": "203"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3972,
+ "length": 3,
+ "value": "204"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4114,
+ "length": 3,
+ "value": "205"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4287,
+ "length": 3,
+ "value": "206"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4493,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4689,
+ "length": 3,
+ "value": "208"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4913,
+ "length": 3,
+ "value": "226"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5109,
+ "length": 3,
+ "value": "300"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5244,
+ "length": 3,
+ "value": "301"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5315,
+ "length": 3,
+ "value": "302"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5447,
+ "length": 3,
+ "value": "303"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5643,
+ "length": 3,
+ "value": "304"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5805,
+ "length": 3,
+ "value": "305"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5950,
+ "length": 3,
+ "value": "306"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6070,
+ "length": 3,
+ "value": "307"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 3,
+ "value": "308"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6408,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6597,
+ "length": 3,
+ "value": "401"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6718,
+ "length": 3,
+ "value": "402"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6851,
+ "length": 3,
+ "value": "403"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6982,
+ "length": 3,
+ "value": "404"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7187,
+ "length": 3,
+ "value": "405"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7379,
+ "length": 3,
+ "value": "406"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7528,
+ "length": 3,
+ "value": "407"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7639,
+ "length": 3,
+ "value": "408"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7842,
+ "length": 3,
+ "value": "409"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7981,
+ "length": 3,
+ "value": "410"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8146,
+ "length": 3,
+ "value": "411"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8308,
+ "length": 3,
+ "value": "412"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8444,
+ "length": 3,
+ "value": "413"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8558,
+ "length": 3,
+ "value": "414"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8718,
+ "length": 3,
+ "value": "415"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8899,
+ "length": 3,
+ "value": "416"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9046,
+ "length": 3,
+ "value": "417"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9155,
+ "length": 3,
+ "value": "418"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9305,
+ "length": 3,
+ "value": "421"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9462,
+ "length": 3,
+ "value": "422"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9558,
+ "length": 3,
+ "value": "423"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9704,
+ "length": 3,
+ "value": "424"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9872,
+ "length": 3,
+ "value": "426"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10007,
+ "length": 3,
+ "value": "428"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10137,
+ "length": 3,
+ "value": "429"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10372,
+ "length": 3,
+ "value": "431"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10531,
+ "length": 3,
+ "value": "444"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10758,
+ "length": 3,
+ "value": "451"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10926,
+ "length": 3,
+ "value": "495"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11119,
+ "length": 3,
+ "value": "496"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11344,
+ "length": 3,
+ "value": "497"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11504,
+ "length": 3,
+ "value": "499"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11750,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11920,
+ "length": 3,
+ "value": "501"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12080,
+ "length": 3,
+ "value": "502"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12279,
+ "length": 3,
+ "value": "503"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12452,
+ "length": 3,
+ "value": "504"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12610,
+ "length": 3,
+ "value": "505"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12770,
+ "length": 3,
+ "value": "506"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12926,
+ "length": 3,
+ "value": "507"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13054,
+ "length": 3,
+ "value": "508"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13190,
+ "length": 3,
+ "value": "510"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13342,
+ "length": 3,
+ "value": "511"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/CertificateChainValidator\/TrustKitConfigurationFactory\/TrustKitConfigurationFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1560,
+ "length": 10,
+ "value": "\"trustKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/CertificateChainValidator\/TrustKitConfigurationFactory\/TrustKitConfigurationFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 2058,
+ "length": 46,
+ "value": "\"0000000000000000000000000000000000000000000=\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/CertificateChainValidator\/TrustKitConfigurationFactory\/TrustKitConfigurationFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/KVOObservable.swift",
+ "kind": "Array",
+ "offset": 1602,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/KVOObservable.swift",
+ "kind": "StringLiteral",
+ "offset": 1496,
+ "length": 13,
+ "value": "\"DolyameSDK.KVOObservable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/KVOObservable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3737,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/TinkoffLogger+CoreSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 73,
+ "length": 13,
+ "value": "\"mobile_core\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/AdaptiveSampling\/AdaptiveLogger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 749,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/AdaptiveSampling\/AdaptiveLogger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 786,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/AdaptiveSampling\/AdaptiveLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 825,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/AdaptiveSampling\/AdaptiveLogger.swift",
+ "kind": "StringLiteral",
+ "offset": 3457,
+ "length": 27,
+ "value": "\"ru.tinkoff.adaptivelogger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedInfoBox.swift",
+ "kind": "StringLiteral",
+ "offset": 121,
+ "length": 22,
+ "value": "\"DolyameSDK.ScoringRejectedInfoBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 465,
+ "length": 4,
+ "value": "17.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 541,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 605,
+ "length": 8,
+ "value": "0x007AFF"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 741,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 14,
+ "value": "\"Готово\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 926,
+ "length": 8,
+ "value": "0x3E4757"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1076,
+ "length": 8,
+ "value": "0xF6F7F8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1148,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1196,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1235,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1278,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2344,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 2414,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 2528,
+ "length": 17,
+ "value": "\"scan_card_image\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2678,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2718,
+ "length": 2,
+ "value": "64"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2786,
+ "length": 8,
+ "value": "0xC7C9CC"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 2841,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3050,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3056,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3280,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3286,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3467,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3473,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3640,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3646,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3845,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3851,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3922,
+ "length": 23,
+ "value": "\"Номер карты\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3989,
+ "length": 11,
+ "value": "\"ММ\/ГГ\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4043,
+ "length": 5,
+ "value": "\"CVC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4095,
+ "length": 5,
+ "value": "\"___\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "Dictionary",
+ "offset": 4157,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "Dictionary",
+ "offset": 4224,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4293,
+ "length": 8,
+ "value": "0xC7C9CC"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 4450,
+ "length": 4,
+ "value": "17.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 4615,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6081,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameActionButton\/DolyamePrimaryActionView.swift",
+ "kind": "StringLiteral",
+ "offset": 119,
+ "length": 24,
+ "value": "\"DolyameSDK.DolyamePrimaryActionView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Protocols\/Base\/IContainerCoverable.swift",
+ "kind": "FloatLiteral",
+ "offset": 5934,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/SchedulePaymentCell\/Additional\/SchedulePaymentIconView.swift",
+ "kind": "StringLiteral",
+ "offset": 117,
+ "length": 23,
+ "value": "\"DolyameSDK.SchedulePaymentIconView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSODescription.swift",
+ "kind": "StringLiteral",
+ "offset": 1021,
+ "length": 13,
+ "value": "\"tinkoff_ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSODescription.swift",
+ "kind": "StringLiteral",
+ "offset": 1063,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/PaymentService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 211,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/PaymentService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 211,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/PaymentService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 211,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PayWithNewCard\/PayWithNewCardCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 336,
+ "length": 25,
+ "value": "\"DolyameSDK.PayWithNewCardCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3345,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3377,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3414,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3455,
+ "length": 13,
+ "value": "\"Description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3492,
+ "length": 9,
+ "value": "\"PayType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3539,
+ "length": 11,
+ "value": "\"Recurrent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3582,
+ "length": 6,
+ "value": "\"DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3612,
+ "length": 9,
+ "value": "\"Receipt\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3643,
+ "length": 7,
+ "value": "\"Shops\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3675,
+ "length": 10,
+ "value": "\"Receipts\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3717,
+ "length": 17,
+ "value": "\"RedirectDueDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3345,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3377,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3414,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3455,
+ "length": 13,
+ "value": "\"Description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3492,
+ "length": 9,
+ "value": "\"PayType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3539,
+ "length": 11,
+ "value": "\"Recurrent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3582,
+ "length": 6,
+ "value": "\"DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3612,
+ "length": 9,
+ "value": "\"Receipt\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3643,
+ "length": 7,
+ "value": "\"Shops\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3675,
+ "length": 10,
+ "value": "\"Receipts\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3717,
+ "length": 17,
+ "value": "\"RedirectDueDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 224,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 236,
+ "length": 2,
+ "value": "84"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 322,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "FloatLiteral",
+ "offset": 372,
+ "length": 4,
+ "value": "0.24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 572,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 674,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 727,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "StringLiteral",
+ "offset": 764,
+ "length": 16,
+ "value": "\"dolyameSpinner\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "StringLiteral",
+ "offset": 127,
+ "length": 14,
+ "value": "\"DolyameSDK.DolyameSpinner\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/URLSessionDelegateImpl.swift",
+ "kind": "StringLiteral",
+ "offset": 678,
+ "length": 22,
+ "value": "\"DolyameSDK.URLSessionDelegateImpl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 194,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 232,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 194,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 232,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 194,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 232,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 606,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/OrganizationName\/OrganizationSuggestDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 253,
+ "length": 31,
+ "value": "\"DolyameSDK.OrganizationSuggestDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentSuccess\/PaymentResultCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 207,
+ "length": 24,
+ "value": "\"DolyameSDK.PaymentResultCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodPopoverViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 751,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodPopoverViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 811,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodPopoverViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 861,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 135,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 166,
+ "length": 12,
+ "value": "\"revenue_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 15,
+ "value": "\"total_revenue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 14,
+ "value": "\"revenue_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 284,
+ "length": 18,
+ "value": "\"revenue_currency\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 346,
+ "length": 7,
+ "value": "\"title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 378,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 14,
+ "value": "\"pushOpenHour\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 460,
+ "length": 25,
+ "value": "\"device_supports_touchid\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 544,
+ "length": 12,
+ "value": "\"voice_over\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 638,
+ "length": 14,
+ "value": "\"push_granted\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 680,
+ "length": 18,
+ "value": "\"location_granted\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 12,
+ "value": "\"screensize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 135,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 166,
+ "length": 12,
+ "value": "\"revenue_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 15,
+ "value": "\"total_revenue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 14,
+ "value": "\"revenue_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 284,
+ "length": 18,
+ "value": "\"revenue_currency\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 346,
+ "length": 7,
+ "value": "\"title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 378,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 14,
+ "value": "\"pushOpenHour\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 460,
+ "length": 25,
+ "value": "\"device_supports_touchid\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 544,
+ "length": 12,
+ "value": "\"voice_over\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 638,
+ "length": 14,
+ "value": "\"push_granted\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 680,
+ "length": 18,
+ "value": "\"location_granted\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 12,
+ "value": "\"screensize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 5,
+ "value": "\"rub\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 6,
+ "value": "\"true\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 7,
+ "value": "\"false\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 947,
+ "length": 16,
+ "value": "\"AssistiveTouch\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 989,
+ "length": 15,
+ "value": "\"SwitchControl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1028,
+ "length": 13,
+ "value": "\"ShakeToUndo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 18,
+ "value": "\"ClosedCaptioning\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1109,
+ "length": 10,
+ "value": "\"BoldText\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1150,
+ "length": 20,
+ "value": "\"DarkerSystemColors\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1192,
+ "length": 11,
+ "value": "\"Grayscale\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1228,
+ "length": 14,
+ "value": "\"GuidedAccess\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1267,
+ "length": 14,
+ "value": "\"InvertColors\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1303,
+ "length": 11,
+ "value": "\"MonoAudio\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1339,
+ "length": 14,
+ "value": "\"ReduceMotion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1384,
+ "length": 20,
+ "value": "\"ReduceTransparency\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1428,
+ "length": 13,
+ "value": "\"SpeakScreen\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1468,
+ "length": 16,
+ "value": "\"SpeakSelection\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 5,
+ "value": "\"rub\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 6,
+ "value": "\"true\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 7,
+ "value": "\"false\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 947,
+ "length": 16,
+ "value": "\"AssistiveTouch\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 989,
+ "length": 15,
+ "value": "\"SwitchControl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1028,
+ "length": 13,
+ "value": "\"ShakeToUndo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 18,
+ "value": "\"ClosedCaptioning\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1109,
+ "length": 10,
+ "value": "\"BoldText\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1150,
+ "length": 20,
+ "value": "\"DarkerSystemColors\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1192,
+ "length": 11,
+ "value": "\"Grayscale\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1228,
+ "length": 14,
+ "value": "\"GuidedAccess\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1267,
+ "length": 14,
+ "value": "\"InvertColors\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1303,
+ "length": 11,
+ "value": "\"MonoAudio\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1339,
+ "length": 14,
+ "value": "\"ReduceMotion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1384,
+ "length": 20,
+ "value": "\"ReduceTransparency\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1428,
+ "length": 13,
+ "value": "\"SpeakScreen\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1468,
+ "length": 16,
+ "value": "\"SpeakSelection\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1606,
+ "length": 7,
+ "value": "\"Login\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1633,
+ "length": 8,
+ "value": "\"Logout\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1668,
+ "length": 18,
+ "value": "\"App_Launch_First\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1711,
+ "length": 15,
+ "value": "\"push_received\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1753,
+ "length": 19,
+ "value": "\"Deeplink_Received\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1801,
+ "length": 19,
+ "value": "\"Permission_Answer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1842,
+ "length": 12,
+ "value": "\"app_opened\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1886,
+ "length": 23,
+ "value": "\"Push_Settings_Changed\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1606,
+ "length": 7,
+ "value": "\"Login\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1633,
+ "length": 8,
+ "value": "\"Logout\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1668,
+ "length": 18,
+ "value": "\"App_Launch_First\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1711,
+ "length": 15,
+ "value": "\"push_received\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1753,
+ "length": 19,
+ "value": "\"Deeplink_Received\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1801,
+ "length": 19,
+ "value": "\"Permission_Answer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1842,
+ "length": 12,
+ "value": "\"app_opened\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1886,
+ "length": 23,
+ "value": "\"Push_Settings_Changed\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2028,
+ "length": 5,
+ "value": "\"mic\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2028,
+ "length": 5,
+ "value": "\"mic\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Phone\/PhoneValidatorsFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1224,
+ "length": 211,
+ "value": "\"^(8|\\+7)([\\-|\\ ]){1}([\\(]){0,1}([3489]\\d\\d)()\\){1}([\\-|\\ ]){1}(((\\d\\d\\d){1}([\\-|\\ ]){0,1}(\\d\\d){1}([\\-|\\ ]){1}(\\d\\d){1})|((\\d\\d){1}([\\-|\\ ]){1}(\\d\\d){1}([\\-|\\ ]){1}(\\d\\d\\d){1}))$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Utils\/WeakArray.swift",
+ "kind": "Array",
+ "offset": 264,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/EventsFacade+Trackers.swift",
+ "kind": "IntegerLiteral",
+ "offset": 314,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/EventsFacade+Trackers.swift",
+ "kind": "IntegerLiteral",
+ "offset": 343,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintView.swift",
+ "kind": "StringLiteral",
+ "offset": 131,
+ "length": 8,
+ "value": "\"DolyameSDK.HintView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2179,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/MetricsFacade+Collectors.swift",
+ "kind": "IntegerLiteral",
+ "offset": 92,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/MetricsFacade+Collectors.swift",
+ "kind": "IntegerLiteral",
+ "offset": 142,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 764,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 783,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 764,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 783,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/Helpers\/CancelableTapGestureRecognizer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 313,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/Helpers\/CancelableTapGestureRecognizer.swift",
+ "kind": "StringLiteral",
+ "offset": 504,
+ "length": 30,
+ "value": "\"DolyameSDK.CancelableTapGestureRecognizer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Images.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 682,
+ "length": 21,
+ "value": "\"disclosureIndicator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Images.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 761,
+ "length": 16,
+ "value": "\"paymentCheckox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Images.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 832,
+ "length": 14,
+ "value": "\"dolyame_logo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Images.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 897,
+ "length": 9,
+ "value": "\"infoBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Factory\/ScheduleViewModelFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1163,
+ "length": 8,
+ "value": "\"d MMMM\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Factory\/ScheduleViewModelFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1207,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 142,
+ "length": 14,
+ "value": "\"Content-Type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 198,
+ "length": 18,
+ "value": "\"application\/json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2777,
+ "length": 17,
+ "value": "\"LESS_THAN_RUBLE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2828,
+ "length": 21,
+ "value": "\"HAVE_SUM_DIFFERENCE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2885,
+ "length": 23,
+ "value": "\"HAVE_ITEMS_DIFFERENCE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2940,
+ "length": 19,
+ "value": "\"WRONG_PERSON_DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2994,
+ "length": 23,
+ "value": "\"NO_PARTNER_FOR_CLIENT\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2777,
+ "length": 17,
+ "value": "\"LESS_THAN_RUBLE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2828,
+ "length": 21,
+ "value": "\"HAVE_SUM_DIFFERENCE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2885,
+ "length": 23,
+ "value": "\"HAVE_ITEMS_DIFFERENCE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2940,
+ "length": 19,
+ "value": "\"WRONG_PERSON_DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2994,
+ "length": 23,
+ "value": "\"NO_PARTNER_FOR_CLIENT\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3707,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3732,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3760,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3780,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3797,
+ "length": 6,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3707,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3732,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3760,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3780,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3797,
+ "length": 6,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3707,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3732,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3760,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3780,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3797,
+ "length": 6,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipFieldConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 603,
+ "length": 24,
+ "value": "\"Гражданство\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1657,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1667,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1676,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1689,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1657,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1667,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1676,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1689,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1657,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1667,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1676,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1689,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4097,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5959,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5971,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6029,
+ "length": 2,
+ "value": "21"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6041,
+ "length": 2,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/IssuanceDepartment\/IssuanceDepartmentConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 537,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/IssuanceDepartment\/IssuanceDepartmentConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 553,
+ "length": 3,
+ "value": "150"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/IssuanceDepartment\/IssuanceDepartmentConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 1035,
+ "length": 19,
+ "value": "\"Кем выдан\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Headers\/ScheduleItemHeader\/ScheduleItemHeader.swift",
+ "kind": "StringLiteral",
+ "offset": 401,
+ "length": 20,
+ "value": "\"ScheduleItemHeader\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Headers\/ScheduleItemHeader\/ScheduleItemHeader.swift",
+ "kind": "BooleanLiteral",
+ "offset": 655,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5331,
+ "length": 11,
+ "value": "\"userAgent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5369,
+ "length": 16,
+ "value": "\"mobileDeviceId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5415,
+ "length": 17,
+ "value": "\"tinkoffDeviceId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5462,
+ "length": 19,
+ "value": "\"mobileDeviceModel\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5506,
+ "length": 16,
+ "value": "\"mobileDeviceOs\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5550,
+ "length": 23,
+ "value": "\"mobileDeviceOsVersion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5604,
+ "length": 11,
+ "value": "\"root_flag\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5644,
+ "length": 12,
+ "value": "\"appVersion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5683,
+ "length": 16,
+ "value": "\"clientTimezone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5726,
+ "length": 16,
+ "value": "\"clientLanguage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5772,
+ "length": 11,
+ "value": "\"screenDpi\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5814,
+ "length": 14,
+ "value": "\"screenHeight\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5858,
+ "length": 13,
+ "value": "\"screenWidth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5898,
+ "length": 10,
+ "value": "\"latitude\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5936,
+ "length": 11,
+ "value": "\"longitude\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5974,
+ "length": 10,
+ "value": "\"authType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6018,
+ "length": 17,
+ "value": "\"authTypeSetDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6068,
+ "length": 16,
+ "value": "\"connectionType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6116,
+ "length": 14,
+ "value": "\"lockedDevice\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6167,
+ "length": 19,
+ "value": "\"biometricsSupport\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6210,
+ "length": 7,
+ "value": "\"debug\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6245,
+ "length": 10,
+ "value": "\"emulator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6287,
+ "length": 13,
+ "value": "\"autologinOn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6334,
+ "length": 6,
+ "value": "\"auto\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6391,
+ "length": 13,
+ "value": "\"fingerprint\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6444,
+ "length": 4,
+ "value": "\"{}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6480,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6542,
+ "length": 26,
+ "value": "\"kCFLocaleLanguageCodeKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 204,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 21,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 246,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 302,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 204,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 21,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 246,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 302,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 204,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 21,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 246,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 302,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/OrganizationName\/OrganizationSuggest.swift",
+ "kind": "StringLiteral",
+ "offset": 271,
+ "length": 7,
+ "value": "\"value\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/OrganizationName\/OrganizationSuggest.swift",
+ "kind": "StringLiteral",
+ "offset": 271,
+ "length": 7,
+ "value": "\"value\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/Metric+DefaultCollectors.swift",
+ "kind": "StringLiteral",
+ "offset": 1281,
+ "length": 33,
+ "value": "\"reliabilityKit.fileSystem.usage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/Metric+DefaultCollectors.swift",
+ "kind": "StringLiteral",
+ "offset": 1365,
+ "length": 26,
+ "value": "\"reliabilityKit.ram.usage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/Metric+DefaultCollectors.swift",
+ "kind": "StringLiteral",
+ "offset": 1442,
+ "length": 26,
+ "value": "\"reliabilityKit.cpu.usage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 534,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 552,
+ "length": 18,
+ "value": "\"Common.BirthDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 704,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 722,
+ "length": 23,
+ "value": "\"Common.DateMonthError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 877,
+ "length": 21,
+ "value": "\"Common.DateNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 979,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 997,
+ "length": 13,
+ "value": "\"Common.Done\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1131,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1149,
+ "length": 19,
+ "value": "\"Common.emptyField\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1242,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1260,
+ "length": 12,
+ "value": "\"Common.Inn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1362,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1380,
+ "length": 17,
+ "value": "\"Common.IssuedBy\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1476,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1494,
+ "length": 13,
+ "value": "\"Common.Next\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1610,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1628,
+ "length": 23,
+ "value": "\"Common.PassportNumber\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1755,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1773,
+ "length": 21,
+ "value": "\"Common.PlaceOfBirth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1868,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1886,
+ "length": 12,
+ "value": "\"Common.Pts\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1978,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1996,
+ "length": 14,
+ "value": "\"Common.Snils\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2123,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2141,
+ "length": 24,
+ "value": "\"Common.SubDivisionCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2364,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2382,
+ "length": 30,
+ "value": "\"TravelInsuarance.ForeignName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2506,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2524,
+ "length": 37,
+ "value": "\"TravelInsuarance.ForeignNameDefault\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2744,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2762,
+ "length": 36,
+ "value": "\"Validation.russianPhoneLengthError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 3027,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 3045,
+ "length": 43,
+ "value": "\"Validation.russianPhoneOperatorsCodeError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Metrics\/Metric.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1634,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 436,
+ "length": 17,
+ "value": "\"tooManyRequests\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 486,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 436,
+ "length": 17,
+ "value": "\"tooManyRequests\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 486,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsNavigationController.swift",
+ "kind": "StringLiteral",
+ "offset": 134,
+ "length": 34,
+ "value": "\"DolyameSDK.PaymentMethodsNavigationController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsNavigationController.swift",
+ "kind": "StringLiteral",
+ "offset": 134,
+ "length": 34,
+ "value": "\"DolyameSDK.PaymentMethodsNavigationController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsNavigationController.swift",
+ "kind": "StringLiteral",
+ "offset": 134,
+ "length": 34,
+ "value": "\"DolyameSDK.PaymentMethodsNavigationController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdk.swift",
+ "kind": "StringLiteral",
+ "offset": 972,
+ "length": 12,
+ "value": "\"DolyameSDK.AcquiringSdk\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Keyboard Synchronization\/General\/Implementation\/SFSmartFormKeyboardSynchronizationController.swift",
+ "kind": "FloatLiteral",
+ "offset": 3199,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Keyboard Synchronization\/General\/Implementation\/SFSmartFormKeyboardSynchronizationController.swift",
+ "kind": "FloatLiteral",
+ "offset": 3257,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Configuration\/SFTextInputViewConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2335,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Configuration\/SFTextInputViewConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2685,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Configuration\/SFTextInputViewConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2744,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Configuration\/SFTextInputViewConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5332,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Base\/DateSmartFieldBaseFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 3482,
+ "length": 20,
+ "value": "\"ДД.ММ.ГГГГ\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/DefaultHTTPURLResponseValidator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 855,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/DefaultHTTPURLResponseValidator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 861,
+ "length": 3,
+ "value": "299"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 575,
+ "length": 16,
+ "value": "\"prepaid_amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 575,
+ "length": 16,
+ "value": "\"prepaid_amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 893,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 11,
+ "value": "\"last_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 976,
+ "length": 13,
+ "value": "\"middle_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1019,
+ "length": 11,
+ "value": "\"birthdate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 893,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 11,
+ "value": "\"last_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 976,
+ "length": 13,
+ "value": "\"middle_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1019,
+ "length": 11,
+ "value": "\"birthdate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1203,
+ "length": 17,
+ "value": "\"payment-success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1203,
+ "length": 17,
+ "value": "\"payment-success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1531,
+ "length": 13,
+ "value": "\"client_info\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1593,
+ "length": 18,
+ "value": "\"notification_url\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1531,
+ "length": 13,
+ "value": "\"client_info\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1593,
+ "length": 18,
+ "value": "\"notification_url\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "StringLiteral",
+ "offset": 229,
+ "length": 22,
+ "value": "\"AFFECTED_BY_SAMPLING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 2789,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 2841,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "StringLiteral",
+ "offset": 2937,
+ "length": 28,
+ "value": "\"ru.tinkoff.analytics.queue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 3019,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 3712,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 3744,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 908,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 917,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 928,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 938,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1437,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "Array",
+ "offset": 2115,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1114,
+ "length": 21,
+ "value": "\"DolyameSDK.SuggestViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3898,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/RedundantParametersTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 141,
+ "length": 11,
+ "value": "\"__version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/RedundantParametersTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 187,
+ "length": 22,
+ "value": "\"__alias_statist_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/RedundantParametersTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 247,
+ "length": 29,
+ "value": "\"__alias_statist_params_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/CTAButton\/CTAButtonView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 421,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/CTAButton\/CTAButtonView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 461,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/CTAButton\/CTAButtonView.swift",
+ "kind": "StringLiteral",
+ "offset": 218,
+ "length": 13,
+ "value": "\"DolyameSDK.CTAButtonView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 354,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 389,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 428,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 503,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 354,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 389,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 428,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 503,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 354,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 389,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 428,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 503,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressBaseInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1440,
+ "length": 12,
+ "value": "\"fias_level\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressBaseInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1479,
+ "length": 13,
+ "value": "\"postal_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressBaseInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1440,
+ "length": 12,
+ "value": "\"fias_level\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressBaseInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1479,
+ "length": 13,
+ "value": "\"postal_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "Dictionary",
+ "offset": 941,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "Dictionary",
+ "offset": 999,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1071,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1460,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1486,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1512,
+ "length": 5,
+ "value": "\"PUT\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1539,
+ "length": 7,
+ "value": "\"PATCH\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1569,
+ "length": 8,
+ "value": "\"DELETE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1460,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1486,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1512,
+ "length": 5,
+ "value": "\"PUT\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1539,
+ "length": 7,
+ "value": "\"PATCH\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1569,
+ "length": 8,
+ "value": "\"DELETE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Validator\/AddressValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 302,
+ "length": 49,
+ "value": "\"^[0-9а-яА-ЯёЁ\\\"\\-\\.\\,\\s\\(\\)\\\\\\\/]{1,150}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Validator\/AddressValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 169,
+ "length": 16,
+ "value": "\"DolyameSDK.AddressValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/CardListDataProvider.swift",
+ "kind": "Array",
+ "offset": 3540,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/CardListDataProvider.swift",
+ "kind": "Array",
+ "offset": 3587,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/ScheduleTitleCell\/ScheduleTitleCell.swift",
+ "kind": "StringLiteral",
+ "offset": 237,
+ "length": 19,
+ "value": "\"ScheduleTitleCell\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 3,
+ "value": "\"0\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 286,
+ "length": 3,
+ "value": "\"1\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 330,
+ "length": 3,
+ "value": "\"3\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 3,
+ "value": "\"4\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 431,
+ "length": 3,
+ "value": "\"5\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 496,
+ "length": 3,
+ "value": "\"6\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 538,
+ "length": 3,
+ "value": "\"7\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 575,
+ "length": 3,
+ "value": "\"8\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 663,
+ "length": 4,
+ "value": "\"65\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 3,
+ "value": "\"0\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 286,
+ "length": 3,
+ "value": "\"1\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 330,
+ "length": 3,
+ "value": "\"3\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 3,
+ "value": "\"4\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 431,
+ "length": 3,
+ "value": "\"5\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 496,
+ "length": 3,
+ "value": "\"6\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 538,
+ "length": 3,
+ "value": "\"7\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 575,
+ "length": 3,
+ "value": "\"8\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 663,
+ "length": 4,
+ "value": "\"65\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4305,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4336,
+ "length": 3,
+ "value": "204"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4368,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4398,
+ "length": 3,
+ "value": "404"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "StringLiteral",
+ "offset": 4459,
+ "length": 19,
+ "value": "\"gateway\/v1\/events\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 579,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 579,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 579,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "StringLiteral",
+ "offset": 623,
+ "length": 29,
+ "value": "\"DolyameSDK.ScoringRejectedPresenterError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/RussianPhoneMaskFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 202,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/RussianPhoneMaskFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 239,
+ "length": 1,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/RussianPhoneMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 501,
+ "length": 5,
+ "value": "\"+7 \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/UserProperties\/SharedBusinessLogic+Settings.swift",
+ "kind": "StringLiteral",
+ "offset": 141,
+ "length": 39,
+ "value": "\"kTCSAnaltyicsAlertSettingUserDefaults\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/KeychainOption.swift",
+ "kind": "StringLiteral",
+ "offset": 2450,
+ "length": 26,
+ "value": "\"ru.tcsbank.authorization\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/KeychainOption.swift",
+ "kind": "StringLiteral",
+ "offset": 2517,
+ "length": 12,
+ "value": "\"8SEFGGQX9M\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/KeychainOption.swift",
+ "kind": "StringLiteral",
+ "offset": 2572,
+ "length": 12,
+ "value": "\"Z8MAVG5W47\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Global\/GlobalValidatorsFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2134,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/NetworkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 699,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/NetworkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/NetworkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 699,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/NetworkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataModelFetcher.swift",
+ "kind": "Dictionary",
+ "offset": 110,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 126,
+ "length": 26,
+ "value": "\"DolyameSDK.DolyameContractCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardRequisitesInputMask\/FreeState.swift",
+ "kind": "StringLiteral",
+ "offset": 32,
+ "length": 9,
+ "value": "\"DolyameSDK.FreeState\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Payments\/CardPaymentProcess.swift",
+ "kind": "BooleanLiteral",
+ "offset": 786,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBNetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 150,
+ "length": 15,
+ "value": "\"Authorization\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 171,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 213,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 517,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 663,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4457,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4791,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9295,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10291,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10332,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11259,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11300,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Expanded Context\/SFSmartFormPlainExpandedContextController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 856,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Expanded Context\/SFSmartFormPlainExpandedContextController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1123,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Expanded Context\/SFSmartFormPlainExpandedContextController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1408,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/ShadowStyles\/TCSButton+DefaultShadowStyle.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/ShadowStyles\/TCSButton+DefaultShadowStyle.swift",
+ "kind": "FloatLiteral",
+ "offset": 387,
+ "length": 4,
+ "value": "0.12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/ShadowStyles\/TCSButton+DefaultShadowStyle.swift",
+ "kind": "IntegerLiteral",
+ "offset": 441,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Headers\/ScheduleTitleHeader\/ScheduleTitleHeader.swift",
+ "kind": "StringLiteral",
+ "offset": 255,
+ "length": 21,
+ "value": "\"ScheduleTitleHeader\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DoubleActionViewController\/DoubleActionContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 141,
+ "length": 23,
+ "value": "\"DolyameSDK.DoubleActionContentView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/CPUUsageCollector.swift",
+ "kind": "Array",
+ "offset": 525,
+ "length": 20,
+ "value": "[2, 4, 6, 8, 10, 12]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/CPUUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 763,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV2.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 5,
+ "value": "\"ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV2.swift",
+ "kind": "StringLiteral",
+ "offset": 31,
+ "length": 19,
+ "value": "\"DolyameSDK.GetTogglesRequestV2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV2.swift",
+ "kind": "StringLiteral",
+ "offset": 31,
+ "length": 19,
+ "value": "\"DolyameSDK.GetTogglesRequestV2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSHighlightable+Presets.swift",
+ "kind": "FloatLiteral",
+ "offset": 1318,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Amplitude\/AmplitudeAnalytics.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 11,
+ "value": "\"amplitude\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringTOSView.swift",
+ "kind": "StringLiteral",
+ "offset": 114,
+ "length": 14,
+ "value": "\"DolyameSDK.ScoringTOSView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 854,
+ "length": 8,
+ "value": "\"ACSUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 889,
+ "length": 12,
+ "value": "\"AcsTransId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 18,
+ "value": "\"TdsServerTransId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 854,
+ "length": 8,
+ "value": "\"ACSUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 889,
+ "length": 12,
+ "value": "\"AcsTransId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 18,
+ "value": "\"TdsServerTransId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2415,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2450,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2490,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2528,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2565,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2415,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2450,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2490,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2528,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2565,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SFSuggestCoordinatorBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 921,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Interfaces+Event+Toggles.swift",
+ "kind": "StringLiteral",
+ "offset": 316,
+ "length": 25,
+ "value": "\"coretech.mobile.metrics\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Interfaces+Event+Toggles.swift",
+ "kind": "StringLiteral",
+ "offset": 385,
+ "length": 24,
+ "value": "\"coretech.mobile.events\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 274,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 122,
+ "length": 28,
+ "value": "\"DolyameSDK.PaymentMethodsViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 704,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 715,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 735,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 758,
+ "length": 15,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 704,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 715,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 735,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 758,
+ "length": 15,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 704,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 715,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 735,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 758,
+ "length": 15,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/OrderCancelled\/OrderCancelledCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 125,
+ "length": 25,
+ "value": "\"DolyameSDK.OrderCancelledCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SFListSuggestCoordinator.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1037,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SFListSuggestCoordinator.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2241,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SFListSuggestCoordinator.swift",
+ "kind": "FloatLiteral",
+ "offset": 6178,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 767,
+ "length": 21,
+ "value": "\"Complete3DSMethodv2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 24,
+ "value": "\"Submit3DSAuthorization\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 906,
+ "length": 26,
+ "value": "\"Submit3DSAuthorizationV2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 767,
+ "length": 21,
+ "value": "\"Complete3DSMethodv2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 24,
+ "value": "\"Submit3DSAuthorization\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 906,
+ "length": 26,
+ "value": "\"Submit3DSAuthorizationV2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Acquiring\/AcquiringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 36,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Acquiring\/AcquiringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 36,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Acquiring\/AcquiringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 36,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/Bundle\/Bundle+Version.swift",
+ "kind": "StringLiteral",
+ "offset": 607,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/Bundle\/Bundle+Version.swift",
+ "kind": "StringLiteral",
+ "offset": 688,
+ "length": 17,
+ "value": "\"CFBundleVersion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 125,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 125,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 125,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/Filters\/FlagEventSamplingFilter.swift",
+ "kind": "StringLiteral",
+ "offset": 136,
+ "length": 14,
+ "value": "\"samplingFlag\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSImageProcessor\/Classes\/ImageResolver\/BaseResolvers\/UrlImageResolver\/URLImageResolver.swift",
+ "kind": "Array",
+ "offset": 1101,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSImageProcessor\/Classes\/ImageResolver\/BaseResolvers\/UrlImageResolver\/URLImageResolver.swift",
+ "kind": "Array",
+ "offset": 2064,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 829,
+ "length": 8,
+ "value": "\"ACSUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 7,
+ "value": "\"PaReq\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 4,
+ "value": "\"MD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 829,
+ "length": 8,
+ "value": "\"ACSUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 7,
+ "value": "\"PaReq\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 4,
+ "value": "\"MD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 12,
+ "value": "\"badRequest\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 538,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 590,
+ "length": 19,
+ "value": "\"failedToLoadCache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 652,
+ "length": 23,
+ "value": "\"someTogglesDoNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 702,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 738,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 12,
+ "value": "\"badRequest\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 538,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 590,
+ "length": 19,
+ "value": "\"failedToLoadCache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 652,
+ "length": 23,
+ "value": "\"someTogglesDoNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 702,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 738,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 2200,
+ "length": 9,
+ "value": "\"unknown\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/DolyameApplePayButton.swift",
+ "kind": "StringLiteral",
+ "offset": 133,
+ "length": 21,
+ "value": "\"DolyameSDK.DolyameApplePayButton\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/DolyamePaymentConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2675,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PayWithNewCard\/CardInputViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 117,
+ "length": 23,
+ "value": "\"DolyameSDK.CardInputViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/TCSLabel.swift",
+ "kind": "StringLiteral",
+ "offset": 130,
+ "length": 8,
+ "value": "\"DolyameSDK.TCSLabel\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/LogginTracker.swift",
+ "kind": "StringLiteral",
+ "offset": 196,
+ "length": 11,
+ "value": "\"EventsKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/LogginTracker.swift",
+ "kind": "StringLiteral",
+ "offset": 415,
+ "length": 16,
+ "value": "\"LoggingTracker\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 174,
+ "length": 12,
+ "value": "\"MasterCard\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 6,
+ "value": "\"VISA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 225,
+ "length": 8,
+ "value": "\"МИР\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 253,
+ "length": 9,
+ "value": "\"MAESTRO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 174,
+ "length": 12,
+ "value": "\"MasterCard\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 6,
+ "value": "\"VISA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 225,
+ "length": 8,
+ "value": "\"МИР\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 253,
+ "length": 9,
+ "value": "\"MAESTRO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/StatistAnalyticsSystem.swift",
+ "kind": "IntegerLiteral",
+ "offset": 634,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/StatistAnalyticsSystem.swift",
+ "kind": "IntegerLiteral",
+ "offset": 663,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/StatistAnalyticsSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 1414,
+ "length": 9,
+ "value": "\"statist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/StatistAnalyticsSystem.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1487,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 470,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 506,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 550,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4526,
+ "length": 10,
+ "value": "\"[1-3]\\.\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4569,
+ "length": 13,
+ "value": "\"(00|3[2-9])\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4617,
+ "length": 22,
+ "value": "\"\\d{2}\\.(00|1[3-9])\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4673,
+ "length": 8,
+ "value": "\"456789\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4717,
+ "length": 10,
+ "value": "\"23456789\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4763,
+ "length": 10,
+ "value": "\"03456789\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4817,
+ "length": 46,
+ "value": "\"((0[1-9]|1[0-9]|2[0-8])[\\.](0[1-9]|1[012]))\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4902,
+ "length": 35,
+ "value": "\"((29|30|31)[\\.](0[13578]|1[02]))\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4977,
+ "length": 29,
+ "value": "\"((29|30)[\\.](0[4,6,9]|11))\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5041,
+ "length": 24,
+ "value": "\"(19|[2-9][0-9])\\d\\d)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5100,
+ "length": 108,
+ "value": "\"(29[\\.]02[\\.](19|[2-9][0-9])(00|04|08|12|16|20|24|28|32|36|40|44|48|52|56|60|64|68|72|76|80|84|88|92|96)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5242,
+ "length": 69,
+ "value": "\"(\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5264,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5280,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5297,
+ "length": 1,
+ "value": "\"|(29[\\.]02))\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5349,
+ "length": 87,
+ "value": "\"((\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5372,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5388,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5405,
+ "length": 1,
+ "value": "\")[\\.]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5422,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5434,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Caches\/InMemoryFeatureCache.swift",
+ "kind": "StringLiteral",
+ "offset": 213,
+ "length": 16,
+ "value": "\"InMemory Cache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodeViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 133,
+ "length": 25,
+ "value": "\"DolyameSDK.AuthSMSCodeViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Extensions\/BundleExtension.swift",
+ "kind": "StringLiteral",
+ "offset": 320,
+ "length": 13,
+ "value": "\"TCSCFImages\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/CustomerIdStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 289,
+ "length": 20,
+ "value": "\"_dolyameCustomerId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CenterFlowLayout.swift",
+ "kind": "BooleanLiteral",
+ "offset": 750,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Number\/LimitsDoubleValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 331,
+ "length": 21,
+ "value": "\"DolyameSDK.LimitsDoubleValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/MaskAnalyticsRouter.swift",
+ "kind": "StringLiteral",
+ "offset": 158,
+ "length": 10,
+ "value": "\"alwayson\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/TinkoffLogger+Pipeline.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1757,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/TinkoffLogger+Pipeline.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1787,
+ "length": 4,
+ "value": "2000"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintDSL.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1702,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Text\/Regexp\/RegexValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 14,
+ "value": "\"DolyameSDK.RegexValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1312,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1323,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1348,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1312,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1323,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1348,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1312,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1323,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1348,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Requests\/Check3DSVersionRequest.swift",
+ "kind": "Dictionary",
+ "offset": 916,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1878,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2752,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2921,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 156,
+ "length": 29,
+ "value": "\"DolyameSDK.DolyameContractViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 724,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 762,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 805,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 852,
+ "length": 13,
+ "value": "\"Description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 895,
+ "length": 9,
+ "value": "\"PayType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 948,
+ "length": 11,
+ "value": "\"Recurrent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 6,
+ "value": "\"DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1022,
+ "length": 9,
+ "value": "\"Receipt\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1059,
+ "length": 7,
+ "value": "\"Shops\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1095,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1134,
+ "length": 10,
+ "value": "\"Receipts\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1182,
+ "length": 17,
+ "value": "\"RedirectDueDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1233,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1278,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1317,
+ "length": 7,
+ "value": "\"Token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1354,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1395,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1441,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1485,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1526,
+ "length": 11,
+ "value": "\"SendEmail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1569,
+ "length": 11,
+ "value": "\"InfoEmail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1612,
+ "length": 4,
+ "value": "\"IP\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1649,
+ "length": 5,
+ "value": "\"PAN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1688,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1727,
+ "length": 5,
+ "value": "\"CVV\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1761,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1800,
+ "length": 10,
+ "value": "\"CardData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1853,
+ "length": 22,
+ "value": "\"EncryptedPaymentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1903,
+ "length": 7,
+ "value": "\"Route\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1939,
+ "length": 8,
+ "value": "\"Source\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1986,
+ "length": 18,
+ "value": "\"TdsServerTransID\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2047,
+ "length": 22,
+ "value": "\"threeDSServerTransID\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2120,
+ "length": 30,
+ "value": "\"threeDSMethodNotificationURL\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2183,
+ "length": 12,
+ "value": "\"acsTransID\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2232,
+ "length": 16,
+ "value": "\"messageVersion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2290,
+ "length": 21,
+ "value": "\"challengeWindowSize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2345,
+ "length": 13,
+ "value": "\"messageType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2397,
+ "length": 18,
+ "value": "\"ThreeDSMethodURL\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2455,
+ "length": 19,
+ "value": "\"threeDSMethodData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2504,
+ "length": 9,
+ "value": "\"Version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2546,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2591,
+ "length": 6,
+ "value": "\"Data\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2628,
+ "length": 10,
+ "value": "\"DataType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2666,
+ "length": 7,
+ "value": "\"PaReq\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2698,
+ "length": 4,
+ "value": "\"MD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2732,
+ "length": 9,
+ "value": "\"TermUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2768,
+ "length": 6,
+ "value": "\"creq\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2831,
+ "length": 5,
+ "value": "\"ACQ\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2873,
+ "length": 10,
+ "value": "\"ApplePay\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 25,
+ "value": "\"DolyameSDK.PaymentMethodsCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 611,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 631,
+ "length": 11,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 652,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 668,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 611,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 631,
+ "length": 11,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 652,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 668,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 611,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 631,
+ "length": 11,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 652,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 668,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 686,
+ "length": 25,
+ "value": "\"DolyameSDK.SSONetworkingServiceError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 1386,
+ "length": 14,
+ "value": "\"Content-Type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 1445,
+ "length": 35,
+ "value": "\"application\/x-www-form-urlencoded\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 1655,
+ "length": 14,
+ "value": "\"bnpl_sdk_ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/Insecurity.swift",
+ "kind": "FloatLiteral",
+ "offset": 115,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/Insecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 290,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/Insecurity.swift",
+ "kind": "FloatLiteral",
+ "offset": 413,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 814,
+ "length": 11,
+ "value": "\"CheckType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 853,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 814,
+ "length": 11,
+ "value": "\"CheckType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 853,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffKeyboardObserver\/BottomConstraintKeyboardAdjuster.swift",
+ "kind": "BooleanLiteral",
+ "offset": 634,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1702,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2019,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2848,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "StringLiteral",
+ "offset": 320,
+ "length": 24,
+ "value": "\"DolyameSDK.TextSmartFieldModuleBase\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19980,
+ "length": 5,
+ "value": "11032"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "FloatLiteral",
+ "offset": 20075,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Scroll\/SFSmartFormScrollController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Scroll\/SFSmartFormScrollController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Scroll\/SFSmartFormScrollController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 587,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "BooleanLiteral",
+ "offset": 258,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 305,
+ "length": 4,
+ "value": "3600"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 312,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 355,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 384,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIColor\/UIColorExtension+Hex.swift",
+ "kind": "FloatLiteral",
+ "offset": 570,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIColor\/UIColorExtension+Hex.swift",
+ "kind": "FloatLiteral",
+ "offset": 1079,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSHighligtable.swift",
+ "kind": "FloatLiteral",
+ "offset": 381,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/CardNumberTextField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 176,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/PaymentInitDataParamsEnricher\/PaymentInitDataParamsEnricher.swift",
+ "kind": "StringLiteral",
+ "offset": 1307,
+ "length": 12,
+ "value": "\"mobile_sdk\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/PaymentInitDataParamsEnricher\/PaymentInitDataParamsEnricher.swift",
+ "kind": "StringLiteral",
+ "offset": 1352,
+ "length": 17,
+ "value": "\"connection_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/PaymentInitDataParamsEnricher\/PaymentInitDataParamsEnricher.swift",
+ "kind": "StringLiteral",
+ "offset": 1395,
+ "length": 13,
+ "value": "\"sdk_version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2025,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "Array",
+ "offset": 2105,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12432,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "StringLiteral",
+ "offset": 18493,
+ "length": 41,
+ "value": "\"merchant.tcsbank.ApplePayTestMerchantId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "StringLiteral",
+ "offset": 18925,
+ "length": 4,
+ "value": "\"RU\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "StringLiteral",
+ "offset": 18965,
+ "length": 5,
+ "value": "\"RUB\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "StringLiteral",
+ "offset": 3631,
+ "length": 14,
+ "value": "\"DolyameSDK.AcquiringUISDK\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 342,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 396,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 439,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 482,
+ "length": 3,
+ "value": "380"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "StringLiteral",
+ "offset": 139,
+ "length": 27,
+ "value": "\"DolyameSDK.PaymentMethodsCardsListView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Factory\/SFSymbolViewStyle.swift",
+ "kind": "IntegerLiteral",
+ "offset": 561,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Factory\/SFSymbolViewStyle.swift",
+ "kind": "IntegerLiteral",
+ "offset": 741,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 305,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 334,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 380,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 411,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 305,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 334,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 380,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 411,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 305,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 334,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 380,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 411,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1472,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1769,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1918,
+ "length": 36,
+ "value": "\"bnpl.session_manager.signing_queue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/FileOutput.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 19,
+ "value": "\"ru.tinkoff.logger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/FileOutput.swift",
+ "kind": "StringLiteral",
+ "offset": 711,
+ "length": 6,
+ "value": "\"logs\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Processing\/OnDemandLogProcessor.swift",
+ "kind": "StringLiteral",
+ "offset": 1565,
+ "length": 31,
+ "value": "\"ru.tinkoff.ondemandsagelogger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogSendScheduler.swift",
+ "kind": "BooleanLiteral",
+ "offset": 433,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogSendScheduler.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3955,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogSendScheduler.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4182,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardCVCRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 1192,
+ "length": 7,
+ "value": "\"[000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm+Style.swift",
+ "kind": "FloatLiteral",
+ "offset": 1293,
+ "length": 4,
+ "value": "0.65"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 40,
+ "length": 8,
+ "value": "\"parent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 62,
+ "length": 7,
+ "value": "\"Modal\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 81,
+ "length": 6,
+ "value": "\"View\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 106,
+ "length": 12,
+ "value": "\"Controller\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 155,
+ "length": 42,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 166,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 175,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 182,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 196,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 475,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 506,
+ "length": 20,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 540,
+ "length": 16,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 475,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 506,
+ "length": 20,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 540,
+ "length": 16,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 475,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 506,
+ "length": 20,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 540,
+ "length": 16,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/FeatureRegistry.swift",
+ "kind": "StringLiteral",
+ "offset": 390,
+ "length": 13,
+ "value": "\"mobile_core\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameActionButton\/DolyameSecondaryActionView.swift",
+ "kind": "StringLiteral",
+ "offset": 126,
+ "length": 26,
+ "value": "\"DolyameSDK.DolyameSecondaryActionView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 888,
+ "length": 9,
+ "value": "\"ModelId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 921,
+ "length": 9,
+ "value": "\"MakerId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 952,
+ "length": 7,
+ "value": "\"Maker\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 981,
+ "length": 7,
+ "value": "\"Model\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 888,
+ "length": 9,
+ "value": "\"ModelId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 921,
+ "length": 9,
+ "value": "\"MakerId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 952,
+ "length": 7,
+ "value": "\"Maker\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 981,
+ "length": 7,
+ "value": "\"Model\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/ConfirmViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 804,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehiclePart.swift",
+ "kind": "StringLiteral",
+ "offset": 300,
+ "length": 4,
+ "value": "\"Id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehiclePart.swift",
+ "kind": "StringLiteral",
+ "offset": 325,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehiclePart.swift",
+ "kind": "StringLiteral",
+ "offset": 300,
+ "length": 4,
+ "value": "\"Id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehiclePart.swift",
+ "kind": "StringLiteral",
+ "offset": 325,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInputFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 274,
+ "length": 7,
+ "value": "\"__\/__\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInputFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 308,
+ "length": 5,
+ "value": "\"___\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/SFDataListProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 156,
+ "length": 18,
+ "value": "\"DolyameSDK.SFDataListProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/SFDataListProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2119,
+ "length": 3,
+ "value": "230"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/SFDataListProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2200,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/SFDataListProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2264,
+ "length": 3,
+ "value": "300"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/Context.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1154,
+ "length": 25,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/Context.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1154,
+ "length": 25,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/Context.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1154,
+ "length": 25,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/Context.swift",
+ "kind": "StringLiteral",
+ "offset": 1402,
+ "length": 13,
+ "value": "\"mobile_core\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DeinitObservable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1457,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 927,
+ "length": 7,
+ "value": "\"IMAGE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1071,
+ "length": 9,
+ "value": "\"PAYLOAD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 927,
+ "length": 7,
+ "value": "\"IMAGE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1071,
+ "length": 9,
+ "value": "\"PAYLOAD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1595,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1641,
+ "length": 10,
+ "value": "\"DataType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1595,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1641,
+ "length": 10,
+ "value": "\"DataType\""
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.private.swiftinterface
new file mode 100644
index 0000000..a922d81
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.private.swiftinterface
@@ -0,0 +1,211 @@
+// swift-interface-format-version: 1.0
+// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DolyameSDK
+// swift-module-flags-ignorable: -enable-bare-slash-regex
+import AdSupport
+import QuartzCore.CAMediaTimingFunction
+import CommonCrypto
+import QuartzCore.CoreAnimation
+import CoreData
+import CoreFoundation
+import CoreGraphics
+import CoreImage
+import CoreLocation
+import CoreTelephony
+import CryptoKit
+import Dispatch
+@_exported import DolyameSDK
+import Foundation
+import Foundation/*.Data*/
+import JuicyScoreFramework
+import LocalAuthentication
+import MachO
+import PassKit
+import QuartzCore
+import Security
+import Swift
+import SystemConfiguration
+import UIKit.UIColor
+import UIKit.UIFont
+import UIKit.UIGestureRecognizerSubclass
+import UIKit
+import UserNotifications
+import WebKit
+import _Concurrency
+import _StringProcessing
+import os.log
+import os
+import os.signpost
+import zlib
+@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class DolyamePaymentButton : UIKit.UIView {
+ @_Concurrency.MainActor(unsafe) public var onButtonPressed: (() -> Swift.Void)?
+ @_Concurrency.MainActor(unsafe) @objc dynamic public init()
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize {
+ @objc get
+ }
+ public enum Style {
+ case roundedCorners
+ case sharpCorners
+ case customCornerRadius(CoreFoundation.CGFloat)
+ }
+ @_Concurrency.MainActor(unsafe) public func applyStyle(_ style: DolyameSDK.DolyamePaymentButton.Style)
+ @objc deinit
+}
+extension UIKit.UIControl.State : Swift.Hashable {
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+@_hasMissingDesignatedInitializers public class Dolyame {
+ public static let shared: DolyameSDK.Dolyame
+ public func logout()
+ @objc deinit
+}
+public enum DolyameUnexpectedEvent {
+ case lessThanRuble
+ case haveSumDifference
+ case haveItemsDifference
+ case wrongPersonData
+ case noPartnerForClient
+ public static func == (a: DolyameSDK.DolyameUnexpectedEvent, b: DolyameSDK.DolyameUnexpectedEvent) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+public class DolyamePaymentConfiguration {
+ public struct Order {
+ public struct Item {
+ public let name: Swift.String
+ public let quantity: Swift.Int
+ public let price: Foundation.Decimal
+ public let sku: Swift.String?
+ public init(name: Swift.String, quantity: Swift.Int, price: Foundation.Decimal, sku: Swift.String?)
+ }
+ public let id: Swift.String
+ public let amount: Foundation.Decimal
+ public let prepaidAmount: Foundation.Decimal
+ public let items: [DolyameSDK.DolyamePaymentConfiguration.Order.Item]
+ public let mcc: Swift.Int
+ public init(id: Swift.String, amount: Foundation.Decimal, prepaidAmount: Foundation.Decimal, items: [DolyameSDK.DolyamePaymentConfiguration.Order.Item], mcc: Swift.Int)
+ }
+ public struct Customer {
+ public let id: Swift.String
+ public let firstName: Swift.String?
+ public let lastName: Swift.String?
+ public let middleName: Swift.String?
+ public let phone: Swift.String?
+ public let birthday: Swift.String?
+ public let email: Swift.String?
+ public init(id: Swift.String, firstName: Swift.String?, lastName: Swift.String?, middleName: Swift.String?, phone: Swift.String?, birthday: Swift.String?, email: Swift.String?)
+ }
+ public struct Partner {
+ public let id: Swift.String
+ public let notificationUrl: Swift.String?
+ public let demoFlow: Swift.Bool
+ public init(id: Swift.String, notificationUrl: Swift.String?, demoFlow: Swift.Bool)
+ }
+ final public let partner: DolyameSDK.DolyamePaymentConfiguration.Partner
+ final public let order: DolyameSDK.DolyamePaymentConfiguration.Order
+ final public let customer: DolyameSDK.DolyamePaymentConfiguration.Customer
+ final public let enableCallKitUsage: Swift.Bool
+ public init(partner: DolyameSDK.DolyamePaymentConfiguration.Partner, order: DolyameSDK.DolyamePaymentConfiguration.Order, customer: DolyameSDK.DolyamePaymentConfiguration.Customer, enableCallKitUsage: Swift.Bool = true)
+ @objc deinit
+}
+@frozen public enum DolyamePaymentCoordinatorResult {
+ case success
+ case failure
+ case pending
+ case dismissed
+ public static func == (a: DolyameSDK.DolyamePaymentCoordinatorResult, b: DolyameSDK.DolyamePaymentCoordinatorResult) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+public class DolyamePaymentCoordinator {
+ public var onFinish: ((DolyameSDK.DolyamePaymentCoordinatorResult) -> Swift.Void)?
+ public var onUnexpectedEvent: ((DolyameSDK.DolyameUnexpectedEvent) -> Swift.Void)?
+ public init(configuration: DolyameSDK.DolyamePaymentConfiguration, modalHostController: UIKit.UIViewController)
+ public func start()
+ @objc deinit
+}
+@objc @_inheritsConvenienceInitializers public class EventMO : CoreData.NSManagedObject {
+ @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?)
+ @objc deinit
+}
+extension DolyameSDK.EventMO {
+ @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest
+ @objc @NSManaged dynamic public var clientParameters: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var eventParameters: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var name: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var parameters: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var project: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var timestamp: Swift.Int64 {
+ @objc get
+ @objc set
+ }
+}
+@objc @_inheritsConvenienceInitializers public class LogMO : CoreData.NSManagedObject {
+ @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?)
+ @objc deinit
+}
+extension DolyameSDK.LogMO {
+ @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest
+ @objc @NSManaged dynamic public var file: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var function: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var level: Swift.Int16 {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var line: Swift.Int64 {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var message: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var metadata: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var tag: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var thread: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var timestamp: Swift.Double {
+ @objc get
+ @objc set
+ }
+}
+extension DolyameSDK.DolyameUnexpectedEvent : Swift.Equatable {}
+extension DolyameSDK.DolyameUnexpectedEvent : Swift.Hashable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Equatable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Hashable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Sendable {}
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.swiftdoc b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.swiftdoc
index 8158a33..9f5aa81 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.swiftdoc and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.swiftdoc differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.swiftinterface b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.swiftinterface
index 20c8ac9..a922d81 100644
--- a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.swiftinterface
+++ b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios.swiftinterface
@@ -1,67 +1,78 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
+// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
// swift-module-flags: -target arm64-apple-ios12.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DolyameSDK
-import AVKit
-import Accelerate
-import QuartzCore.CAAnimation
+// swift-module-flags-ignorable: -enable-bare-slash-regex
+import AdSupport
import QuartzCore.CAMediaTimingFunction
-import CarPlay
-import Combine
import CommonCrypto
import QuartzCore.CoreAnimation
import CoreData
+import CoreFoundation
import CoreGraphics
import CoreImage
+import CoreLocation
import CoreTelephony
import CryptoKit
+import Dispatch
@_exported import DolyameSDK
import Foundation
import Foundation/*.Data*/
-import ImageIO
import JuicyScoreFramework
import LocalAuthentication
import MachO
-import MobileCoreServices
import PassKit
import QuartzCore
import Security
import Swift
-import SwiftUI
import SystemConfiguration
import UIKit.UIColor
import UIKit.UIFont
import UIKit.UIGestureRecognizerSubclass
-import UIKit.UIImage
import UIKit
+import UserNotifications
import WebKit
import _Concurrency
+import _StringProcessing
import os.log
import os
import os.signpost
import zlib
-@_hasMissingDesignatedInitializers public class Dolyame {
- public static let shared: DolyameSDK.Dolyame
- public func logout()
- @objc deinit
-}
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class DolyamePaymentButton : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public var onButtonPressed: (() -> Swift.Void)?
- @objc dynamic public init()
- @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreGraphics.CGSize {
- @_Concurrency.MainActor(unsafe) @objc get
+ @_Concurrency.MainActor(unsafe) @objc dynamic public init()
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize {
+ @objc get
}
public enum Style {
case roundedCorners
case sharpCorners
- public static func == (a: DolyameSDK.DolyamePaymentButton.Style, b: DolyameSDK.DolyamePaymentButton.Style) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case customCornerRadius(CoreFoundation.CGFloat)
}
@_Concurrency.MainActor(unsafe) public func applyStyle(_ style: DolyameSDK.DolyamePaymentButton.Style)
@objc deinit
}
+extension UIKit.UIControl.State : Swift.Hashable {
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+@_hasMissingDesignatedInitializers public class Dolyame {
+ public static let shared: DolyameSDK.Dolyame
+ public func logout()
+ @objc deinit
+}
+public enum DolyameUnexpectedEvent {
+ case lessThanRuble
+ case haveSumDifference
+ case haveItemsDifference
+ case wrongPersonData
+ case noPartnerForClient
+ public static func == (a: DolyameSDK.DolyameUnexpectedEvent, b: DolyameSDK.DolyameUnexpectedEvent) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
public class DolyamePaymentConfiguration {
public struct Order {
public struct Item {
@@ -101,7 +112,7 @@ public class DolyamePaymentConfiguration {
public init(partner: DolyameSDK.DolyamePaymentConfiguration.Partner, order: DolyameSDK.DolyamePaymentConfiguration.Order, customer: DolyameSDK.DolyamePaymentConfiguration.Customer, enableCallKitUsage: Swift.Bool = true)
@objc deinit
}
-public enum DolyamePaymentCoordinatorResult {
+@frozen public enum DolyamePaymentCoordinatorResult {
case success
case failure
case pending
@@ -119,60 +130,6 @@ public class DolyamePaymentCoordinator {
public func start()
@objc deinit
}
-public enum DolyameUnexpectedEvent {
- case lessThanRuble
- case haveSumDifference
- case haveItemsDifference
- case wrongPersonData
- case noPartnerForClient
- public static func == (a: DolyameSDK.DolyameUnexpectedEvent, b: DolyameSDK.DolyameUnexpectedEvent) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
-}
-infix operator |> : AdditionPrecedence
-extension Swift.String : DolyameSDK.ITextConvertable {
- public var rawValue: Swift.String {
- get
- }
- public init(rawValue: Swift.String)
-}
-extension Foundation.Date : DolyameSDK.ITextConvertable {
- public var rawValue: Swift.String {
- get
- }
- public init?(rawValue: Swift.String)
-}
-extension Swift.Double : DolyameSDK.ITextConvertable {
- public var rawValue: Swift.String {
- get
- }
- public init(rawValue: Swift.String)
-}
-extension DolyameSDK.ITextConvertable where Self : Swift.CustomStringConvertible {
- public var rawValue: Swift.String {
- get
- }
-}
-extension Foundation.Decimal : DolyameSDK.ITextConvertable {
- public init?(rawValue: Swift.String)
-}
-public protocol ITextConvertable {
- var rawInitializationAvalibale: Swift.Bool { get }
- var rawValue: Swift.String { get }
- init?(rawValue: Swift.String)
-}
-extension DolyameSDK.ITextConvertable {
- public var rawInitializationAvalibale: Swift.Bool {
- get
- }
-}
-extension UIKit.UIControl.State : Swift.Hashable {
- public var hashValue: Swift.Int {
- get
- }
-}
@objc @_inheritsConvenienceInitializers public class EventMO : CoreData.NSManagedObject {
@objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?)
@objc deinit
@@ -247,9 +204,8 @@ extension DolyameSDK.LogMO {
@objc set
}
}
-extension DolyameSDK.DolyamePaymentButton.Style : Swift.Equatable {}
-extension DolyameSDK.DolyamePaymentButton.Style : Swift.Hashable {}
-extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Equatable {}
-extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Hashable {}
extension DolyameSDK.DolyameUnexpectedEvent : Swift.Equatable {}
extension DolyameSDK.DolyameUnexpectedEvent : Swift.Hashable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Equatable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Hashable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Sendable {}
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/module.modulemap b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/module.modulemap
index da45a85..1914fc8 100644
--- a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/module.modulemap
+++ b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Modules/module.modulemap
@@ -6,6 +6,6 @@ framework module DolyameSDK {
}
module DolyameSDK.Swift {
- header "DolyameSDK-Swift.h"
- requires objc
+ header "DolyameSDK-Swift.h"
+ requires objc
}
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PSLogoTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PSLogoTableViewCell.nib
index fee9558..75968f2 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PSLogoTableViewCell.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PSLogoTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusCollectionViewCell.nib/objects-12.3+.nib
index 9a5fb75..e8e5ae0 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusCollectionViewCell.nib/objects-12.3+.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusCollectionViewCell.nib/runtime.nib
index f286428..4cf4a84 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusCollectionViewCell.nib/runtime.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/objects-12.3+.nib
index 40f3ab5..0368a29 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/objects-12.3+.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/runtime.nib
index e7a11fe..89c7b8b 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/runtime.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/objects-12.3+.nib
index bcd1bdb..d2be639 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/objects-12.3+.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/runtime.nib
index a180201..e3fbe5f 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/runtime.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib
index 73bb1ac..d1b3e11 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib
index 738a786..2b7044e 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardTableViewCell.nib
index 354fba5..e4dcf13 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardTableViewCell.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PaymentCardTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PopUpViewContoller.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PopUpViewContoller.nib
index 78b7aee..58b4b77 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PopUpViewContoller.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PopUpViewContoller.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PosterView.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PosterView.nib
deleted file mode 100644
index 23ec839..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/PosterView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/QRCodeImageTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/QRCodeImageTableViewCell.nib
index b2befd0..05bacfe 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/QRCodeImageTableViewCell.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/QRCodeImageTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/QRCodeWebTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/QRCodeWebTableViewCell.nib
index b319a00..aba761a 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/QRCodeWebTableViewCell.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/QRCodeWebTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/README.md b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/README.md
new file mode 100644
index 0000000..8f86cdf
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/README.md
@@ -0,0 +1,4 @@
+Dependencies needed for building TrustKit.
+
+* RSSwizzle: https://github.com/rabovik/RSSwizzle
+* domain\_registry\_provider: https://github.com/nabla-c0d3/domain-registry-provider/
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/RandomAmounCheckingViewController.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/RandomAmounCheckingViewController.nib
index 69b7e3c..533945d 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/RandomAmounCheckingViewController.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/RandomAmounCheckingViewController.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ResistanceSpaceTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ResistanceSpaceTableViewCell.nib
index cb547b9..4baaa7f 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ResistanceSpaceTableViewCell.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ResistanceSpaceTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/SBPCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/SBPCollectionViewCell.nib/objects-12.3+.nib
index d511fc3..99ad848 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/SBPCollectionViewCell.nib/objects-12.3+.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/SBPCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/SBPCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/SBPCollectionViewCell.nib/runtime.nib
index 0a6ecad..f128e0e 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/SBPCollectionViewCell.nib/runtime.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/SBPCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Sage.momd/Sage.mom b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Sage.momd/Sage.mom
index 6e7be6f..36f557b 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Sage.momd/Sage.mom and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/Sage.momd/Sage.mom differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ScrollableTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ScrollableTableViewCell.nib
index 0255653..3485d22 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ScrollableTableViewCell.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ScrollableTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/StatusTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/StatusTableViewCell.nib
index f2c1a58..c996f0c 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/StatusTableViewCell.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/StatusTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSActionView.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSActionView.nib
deleted file mode 100644
index 7c7a439..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSActionView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSAvatarView.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSAvatarView.nib
deleted file mode 100644
index 4094a63..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSAvatarView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSBlockWithTitleView.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSBlockWithTitleView.nib
deleted file mode 100644
index 35fc560..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSBlockWithTitleView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCFImages.bundle/Assets.car b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCFImages.bundle/Assets.car
index 909cfb1..f7c7b5f 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCFImages.bundle/Assets.car and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCFImages.bundle/Assets.car differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCFImages.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCFImages.bundle/Info.plist
index 6fa57bf..71d5882 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCFImages.bundle/Info.plist and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCFImages.bundle/Info.plist differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCardFieldInputView.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCardFieldInputView.nib
index 992f579..4b50f88 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCardFieldInputView.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCardFieldInputView.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCardView.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCardView.nib
deleted file mode 100644
index 23ab23d..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCardView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCellView.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCellView.nib
deleted file mode 100644
index 31ccf98..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCellView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCheckboxView.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCheckboxView.nib
deleted file mode 100644
index 07a9aea..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSCheckboxView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSDetailedBlockView.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSDetailedBlockView.nib
deleted file mode 100644
index 711ca16..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSDetailedBlockView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSLoyaltyProgramView.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSLoyaltyProgramView.nib
deleted file mode 100644
index 4138756..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSLoyaltyProgramView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSOfferView.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSOfferView.nib
deleted file mode 100644
index db8bcba..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSOfferView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSSimpleTableViewContainer.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSSimpleTableViewContainer.nib
deleted file mode 100644
index 2754de5..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TCSSimpleTableViewContainer.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/Info.plist
deleted file mode 100644
index 0c38031..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/Info.plist and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Bold.otf b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Bold.otf
deleted file mode 100755
index 8516148..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Bold.otf and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Medium.otf b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Medium.otf
deleted file mode 100755
index 1a0a7e4..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Medium.otf and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Semibold.otf b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Semibold.otf
deleted file mode 100755
index c0792aa..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Semibold.otf and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/Tinkoff_Avatar-Regular.otf b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/Tinkoff_Avatar-Regular.otf
deleted file mode 100644
index e95a9f7..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKFonts.bundle/Tinkoff_Avatar-Regular.otf and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKImages.bundle/Assets.car b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKImages.bundle/Assets.car
deleted file mode 100644
index 57b0ec8..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKImages.bundle/Assets.car and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKImages.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKImages.bundle/Info.plist
deleted file mode 100644
index 4e1a03f..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TDKImages.bundle/Info.plist and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TSFImages.bundle/Assets.car b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TSFImages.bundle/Assets.car
index f64dac9..0b2bcb1 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TSFImages.bundle/Assets.car and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TSFImages.bundle/Assets.car differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TSFImages.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TSFImages.bundle/Info.plist
index c72b0f6..b64c625 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TSFImages.bundle/Info.plist and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TSFImages.bundle/Info.plist differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TextFieldTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TextFieldTableViewCell.nib
index 25bf870..bf083b1 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TextFieldTableViewCell.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TextFieldTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/Info.plist
new file mode 100644
index 0000000..87eaaa3
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/Info.plist differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/en.lproj/TinkoffASDKCoreLocalizable.strings b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/en.lproj/Localizable.strings
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/en.lproj/TinkoffASDKCoreLocalizable.strings
rename to Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/en.lproj/Localizable.strings
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ru.lproj/TinkoffASDKCoreLocalizable.strings b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/ru.lproj/Localizable.strings
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ru.lproj/TinkoffASDKCoreLocalizable.strings
rename to Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/ru.lproj/Localizable.strings
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Assets.car b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Assets.car
index a5923d2..191b63c 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Assets.car and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Assets.car differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Info.plist
index ba35488..532e299 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Info.plist and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Info.plist differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/en.lproj/TinkoffASDKUILocalizable.strings b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKUIResources.bundle/en.lproj/ASDKUILocalizable.strings
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/en.lproj/TinkoffASDKUILocalizable.strings
rename to Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKUIResources.bundle/en.lproj/ASDKUILocalizable.strings
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ru.lproj/TinkoffASDKUILocalizable.strings b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKUIResources.bundle/ru.lproj/ASDKUILocalizable.strings
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/ru.lproj/TinkoffASDKUILocalizable.strings
rename to Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/TinkoffASDKUIResources.bundle/ru.lproj/ASDKUILocalizable.strings
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/UICollectionReusableViewEmpty.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/UICollectionReusableViewEmpty.nib
index ec4d4e4..c7168fd 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/UICollectionReusableViewEmpty.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/UICollectionReusableViewEmpty.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/WebViewController.nib b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/WebViewController.nib
index c4950d0..1725496 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/WebViewController.nib and b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/WebViewController.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/hosts_and_pins.json b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/hosts_and_pins.json
new file mode 100644
index 0000000..4605508
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/hosts_and_pins.json
@@ -0,0 +1,576 @@
+{
+ "payload": [
+ {
+ "host": "mvno-mobile.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "magentbet-biom.tcsbank.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "magentbep-biom.tcsbank.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "msgrapi.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "mvno-web.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "tmsg.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "acdn.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "Hk2UQp7TYPGhzNNUXQT1VmfSkqyNdabMJHgQgm45xr0=",
+ "serial": "73b5ebbef95cb523d2c559e1eabd6c4"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "mobile-minvest-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "dolyame.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "t1PZLrD23BFzz6S3I4aef3DjlUM8093htgRXwo/S9wk=",
+ "serial": "50a30fc846087a78419e5ce28c709474"
+ }
+ ]
+ },
+ {
+ "host": "appinapp-img-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "sme.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "tapi.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "config.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "TAOv+PwVaVXqWTrCMgV6lV/jiPZFLavHpHPMxX+C/lc=",
+ "serial": "b230d0ebe9148e6b9c44728c4d01ef1"
+ },
+ {
+ "pin": "s6xGyPIeuJv9rlIq8iBlc52SNk8p/ggMJwlhA3ErV3I=",
+ "serial": "3769300060e20238938081be9dabb47"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "api.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "www.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "mobile-bank.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "brands-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "mobile-core-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "origination.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "mobile-card2card-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "api-statist.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "rbac.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "mobile-lifestyle-static-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "static2.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "mobile-vkarmane-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "business.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "static.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "magentbet.tcsbank.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "id.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "magentbep.tcsbank.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "api-common.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "homeagents.online",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "bZjWDQHIv5ac5yLKHlOdNc4acNJP8N11cNcXV5dkRrQ=",
+ "serial": "6f9ce88bea3cca573862e13c75e206c"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "sso.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "mobile-invest-course-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "mobile-appinapp-static-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "mobile-bank-cdn-fb.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ }
+ ]
+}
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/rootca_ssl_rsa2022.cer b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/rootca_ssl_rsa2022.cer
new file mode 100644
index 0000000..253d971
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/rootca_ssl_rsa2022.cer
@@ -0,0 +1,33 @@
+-----BEGIN CERTIFICATE-----
+MIIFwjCCA6qgAwIBAgICEAAwDQYJKoZIhvcNAQELBQAwcDELMAkGA1UEBhMCUlUx
+PzA9BgNVBAoMNlRoZSBNaW5pc3RyeSBvZiBEaWdpdGFsIERldmVsb3BtZW50IGFu
+ZCBDb21tdW5pY2F0aW9uczEgMB4GA1UEAwwXUnVzc2lhbiBUcnVzdGVkIFJvb3Qg
+Q0EwHhcNMjIwMzAxMjEwNDE1WhcNMzIwMjI3MjEwNDE1WjBwMQswCQYDVQQGEwJS
+VTE/MD0GA1UECgw2VGhlIE1pbmlzdHJ5IG9mIERpZ2l0YWwgRGV2ZWxvcG1lbnQg
+YW5kIENvbW11bmljYXRpb25zMSAwHgYDVQQDDBdSdXNzaWFuIFRydXN0ZWQgUm9v
+dCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMfFOZ8pUAL3+r2n
+qqE0Zp52selXsKGFYoG0GM5bwz1bSFtCt+AZQMhkWQheI3poZAToYJu69pHLKS6Q
+XBiwBC1cvzYmUYKMYZC7jE5YhEU2bSL0mX7NaMxMDmH2/NwuOVRj8OImVa5s1F4U
+zn4Kv3PFlDBjjSjXKVY9kmjUBsXQrIHeaqmUIsPIlNWUnimXS0I0abExqkbdrXbX
+YwCOXhOO2pDUx3ckmJlCMUGacUTnylyQW2VsJIyIGA8V0xzdaeUXg0VZ6ZmNUr5Y
+Ber/EAOLPb8NYpsAhJe2mXjMB/J9HNsoFMBFJ0lLOT/+dQvjbdRZoOT8eqJpWnVD
+U+QL/qEZnz57N88OWM3rabJkRNdU/Z7x5SFIM9FrqtN8xewsiBWBI0K6XFuOBOTD
+4V08o4TzJ8+Ccq5XlCUW2L48pZNCYuBDfBh7FxkB7qDgGDiaftEkZZfApRg2E+M9
+G8wkNKTPLDc4wH0FDTijhgxR3Y4PiS1HL2Zhw7bD3CbslmEGgfnnZojNkJtcLeBH
+BLa52/dSwNU4WWLubaYSiAmA9IUMX1/RpfpxOxd4Ykmhz97oFbUaDJFipIggx5sX
+ePAlkTdWnv+RWBxlJwMQ25oEHmRguNYf4Zr/Rxr9cS93Y+mdXIZaBEE0KS2iLRqa
+OiWBki9IMQU4phqPOBAaG7A+eP8PAgMBAAGjZjBkMB0GA1UdDgQWBBTh0YHlzlpf
+BKrS6badZrHF+qwshzAfBgNVHSMEGDAWgBTh0YHlzlpfBKrS6badZrHF+qwshzAS
+BgNVHRMBAf8ECDAGAQH/AgEEMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsF
+AAOCAgEAALIY1wkilt/urfEVM5vKzr6utOeDWCUczmWX/RX4ljpRdgF+5fAIS4vH
+tmXkqpSCOVeWUrJV9QvZn6L227ZwuE15cWi8DCDal3Ue90WgAJJZMfTshN4OI8cq
+W9E4EG9wglbEtMnObHlms8F3CHmrw3k6KmUkWGoa+/ENmcVl68u/cMRl1JbW2bM+
+/3A+SAg2c6iPDlehczKx2oa95QW0SkPPWGuNA/CE8CpyANIhu9XFrj3RQ3EqeRcS
+AQQod1RNuHpfETLU/A2gMmvn/w/sx7TB3W5BPs6rprOA37tutPq9u6FTZOcG1Oqj
+C/B7yTqgI7rbyvox7DEXoX7rIiEqyNNUguTk/u3SZ4VXE2kmxdmSh3TQvybfbnXV
+4JbCZVaqiZraqc7oZMnRoWrXRG3ztbnbes/9qhRGI7PqXqeKJBztxRTEVj8ONs1d
+WN5szTwaPIvhkhO3CO5ErU2rVdUr89wKpNXbBODFKRtgxUT70YpmJ46VVaqdAhOZ
+D9EUUn4YaeLaS8AjSF/h7UkjOibNc4qVDiPP+rkehFWM66PVnP1Msh93tc+taIfC
+EYVMxjh8zNbFuoc7fzvvrFILLe7ifvEIUqSVIC/AzplM/Jxw7buXFeGP1qVCBEHq
+391d/9RAfaZ12zkwFsl+IKwE/OZxW8AHa9i1p4GO0YSNuczzEm4=
+-----END CERTIFICATE-----
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/thawtePrimaryRootCA.cer b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/thawtePrimaryRootCA.cer
new file mode 100644
index 0000000..f71a18b
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/thawtePrimaryRootCA.cer
@@ -0,0 +1,33 @@
+-----BEGIN CERTIFICATE-----
+MIIFnzCCA4egAwIBAgIJAJiaqxX6OzF2MA0GCSqGSIb3DQEBCwUAMGYxCzAJBgNV
+BAYTAlJVMQ8wDQYDVQQIDAZNb3Njb3cxDzANBgNVBAcMBk1vc2NvdzEVMBMGA1UE
+CgwMVGlua29mZiBCYW5rMR4wHAYDVQQDDBVSb290IENBIC0gU1NMIFBpbm5pbmcw
+HhcNMTcwNTI2MDgwNDEwWhcNMzcwNTIxMDgwNDEwWjBmMQswCQYDVQQGEwJSVTEP
+MA0GA1UECAwGTW9zY293MQ8wDQYDVQQHDAZNb3Njb3cxFTATBgNVBAoMDFRpbmtv
+ZmYgQmFuazEeMBwGA1UEAwwVUm9vdCBDQSAtIFNTTCBQaW5uaW5nMIICIjANBgkq
+hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA5UCUl81vzaTmBe2mv36rMh61YGc3FxR1
+DlMlIvA2pWE4sagXnWFAMQi67LWvv9UsEuVQi3t2ok2HQoJt7f1iI92LLukYzx/s
+m6hSkEKC+0rBQZxFfXWk2TxZ6SrgEL45uzejpQDVWljGplL9mTsVI97ndewnqtQP
+AhJfdJo2T4V/4TSXIplviUxGPicOUV+kW45BGApzR0a/LFSOy6PJgRDWuouGqXYU
+qDJ/eUzFoOa5I5TUdLPewvS5aYyI0NdEyFXUgWmbaqorGSavtHsOGB9MoNY37VT6
+VIXYg+rCTi7fm6H51u0rwEKKjgSZAfUUJHrY0ICZtVHDN+4wt/U9by9B0GpB0cow
+swnIkORcNBYwhfjg+Fc9MkuyLSB6y8GENgEx9ukO8ur6qxhXrzzB7oJ6Bu9kkpCY
+T71SLjdnkaNqSnL7vOdqlc1JVjuxUkxPZ+qTqJcI7c6Fi4LauKpV+XXyRAw7OBX9
+evVCSfWL24XYiUDPvyRTbylUTixQpaqfnZ6XkhAFY54TY67dgB2jk1yrMwCqN+UB
+2/h0bOsIOOmRGOWTaVJVy44H3p2gTeFXwxMEDkmBYdgWpRlCMWnXfpjk3OHnExm0
+hKvR+JQHNhFUW9R7FHGhz3gSuJTmm0/xTrHSonc7emufV7gew5NucnpTmhC1irqq
+OpQ+1R7KlOUCAwEAAaNQME4wHQYDVR0OBBYEFDtOg9ARRKuX3tFFsdeXz9phq3iV
+MB8GA1UdIwQYMBaAFDtOg9ARRKuX3tFFsdeXz9phq3iVMAwGA1UdEwQFMAMBAf8w
+DQYJKoZIhvcNAQELBQADggIBACjxTIeRZSfPnCG5WHaH2aoxaVflapcDhzAt+sVZ
+JeXIbctKESkE9qyysfI/aUE8ij6B+BoMaXKx5wGVF1csFLPB3KxdCHzR0JJILUEJ
+PLPrWCAzM50S9IOAQmZb3DlXyndyjPY0x36C/TgnvrDlV/XC8sQHtfhgWIRDblGh
+yMIP2axs7R8//PykMV7zWUV0E1PXcdSzzxC3pvaR/zTUa41BEkJnMI4dNuq4Ucq2
+Rlt3rPj6MeagCAbkcpwaKwaDufioLh6u6Lb6wDDh4eP60R71UulhIkZ7KAbFjLmF
+4hf+LKpbqCS5E45oxxxZROe6KZD9RsEUCX4ecutb/d1oxSYSJjbWCmrD5AleaKgB
+O+/kSwRV0ICg/5VbG/4GQ3dRc7LTNZ27XPQ2F7J3ux04sAnVHNPvUvBSVrzRLs0S
+GxwYub0ShtgubYvpgz5+N3tizZq0htRr2X0sQHj30UQYAWJdite6G4hyGhR/xhgA
+hgZSzrqZPq8sSSOATveQMQDNIGhCCmkPX07F2O37Z/Yx8VMDrZhfx6NFn3YSybrn
+u9nErz51WxwRHc24W+pYWUfEuO8EfgN26ERAkATeAAnAMTfJgN+hnWNmXQHgPLUq
+yRsoPKsr7NJd88JEvYYkR7SXMMfHp8vOE4KMtdl2hc+XU7fC5vC702LmiglGT+3v
+YqZS
+-----END CERTIFICATE-----
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/tinkoffrsa2020.cer b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/tinkoffrsa2020.cer
new file mode 100644
index 0000000..6890b43
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64/DolyameSDK.framework/tinkoffrsa2020.cer
@@ -0,0 +1,31 @@
+-----BEGIN CERTIFICATE-----
+MIIFVDCCAzygAwIBAgIQchJ4p+qpbrJMjzfTwBLEajANBgkqhkiG9w0BAQsFADAy
+MRkwFwYDVQQKExBKU0MgVGlua29mZiBCYW5rMRUwEwYDVQQDEwxUaW5rb2ZmIEJh
+bmswHhcNMjAwNjIzMTgwNzE0WhcNMzUwNjIzMTgxNzEyWjAyMRkwFwYDVQQKExBK
+U0MgVGlua29mZiBCYW5rMRUwEwYDVQQDEwxUaW5rb2ZmIEJhbmswggIiMA0GCSqG
+SIb3DQEBAQUAA4ICDwAwggIKAoICAQDqZxVwDoTYSks4X1ifr4JmDMjqcqqKDzXy
+LHClq7VeNfiI2TwBq4fFozSlLtvXj5EzwPnGLI9FvaV7AUxNE/ZWe8yGmuIlmKwh
+AgH1pwlpTyDyFKVYShSPZAwnJ81glm+df5Zh7/Z9D02DbqzYPRi0jMxgGYaO0i+S
+f7GUjp0oJQFOjbRDhjftD7m79oJyS5I3QeAS8l/OoD8zjZTr3GgUwPPyBds7uvic
+uDEZVHxBvtk5Jv8TbWID/bV/rV4yEIihqpQE8rKAFEhOCEo0riRxsrIljfgMyJaD
+jhrUOFVcwE3PMA1JjemnjfkL2ONoC9Ec0qZTql6Y3AgYQOn+aZr9t/H5Pe/01IYx
+q1r2lNO6WFXsiDIQi9Qne47PwvNrdU6NX6pOEj9I5wo1TnO2O4aYYtN2FKUj3aRi
+cGZ+kTm99bCFDU/7QvE6n+vh4AAryXQLyWQixz3/om18zr4/d407Swu3ru/jcUrg
+3HSK68+2xJBW93wG3yW2nwIjEzRyfEnYDBd35eO+Cb8DZPsRtX44oKv3Qf7R1qn3
+90cCutJjQkcOZdbjSu+2ZMOUyCsX8Ynn2nRCaz+1hmTLIqas8gSBCfl47neUYZJL
+bjvAcsr7P8yPrqcLn/U9zOFGAYEEY33xtiAX4SuFucLrLLem9dLj4YKP5NlJYM/5
+QztwNJOl6wIDAQABo2YwZDATBgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMC
+AYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUjLyGIYW+vWwPQ9Jl6x+dfQu/
+MXYwEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQELBQADggIBAEHlSuuQxdJC
++hNdJW7bidnoOrMVdraRlw7pCC+B7TVEvuecinGjrJpqm3j34HLP1NBto1QVnqQ/
+pDjZ253ILxfa9acBGxdHnRnmymKxl14S/vVsdCVvpM1iZ+ss8jPCWT3JUX4PjuWI
+fW8xI6NvQUdxKt/GdqMJvGMinRV4Vg2XkX0BkIJH/F4VdORPhTiDZjNOIke9lta2
+PG2sKlzL4RW2NOjv5bbzL1l6dn3wJUeYBzyss1AuBjcBCHYtZEeTyDQGigYq/YRj
+S2z/fZMdia6iTPu3XsSERekttMi/8K3/NCIHcN79Ws0q0nOKR5RzAyxnILDggnRs
+bq2Ab0H/1BcMCCLx8DOzH+3ViAMlbIEWDb5dKwUJBCMJpHjdoMV2AHFPwGPQxjv3
+WOG+RsN+oJqZmPLrrTD+PWkdho5pTG8qu2ijKRzJgsUXPiiSAPCy+UtkDd/2OL/z
+EYEEkKcCXc99euWnl1w/FYIsnKwPwxPP0sNC9mcKtN2j6sdUjKa94ttSd6NrkE4F
+4E36iKlWtaZIXbC4jlpyuyQwbuvRzU/l3NIX7e3fYPsz9o0eDgl7hx2jsUKimEIv
+FSqFYA5n0x1jx2fgScxYDQaGGFM6Ox/BjPZvG32DbUb+9UXB/u0fjoJ7D/6Mw3H7
+vlyNOVXLq10yfyxkmJpF8IGvDK1UXhhB
+-----END CERTIFICATE-----
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/AcquiringAlertViewController.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/AcquiringAlertViewController.nib
new file mode 100644
index 0000000..71f7604
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/AcquiringAlertViewController.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/AcquiringPaymentViewController.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/AcquiringPaymentViewController.nib
new file mode 100644
index 0000000..afc3b87
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/AcquiringPaymentViewController.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/AddCardTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/AddCardTableViewCell.nib
new file mode 100644
index 0000000..be20b6f
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/AddCardTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/AmountTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/AmountTableViewCell.nib
new file mode 100644
index 0000000..1636748
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/AmountTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ButtonInputAccessoryView.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ButtonInputAccessoryView.nib
similarity index 96%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ButtonInputAccessoryView.nib
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ButtonInputAccessoryView.nib
index 69383f3..287d489 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ButtonInputAccessoryView.nib and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ButtonInputAccessoryView.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ButtonTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ButtonTableViewCell.nib
new file mode 100644
index 0000000..5600315
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ButtonTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/objects-12.3+.nib
new file mode 100644
index 0000000..da9fd3b
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/runtime.nib
new file mode 100644
index 0000000..8010a06
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/CardsViewController.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/CardsViewController.nib
new file mode 100644
index 0000000..e693f99
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/CardsViewController.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ComodoRsaDomainValidationCA.der b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ComodoRsaDomainValidationCA.der
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ComodoRsaDomainValidationCA.der
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ComodoRsaDomainValidationCA.der
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDK b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDK
new file mode 100755
index 0000000..3f27f2e
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDK differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/Assets.car b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/Assets.car
new file mode 100644
index 0000000..f2eb42d
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/Assets.car differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/Info.plist
new file mode 100644
index 0000000..d8c4e78
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/Info.plist differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeDirectory b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000..ade7b99
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeDirectory differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeRequirements b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeRequirements
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeRequirements
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeRequirements
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeRequirements-1 b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeRequirements-1
new file mode 100644
index 0000000..4fdcb55
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeRequirements-1 differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeResources b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeResources
similarity index 94%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeResources
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeResources
index 1826ec4..156344b 100644
--- a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeResources
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Assets.car
- qhqikNPwatslafGJ1NeSvWfC+fU=
+ ueLxgnRgJnN/YPtvlsrbTOx1OaE=
files2
@@ -15,11 +15,11 @@
hash
- qhqikNPwatslafGJ1NeSvWfC+fU=
+ ueLxgnRgJnN/YPtvlsrbTOx1OaE=
hash2
- hQh+qcqqn67IBIpdlfw6T16bwQ1JkK72oJGJ0D+4Qow=
+ EKBrNOCxLvn9FPiL7/tQErOcLsUEs6YNhdb5g5VwO4U=
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeSignature b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeSignature
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeSignature
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeSignature
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Events.momd/Events.mom b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Events.momd/Events.mom
similarity index 96%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Events.momd/Events.mom
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Events.momd/Events.mom
index e623dc8..5c42ede 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Events.momd/Events.mom and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Events.momd/Events.mom differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Events.momd/VersionInfo.plist b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Events.momd/VersionInfo.plist
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Events.momd/VersionInfo.plist
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Events.momd/VersionInfo.plist
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Headers/DolyameSDK-Swift.h b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Headers/DolyameSDK-Swift.h
new file mode 100644
index 0000000..a1746da
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Headers/DolyameSDK-Swift.h
@@ -0,0 +1,836 @@
+#if 0
+#elif defined(__arm64__) && __arm64__
+// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+#ifndef DOLYAMESDK_SWIFT_H
+#define DOLYAMESDK_SWIFT_H
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wgcc-compat"
+
+#if !defined(__has_include)
+# define __has_include(x) 0
+#endif
+#if !defined(__has_attribute)
+# define __has_attribute(x) 0
+#endif
+#if !defined(__has_feature)
+# define __has_feature(x) 0
+#endif
+#if !defined(__has_warning)
+# define __has_warning(x) 0
+#endif
+
+#if __has_include()
+# include
+#endif
+
+#pragma clang diagnostic ignored "-Wduplicate-method-match"
+#pragma clang diagnostic ignored "-Wauto-import"
+#if defined(__OBJC__)
+#include
+#endif
+#if defined(__cplusplus)
+#include
+#include
+#include
+#else
+#include
+#include
+#include
+#endif
+
+#if !defined(SWIFT_TYPEDEFS)
+# define SWIFT_TYPEDEFS 1
+# if __has_include()
+# include
+# elif !defined(__cplusplus)
+typedef uint_least16_t char16_t;
+typedef uint_least32_t char32_t;
+# endif
+typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
+typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
+typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
+typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
+typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
+typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
+typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
+typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
+typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
+typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
+typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
+typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
+#endif
+
+#if !defined(SWIFT_PASTE)
+# define SWIFT_PASTE_HELPER(x, y) x##y
+# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
+#endif
+#if !defined(SWIFT_METATYPE)
+# define SWIFT_METATYPE(X) Class
+#endif
+#if !defined(SWIFT_CLASS_PROPERTY)
+# if __has_feature(objc_class_property)
+# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
+# else
+# define SWIFT_CLASS_PROPERTY(...)
+# endif
+#endif
+
+#if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+#else
+# define SWIFT_RUNTIME_NAME(X)
+#endif
+#if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+#else
+# define SWIFT_COMPILE_NAME(X)
+#endif
+#if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+#else
+# define SWIFT_METHOD_FAMILY(X)
+#endif
+#if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+#else
+# define SWIFT_NOESCAPE
+#endif
+#if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+#else
+# define SWIFT_RELEASES_ARGUMENT
+#endif
+#if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+#else
+# define SWIFT_WARN_UNUSED_RESULT
+#endif
+#if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+#else
+# define SWIFT_NORETURN
+#endif
+#if !defined(SWIFT_CLASS_EXTRA)
+# define SWIFT_CLASS_EXTRA
+#endif
+#if !defined(SWIFT_PROTOCOL_EXTRA)
+# define SWIFT_PROTOCOL_EXTRA
+#endif
+#if !defined(SWIFT_ENUM_EXTRA)
+# define SWIFT_ENUM_EXTRA
+#endif
+#if !defined(SWIFT_CLASS)
+# if __has_attribute(objc_subclassing_restricted)
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# else
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# endif
+#endif
+#if !defined(SWIFT_RESILIENT_CLASS)
+# if __has_attribute(objc_class_stub)
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# else
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# endif
+#endif
+
+#if !defined(SWIFT_PROTOCOL)
+# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+#endif
+
+#if !defined(SWIFT_EXTENSION)
+# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
+#endif
+
+#if !defined(OBJC_DESIGNATED_INITIALIZER)
+# if __has_attribute(objc_designated_initializer)
+# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
+# else
+# define OBJC_DESIGNATED_INITIALIZER
+# endif
+#endif
+#if !defined(SWIFT_ENUM_ATTR)
+# if defined(__has_attribute) && __has_attribute(enum_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
+# else
+# define SWIFT_ENUM_ATTR(_extensibility)
+# endif
+#endif
+#if !defined(SWIFT_ENUM)
+# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# if __has_feature(generalized_swift_name)
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# else
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
+# endif
+#endif
+#if !defined(SWIFT_UNAVAILABLE)
+# define SWIFT_UNAVAILABLE __attribute__((unavailable))
+#endif
+#if !defined(SWIFT_UNAVAILABLE_MSG)
+# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
+#endif
+#if !defined(SWIFT_AVAILABILITY)
+# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
+#endif
+#if !defined(SWIFT_WEAK_IMPORT)
+# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
+#endif
+#if !defined(SWIFT_DEPRECATED)
+# define SWIFT_DEPRECATED __attribute__((deprecated))
+#endif
+#if !defined(SWIFT_DEPRECATED_MSG)
+# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
+#endif
+#if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+#else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+#endif
+#if defined(__OBJC__)
+#if !defined(IBSegueAction)
+# define IBSegueAction
+#endif
+#endif
+#if !defined(SWIFT_EXTERN)
+# if defined(__cplusplus)
+# define SWIFT_EXTERN extern "C"
+# else
+# define SWIFT_EXTERN extern
+# endif
+#endif
+#if !defined(SWIFT_CALL)
+# define SWIFT_CALL __attribute__((swiftcall))
+#endif
+#if defined(__cplusplus)
+#if !defined(SWIFT_NOEXCEPT)
+# define SWIFT_NOEXCEPT noexcept
+#endif
+#else
+#if !defined(SWIFT_NOEXCEPT)
+# define SWIFT_NOEXCEPT
+#endif
+#endif
+#if defined(__cplusplus)
+#if !defined(SWIFT_CXX_INT_DEFINED)
+#define SWIFT_CXX_INT_DEFINED
+namespace swift {
+using Int = ptrdiff_t;
+using UInt = size_t;
+}
+#endif
+#endif
+#if defined(__OBJC__)
+#if __has_feature(modules)
+#if __has_warning("-Watimport-in-framework-header")
+#pragma clang diagnostic ignored "-Watimport-in-framework-header"
+#endif
+@import CoreData;
+@import CoreFoundation;
+@import UIKit;
+#endif
+
+#endif
+#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
+#pragma clang diagnostic ignored "-Wduplicate-method-arg"
+#if __has_warning("-Wpragma-clang-attribute")
+# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
+#endif
+#pragma clang diagnostic ignored "-Wunknown-pragmas"
+#pragma clang diagnostic ignored "-Wnullability"
+#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
+
+#if __has_attribute(external_source_symbol)
+# pragma push_macro("any")
+# undef any
+# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="DolyameSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
+# pragma pop_macro("any")
+#endif
+
+#if defined(__OBJC__)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+@class NSCoder;
+
+SWIFT_CLASS("_TtC10DolyameSDK20DolyamePaymentButton")
+@interface DolyamePaymentButton : UIView
+- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
+@property (nonatomic, readonly) CGSize intrinsicContentSize;
+- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
+@end
+
+@class NSEntityDescription;
+@class NSManagedObjectContext;
+
+SWIFT_CLASS("_TtC10DolyameSDK7EventMO")
+@interface EventMO : NSManagedObject
+- (nonnull instancetype)initWithEntity:(NSEntityDescription * _Nonnull)entity insertIntoManagedObjectContext:(NSManagedObjectContext * _Nullable)context OBJC_DESIGNATED_INITIALIZER;
+@end
+
+
+@class NSData;
+@class NSString;
+
+@interface EventMO (SWIFT_EXTENSION(DolyameSDK))
+@property (nonatomic, copy) NSData * _Nullable clientParameters;
+@property (nonatomic, copy) NSData * _Nullable eventParameters;
+@property (nonatomic, copy) NSString * _Nullable name;
+@property (nonatomic, copy) NSData * _Nullable parameters;
+@property (nonatomic, copy) NSString * _Nullable project;
+@property (nonatomic) int64_t timestamp;
+@end
+
+
+
+
+
+
+SWIFT_CLASS("_TtC10DolyameSDK5LogMO")
+@interface LogMO : NSManagedObject
+- (nonnull instancetype)initWithEntity:(NSEntityDescription * _Nonnull)entity insertIntoManagedObjectContext:(NSManagedObjectContext * _Nullable)context OBJC_DESIGNATED_INITIALIZER;
+@end
+
+
+
+@interface LogMO (SWIFT_EXTENSION(DolyameSDK))
+@property (nonatomic, copy) NSString * _Nullable file;
+@property (nonatomic, copy) NSString * _Nullable function;
+@property (nonatomic) int16_t level;
+@property (nonatomic) int64_t line;
+@property (nonatomic, copy) NSString * _Nullable message;
+@property (nonatomic, copy) NSData * _Nullable metadata;
+@property (nonatomic, copy) NSString * _Nullable tag;
+@property (nonatomic, copy) NSString * _Nullable thread;
+@property (nonatomic) double timestamp;
+@end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#endif
+#if defined(__cplusplus)
+#endif
+#if __has_attribute(external_source_symbol)
+# pragma clang attribute pop
+#endif
+#pragma clang diagnostic pop
+#endif
+
+#elif defined(__x86_64__) && __x86_64__
+// Generated by Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+#ifndef DOLYAMESDK_SWIFT_H
+#define DOLYAMESDK_SWIFT_H
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wgcc-compat"
+
+#if !defined(__has_include)
+# define __has_include(x) 0
+#endif
+#if !defined(__has_attribute)
+# define __has_attribute(x) 0
+#endif
+#if !defined(__has_feature)
+# define __has_feature(x) 0
+#endif
+#if !defined(__has_warning)
+# define __has_warning(x) 0
+#endif
+
+#if __has_include()
+# include
+#endif
+
+#pragma clang diagnostic ignored "-Wduplicate-method-match"
+#pragma clang diagnostic ignored "-Wauto-import"
+#if defined(__OBJC__)
+#include
+#endif
+#if defined(__cplusplus)
+#include
+#include
+#include
+#else
+#include
+#include
+#include
+#endif
+
+#if !defined(SWIFT_TYPEDEFS)
+# define SWIFT_TYPEDEFS 1
+# if __has_include()
+# include
+# elif !defined(__cplusplus)
+typedef uint_least16_t char16_t;
+typedef uint_least32_t char32_t;
+# endif
+typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
+typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
+typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
+typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
+typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
+typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
+typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
+typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
+typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
+typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
+typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
+typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
+#endif
+
+#if !defined(SWIFT_PASTE)
+# define SWIFT_PASTE_HELPER(x, y) x##y
+# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
+#endif
+#if !defined(SWIFT_METATYPE)
+# define SWIFT_METATYPE(X) Class
+#endif
+#if !defined(SWIFT_CLASS_PROPERTY)
+# if __has_feature(objc_class_property)
+# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
+# else
+# define SWIFT_CLASS_PROPERTY(...)
+# endif
+#endif
+
+#if __has_attribute(objc_runtime_name)
+# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
+#else
+# define SWIFT_RUNTIME_NAME(X)
+#endif
+#if __has_attribute(swift_name)
+# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
+#else
+# define SWIFT_COMPILE_NAME(X)
+#endif
+#if __has_attribute(objc_method_family)
+# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
+#else
+# define SWIFT_METHOD_FAMILY(X)
+#endif
+#if __has_attribute(noescape)
+# define SWIFT_NOESCAPE __attribute__((noescape))
+#else
+# define SWIFT_NOESCAPE
+#endif
+#if __has_attribute(ns_consumed)
+# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
+#else
+# define SWIFT_RELEASES_ARGUMENT
+#endif
+#if __has_attribute(warn_unused_result)
+# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+#else
+# define SWIFT_WARN_UNUSED_RESULT
+#endif
+#if __has_attribute(noreturn)
+# define SWIFT_NORETURN __attribute__((noreturn))
+#else
+# define SWIFT_NORETURN
+#endif
+#if !defined(SWIFT_CLASS_EXTRA)
+# define SWIFT_CLASS_EXTRA
+#endif
+#if !defined(SWIFT_PROTOCOL_EXTRA)
+# define SWIFT_PROTOCOL_EXTRA
+#endif
+#if !defined(SWIFT_ENUM_EXTRA)
+# define SWIFT_ENUM_EXTRA
+#endif
+#if !defined(SWIFT_CLASS)
+# if __has_attribute(objc_subclassing_restricted)
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# else
+# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
+# endif
+#endif
+#if !defined(SWIFT_RESILIENT_CLASS)
+# if __has_attribute(objc_class_stub)
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# else
+# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
+# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
+# endif
+#endif
+
+#if !defined(SWIFT_PROTOCOL)
+# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
+#endif
+
+#if !defined(SWIFT_EXTENSION)
+# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
+#endif
+
+#if !defined(OBJC_DESIGNATED_INITIALIZER)
+# if __has_attribute(objc_designated_initializer)
+# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
+# else
+# define OBJC_DESIGNATED_INITIALIZER
+# endif
+#endif
+#if !defined(SWIFT_ENUM_ATTR)
+# if defined(__has_attribute) && __has_attribute(enum_extensibility)
+# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
+# else
+# define SWIFT_ENUM_ATTR(_extensibility)
+# endif
+#endif
+#if !defined(SWIFT_ENUM)
+# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# if __has_feature(generalized_swift_name)
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
+# else
+# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
+# endif
+#endif
+#if !defined(SWIFT_UNAVAILABLE)
+# define SWIFT_UNAVAILABLE __attribute__((unavailable))
+#endif
+#if !defined(SWIFT_UNAVAILABLE_MSG)
+# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
+#endif
+#if !defined(SWIFT_AVAILABILITY)
+# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
+#endif
+#if !defined(SWIFT_WEAK_IMPORT)
+# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
+#endif
+#if !defined(SWIFT_DEPRECATED)
+# define SWIFT_DEPRECATED __attribute__((deprecated))
+#endif
+#if !defined(SWIFT_DEPRECATED_MSG)
+# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
+#endif
+#if __has_feature(attribute_diagnose_if_objc)
+# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
+#else
+# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
+#endif
+#if defined(__OBJC__)
+#if !defined(IBSegueAction)
+# define IBSegueAction
+#endif
+#endif
+#if !defined(SWIFT_EXTERN)
+# if defined(__cplusplus)
+# define SWIFT_EXTERN extern "C"
+# else
+# define SWIFT_EXTERN extern
+# endif
+#endif
+#if !defined(SWIFT_CALL)
+# define SWIFT_CALL __attribute__((swiftcall))
+#endif
+#if defined(__cplusplus)
+#if !defined(SWIFT_NOEXCEPT)
+# define SWIFT_NOEXCEPT noexcept
+#endif
+#else
+#if !defined(SWIFT_NOEXCEPT)
+# define SWIFT_NOEXCEPT
+#endif
+#endif
+#if defined(__cplusplus)
+#if !defined(SWIFT_CXX_INT_DEFINED)
+#define SWIFT_CXX_INT_DEFINED
+namespace swift {
+using Int = ptrdiff_t;
+using UInt = size_t;
+}
+#endif
+#endif
+#if defined(__OBJC__)
+#if __has_feature(modules)
+#if __has_warning("-Watimport-in-framework-header")
+#pragma clang diagnostic ignored "-Watimport-in-framework-header"
+#endif
+@import CoreData;
+@import CoreFoundation;
+@import UIKit;
+#endif
+
+#endif
+#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
+#pragma clang diagnostic ignored "-Wduplicate-method-arg"
+#if __has_warning("-Wpragma-clang-attribute")
+# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
+#endif
+#pragma clang diagnostic ignored "-Wunknown-pragmas"
+#pragma clang diagnostic ignored "-Wnullability"
+#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension"
+
+#if __has_attribute(external_source_symbol)
+# pragma push_macro("any")
+# undef any
+# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="DolyameSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
+# pragma pop_macro("any")
+#endif
+
+#if defined(__OBJC__)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+@class NSCoder;
+
+SWIFT_CLASS("_TtC10DolyameSDK20DolyamePaymentButton")
+@interface DolyamePaymentButton : UIView
+- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
+- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
+@property (nonatomic, readonly) CGSize intrinsicContentSize;
+- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
+@end
+
+@class NSEntityDescription;
+@class NSManagedObjectContext;
+
+SWIFT_CLASS("_TtC10DolyameSDK7EventMO")
+@interface EventMO : NSManagedObject
+- (nonnull instancetype)initWithEntity:(NSEntityDescription * _Nonnull)entity insertIntoManagedObjectContext:(NSManagedObjectContext * _Nullable)context OBJC_DESIGNATED_INITIALIZER;
+@end
+
+
+@class NSData;
+@class NSString;
+
+@interface EventMO (SWIFT_EXTENSION(DolyameSDK))
+@property (nonatomic, copy) NSData * _Nullable clientParameters;
+@property (nonatomic, copy) NSData * _Nullable eventParameters;
+@property (nonatomic, copy) NSString * _Nullable name;
+@property (nonatomic, copy) NSData * _Nullable parameters;
+@property (nonatomic, copy) NSString * _Nullable project;
+@property (nonatomic) int64_t timestamp;
+@end
+
+
+
+
+
+
+SWIFT_CLASS("_TtC10DolyameSDK5LogMO")
+@interface LogMO : NSManagedObject
+- (nonnull instancetype)initWithEntity:(NSEntityDescription * _Nonnull)entity insertIntoManagedObjectContext:(NSManagedObjectContext * _Nullable)context OBJC_DESIGNATED_INITIALIZER;
+@end
+
+
+
+@interface LogMO (SWIFT_EXTENSION(DolyameSDK))
+@property (nonatomic, copy) NSString * _Nullable file;
+@property (nonatomic, copy) NSString * _Nullable function;
+@property (nonatomic) int16_t level;
+@property (nonatomic) int64_t line;
+@property (nonatomic, copy) NSString * _Nullable message;
+@property (nonatomic, copy) NSData * _Nullable metadata;
+@property (nonatomic, copy) NSString * _Nullable tag;
+@property (nonatomic, copy) NSString * _Nullable thread;
+@property (nonatomic) double timestamp;
+@end
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+#endif
+#if defined(__cplusplus)
+#endif
+#if __has_attribute(external_source_symbol)
+# pragma clang attribute pop
+#endif
+#pragma clang diagnostic pop
+#endif
+
+#else
+#error unsupported Swift architecture
+#endif
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Headers/DolyameSDK-umbrella.h b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Headers/DolyameSDK-umbrella.h
similarity index 99%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Headers/DolyameSDK-umbrella.h
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Headers/DolyameSDK-umbrella.h
index 7ab7b90..376696f 100644
--- a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Headers/DolyameSDK-umbrella.h
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Headers/DolyameSDK-umbrella.h
@@ -13,3 +13,4 @@
FOUNDATION_EXPORT double DolyameSDKVersionNumber;
FOUNDATION_EXPORT const unsigned char DolyameSDKVersionString[];
+
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Info.plist
new file mode 100644
index 0000000..451b976
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Info.plist differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/InputCardRequisitesTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/InputCardRequisitesTableViewCell.nib
new file mode 100644
index 0000000..5d34020
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/InputCardRequisitesTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/LabelTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/LabelTableViewCell.nib
new file mode 100644
index 0000000..0b72c17
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/LabelTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/LoadingCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/LoadingCollectionViewCell.nib/objects-12.3+.nib
new file mode 100644
index 0000000..00eeacb
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/LoadingCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/LoadingCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/LoadingCollectionViewCell.nib/runtime.nib
new file mode 100644
index 0000000..c0d039d
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/LoadingCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Localizable.strings b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Localizable.strings
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Localizable.strings
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Localizable.strings
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Localizable.stringsdict b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Localizable.stringsdict
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Localizable.stringsdict
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Localizable.stringsdict
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
new file mode 100644
index 0000000..0d259f0
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
@@ -0,0 +1,39665 @@
+{
+ "ABIRoot": {
+ "kind": "Root",
+ "name": "TopLevel",
+ "printedName": "TopLevel",
+ "children": [
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIGestureRecognizerSubclass",
+ "printedName": "UIKit.UIGestureRecognizerSubclass",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "CoreGraphics",
+ "printedName": "CoreGraphics",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyamePaymentButton",
+ "printedName": "DolyamePaymentButton",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "onButtonPressed",
+ "printedName": "onButtonPressed",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(() -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvp",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Custom",
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(() -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvg",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(() -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvs",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvM",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvM",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentButton",
+ "printedName": "DolyameSDK.DolyamePaymentButton",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton(im)init",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonCACycfc",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Custom",
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intrinsicContentSize",
+ "printedName": "intrinsicContentSize",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGSize",
+ "printedName": "CoreFoundation.CGSize",
+ "usr": "c:@S@CGSize"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton(py)intrinsicContentSize",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC20intrinsicContentSizeSo6CGSizeVvp",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "objc_name": "intrinsicContentSize",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Custom",
+ "Override",
+ "AccessControl"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGSize",
+ "printedName": "CoreFoundation.CGSize",
+ "usr": "c:@S@CGSize"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton(im)intrinsicContentSize",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC20intrinsicContentSizeSo6CGSizeVvg",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "objc_name": "intrinsicContentSize",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Style",
+ "printedName": "Style",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "roundedCorners",
+ "printedName": "roundedCorners",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentButton.Style.Type) -> DolyameSDK.DolyamePaymentButton.Style",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO14roundedCornersyA2EmF",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5StyleO14roundedCornersyA2EmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "sharpCorners",
+ "printedName": "sharpCorners",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentButton.Style.Type) -> DolyameSDK.DolyamePaymentButton.Style",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO12sharpCornersyA2EmF",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5StyleO12sharpCornersyA2EmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "customCornerRadius",
+ "printedName": "customCornerRadius",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentButton.Style.Type) -> (CoreGraphics.CGFloat) -> DolyameSDK.DolyamePaymentButton.Style",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(CoreGraphics.CGFloat) -> DolyameSDK.DolyamePaymentButton.Style",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "CGFloat",
+ "printedName": "CoreGraphics.CGFloat",
+ "usr": "s:14CoreFoundation7CGFloatV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO18customCornerRadiusyAE14CoreFoundation7CGFloatVcAEmF",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5StyleO18customCornerRadiusyAE12CoreGraphics7CGFloatVcAEmF",
+ "moduleName": "DolyameSDK"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5StyleO",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "applyStyle",
+ "printedName": "applyStyle(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC10applyStyleyyAC0F0OF",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC10applyStyleyyAC0F0OF",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Custom",
+ "AccessControl"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(frame:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentButton",
+ "printedName": "DolyameSDK.DolyamePaymentButton",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "CGRect",
+ "printedName": "CoreFoundation.CGRect",
+ "usr": "c:@S@CGRect"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton(im)initWithFrame:",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5frameACSo6CGRectV_tcfc",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "initWithFrame:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Custom",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Custom",
+ "AccessControl",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)UIView",
+ "hasMissingDesignatedInitializers": true,
+ "superclassNames": [
+ "UIKit.UIView",
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "__DefaultCustomPlaygroundQuickLookable",
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIFont",
+ "printedName": "UIKit.UIFont",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIColor",
+ "printedName": "UIKit.UIColor",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UserNotifications",
+ "printedName": "UserNotifications",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "zlib",
+ "printedName": "zlib",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "CoreFoundation",
+ "printedName": "CoreFoundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Dolyame",
+ "printedName": "Dolyame",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "shared",
+ "printedName": "shared",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dolyame",
+ "printedName": "DolyameSDK.Dolyame",
+ "usr": "s:10DolyameSDK0A0C"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A0C6sharedACvpZ",
+ "mangledName": "$s10DolyameSDK0A0C6sharedACvpZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dolyame",
+ "printedName": "DolyameSDK.Dolyame",
+ "usr": "s:10DolyameSDK0A0C"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A0C6sharedACvgZ",
+ "mangledName": "$s10DolyameSDK0A0C6sharedACvgZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "logout",
+ "printedName": "logout()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A0C6logoutyyF",
+ "mangledName": "$s10DolyameSDK0A0C6logoutyyF",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:10DolyameSDK0A0C",
+ "mangledName": "$s10DolyameSDK0A0C",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "hasMissingDesignatedInitializers": true
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "os.log",
+ "printedName": "os.log",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "PassKit",
+ "printedName": "PassKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "QuartzCore.CoreAnimation",
+ "printedName": "QuartzCore.CoreAnimation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "JuicyScoreFramework",
+ "printedName": "JuicyScoreFramework",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "os.signpost",
+ "printedName": "os.signpost",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreTelephony",
+ "printedName": "CoreTelephony",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "QuartzCore.CoreAnimation",
+ "printedName": "QuartzCore.CoreAnimation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "AdSupport",
+ "printedName": "AdSupport",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CommonCrypto",
+ "printedName": "CommonCrypto",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CryptoKit",
+ "printedName": "CryptoKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "lessThanRuble",
+ "printedName": "lessThanRuble",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO13lessThanRubleyA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO13lessThanRubleyA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "haveSumDifference",
+ "printedName": "haveSumDifference",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO17haveSumDifferenceyA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO17haveSumDifferenceyA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "haveItemsDifference",
+ "printedName": "haveItemsDifference",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO19haveItemsDifferenceyA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO19haveItemsDifferenceyA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "wrongPersonData",
+ "printedName": "wrongPersonData",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO15wrongPersonDatayA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO15wrongPersonDatayA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "noPartnerForClient",
+ "printedName": "noPartnerForClient",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO18noPartnerForClientyA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO18noPartnerForClientyA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO2eeoiySbAC_ACtFZ",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO2eeoiySbAC_ACtFZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO9hashValueSivp",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO9hashValueSivp",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO9hashValueSivg",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO9hashValueSivg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "hash",
+ "printedName": "hash(into:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Hasher",
+ "printedName": "Swift.Hasher",
+ "paramValueOwnership": "InOut",
+ "usr": "s:s6HasherV"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO4hash4intoys6HasherVz_tF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO4hash4intoys6HasherVz_tF",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CryptoKit",
+ "printedName": "CryptoKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "MachO",
+ "printedName": "MachO",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIColor",
+ "printedName": "UIKit.UIColor",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "PassKit",
+ "printedName": "PassKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreTelephony",
+ "printedName": "CoreTelephony",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "SystemConfiguration",
+ "printedName": "SystemConfiguration",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIFont",
+ "printedName": "UIKit.UIFont",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Dispatch",
+ "printedName": "Dispatch",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "CoreLocation",
+ "printedName": "CoreLocation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UserNotifications",
+ "printedName": "UserNotifications",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "QuartzCore.CAMediaTimingFunction",
+ "printedName": "QuartzCore.CAMediaTimingFunction",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyamePaymentConfiguration",
+ "printedName": "DolyamePaymentConfiguration",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "Order",
+ "printedName": "Order",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "Item",
+ "printedName": "Item",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "name",
+ "printedName": "name",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4nameSSvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4nameSSvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4nameSSvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4nameSSvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "quantity",
+ "printedName": "quantity",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV8quantitySivp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV8quantitySivp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV8quantitySivg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV8quantitySivg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "price",
+ "printedName": "price",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV5priceSo9NSDecimalavp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV5priceSo9NSDecimalavp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV5priceSo9NSDecimalavg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV5priceSo9NSDecimalavg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "sku",
+ "printedName": "sku",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV3skuSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV3skuSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV3skuSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV3skuSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(name:quantity:price:sku:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Item",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order.Item",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4name8quantity5price3skuAGSS_SiSo9NSDecimalaSSSgtcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4name8quantity5price3skuAGSS_SiSo9NSDecimalaSSSgtcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "id",
+ "printedName": "id",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV2idSSvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV2idSSvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV2idSSvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV2idSSvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "amount",
+ "printedName": "amount",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV6amountSo9NSDecimalavp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV6amountSo9NSDecimalavp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV6amountSo9NSDecimalavg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV6amountSo9NSDecimalavg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "prepaidAmount",
+ "printedName": "prepaidAmount",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV13prepaidAmountSo9NSDecimalavp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV13prepaidAmountSo9NSDecimalavp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV13prepaidAmountSo9NSDecimalavg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV13prepaidAmountSo9NSDecimalavg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "items",
+ "printedName": "items",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[DolyameSDK.DolyamePaymentConfiguration.Order.Item]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Item",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order.Item",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV5itemsSayAE4ItemVGvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV5itemsSayAE4ItemVGvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[DolyameSDK.DolyamePaymentConfiguration.Order.Item]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Item",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order.Item",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV5itemsSayAE4ItemVGvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV5itemsSayAE4ItemVGvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "mcc",
+ "printedName": "mcc",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV3mccSivp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV3mccSivp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV3mccSivg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV3mccSivg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(id:amount:prepaidAmount:items:mcc:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Order",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[DolyameSDK.DolyamePaymentConfiguration.Order.Item]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Item",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order.Item",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV2id6amount13prepaidAmount5items3mccAESS_So9NSDecimalaALSayAE4ItemVGSitcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV2id6amount13prepaidAmount5items3mccAESS_So9NSDecimalaALSayAE4ItemVGSitcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Customer",
+ "printedName": "Customer",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "id",
+ "printedName": "id",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV2idSSvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV2idSSvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV2idSSvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV2idSSvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "firstName",
+ "printedName": "firstName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV9firstNameSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV9firstNameSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV9firstNameSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV9firstNameSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "lastName",
+ "printedName": "lastName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV8lastNameSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV8lastNameSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV8lastNameSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV8lastNameSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "middleName",
+ "printedName": "middleName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV10middleNameSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV10middleNameSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV10middleNameSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV10middleNameSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "phone",
+ "printedName": "phone",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV5phoneSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV5phoneSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV5phoneSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV5phoneSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "birthday",
+ "printedName": "birthday",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV8birthdaySSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV8birthdaySSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV8birthdaySSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV8birthdaySSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "email",
+ "printedName": "email",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV5emailSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV5emailSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV5emailSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV5emailSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(id:firstName:lastName:middleName:phone:birthday:email:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Customer",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Customer",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV2id9firstName04lastH006middleH05phone8birthday5emailAESS_SSSgA5Mtcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV2id9firstName04lastH006middleH05phone8birthday5emailAESS_SSSgA5Mtcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Partner",
+ "printedName": "Partner",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "id",
+ "printedName": "id",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV2idSSvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV2idSSvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV2idSSvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV2idSSvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "notificationUrl",
+ "printedName": "notificationUrl",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV15notificationUrlSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV15notificationUrlSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV15notificationUrlSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV15notificationUrlSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "demoFlow",
+ "printedName": "demoFlow",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV8demoFlowSbvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV8demoFlowSbvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV8demoFlowSbvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV8demoFlowSbvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(id:notificationUrl:demoFlow:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Partner",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Partner",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV2id15notificationUrl8demoFlowAESS_SSSgSbtcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV2id15notificationUrl8demoFlowAESS_SSSgSbtcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "partner",
+ "printedName": "partner",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Partner",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Partner",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7partnerAC7PartnerVvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7partnerAC7PartnerVvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Partner",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Partner",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7partnerAC7PartnerVvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7partnerAC7PartnerVvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "order",
+ "printedName": "order",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Order",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5orderAC5OrderVvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5orderAC5OrderVvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Order",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5orderAC5OrderVvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5orderAC5OrderVvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "customer",
+ "printedName": "customer",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Customer",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Customer",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8customerAC8CustomerVvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8customerAC8CustomerVvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Customer",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Customer",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8customerAC8CustomerVvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8customerAC8CustomerVvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "enableCallKitUsage",
+ "printedName": "enableCallKitUsage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC18enableCallKitUsageSbvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC18enableCallKitUsageSbvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC18enableCallKitUsageSbvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC18enableCallKitUsageSbvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(partner:order:customer:enableCallKitUsage:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentConfiguration",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Partner",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Partner",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Order",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Customer",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Customer",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "hasDefaultArg": true,
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7partner5order8customer18enableCallKitUsageA2C7PartnerV_AC5OrderVAC8CustomerVSbtcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7partner5order8customer18enableCallKitUsageA2C7PartnerV_AC5OrderVAC8CustomerVSbtcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "CommonCrypto",
+ "printedName": "CommonCrypto",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Security",
+ "printedName": "Security",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreImage",
+ "printedName": "CoreImage",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "success",
+ "printedName": "success",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult.Type) -> DolyameSDK.DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO7successyA2CmF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO7successyA2CmF",
+ "moduleName": "DolyameSDK",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "failure",
+ "printedName": "failure",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult.Type) -> DolyameSDK.DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO7failureyA2CmF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO7failureyA2CmF",
+ "moduleName": "DolyameSDK",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "pending",
+ "printedName": "pending",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult.Type) -> DolyameSDK.DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO7pendingyA2CmF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO7pendingyA2CmF",
+ "moduleName": "DolyameSDK",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "dismissed",
+ "printedName": "dismissed",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult.Type) -> DolyameSDK.DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO9dismissedyA2CmF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO9dismissedyA2CmF",
+ "moduleName": "DolyameSDK",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO2eeoiySbAC_ACtFZ",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO2eeoiySbAC_ACtFZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO9hashValueSivp",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO9hashValueSivp",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO9hashValueSivg",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO9hashValueSivg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "hash",
+ "printedName": "hash(into:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Hasher",
+ "printedName": "Swift.Hasher",
+ "paramValueOwnership": "InOut",
+ "usr": "s:s6HasherV"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO4hash4intoys6HasherVz_tF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO4hash4intoys6HasherVz_tF",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl",
+ "Frozen"
+ ],
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyamePaymentCoordinator",
+ "printedName": "DolyamePaymentCoordinator",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "onFinish",
+ "printedName": "onFinish",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyamePaymentCoordinatorResult) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvp",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyamePaymentCoordinatorResult) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvg",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyamePaymentCoordinatorResult) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvs",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvM",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvM",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "onUnexpectedEvent",
+ "printedName": "onUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyameUnexpectedEvent) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvp",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyameUnexpectedEvent) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvg",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyameUnexpectedEvent) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvs",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvM",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvM",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(configuration:modalHostController:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinator",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinator",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentConfiguration",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC13configuration19modalHostControllerAcA0aC13ConfigurationC_So06UIViewH0Ctcfc",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC13configuration19modalHostControllerAcA0aC13ConfigurationC_So06UIViewH0Ctcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "start",
+ "printedName": "start()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC5startyyF",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC5startyyF",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "PassKit",
+ "printedName": "PassKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "QuartzCore",
+ "printedName": "QuartzCore",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreTelephony",
+ "printedName": "CoreTelephony",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "SystemConfiguration",
+ "printedName": "SystemConfiguration",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "EventMO",
+ "printedName": "EventMO",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(entity:insertInto:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventMO",
+ "printedName": "DolyameSDK.EventMO",
+ "usr": "c:@M@DolyameSDK@objc(cs)EventMO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSEntityDescription",
+ "printedName": "CoreData.NSEntityDescription",
+ "usr": "c:objc(cs)NSEntityDescription"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "CoreData.NSManagedObjectContext?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSManagedObjectContext",
+ "printedName": "CoreData.NSManagedObjectContext",
+ "usr": "c:objc(cs)NSManagedObjectContext"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@DolyameSDK@objc(cs)EventMO(im)initWithEntity:insertIntoManagedObjectContext:",
+ "mangledName": "$s10DolyameSDK7EventMOC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "initWithEntity:insertIntoManagedObjectContext:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "fetchRequest",
+ "printedName": "fetchRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSFetchRequest",
+ "printedName": "CoreData.NSFetchRequest",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventMO",
+ "printedName": "DolyameSDK.EventMO",
+ "usr": "c:@M@DolyameSDK@objc(cs)EventMO"
+ }
+ ],
+ "usr": "c:objc(cs)NSFetchRequest"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK7EventMOC12fetchRequestSo07NSFetchF0CyACGyFZ",
+ "mangledName": "$s10DolyameSDK7EventMOC12fetchRequestSo07NSFetchF0CyACGyFZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "declAttributes": [
+ "AccessControl",
+ "NonObjC"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "clientParameters",
+ "printedName": "clientParameters",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)clientParameters",
+ "mangledName": "$s10DolyameSDK7EventMOC16clientParameters10Foundation4DataVSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)clientParameters",
+ "mangledName": "$s10DolyameSDK7EventMOC16clientParameters10Foundation4DataVSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setClientParameters:",
+ "mangledName": "$s10DolyameSDK7EventMOC16clientParameters10Foundation4DataVSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "eventParameters",
+ "printedName": "eventParameters",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)eventParameters",
+ "mangledName": "$s10DolyameSDK7EventMOC15eventParameters10Foundation4DataVSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)eventParameters",
+ "mangledName": "$s10DolyameSDK7EventMOC15eventParameters10Foundation4DataVSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setEventParameters:",
+ "mangledName": "$s10DolyameSDK7EventMOC15eventParameters10Foundation4DataVSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "name",
+ "printedName": "name",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)name",
+ "mangledName": "$s10DolyameSDK7EventMOC4nameSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)name",
+ "mangledName": "$s10DolyameSDK7EventMOC4nameSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setName:",
+ "mangledName": "$s10DolyameSDK7EventMOC4nameSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "parameters",
+ "printedName": "parameters",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)parameters",
+ "mangledName": "$s10DolyameSDK7EventMOC10parameters10Foundation4DataVSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)parameters",
+ "mangledName": "$s10DolyameSDK7EventMOC10parameters10Foundation4DataVSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setParameters:",
+ "mangledName": "$s10DolyameSDK7EventMOC10parameters10Foundation4DataVSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "project",
+ "printedName": "project",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)project",
+ "mangledName": "$s10DolyameSDK7EventMOC7projectSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)project",
+ "mangledName": "$s10DolyameSDK7EventMOC7projectSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setProject:",
+ "mangledName": "$s10DolyameSDK7EventMOC7projectSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "timestamp",
+ "printedName": "timestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)timestamp",
+ "mangledName": "$s10DolyameSDK7EventMOC9timestamps5Int64Vvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)timestamp",
+ "mangledName": "$s10DolyameSDK7EventMOC9timestamps5Int64Vvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setTimestamp:",
+ "mangledName": "$s10DolyameSDK7EventMOC9timestamps5Int64Vvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@DolyameSDK@objc(cs)EventMO",
+ "mangledName": "$s10DolyameSDK7EventMOC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSManagedObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "CoreData.NSManagedObject",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ObservableObject",
+ "printedName": "ObservableObject",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ObjectWillChangePublisher",
+ "printedName": "ObjectWillChangePublisher",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ObservableObjectPublisher",
+ "printedName": "Combine.ObservableObjectPublisher",
+ "usr": "s:7Combine25ObservableObjectPublisherC"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7Combine16ObservableObjectP",
+ "mangledName": "$s7Combine16ObservableObjectP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "LogMO",
+ "printedName": "LogMO",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(entity:insertInto:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "LogMO",
+ "printedName": "DolyameSDK.LogMO",
+ "usr": "c:@M@DolyameSDK@objc(cs)LogMO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSEntityDescription",
+ "printedName": "CoreData.NSEntityDescription",
+ "usr": "c:objc(cs)NSEntityDescription"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "CoreData.NSManagedObjectContext?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSManagedObjectContext",
+ "printedName": "CoreData.NSManagedObjectContext",
+ "usr": "c:objc(cs)NSManagedObjectContext"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@DolyameSDK@objc(cs)LogMO(im)initWithEntity:insertIntoManagedObjectContext:",
+ "mangledName": "$s10DolyameSDK5LogMOC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "initWithEntity:insertIntoManagedObjectContext:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "fetchRequest",
+ "printedName": "fetchRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSFetchRequest",
+ "printedName": "CoreData.NSFetchRequest",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "LogMO",
+ "printedName": "DolyameSDK.LogMO",
+ "usr": "c:@M@DolyameSDK@objc(cs)LogMO"
+ }
+ ],
+ "usr": "c:objc(cs)NSFetchRequest"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK5LogMOC12fetchRequestSo07NSFetchF0CyACGyFZ",
+ "mangledName": "$s10DolyameSDK5LogMOC12fetchRequestSo07NSFetchF0CyACGyFZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "declAttributes": [
+ "AccessControl",
+ "NonObjC"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "file",
+ "printedName": "file",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)file",
+ "mangledName": "$s10DolyameSDK5LogMOC4fileSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)file",
+ "mangledName": "$s10DolyameSDK5LogMOC4fileSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setFile:",
+ "mangledName": "$s10DolyameSDK5LogMOC4fileSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "function",
+ "printedName": "function",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)function",
+ "mangledName": "$s10DolyameSDK5LogMOC8functionSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)function",
+ "mangledName": "$s10DolyameSDK5LogMOC8functionSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setFunction:",
+ "mangledName": "$s10DolyameSDK5LogMOC8functionSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "level",
+ "printedName": "level",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int16",
+ "printedName": "Swift.Int16",
+ "usr": "s:s5Int16V"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)level",
+ "mangledName": "$s10DolyameSDK5LogMOC5levels5Int16Vvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int16",
+ "printedName": "Swift.Int16",
+ "usr": "s:s5Int16V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)level",
+ "mangledName": "$s10DolyameSDK5LogMOC5levels5Int16Vvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int16",
+ "printedName": "Swift.Int16",
+ "usr": "s:s5Int16V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setLevel:",
+ "mangledName": "$s10DolyameSDK5LogMOC5levels5Int16Vvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "line",
+ "printedName": "line",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)line",
+ "mangledName": "$s10DolyameSDK5LogMOC4lines5Int64Vvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)line",
+ "mangledName": "$s10DolyameSDK5LogMOC4lines5Int64Vvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setLine:",
+ "mangledName": "$s10DolyameSDK5LogMOC4lines5Int64Vvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "message",
+ "printedName": "message",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)message",
+ "mangledName": "$s10DolyameSDK5LogMOC7messageSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)message",
+ "mangledName": "$s10DolyameSDK5LogMOC7messageSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setMessage:",
+ "mangledName": "$s10DolyameSDK5LogMOC7messageSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "metadata",
+ "printedName": "metadata",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)metadata",
+ "mangledName": "$s10DolyameSDK5LogMOC8metadata10Foundation4DataVSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)metadata",
+ "mangledName": "$s10DolyameSDK5LogMOC8metadata10Foundation4DataVSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setMetadata:",
+ "mangledName": "$s10DolyameSDK5LogMOC8metadata10Foundation4DataVSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "tag",
+ "printedName": "tag",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)tag",
+ "mangledName": "$s10DolyameSDK5LogMOC3tagSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)tag",
+ "mangledName": "$s10DolyameSDK5LogMOC3tagSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setTag:",
+ "mangledName": "$s10DolyameSDK5LogMOC3tagSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "thread",
+ "printedName": "thread",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)thread",
+ "mangledName": "$s10DolyameSDK5LogMOC6threadSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)thread",
+ "mangledName": "$s10DolyameSDK5LogMOC6threadSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setThread:",
+ "mangledName": "$s10DolyameSDK5LogMOC6threadSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "timestamp",
+ "printedName": "timestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)timestamp",
+ "mangledName": "$s10DolyameSDK5LogMOC9timestampSdvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)timestamp",
+ "mangledName": "$s10DolyameSDK5LogMOC9timestampSdvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setTimestamp:",
+ "mangledName": "$s10DolyameSDK5LogMOC9timestampSdvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@DolyameSDK@objc(cs)LogMO",
+ "mangledName": "$s10DolyameSDK5LogMOC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSManagedObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "CoreData.NSManagedObject",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ObservableObject",
+ "printedName": "ObservableObject",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ObjectWillChangePublisher",
+ "printedName": "ObjectWillChangePublisher",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ObservableObjectPublisher",
+ "printedName": "Combine.ObservableObjectPublisher",
+ "usr": "s:7Combine25ObservableObjectPublisherC"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7Combine16ObservableObjectP",
+ "mangledName": "$s7Combine16ObservableObjectP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "String",
+ "printedName": "String",
+ "declKind": "Struct",
+ "usr": "s:SS",
+ "mangledName": "$sSS",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKeyRepresentable",
+ "printedName": "CodingKeyRepresentable",
+ "usr": "s:s22CodingKeyRepresentableP",
+ "mangledName": "$ss22CodingKeyRepresentableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasContiguousBytes",
+ "printedName": "_HasContiguousBytes",
+ "usr": "s:s19_HasContiguousBytesP",
+ "mangledName": "$ss19_HasContiguousBytesP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "TextOutputStream",
+ "printedName": "TextOutputStream",
+ "usr": "s:s16TextOutputStreamP",
+ "mangledName": "$ss16TextOutputStreamP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "TextOutputStreamable",
+ "printedName": "TextOutputStreamable",
+ "usr": "s:s20TextOutputStreamableP",
+ "mangledName": "$ss20TextOutputStreamableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinUnicodeScalarLiteral",
+ "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral",
+ "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP",
+ "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral",
+ "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral",
+ "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP",
+ "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinStringLiteral",
+ "printedName": "_ExpressibleByBuiltinStringLiteral",
+ "usr": "s:s34_ExpressibleByBuiltinStringLiteralP",
+ "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByStringLiteral",
+ "printedName": "ExpressibleByStringLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "StringLiteralType",
+ "printedName": "StringLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s26ExpressibleByStringLiteralP",
+ "mangledName": "$ss26ExpressibleByStringLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByExtendedGraphemeClusterLiteral",
+ "printedName": "ExpressibleByExtendedGraphemeClusterLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ExtendedGraphemeClusterLiteralType",
+ "printedName": "ExtendedGraphemeClusterLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP",
+ "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByUnicodeScalarLiteral",
+ "printedName": "ExpressibleByUnicodeScalarLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "UnicodeScalarLiteralType",
+ "printedName": "UnicodeScalarLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s33ExpressibleByUnicodeScalarLiteralP",
+ "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BidirectionalCollection",
+ "printedName": "BidirectionalCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Character",
+ "printedName": "Swift.Character",
+ "usr": "s:SJ"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Index",
+ "printedName": "Swift.String.Index",
+ "usr": "s:SS5IndexV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Substring",
+ "printedName": "Swift.Substring",
+ "usr": "s:Ss"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DefaultIndices",
+ "printedName": "Swift.DefaultIndices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:SI"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SK",
+ "mangledName": "$sSK"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Collection",
+ "printedName": "Collection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Character",
+ "printedName": "Swift.Character",
+ "usr": "s:SJ"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Index",
+ "printedName": "Swift.String.Index",
+ "usr": "s:SS5IndexV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Swift.String.Iterator",
+ "usr": "s:SS8IteratorV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Substring",
+ "printedName": "Swift.Substring",
+ "usr": "s:Ss"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DefaultIndices",
+ "printedName": "Swift.DefaultIndices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:SI"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sl",
+ "mangledName": "$sSl"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Character",
+ "printedName": "Swift.Character",
+ "usr": "s:SJ"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Swift.String.Iterator",
+ "usr": "s:SS8IteratorV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "StringProtocol",
+ "printedName": "StringProtocol",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "UTF8View",
+ "printedName": "UTF8View",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UTF8View",
+ "printedName": "Swift.String.UTF8View",
+ "usr": "s:SS8UTF8ViewV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "UTF16View",
+ "printedName": "UTF16View",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UTF16View",
+ "printedName": "Swift.String.UTF16View",
+ "usr": "s:SS9UTF16ViewV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "UnicodeScalarView",
+ "printedName": "UnicodeScalarView",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UnicodeScalarView",
+ "printedName": "Swift.String.UnicodeScalarView",
+ "usr": "s:SS17UnicodeScalarViewV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Substring",
+ "printedName": "Swift.Substring",
+ "usr": "s:Ss"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sy",
+ "mangledName": "$sSy"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByStringInterpolation",
+ "printedName": "ExpressibleByStringInterpolation",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "StringInterpolation",
+ "printedName": "StringInterpolation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DefaultStringInterpolation",
+ "printedName": "Swift.DefaultStringInterpolation",
+ "usr": "s:s26DefaultStringInterpolationV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s32ExpressibleByStringInterpolationP",
+ "mangledName": "$ss32ExpressibleByStringInterpolationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RangeReplaceableCollection",
+ "printedName": "RangeReplaceableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Substring",
+ "printedName": "Swift.Substring",
+ "usr": "s:Ss"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sm",
+ "mangledName": "$sSm"
+ },
+ {
+ "kind": "Conformance",
+ "name": "MirrorPath",
+ "printedName": "MirrorPath",
+ "usr": "s:s10MirrorPathP",
+ "mangledName": "$ss10MirrorPathP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSString",
+ "printedName": "Foundation.NSString",
+ "usr": "c:objc(cs)NSString"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Double",
+ "printedName": "Double",
+ "declKind": "Struct",
+ "usr": "s:Sd",
+ "mangledName": "$sSd",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgPassedAsDouble",
+ "printedName": "_CVarArgPassedAsDouble",
+ "usr": "s:s22_CVarArgPassedAsDoubleP",
+ "mangledName": "$ss22_CVarArgPassedAsDoubleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgAligned",
+ "printedName": "_CVarArgAligned",
+ "usr": "s:s15_CVarArgAlignedP",
+ "mangledName": "$ss15_CVarArgAlignedP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "TextOutputStreamable",
+ "printedName": "TextOutputStreamable",
+ "usr": "s:s20TextOutputStreamableP",
+ "mangledName": "$ss20TextOutputStreamableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryFloatingPoint",
+ "printedName": "BinaryFloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawSignificand",
+ "printedName": "RawSignificand",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt64",
+ "printedName": "Swift.UInt64",
+ "usr": "s:s6UInt64V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "RawExponent",
+ "printedName": "RawExponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SB",
+ "mangledName": "$sSB"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "FloatingPoint",
+ "printedName": "FloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Exponent",
+ "printedName": "Exponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SF",
+ "mangledName": "$sSF"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinIntegerLiteral",
+ "printedName": "_ExpressibleByBuiltinIntegerLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinFloatLiteral",
+ "printedName": "_ExpressibleByBuiltinFloatLiteral",
+ "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP",
+ "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SIMDScalar",
+ "printedName": "SIMDScalar",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SIMDMaskScalar",
+ "printedName": "SIMDMaskScalar",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD2Storage",
+ "printedName": "SIMD2Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD2Storage",
+ "printedName": "Swift.Double.SIMD2Storage",
+ "usr": "s:Sd12SIMD2StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD4Storage",
+ "printedName": "SIMD4Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD4Storage",
+ "printedName": "Swift.Double.SIMD4Storage",
+ "usr": "s:Sd12SIMD4StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD8Storage",
+ "printedName": "SIMD8Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD8Storage",
+ "printedName": "Swift.Double.SIMD8Storage",
+ "usr": "s:Sd12SIMD8StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD16Storage",
+ "printedName": "SIMD16Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD16Storage",
+ "printedName": "Swift.Double.SIMD16Storage",
+ "usr": "s:Sd13SIMD16StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD32Storage",
+ "printedName": "SIMD32Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD32Storage",
+ "printedName": "Swift.Double.SIMD32Storage",
+ "usr": "s:Sd13SIMD32StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD64Storage",
+ "printedName": "SIMD64Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD64Storage",
+ "printedName": "Swift.Double.SIMD64Storage",
+ "usr": "s:Sd13SIMD64StorageV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SIMDScalarP",
+ "mangledName": "$ss10SIMDScalarP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "CGFloat",
+ "printedName": "CGFloat",
+ "declKind": "Struct",
+ "usr": "s:14CoreFoundation7CGFloatV",
+ "mangledName": "$s12CoreGraphics7CGFloatV",
+ "moduleName": "CoreFoundation",
+ "intro_Macosx": "10.0",
+ "intro_iOS": "2.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "1.0",
+ "declAttributes": [
+ "Frozen",
+ "OriginallyDefinedIn",
+ "OriginallyDefinedIn",
+ "OriginallyDefinedIn",
+ "OriginallyDefinedIn",
+ "OriginallyDefinedIn",
+ "Available",
+ "Available",
+ "Available",
+ "Available",
+ "Available"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGFloat",
+ "printedName": "CoreGraphics.CGFloat",
+ "usr": "s:14CoreFoundation7CGFloatV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryFloatingPoint",
+ "printedName": "BinaryFloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawSignificand",
+ "printedName": "RawSignificand",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "RawExponent",
+ "printedName": "RawExponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SB",
+ "mangledName": "$sSB"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "FloatingPoint",
+ "printedName": "FloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Exponent",
+ "printedName": "Exponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SF",
+ "mangledName": "$sSF"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGFloat",
+ "printedName": "CoreGraphics.CGFloat",
+ "usr": "s:14CoreFoundation7CGFloatV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgPassedAsDouble",
+ "printedName": "_CVarArgPassedAsDouble",
+ "usr": "s:s22_CVarArgPassedAsDoubleP",
+ "mangledName": "$ss22_CVarArgPassedAsDoubleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgAligned",
+ "printedName": "_CVarArgAligned",
+ "usr": "s:s15_CVarArgAlignedP",
+ "mangledName": "$ss15_CVarArgAlignedP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGFloat",
+ "printedName": "CoreGraphics.CGFloat",
+ "usr": "s:14CoreFoundation7CGFloatV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIScrollView",
+ "printedName": "UIScrollView",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIScrollView",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIScrollView",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)UIView",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "UIKit.UIView",
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "__DefaultCustomPlaygroundQuickLookable",
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UInt",
+ "printedName": "UInt",
+ "declKind": "Struct",
+ "usr": "s:Su",
+ "mangledName": "$sSu",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "FixedWidthInteger",
+ "printedName": "FixedWidthInteger",
+ "usr": "s:s17FixedWidthIntegerP",
+ "mangledName": "$ss17FixedWidthIntegerP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "UnsignedInteger",
+ "printedName": "UnsignedInteger",
+ "usr": "s:SU",
+ "mangledName": "$sSU"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinIntegerLiteral",
+ "printedName": "_ExpressibleByBuiltinIntegerLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryInteger",
+ "printedName": "BinaryInteger",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Words",
+ "printedName": "Words",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Words",
+ "printedName": "Swift.UInt.Words",
+ "usr": "s:Su5WordsV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sz",
+ "mangledName": "$sSz"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SIMDScalar",
+ "printedName": "SIMDScalar",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SIMDMaskScalar",
+ "printedName": "SIMDMaskScalar",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD2Storage",
+ "printedName": "SIMD2Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD2Storage",
+ "printedName": "Swift.UInt.SIMD2Storage",
+ "usr": "s:Su12SIMD2StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD4Storage",
+ "printedName": "SIMD4Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD4Storage",
+ "printedName": "Swift.UInt.SIMD4Storage",
+ "usr": "s:Su12SIMD4StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD8Storage",
+ "printedName": "SIMD8Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD8Storage",
+ "printedName": "Swift.UInt.SIMD8Storage",
+ "usr": "s:Su12SIMD8StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD16Storage",
+ "printedName": "SIMD16Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD16Storage",
+ "printedName": "Swift.UInt.SIMD16Storage",
+ "usr": "s:Su13SIMD16StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD32Storage",
+ "printedName": "SIMD32Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD32Storage",
+ "printedName": "Swift.UInt.SIMD32Storage",
+ "usr": "s:Su13SIMD32StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD64Storage",
+ "printedName": "SIMD64Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD64Storage",
+ "printedName": "Swift.UInt.SIMD64Storage",
+ "usr": "s:Su13SIMD64StorageV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SIMDScalarP",
+ "mangledName": "$ss10SIMDScalarP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt64",
+ "printedName": "Swift.UInt64",
+ "usr": "s:s6UInt64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Int",
+ "printedName": "Int",
+ "declKind": "Struct",
+ "usr": "s:Si",
+ "mangledName": "$sSi",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "FixedWidthInteger",
+ "printedName": "FixedWidthInteger",
+ "usr": "s:s17FixedWidthIntegerP",
+ "mangledName": "$ss17FixedWidthIntegerP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedInteger",
+ "printedName": "SignedInteger",
+ "usr": "s:SZ",
+ "mangledName": "$sSZ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinIntegerLiteral",
+ "printedName": "_ExpressibleByBuiltinIntegerLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryInteger",
+ "printedName": "BinaryInteger",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Words",
+ "printedName": "Words",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Words",
+ "printedName": "Swift.Int.Words",
+ "usr": "s:Si5WordsV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sz",
+ "mangledName": "$sSz"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKeyRepresentable",
+ "printedName": "CodingKeyRepresentable",
+ "usr": "s:s22CodingKeyRepresentableP",
+ "mangledName": "$ss22CodingKeyRepresentableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "MirrorPath",
+ "printedName": "MirrorPath",
+ "usr": "s:s10MirrorPathP",
+ "mangledName": "$ss10MirrorPathP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SIMDScalar",
+ "printedName": "SIMDScalar",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SIMDMaskScalar",
+ "printedName": "SIMDMaskScalar",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD2Storage",
+ "printedName": "SIMD2Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD2Storage",
+ "printedName": "Swift.Int.SIMD2Storage",
+ "usr": "s:Si12SIMD2StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD4Storage",
+ "printedName": "SIMD4Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD4Storage",
+ "printedName": "Swift.Int.SIMD4Storage",
+ "usr": "s:Si12SIMD4StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD8Storage",
+ "printedName": "SIMD8Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD8Storage",
+ "printedName": "Swift.Int.SIMD8Storage",
+ "usr": "s:Si12SIMD8StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD16Storage",
+ "printedName": "SIMD16Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD16Storage",
+ "printedName": "Swift.Int.SIMD16Storage",
+ "usr": "s:Si13SIMD16StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD32Storage",
+ "printedName": "SIMD32Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD32Storage",
+ "printedName": "Swift.Int.SIMD32Storage",
+ "usr": "s:Si13SIMD32StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD64Storage",
+ "printedName": "SIMD64Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD64Storage",
+ "printedName": "Swift.Int.SIMD64Storage",
+ "usr": "s:Si13SIMD64StorageV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SIMDScalarP",
+ "mangledName": "$ss10SIMDScalarP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DispatchQueue",
+ "printedName": "DispatchQueue",
+ "declKind": "Class",
+ "usr": "c:objc(cs)OS_dispatch_queue",
+ "moduleName": "Dispatch",
+ "isOpen": true,
+ "objc_name": "OS_dispatch_queue",
+ "declAttributes": [
+ "ObjC",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)OS_dispatch_object",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "Dispatch.DispatchObject",
+ "os_object.OS_object",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Scheduler",
+ "printedName": "Scheduler",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SchedulerTimeType",
+ "printedName": "SchedulerTimeType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SchedulerTimeType",
+ "printedName": "Dispatch.DispatchQueue.SchedulerTimeType",
+ "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SchedulerOptions",
+ "printedName": "SchedulerOptions",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SchedulerOptions",
+ "printedName": "Dispatch.DispatchQueue.SchedulerOptions",
+ "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7Combine9SchedulerP",
+ "mangledName": "$s7Combine9SchedulerP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIView",
+ "printedName": "UIView",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIView",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIView",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)UIResponder",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "__DefaultCustomPlaygroundQuickLookable",
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIViewController",
+ "printedName": "UIViewController",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIViewController",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIViewController",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)UIResponder",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSDirectionalEdgeInsets",
+ "printedName": "NSDirectionalEdgeInsets",
+ "declKind": "Struct",
+ "usr": "c:@S@NSDirectionalEdgeInsets",
+ "moduleName": "UIKit",
+ "intro_iOS": "11.0",
+ "declAttributes": [
+ "Available",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSValue",
+ "printedName": "Foundation.NSValue",
+ "usr": "c:objc(cs)NSValue"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "URLSessionTask",
+ "printedName": "URLSessionTask",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSURLSessionTask",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "7.0",
+ "objc_name": "NSURLSessionTask",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Array",
+ "printedName": "Array",
+ "declKind": "Struct",
+ "usr": "s:Sa",
+ "mangledName": "$sSa",
+ "moduleName": "Swift",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "_DestructorSafeContainer",
+ "printedName": "_DestructorSafeContainer",
+ "usr": "s:s24_DestructorSafeContainerP",
+ "mangledName": "$ss24_DestructorSafeContainerP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ArrayProtocol",
+ "printedName": "_ArrayProtocol",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Buffer",
+ "printedName": "_Buffer",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "_ArrayBuffer",
+ "printedName": "Swift._ArrayBuffer<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s12_ArrayBufferV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s14_ArrayProtocolP",
+ "mangledName": "$ss14_ArrayProtocolP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RandomAccessCollection",
+ "printedName": "RandomAccessCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Range",
+ "printedName": "Swift.Range",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sn"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sk",
+ "mangledName": "$sSk"
+ },
+ {
+ "kind": "Conformance",
+ "name": "MutableCollection",
+ "printedName": "MutableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SM",
+ "mangledName": "$sSM"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BidirectionalCollection",
+ "printedName": "BidirectionalCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Range",
+ "printedName": "Swift.Range",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sn"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SK",
+ "mangledName": "$sSK"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Collection",
+ "printedName": "Collection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "IndexingIterator",
+ "printedName": "Swift.IndexingIterator<[τ_0_0]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[τ_0_0]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s16IndexingIteratorV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Range",
+ "printedName": "Swift.Range",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sn"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sl",
+ "mangledName": "$sSl"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "IndexingIterator",
+ "printedName": "Swift.IndexingIterator<[τ_0_0]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[τ_0_0]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s16IndexingIteratorV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByArrayLiteral",
+ "printedName": "ExpressibleByArrayLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ArrayLiteralElement",
+ "printedName": "ArrayLiteralElement",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByArrayLiteralP",
+ "mangledName": "$ss25ExpressibleByArrayLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RangeReplaceableCollection",
+ "printedName": "RangeReplaceableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sm",
+ "mangledName": "$sSm"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasContiguousBytes",
+ "printedName": "_HasContiguousBytes",
+ "usr": "s:s19_HasContiguousBytesP",
+ "mangledName": "$ss19_HasContiguousBytesP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "DataProtocol",
+ "printedName": "DataProtocol",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Regions",
+ "printedName": "Regions",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CollectionOfOne",
+ "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.UInt8]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s15CollectionOfOneV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation12DataProtocolP",
+ "mangledName": "$s10Foundation12DataProtocolP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "MutableDataProtocol",
+ "printedName": "MutableDataProtocol",
+ "usr": "s:10Foundation19MutableDataProtocolP",
+ "mangledName": "$s10Foundation19MutableDataProtocolP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "EncodableWithConfiguration",
+ "printedName": "EncodableWithConfiguration",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "EncodingConfiguration",
+ "printedName": "EncodingConfiguration",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.EncodingConfiguration"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation26EncodableWithConfigurationP",
+ "mangledName": "$s10Foundation26EncodableWithConfigurationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "DecodableWithConfiguration",
+ "printedName": "DecodableWithConfiguration",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "DecodingConfiguration",
+ "printedName": "DecodingConfiguration",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.DecodingConfiguration"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation26DecodableWithConfigurationP",
+ "mangledName": "$s10Foundation26DecodableWithConfigurationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSArray",
+ "printedName": "Foundation.NSArray",
+ "usr": "c:objc(cs)NSArray"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ContiguousBytes",
+ "printedName": "ContiguousBytes",
+ "usr": "s:10Foundation15ContiguousBytesP",
+ "mangledName": "$s10Foundation15ContiguousBytesP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Bundle",
+ "printedName": "Bundle",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSBundle",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSBundle",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "State",
+ "printedName": "State",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:So14UIControlStateV10DolyameSDKE9hashValueSivp",
+ "mangledName": "$sSo14UIControlStateV10DolyameSDKE9hashValueSivp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:So14UIControlStateV10DolyameSDKE9hashValueSivg",
+ "mangledName": "$sSo14UIControlStateV10DolyameSDKE9hashValueSivg",
+ "moduleName": "DolyameSDK",
+ "isFromExtension": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "c:@E@UIControlState",
+ "moduleName": "UIKit",
+ "declAttributes": [
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "Sendable",
+ "NonSendable"
+ ],
+ "isFromExtension": true,
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "OptionSet",
+ "printedName": "OptionSet",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "State",
+ "printedName": "UIKit.UIControl.State",
+ "usr": "c:@E@UIControlState"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s9OptionSetP",
+ "mangledName": "$ss9OptionSetP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SetAlgebra",
+ "printedName": "SetAlgebra",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "State",
+ "printedName": "UIKit.UIControl.State",
+ "usr": "c:@E@UIControlState"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SetAlgebraP",
+ "mangledName": "$ss10SetAlgebraP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByArrayLiteral",
+ "printedName": "ExpressibleByArrayLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ArrayLiteralElement",
+ "printedName": "ArrayLiteralElement",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "State",
+ "printedName": "UIKit.UIControl.State",
+ "usr": "c:@E@UIControlState"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByArrayLiteralP",
+ "mangledName": "$ss25ExpressibleByArrayLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSObject",
+ "printedName": "NSObject",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSObject",
+ "moduleName": "ObjectiveC",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "NSObject",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "Dynamic"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "URL",
+ "printedName": "URL",
+ "declKind": "Struct",
+ "usr": "s:10Foundation3URLV",
+ "mangledName": "$s10Foundation3URLV",
+ "moduleName": "Foundation",
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "ReferenceConvertible",
+ "printedName": "ReferenceConvertible",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ReferenceType",
+ "printedName": "ReferenceType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSURL",
+ "printedName": "Foundation.NSURL",
+ "usr": "c:objc(cs)NSURL"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation20ReferenceConvertibleP",
+ "mangledName": "$s10Foundation20ReferenceConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSURL",
+ "printedName": "Foundation.NSURL",
+ "usr": "c:objc(cs)NSURL"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByFileReferenceLiteral",
+ "printedName": "_ExpressibleByFileReferenceLiteral",
+ "usr": "s:s34_ExpressibleByFileReferenceLiteralP",
+ "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Decimal",
+ "printedName": "Decimal",
+ "declKind": "Struct",
+ "usr": "c:@SA@NSDecimal",
+ "moduleName": "Foundation",
+ "declAttributes": [
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDecimalNumber",
+ "printedName": "Foundation.NSDecimalNumber",
+ "usr": "c:objc(cs)NSDecimalNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Bool",
+ "printedName": "Bool",
+ "declKind": "Struct",
+ "usr": "s:Sb",
+ "mangledName": "$sSb",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinBooleanLiteral",
+ "printedName": "_ExpressibleByBuiltinBooleanLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinBooleanLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinBooleanLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByBooleanLiteral",
+ "printedName": "ExpressibleByBooleanLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "BooleanLiteralType",
+ "printedName": "BooleanLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByBooleanLiteralP",
+ "mangledName": "$ss27ExpressibleByBooleanLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "URLSession",
+ "printedName": "URLSession",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSURLSession",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "7.0",
+ "objc_name": "NSURLSession",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UILayoutGuide",
+ "printedName": "UILayoutGuide",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UILayoutGuide",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "9.0",
+ "objc_name": "UILayoutGuide",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "URLSessionDataTask",
+ "printedName": "URLSessionDataTask",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSURLSessionDataTask",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "7.0",
+ "objc_name": "NSURLSessionDataTask",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSURLSessionTask",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "Foundation.URLSessionTask",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIControl",
+ "printedName": "UIControl",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIControl",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIControl",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)UIView",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "UIKit.UIView",
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "__DefaultCustomPlaygroundQuickLookable",
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIEdgeInsets",
+ "printedName": "UIEdgeInsets",
+ "declKind": "Struct",
+ "usr": "c:@S@UIEdgeInsets",
+ "moduleName": "UIKit",
+ "declAttributes": [
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSValue",
+ "printedName": "Foundation.NSValue",
+ "usr": "c:objc(cs)NSValue"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Dictionary",
+ "printedName": "Dictionary",
+ "declKind": "Struct",
+ "usr": "s:SD",
+ "mangledName": "$sSD",
+ "moduleName": "Swift",
+ "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
+ "sugared_genericSig": "",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(key: τ_0_0, value: τ_0_1)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator",
+ "usr": "s:SD8IteratorV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Collection",
+ "printedName": "Collection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(key: τ_0_0, value: τ_0_1)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Index",
+ "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Index",
+ "usr": "s:SD5IndexV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator",
+ "usr": "s:SD8IteratorV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Slice",
+ "printedName": "Swift.Slice<[τ_0_0 : τ_0_1]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[τ_0_0 : τ_0_1]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:s5SliceV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DefaultIndices",
+ "printedName": "Swift.DefaultIndices<[τ_0_0 : τ_0_1]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[τ_0_0 : τ_0_1]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SI"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sl",
+ "mangledName": "$sSl"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByDictionaryLiteral",
+ "printedName": "ExpressibleByDictionaryLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Key",
+ "printedName": "Key",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Value",
+ "printedName": "Value",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s30ExpressibleByDictionaryLiteralP",
+ "mangledName": "$ss30ExpressibleByDictionaryLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDictionary",
+ "printedName": "Foundation.NSDictionary",
+ "usr": "c:objc(cs)NSDictionary"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Float",
+ "printedName": "Float",
+ "declKind": "Struct",
+ "usr": "s:Sf",
+ "mangledName": "$sSf",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgPassedAsDouble",
+ "printedName": "_CVarArgPassedAsDouble",
+ "usr": "s:s22_CVarArgPassedAsDoubleP",
+ "mangledName": "$ss22_CVarArgPassedAsDoubleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgAligned",
+ "printedName": "_CVarArgAligned",
+ "usr": "s:s15_CVarArgAlignedP",
+ "mangledName": "$ss15_CVarArgAlignedP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "TextOutputStreamable",
+ "printedName": "TextOutputStreamable",
+ "usr": "s:s20TextOutputStreamableP",
+ "mangledName": "$ss20TextOutputStreamableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryFloatingPoint",
+ "printedName": "BinaryFloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawSignificand",
+ "printedName": "RawSignificand",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt32",
+ "printedName": "Swift.UInt32",
+ "usr": "s:s6UInt32V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "RawExponent",
+ "printedName": "RawExponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SB",
+ "mangledName": "$sSB"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "FloatingPoint",
+ "printedName": "FloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Exponent",
+ "printedName": "Exponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SF",
+ "mangledName": "$sSF"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinIntegerLiteral",
+ "printedName": "_ExpressibleByBuiltinIntegerLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinFloatLiteral",
+ "printedName": "_ExpressibleByBuiltinFloatLiteral",
+ "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP",
+ "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SIMDScalar",
+ "printedName": "SIMDScalar",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SIMDMaskScalar",
+ "printedName": "SIMDMaskScalar",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int32",
+ "printedName": "Swift.Int32",
+ "usr": "s:s5Int32V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD2Storage",
+ "printedName": "SIMD2Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD2Storage",
+ "printedName": "Swift.Float.SIMD2Storage",
+ "usr": "s:Sf12SIMD2StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD4Storage",
+ "printedName": "SIMD4Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD4Storage",
+ "printedName": "Swift.Float.SIMD4Storage",
+ "usr": "s:Sf12SIMD4StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD8Storage",
+ "printedName": "SIMD8Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD8Storage",
+ "printedName": "Swift.Float.SIMD8Storage",
+ "usr": "s:Sf12SIMD8StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD16Storage",
+ "printedName": "SIMD16Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD16Storage",
+ "printedName": "Swift.Float.SIMD16Storage",
+ "usr": "s:Sf13SIMD16StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD32Storage",
+ "printedName": "SIMD32Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD32Storage",
+ "printedName": "Swift.Float.SIMD32Storage",
+ "usr": "s:Sf13SIMD32StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD64Storage",
+ "printedName": "SIMD64Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD64Storage",
+ "printedName": "Swift.Float.SIMD64Storage",
+ "usr": "s:Sf13SIMD64StorageV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SIMDScalarP",
+ "mangledName": "$ss10SIMDScalarP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "CGSize",
+ "printedName": "CGSize",
+ "declKind": "Struct",
+ "usr": "c:@S@CGSize",
+ "moduleName": "CoreFoundation",
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSValue",
+ "printedName": "Foundation.NSValue",
+ "usr": "c:objc(cs)NSValue"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "CGPoint",
+ "printedName": "CGPoint",
+ "declKind": "Struct",
+ "usr": "c:@S@CGPoint",
+ "moduleName": "CoreFoundation",
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSValue",
+ "printedName": "Foundation.NSValue",
+ "usr": "c:objc(cs)NSValue"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSNumber",
+ "printedName": "NSNumber",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSNumber",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSNumber",
+ "declAttributes": [
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSValue",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "Foundation.NSValue",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByBooleanLiteral",
+ "printedName": "ExpressibleByBooleanLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "BooleanLiteralType",
+ "printedName": "BooleanLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByBooleanLiteralP",
+ "mangledName": "$ss27ExpressibleByBooleanLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UILayoutPriority",
+ "printedName": "UILayoutPriority",
+ "declKind": "Struct",
+ "usr": "c:@T@UILayoutPriority",
+ "moduleName": "UIKit",
+ "declAttributes": [
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "Sendable"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_SwiftNewtypeWrapper",
+ "printedName": "_SwiftNewtypeWrapper",
+ "usr": "s:s20_SwiftNewtypeWrapperP",
+ "mangledName": "$ss20_SwiftNewtypeWrapperP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_UIKitNumericRawRepresentable",
+ "printedName": "_UIKitNumericRawRepresentable",
+ "usr": "s:5UIKit01_A23NumericRawRepresentableP",
+ "mangledName": "$s5UIKit01_A23NumericRawRepresentableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Date",
+ "printedName": "Date",
+ "declKind": "Struct",
+ "usr": "s:10Foundation4DateV",
+ "mangledName": "$s10Foundation4DateV",
+ "moduleName": "Foundation",
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "ReferenceConvertible",
+ "printedName": "ReferenceConvertible",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ReferenceType",
+ "printedName": "ReferenceType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDate",
+ "printedName": "Foundation.NSDate",
+ "usr": "c:objc(cs)NSDate"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation20ReferenceConvertibleP",
+ "mangledName": "$s10Foundation20ReferenceConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDate",
+ "printedName": "Foundation.NSDate",
+ "usr": "c:objc(cs)NSDate"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIDevice",
+ "printedName": "UIDevice",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIDevice",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIDevice",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "HTTPCookieStorage",
+ "printedName": "HTTPCookieStorage",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSHTTPCookieStorage",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "NSHTTPCookieStorage",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSArray",
+ "printedName": "NSArray",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSArray",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSArray",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByArrayLiteral",
+ "printedName": "ExpressibleByArrayLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ArrayLiteralElement",
+ "printedName": "ArrayLiteralElement",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByArrayLiteralP",
+ "mangledName": "$ss25ExpressibleByArrayLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSFastEnumerationIterator",
+ "printedName": "Foundation.NSFastEnumerationIterator",
+ "usr": "s:10Foundation25NSFastEnumerationIteratorV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSDictionary",
+ "printedName": "NSDictionary",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSDictionary",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSDictionary",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByDictionaryLiteral",
+ "printedName": "ExpressibleByDictionaryLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Key",
+ "printedName": "Key",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Value",
+ "printedName": "Value",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s30ExpressibleByDictionaryLiteralP",
+ "mangledName": "$ss30ExpressibleByDictionaryLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(key: Any, value: Any)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Foundation.NSDictionary.Iterator",
+ "usr": "s:So12NSDictionaryC10FoundationE8IteratorC"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSString",
+ "printedName": "NSString",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSString",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSString",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByStringLiteral",
+ "printedName": "ExpressibleByStringLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "StringLiteralType",
+ "printedName": "StringLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "StaticString",
+ "printedName": "Swift.StaticString",
+ "usr": "s:s12StaticStringV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s26ExpressibleByStringLiteralP",
+ "mangledName": "$ss26ExpressibleByStringLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByExtendedGraphemeClusterLiteral",
+ "printedName": "ExpressibleByExtendedGraphemeClusterLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ExtendedGraphemeClusterLiteralType",
+ "printedName": "ExtendedGraphemeClusterLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "StaticString",
+ "printedName": "Swift.StaticString",
+ "usr": "s:s12StaticStringV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP",
+ "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByUnicodeScalarLiteral",
+ "printedName": "ExpressibleByUnicodeScalarLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "UnicodeScalarLiteralType",
+ "printedName": "UnicodeScalarLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "StaticString",
+ "printedName": "Swift.StaticString",
+ "usr": "s:s12StaticStringV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s33ExpressibleByUnicodeScalarLiteralP",
+ "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "HTTPCookie",
+ "printedName": "HTTPCookie",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSHTTPCookie",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "NSHTTPCookie",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ }
+ ],
+ "json_format_version": 8
+ },
+ "ConstValues": [
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/PrintAnalytics\/AnalyticsLogger.swift",
+ "kind": "StringLiteral",
+ "offset": 134,
+ "length": 16,
+ "value": "\"DebugAnalytics\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/FeatureDescription.swift",
+ "kind": "StringLiteral",
+ "offset": 1124,
+ "length": 7,
+ "value": "\"Other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Animations\/TCSPresentingAnimator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 786,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Animations\/TCSPresentingAnimator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 786,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Animations\/TCSPresentingAnimator.swift",
+ "kind": "StringLiteral",
+ "offset": 141,
+ "length": 21,
+ "value": "\"DolyameSDK.TCSPresentingAnimator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Animations\/TCSPresentingAnimator.swift",
+ "kind": "FloatLiteral",
+ "offset": 4910,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 187,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 207,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 244,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 264,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 187,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 207,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 244,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 264,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/NetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 440,
+ "length": 17,
+ "value": "\"DolyameSDK.NetworkingService\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringPaymentViewController.swift",
+ "kind": "Array",
+ "offset": 5485,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringPaymentViewController.swift",
+ "kind": "Array",
+ "offset": 5556,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringPaymentViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9867,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/Helpers\/TCSHighlightingGestureRecognizer.swift",
+ "kind": "StringLiteral",
+ "offset": 423,
+ "length": 32,
+ "value": "\"DolyameSDK.TCSHighlightingGestureRecognizer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/Views\/TextSuggestElementView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 450,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/Views\/TextSuggestElementView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 484,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/Views\/TextSuggestElementView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1812,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/Views\/TextSuggestElementView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1850,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Footer\/ScheduleSeparatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 207,
+ "length": 23,
+ "value": "\"ScheduleSeparatorView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/3DS\/ThreeDSViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 686,
+ "length": 21,
+ "value": "\"DolyameSDK.ThreeDSViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintProvider.swift",
+ "kind": "BooleanLiteral",
+ "offset": 975,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1054,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintProvider.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2552,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 766,
+ "length": 25,
+ "value": "\"DolyameSDK.KeyboardAvoidingContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 389,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 579,
+ "length": 2,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 818,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1078,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1328,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldSwappableContainerView.swift",
+ "kind": "StringLiteral",
+ "offset": 256,
+ "length": 37,
+ "value": "\"DolyameSDK.SFCombinedFieldSwappableContainerView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 256,
+ "length": 33,
+ "value": "\"https:\/\/api-statist.tinkoff.ru\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 27,
+ "value": "\"invalid url: \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 408,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 598,
+ "length": 25,
+ "value": "\"https:\/\/api.tinkoff.ru\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 716,
+ "length": 27,
+ "value": "\"invalid url: \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 742,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 942,
+ "length": 25,
+ "value": "\"https:\/\/cfg.tinkoff.ru\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/SDKUnavailableError\/SDKUnavailableErrorCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 115,
+ "length": 30,
+ "value": "\"DolyameSDK.SDKUnavailableErrorCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/Views\/DataListTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1359,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 268,
+ "length": 21,
+ "value": "0x87C37B91114253D5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 330,
+ "length": 21,
+ "value": "0x4CF5AD432745937F"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 499,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 677,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 716,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 726,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 794,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 834,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 844,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4036,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4464,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4587,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4712,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4886,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5057,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/DemoFlowService.swift",
+ "kind": "StringLiteral",
+ "offset": 333,
+ "length": 34,
+ "value": "\"bnpl.sdk.demo_flow_service_queue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/IStatistTimestampProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 342,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2169,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2337,
+ "length": 29,
+ "value": "\"[0000] [0000] [0000] [0000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2403,
+ "length": 26,
+ "value": "\"[00000000] [00000000000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2466,
+ "length": 29,
+ "value": "\"[00000000] [00000000000000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2534,
+ "length": 11,
+ "value": "\"[00]\/[00]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2583,
+ "length": 7,
+ "value": "\"[000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2681,
+ "length": 41,
+ "value": "\"TinkoffAcquiring.placeholder.cardNumber\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2765,
+ "length": 7,
+ "value": "\"01\/23\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2810,
+ "length": 5,
+ "value": "\"CVC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/OnDemandProcessorFactory.swift",
+ "kind": "Array",
+ "offset": 231,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Date\/AgeDateValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 235,
+ "length": 16,
+ "value": "\"DolyameSDK.AgeDateValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Date\/AgeDateValidator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1820,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Date\/DateIntervalValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 21,
+ "value": "\"DolyameSDK.DateIntervalValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/SomethingWrongError\/SomethingWrongCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 657,
+ "length": 25,
+ "value": "\"DolyameSDK.SomethingWrongCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/DolyamePaymentButton.swift",
+ "kind": "StringLiteral",
+ "offset": 121,
+ "length": 20,
+ "value": "\"DolyameSDK.DolyamePaymentButton\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 24,
+ "value": "\"personalizationFailure\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 591,
+ "length": 25,
+ "value": "\"personalizationDisabled\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 645,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 681,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 24,
+ "value": "\"personalizationFailure\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 591,
+ "length": 25,
+ "value": "\"personalizationDisabled\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 645,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 681,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 2548,
+ "length": 9,
+ "value": "\"unknown\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/IP\/IPv6Address.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1494,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/IP\/IPv6Address.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1541,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/IP\/IPv6Address.swift",
+ "kind": "StringLiteral",
+ "offset": 1613,
+ "length": 6,
+ "value": "\"0000\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffKeyboardObserver\/KeyboardObserver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffKeyboardObserver\/KeyboardObserver.swift",
+ "kind": "Dictionary",
+ "offset": 412,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffKeyboardObserver\/KeyboardObserver.swift",
+ "kind": "Dictionary",
+ "offset": 475,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSImageProcessor\/Classes\/ImageResolver\/BaseResolvers\/LocalImageResolver\/LocalImageResolver.swift",
+ "kind": "StringLiteral",
+ "offset": 4137,
+ "length": 8,
+ "value": "\"bundle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Extensions\/UIColor+InitWithHex.swift",
+ "kind": "FloatLiteral",
+ "offset": 258,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 15,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 369,
+ "length": 14,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 393,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 421,
+ "length": 7,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 438,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 459,
+ "length": 13,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 482,
+ "length": 19,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 15,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 369,
+ "length": 14,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 393,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 421,
+ "length": 7,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 438,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 459,
+ "length": 13,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 482,
+ "length": 19,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1199,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1199,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1471,
+ "length": 16,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1471,
+ "length": 16,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1785,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1797,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1811,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1785,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1797,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1811,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2163,
+ "length": 8,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2181,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2163,
+ "length": 8,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2181,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2614,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2733,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2614,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2733,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3196,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3208,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3225,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3196,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3208,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3225,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3572,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3594,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3633,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3653,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3572,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3594,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3633,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3653,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "StringLiteral",
+ "offset": 4123,
+ "length": 32,
+ "value": "\"DolyameSDK.DolyameGeneratedAnalyticsService\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1017,
+ "length": 27,
+ "value": "\"Дата рождения\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 12,
+ "value": "\"01.01.1970\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1173,
+ "length": 42,
+ "value": "\"Укажите дату рождения\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "Array",
+ "offset": 1426,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1810,
+ "length": 23,
+ "value": "\"Дата выдачи\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1896,
+ "length": 12,
+ "value": "\"10.10.2010\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1964,
+ "length": 38,
+ "value": "\"Укажите дату выдачи\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "Array",
+ "offset": 2213,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 982,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1101,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2509,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9117,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13007,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "StringLiteral",
+ "offset": 129,
+ "length": 9,
+ "value": "\"DolyameSDK.SmartForm\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19843,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20228,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20275,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20493,
+ "length": 3,
+ "value": "735"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "FloatLiteral",
+ "offset": 20572,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "FloatLiteral",
+ "offset": 20621,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 626,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 637,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 655,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 683,
+ "length": 18,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 711,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 736,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 626,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 637,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 655,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 683,
+ "length": 18,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 711,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 736,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 626,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 637,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 655,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 683,
+ "length": 18,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 711,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 736,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 756,
+ "length": 21,
+ "value": "\"DolyameSDK.TCBScoringFacadeError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1317,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1337,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1359,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1317,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1337,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1359,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1317,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1337,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1359,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1645,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 19,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 250,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 19,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 250,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 19,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 250,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/CustomTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 209,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/CombinedSmartFieldModule.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1005,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/CombinedSmartFieldModule.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1359,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/CombinedSmartFieldModule.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1697,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/CombinedSmartFieldModule.swift",
+ "kind": "StringLiteral",
+ "offset": 235,
+ "length": 24,
+ "value": "\"DolyameSDK.CombinedSmartFieldModule\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/AmountFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 418,
+ "length": 7,
+ "value": "\"ru_RU\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/AmountFormatter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 581,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/UIViewController+Dismiss.swift",
+ "kind": "BooleanLiteral",
+ "offset": 195,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/Constraint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11697,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardRequisitesInputMask\/InputMask.swift",
+ "kind": "Dictionary",
+ "offset": 925,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardRequisitesInputMask\/InputMask.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2234,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldIconsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3441,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldIconsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3651,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldIconsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4132,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldIconsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4714,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/JSONEncoding.swift",
+ "kind": "Array",
+ "offset": 907,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/JSONEncoding.swift",
+ "kind": "StringLiteral",
+ "offset": 1783,
+ "length": 14,
+ "value": "\"Content-Type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/JSONEncoding.swift",
+ "kind": "StringLiteral",
+ "offset": 1831,
+ "length": 18,
+ "value": "\"application\/json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleAutobox.swift",
+ "kind": "StringLiteral",
+ "offset": 826,
+ "length": 9,
+ "value": "\"AutoBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleAutobox.swift",
+ "kind": "StringLiteral",
+ "offset": 826,
+ "length": 9,
+ "value": "\"AutoBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInfoData.swift",
+ "kind": "StringLiteral",
+ "offset": 931,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInfoData.swift",
+ "kind": "StringLiteral",
+ "offset": 931,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentChargeRequestData.swift",
+ "kind": "StringLiteral",
+ "offset": 1121,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentChargeRequestData.swift",
+ "kind": "StringLiteral",
+ "offset": 1164,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentChargeRequestData.swift",
+ "kind": "StringLiteral",
+ "offset": 1121,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentChargeRequestData.swift",
+ "kind": "StringLiteral",
+ "offset": 1164,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Models\/PayloadModel.swift",
+ "kind": "StringLiteral",
+ "offset": 929,
+ "length": 11,
+ "value": "\"is_online\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Models\/PayloadModel.swift",
+ "kind": "StringLiteral",
+ "offset": 929,
+ "length": 11,
+ "value": "\"is_online\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/NSObject\/NSObject+ClassName.swift",
+ "kind": "BooleanLiteral",
+ "offset": 635,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/NSObject\/NSObject+ClassName.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1343,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleEngine.swift",
+ "kind": "StringLiteral",
+ "offset": 828,
+ "length": 8,
+ "value": "\"Engine\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleEngine.swift",
+ "kind": "StringLiteral",
+ "offset": 828,
+ "length": 8,
+ "value": "\"Engine\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Bundle+TinkoffASDKCoreResources.swift",
+ "kind": "StringLiteral",
+ "offset": 1052,
+ "length": 26,
+ "value": "\"TinkoffASDKCoreResources\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Bundle+TinkoffASDKCoreResources.swift",
+ "kind": "StringLiteral",
+ "offset": 1112,
+ "length": 8,
+ "value": "\"bundle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/TCSButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 2319,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/TCSButton.swift",
+ "kind": "StringLiteral",
+ "offset": 295,
+ "length": 9,
+ "value": "\"DolyameSDK.TCSButton\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/TCSButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 7302,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Address\/IAddressValidatorsFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 702,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleCTAView\/ScheduleCTAView.swift",
+ "kind": "StringLiteral",
+ "offset": 109,
+ "length": 15,
+ "value": "\"DolyameSDK.ScheduleCTAView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintDescription.swift",
+ "kind": "FloatLiteral",
+ "offset": 1608,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintDescription.swift",
+ "kind": "FloatLiteral",
+ "offset": 1666,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintDescription.swift",
+ "kind": "FloatLiteral",
+ "offset": 1724,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOEndpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 262,
+ "length": 28,
+ "value": "\"https:\/\/id.tinkoff.ru\/auth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/InsecurityHost.swift",
+ "kind": "Array",
+ "offset": 2903,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/InsecurityHost.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3143,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV3.swift",
+ "kind": "StringLiteral",
+ "offset": 31,
+ "length": 19,
+ "value": "\"DolyameSDK.GetTogglesRequestV3\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV3.swift",
+ "kind": "StringLiteral",
+ "offset": 31,
+ "length": 19,
+ "value": "\"DolyameSDK.GetTogglesRequestV3\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/GetCardListData.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/GetCardListData.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/SchedulePresenter.swift",
+ "kind": "FloatLiteral",
+ "offset": 1011,
+ "length": 3,
+ "value": "0.4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/FullName\/Dependencies\/FullNameDataCombiner.swift",
+ "kind": "StringLiteral",
+ "offset": 320,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/FullName\/Dependencies\/FullNameDataCombiner.swift",
+ "kind": "StringLiteral",
+ "offset": 130,
+ "length": 20,
+ "value": "\"DolyameSDK.FullNameDataCombiner\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Requests\/AttachCardRequest.swift",
+ "kind": "Dictionary",
+ "offset": 896,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Demo\/DemoCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 119,
+ "length": 15,
+ "value": "\"DolyameSDK.DemoCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/API\/Concrete\/APIRequestProcessor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 629,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/API\/Concrete\/APIRequestProcessor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1154,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSOAuthService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1089,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSOAuthService.swift",
+ "kind": "FloatLiteral",
+ "offset": 6052,
+ "length": 5,
+ "value": "180.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/Helpers\/TCSTappingGestureRecognizer.swift",
+ "kind": "StringLiteral",
+ "offset": 144,
+ "length": 27,
+ "value": "\"DolyameSDK.TCSTappingGestureRecognizer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCompleteRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 14,
+ "value": "\"payment-fail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCompleteRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 14,
+ "value": "\"payment-fail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 202,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 235,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 202,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 235,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 202,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 235,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/EventsKitTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 11,
+ "value": "\"__version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/EventsKitTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 358,
+ "length": 22,
+ "value": "\"__alias_statist_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/EventsKitTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 418,
+ "length": 29,
+ "value": "\"__alias_statist_params_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "FloatLiteral",
+ "offset": 246,
+ "length": 3,
+ "value": "0.4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "IntegerLiteral",
+ "offset": 258,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "FloatLiteral",
+ "offset": 326,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "IntegerLiteral",
+ "offset": 338,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 540,
+ "length": 9,
+ "value": "\"#9299A2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 598,
+ "length": 9,
+ "value": "\"#9299A2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 658,
+ "length": 9,
+ "value": "\"#7799C2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 787,
+ "length": 9,
+ "value": "\"#EAECEE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 9,
+ "value": "\"#95DBC8\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 939,
+ "length": 9,
+ "value": "\"#C7C9CC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 1003,
+ "length": 9,
+ "value": "\"#C7C9CC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 9,
+ "value": "\"#F3F5F8\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/GzipSwift\/Data+Gzip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8958,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/GzipSwift\/Data+Gzip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8963,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/IFeatureRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 60,
+ "value": "\"com.TinkoffReliabilityInterfaces.featureRepoDidLoadToggles\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Payloads\/FinishAuthorizePayload.swift",
+ "kind": "StringLiteral",
+ "offset": 935,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Payloads\/FinishAuthorizePayload.swift",
+ "kind": "StringLiteral",
+ "offset": 935,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/FeatureFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 818,
+ "length": 15,
+ "value": "\"features.json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/FeatureFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 847,
+ "length": 20,
+ "value": "\"Default file cache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/FeatureFacade.swift",
+ "kind": "Dictionary",
+ "offset": 4286,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageLogSender.swift",
+ "kind": "StringLiteral",
+ "offset": 1357,
+ "length": 17,
+ "value": "\"front-logs\/logs\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageLogSender.swift",
+ "kind": "StringLiteral",
+ "offset": 1410,
+ "length": 18,
+ "value": "\"application\/gzip\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageLogSender.swift",
+ "kind": "Dictionary",
+ "offset": 8670,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Email\/EmailSuggestDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 24,
+ "value": "\"DolyameSDK.EmailSuggestDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Storage\/SSOCredentialStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 662,
+ "length": 24,
+ "value": "\"_dolyameCredentialsKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Storage\/SSOCredentialStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 723,
+ "length": 24,
+ "value": "\"_dolyamePhoneNumberKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Storage\/SSOCredentialStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 778,
+ "length": 18,
+ "value": "\"_dolyameSsoIdKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 817,
+ "length": 26,
+ "value": "\"rest-api-test.tcsbank.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 861,
+ "length": 22,
+ "value": "\"securepay.tinkoff.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 817,
+ "length": 26,
+ "value": "\"rest-api-test.tcsbank.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 861,
+ "length": 22,
+ "value": "\"securepay.tinkoff.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2494,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3299,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 1488,
+ "length": 25,
+ "value": "\"DolyameSDK.AcquiringSdkConfiguration\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBSDKAction.swift",
+ "kind": "StringLiteral",
+ "offset": 181,
+ "length": 10,
+ "value": "\"get-user\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBSDKAction.swift",
+ "kind": "StringLiteral",
+ "offset": 181,
+ "length": 10,
+ "value": "\"get-user\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Metrics\/MetricsFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 3185,
+ "length": 35,
+ "value": "\"ru.tinkoff.reliabilityKit.metrics\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/TinkoffKeychainSDK.swift",
+ "kind": "Array",
+ "offset": 1499,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/TinkoffKeychainSDK.swift",
+ "kind": "Array",
+ "offset": 1562,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/TinkoffKeychainSDK.swift",
+ "kind": "Array",
+ "offset": 1626,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 420,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 435,
+ "length": 34,
+ "value": "\"alert_payment_in_progress_cancel\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 578,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 593,
+ "length": 33,
+ "value": "\"alert_payment_in_progress_close\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 744,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 759,
+ "length": 32,
+ "value": "\"alert_payment_in_progress_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 911,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 926,
+ "length": 33,
+ "value": "\"alert_payment_in_progress_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1055,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 24,
+ "value": "\"auth_phone_field_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1195,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1210,
+ "length": 12,
+ "value": "\"auth_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1324,
+ "length": 15,
+ "value": "\"birthday_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1403,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1418,
+ "length": 15,
+ "value": "\"card_cvc_hint\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1523,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1538,
+ "length": 19,
+ "value": "\"card_expired_hint\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1642,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1657,
+ "length": 18,
+ "value": "\"card_number_hint\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1768,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1783,
+ "length": 12,
+ "value": "\"check_data\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1870,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1885,
+ "length": 14,
+ "value": "\"common_close\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1983,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1998,
+ "length": 17,
+ "value": "\"common_continue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2087,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2102,
+ "length": 13,
+ "value": "\"common_done\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2380,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2395,
+ "length": 28,
+ "value": "\"common_payment_service_ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2526,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2541,
+ "length": 21,
+ "value": "\"customer_data_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2631,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2646,
+ "length": 9,
+ "value": "\"dolyame\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2837,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2852,
+ "length": 18,
+ "value": "\"dolyame_contract\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2968,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2983,
+ "length": 35,
+ "value": "\"dolyame_contract_highlighted_part\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3169,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3184,
+ "length": 23,
+ "value": "\"dolyame_not_available\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3272,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3287,
+ "length": 13,
+ "value": "\"e-mail_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3409,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3424,
+ "length": 23,
+ "value": "\"error_auth_new_number\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3606,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3621,
+ "length": 17,
+ "value": "\"error_auth_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3738,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3753,
+ "length": 18,
+ "value": "\"error_auth_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3875,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3890,
+ "length": 20,
+ "value": "\"error_call_support\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4055,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4070,
+ "length": 19,
+ "value": "\"error_cancel_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4180,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4195,
+ "length": 20,
+ "value": "\"error_cancel_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4327,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4342,
+ "length": 29,
+ "value": "\"error_choose_payment_method\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4529,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4544,
+ "length": 17,
+ "value": "\"error_eacq_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4661,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4676,
+ "length": 18,
+ "value": "\"error_eacq_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4850,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4865,
+ "length": 21,
+ "value": "\"error_no_money_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4999,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5014,
+ "length": 22,
+ "value": "\"error_no_money_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5177,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5192,
+ "length": 20,
+ "value": "\"error_scoring_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5332,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5347,
+ "length": 21,
+ "value": "\"error_scoring_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5518,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5533,
+ "length": 12,
+ "value": "\"error_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5636,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5651,
+ "length": 13,
+ "value": "\"error_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5763,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5778,
+ "length": 17,
+ "value": "\"error_try_again\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5892,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5907,
+ "length": 17,
+ "value": "\"install_Dolyame\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6010,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6025,
+ "length": 11,
+ "value": "\"is_paying\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6266,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6281,
+ "length": 18,
+ "value": "\"middle_name_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6363,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6378,
+ "length": 11,
+ "value": "\"name_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6467,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6482,
+ "length": 10,
+ "value": "\"new_card\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6567,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6582,
+ "length": 19,
+ "value": "\"no_payment_system\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6854,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6869,
+ "length": 17,
+ "value": "\"order_paid_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6975,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6990,
+ "length": 18,
+ "value": "\"order_paid_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7155,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7170,
+ "length": 20,
+ "value": "\"order_prepaid_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7284,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7299,
+ "length": 21,
+ "value": "\"order_prepaid_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7389,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7404,
+ "length": 5,
+ "value": "\"pay\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7484,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7499,
+ "length": 8,
+ "value": "\"pay_ap\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7589,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7604,
+ "length": 10,
+ "value": "\"pay_card\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7859,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7874,
+ "length": 24,
+ "value": "\"pay_now_without_amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7989,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8004,
+ "length": 20,
+ "value": "\"pay_with_apple_pay\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8125,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8140,
+ "length": 19,
+ "value": "\"return_to_partner\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8234,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8249,
+ "length": 14,
+ "value": "\"surname_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8372,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8387,
+ "length": 32,
+ "value": "\"test_build_payment_fail_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8527,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8542,
+ "length": 35,
+ "value": "\"test_build_payment_success_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8768,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8783,
+ "length": 40,
+ "value": "\"test_build_pending_payment_fail_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9013,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9028,
+ "length": 43,
+ "value": "\"test_build_pending_payment_success_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9172,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9187,
+ "length": 28,
+ "value": "\"test_build_rejected_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9308,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9323,
+ "length": 19,
+ "value": "\"text_payment_date\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9724,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9739,
+ "length": 23,
+ "value": "\"text_payment_schedule\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9916,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9931,
+ "length": 24,
+ "value": "\"title_payment_schedule\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3466,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3515,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4117,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4709,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4938,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5165,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "StringLiteral",
+ "offset": 257,
+ "length": 19,
+ "value": "\"DolyameSDK.TCSPopoverContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8759,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8818,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 8877,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8928,
+ "length": 2,
+ "value": "25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8991,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9048,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9422,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9481,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 9540,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9591,
+ "length": 2,
+ "value": "25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9654,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10286,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10585,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10597,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11883,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DoubleActionViewController\/DoubleActionViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 619,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 730,
+ "length": 36,
+ "value": "\"ButtonsViewNextButtonAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 827,
+ "length": 36,
+ "value": "\"ButtonsViewScanButtonAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 914,
+ "length": 26,
+ "value": "\"ButtonsViewAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 993,
+ "length": 28,
+ "value": "\"CardInputViewAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 24,
+ "value": "\"IconsViewAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 1162,
+ "length": 43,
+ "value": "\"CardInputViewNumberTextFieldAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 1271,
+ "length": 41,
+ "value": "\"CardInputViewDateTextFieldAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 1377,
+ "length": 40,
+ "value": "\"CardInputViewCvcTextFieldAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1922,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2577,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2996,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15307,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/PluralString.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 851,
+ "length": 26,
+ "value": "\"sslPinning.pinCheck.fail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 29,
+ "value": "\"sslPinning.pinCheck.success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 1003,
+ "length": 30,
+ "value": "\"sslPinning.pinUpdate.success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 1079,
+ "length": 27,
+ "value": "\"sslPinning.pinUpdate.fail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 1161,
+ "length": 24,
+ "value": "\"coretech.mobile.events\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/FullName\/FullName.swift",
+ "kind": "StringLiteral",
+ "offset": 542,
+ "length": 10,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 203,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+Outputs.swift",
+ "kind": "StringLiteral",
+ "offset": 1325,
+ "length": 27,
+ "value": "\"ru.tinkoff.reliabilityKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 326,
+ "length": 14,
+ "value": "\"access_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 366,
+ "length": 12,
+ "value": "\"expires_in\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 402,
+ "length": 10,
+ "value": "\"id_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 15,
+ "value": "\"refresh_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 326,
+ "length": 14,
+ "value": "\"access_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 366,
+ "length": 12,
+ "value": "\"expires_in\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 402,
+ "length": 10,
+ "value": "\"id_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 15,
+ "value": "\"refresh_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "StringLiteral",
+ "offset": 308,
+ "length": 8,
+ "value": "\"[0-9]*\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "StringLiteral",
+ "offset": 378,
+ "length": 24,
+ "value": "\"[0-9]*\\%@?[0-9]{0,%i}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "StringLiteral",
+ "offset": 462,
+ "length": 8,
+ "value": "\"[\\%@]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 5,
+ "value": "\"%@?\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1889,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1939,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5265,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5305,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "Dictionary",
+ "offset": 761,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "StringLiteral",
+ "offset": 822,
+ "length": 17,
+ "value": "\"DIL.cache.queue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldButtonsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 583,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldButtonsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 613,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldButtonsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 667,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 229,
+ "length": 68,
+ "value": "\"СТС (Свидетельство о регистрации ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 30,
+ "value": "\"ПТС (Паспорт ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 56,
+ "value": "\"Э-ПТС (Электронный паспорт ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 229,
+ "length": 68,
+ "value": "\"СТС (Свидетельство о регистрации ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 30,
+ "value": "\"ПТС (Паспорт ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 56,
+ "value": "\"Э-ПТС (Электронный паспорт ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogMO+Storable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 193,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 863,
+ "length": 5,
+ "value": "\"PAN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 892,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 921,
+ "length": 5,
+ "value": "\"CVV\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 953,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 863,
+ "length": 5,
+ "value": "\"PAN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 892,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 921,
+ "length": 5,
+ "value": "\"CVV\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 953,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "Array",
+ "offset": 429,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 163,
+ "length": 32,
+ "value": "\"DolyameSDK.SFDataListProviderViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 163,
+ "length": 32,
+ "value": "\"DolyameSDK.SFDataListProviderViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3777,
+ "length": 14,
+ "value": "\"DataListCell\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3851,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSPressStateAnimatable.swift",
+ "kind": "FloatLiteral",
+ "offset": 299,
+ "length": 4,
+ "value": "0.95"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSPressStateAnimatable.swift",
+ "kind": "FloatLiteral",
+ "offset": 11477,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleGeerbox.swift",
+ "kind": "StringLiteral",
+ "offset": 843,
+ "length": 9,
+ "value": "\"GeerBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleGeerbox.swift",
+ "kind": "StringLiteral",
+ "offset": 843,
+ "length": 9,
+ "value": "\"GeerBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Keyboard Frame Observation\/Imlementation\/SFKeyboardFrameChangeObservation.swift",
+ "kind": "Dictionary",
+ "offset": 371,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Keyboard Frame Observation\/Imlementation\/SFKeyboardFrameChangeObservation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 506,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/LayoutConstraintItem.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2936,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 101,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 112,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 124,
+ "length": 2,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 101,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 112,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 124,
+ "length": 2,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 101,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 112,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 124,
+ "length": 2,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/NoMoneyCoordinator\/NoMoneyCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 199,
+ "length": 18,
+ "value": "\"DolyameSDK.NoMoneyCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 1252,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1426,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1467,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1369,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1627,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentSuggestDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 153,
+ "length": 30,
+ "value": "\"DolyameSDK.CarDocumentSuggestDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Payments\/PaymentInitData+PaymentOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 780,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Animation\/SFSmartFormScrollingAnimationController.swift",
+ "kind": "FloatLiteral",
+ "offset": 617,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/TinkoffLogger.swift",
+ "kind": "Dictionary",
+ "offset": 226,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/TinkoffLogger.swift",
+ "kind": "Dictionary",
+ "offset": 302,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/TinkoffLogger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 886,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/LogMessagesConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 71,
+ "length": 17,
+ "value": "\"no logs to send\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2816,
+ "length": 19,
+ "value": "\"error_description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2864,
+ "length": 15,
+ "value": "\"error_message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2907,
+ "length": 15,
+ "value": "\"need_new_auth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2816,
+ "length": 19,
+ "value": "\"error_description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2864,
+ "length": 15,
+ "value": "\"error_message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2907,
+ "length": 15,
+ "value": "\"need_new_auth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 3562,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 3598,
+ "length": 15,
+ "value": "\"attempts_left\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 3562,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 3598,
+ "length": 15,
+ "value": "\"attempts_left\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6413,
+ "length": 15,
+ "value": "\"access_denied\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6467,
+ "length": 24,
+ "value": "\"conversation_not_found\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6523,
+ "length": 16,
+ "value": "\"invalid_client\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6570,
+ "length": 15,
+ "value": "\"invalid_grant\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6618,
+ "length": 17,
+ "value": "\"invalid_request\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6673,
+ "length": 22,
+ "value": "\"interaction_required\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6726,
+ "length": 15,
+ "value": "\"invalid_scope\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6773,
+ "length": 16,
+ "value": "\"limit_exceeded\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6819,
+ "length": 14,
+ "value": "\"server_error\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6874,
+ "length": 25,
+ "value": "\"temporarily_unavailable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6936,
+ "length": 21,
+ "value": "\"unauthorized_client\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6996,
+ "length": 24,
+ "value": "\"unsupported_grant_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 7062,
+ "length": 27,
+ "value": "\"unsupported_response_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 7123,
+ "length": 18,
+ "value": "\"consent_required\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 7171,
+ "length": 14,
+ "value": "\"sso_disabled\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PullUpPresentationController.swift",
+ "kind": "FloatLiteral",
+ "offset": 868,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ApplePayService.swift",
+ "kind": "StringLiteral",
+ "offset": 489,
+ "length": 5,
+ "value": "\"RUB\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ApplePayService.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 4,
+ "value": "\"RU\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ApplePayService.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 14,
+ "value": "\"Долями\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ApplePayService.swift",
+ "kind": "StringLiteral",
+ "offset": 338,
+ "length": 15,
+ "value": "\"DolyameSDK.ApplePayService\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/UIControl+TCSValueObservable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 884,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 363,
+ "length": 4,
+ "value": "0.47"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 369,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 372,
+ "length": 5,
+ "value": "0.745"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 379,
+ "length": 5,
+ "value": "0.715"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 454,
+ "length": 4,
+ "value": "0.39"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 460,
+ "length": 5,
+ "value": "0.575"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 467,
+ "length": 5,
+ "value": "0.565"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 474,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 547,
+ "length": 5,
+ "value": "0.445"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 554,
+ "length": 4,
+ "value": "0.05"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 560,
+ "length": 4,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 566,
+ "length": 4,
+ "value": "0.95"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 640,
+ "length": 4,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 646,
+ "length": 5,
+ "value": "0.085"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 653,
+ "length": 4,
+ "value": "0.68"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 659,
+ "length": 4,
+ "value": "0.53"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 733,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 739,
+ "length": 4,
+ "value": "0.46"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 745,
+ "length": 4,
+ "value": "0.45"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 751,
+ "length": 4,
+ "value": "0.94"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 827,
+ "length": 5,
+ "value": "0.455"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 834,
+ "length": 4,
+ "value": "0.03"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 840,
+ "length": 5,
+ "value": "0.515"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 847,
+ "length": 5,
+ "value": "0.955"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 923,
+ "length": 4,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 929,
+ "length": 5,
+ "value": "0.055"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 936,
+ "length": 5,
+ "value": "0.675"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 943,
+ "length": 4,
+ "value": "0.19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1018,
+ "length": 5,
+ "value": "0.215"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1025,
+ "length": 4,
+ "value": "0.61"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1031,
+ "length": 5,
+ "value": "0.355"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1038,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1112,
+ "length": 5,
+ "value": "0.645"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1119,
+ "length": 5,
+ "value": "0.045"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1126,
+ "length": 5,
+ "value": "0.355"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1133,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1205,
+ "length": 5,
+ "value": "0.895"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1212,
+ "length": 4,
+ "value": "0.03"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1218,
+ "length": 5,
+ "value": "0.685"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1225,
+ "length": 4,
+ "value": "0.22"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1300,
+ "length": 5,
+ "value": "0.165"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1307,
+ "length": 4,
+ "value": "0.84"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1313,
+ "length": 4,
+ "value": "0.44"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1319,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1393,
+ "length": 4,
+ "value": "0.77"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1399,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1402,
+ "length": 5,
+ "value": "0.175"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1409,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1481,
+ "length": 5,
+ "value": "0.755"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1488,
+ "length": 4,
+ "value": "0.05"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1494,
+ "length": 5,
+ "value": "0.855"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1501,
+ "length": 4,
+ "value": "0.06"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1576,
+ "length": 4,
+ "value": "0.23"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1582,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1585,
+ "length": 4,
+ "value": "0.32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1591,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1665,
+ "length": 4,
+ "value": "0.86"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1671,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1674,
+ "length": 4,
+ "value": "0.07"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1680,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1751,
+ "length": 4,
+ "value": "0.95"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1757,
+ "length": 4,
+ "value": "0.05"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1763,
+ "length": 5,
+ "value": "0.795"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1770,
+ "length": 5,
+ "value": "0.035"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1845,
+ "length": 4,
+ "value": "0.19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1851,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1854,
+ "length": 4,
+ "value": "0.22"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1860,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1933,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1936,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1939,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1942,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2013,
+ "length": 3,
+ "value": "0.6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2018,
+ "length": 4,
+ "value": "0.04"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2024,
+ "length": 4,
+ "value": "0.98"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2030,
+ "length": 5,
+ "value": "0.335"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2105,
+ "length": 5,
+ "value": "0.075"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2112,
+ "length": 4,
+ "value": "0.82"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2118,
+ "length": 5,
+ "value": "0.165"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2125,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2198,
+ "length": 5,
+ "value": "0.785"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2205,
+ "length": 5,
+ "value": "0.135"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2212,
+ "length": 4,
+ "value": "0.15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2218,
+ "length": 4,
+ "value": "0.86"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2292,
+ "length": 3,
+ "value": "0.6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2297,
+ "length": 5,
+ "value": "0.28"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2304,
+ "length": 5,
+ "value": "0.735"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2311,
+ "length": 5,
+ "value": "0.045"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2386,
+ "length": 5,
+ "value": "0.175"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2393,
+ "length": 5,
+ "value": "0.885"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2400,
+ "length": 4,
+ "value": "0.32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2406,
+ "length": 5,
+ "value": "1.275"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2483,
+ "length": 4,
+ "value": "0.68"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2489,
+ "length": 5,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2496,
+ "length": 5,
+ "value": "0.265"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2503,
+ "length": 4,
+ "value": "1.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 13,
+ "value": "\"GetCardList\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1396,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1426,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1619,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1654,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1694,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1732,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1769,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1804,
+ "length": 7,
+ "value": "\"Cards\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1619,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1654,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1694,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1732,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1769,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1804,
+ "length": 7,
+ "value": "\"Cards\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 3130,
+ "length": 9,
+ "value": "\"AddCard\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4015,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4050,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4090,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4128,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4165,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4216,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4015,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4050,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4090,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4128,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4165,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4216,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5201,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5236,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5276,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5314,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5351,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5394,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5440,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5475,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5201,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5236,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5276,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5314,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5351,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5394,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5440,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5475,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8381,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8416,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8456,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8494,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8531,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8582,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8617,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8381,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8416,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8456,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8494,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8531,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8582,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8617,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 10228,
+ "length": 12,
+ "value": "\"RemoveCard\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 214,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 225,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 214,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 225,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 214,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 225,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 878,
+ "length": 56,
+ "value": "\"https:\/\/mobile-bnpl-prod.cdn-tinkoff.ru\/resources\/sdk\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/JuicyScoreService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 409,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/JuicyScoreService.swift",
+ "kind": "StringLiteral",
+ "offset": 439,
+ "length": 26,
+ "value": "\"OOnrjAu1FaqTKWCgzwh8xYOC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/JuicyScoreService.swift",
+ "kind": "StringLiteral",
+ "offset": 502,
+ "length": 14,
+ "value": "\"sbp01-static\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/JuicyScoreService.swift",
+ "kind": "StringLiteral",
+ "offset": 619,
+ "length": 17,
+ "value": "\"bnpl.sdk.JSCR-Q\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 18,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 18,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 18,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "BooleanLiteral",
+ "offset": 503,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 733,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1095,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/XcodeProfilerOutput.swift",
+ "kind": "StringLiteral",
+ "offset": 284,
+ "length": 27,
+ "value": "\"ru.tinkoff.reliabilityKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 148,
+ "length": 5,
+ "value": "\"TCB\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 181,
+ "length": 6,
+ "value": "\"EACQ\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 209,
+ "length": 5,
+ "value": "\"SSO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 8,
+ "value": "\"config\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 271,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 9,
+ "value": "\"scorrej\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBUserInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBUserInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 22,
+ "value": "\"personal_info_update\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBUserInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBUserInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 22,
+ "value": "\"personal_info_update\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Extensions\/Bundle+TinkoffASDKUI.swift",
+ "kind": "StringLiteral",
+ "offset": 1033,
+ "length": 24,
+ "value": "\"TinkoffASDKUIResources\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Extensions\/Bundle+TinkoffASDKUI.swift",
+ "kind": "StringLiteral",
+ "offset": 1091,
+ "length": 8,
+ "value": "\"bundle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsImplementationService.swift",
+ "kind": "StringLiteral",
+ "offset": 296,
+ "length": 34,
+ "value": "\"cbab64f8e4b6dd3cbad2cbcf66e58a97\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringInProgressView.swift",
+ "kind": "StringLiteral",
+ "offset": 133,
+ "length": 21,
+ "value": "\"DolyameSDK.ScoringInProgressView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1061,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1232,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1356,
+ "length": 3,
+ "value": "430"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1480,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "StringLiteral",
+ "offset": 1947,
+ "length": 31,
+ "value": "\"TinkoffAcquiring.button.close\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 356,
+ "length": 26,
+ "value": "\"DolyameSDK.PaymentProgressCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 241,
+ "length": 19,
+ "value": "\"DolyameSDK.CustomMaskFormatter\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2348,
+ "length": 54,
+ "value": "\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2457,
+ "length": 130,
+ "value": "\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЬЫЪЭЮЯабвгдежзийклмнопрстуфхцчшщьыъэюя\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2637,
+ "length": 58,
+ "value": "\"0123456789ABCDEFGHJKLMNPRSTUVWXYZabcdefghjklmnprstuvwxyz\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2754,
+ "length": 79,
+ "value": "\"АВЕКМНОРСТУХавекмнорстух0123456789ABEKMHOPCTXaekopcyx\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2886,
+ "length": 12,
+ "value": "\"0123456789\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2410,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2845,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2850,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2920,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2925,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "StringLiteral",
+ "offset": 3237,
+ "length": 21,
+ "value": "\"MM.dd.yyyy HH:mm:ss\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 350,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 385,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 409,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 350,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 385,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 409,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 350,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 385,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 409,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSImageProcessor\/Classes\/ImageResolver\/ImageSettingAnimationFactory\/ImageSettingAnimationFactory.swift",
+ "kind": "FloatLiteral",
+ "offset": 1928,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 780,
+ "length": 29,
+ "value": "\"NetworkError.transportError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 26,
+ "value": "\"NetworkError.serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 951,
+ "length": 24,
+ "value": "\"NetworkError.emptyBody\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1068,
+ "length": 23,
+ "value": "\"APIError.failureError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1154,
+ "length": 26,
+ "value": "\"APIError.invalidResponse\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 276,
+ "length": 26,
+ "value": "\"DolyameSDK.ScoringRejectedCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 507,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6559,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6592,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 24,
+ "value": "\"DolyameSDK.TDKActivityIndicatorView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7151,
+ "length": 17,
+ "value": "\"strokeAnimation\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7208,
+ "length": 19,
+ "value": "\"rotationAnimation\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7276,
+ "length": 13,
+ "value": "\"strokeStart\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7335,
+ "length": 11,
+ "value": "\"strokeEnd\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7401,
+ "length": 22,
+ "value": "\"transform.rotation.z\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7468,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7512,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7563,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7684,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7724,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7762,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7801,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7852,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7872,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/RAMUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50,
+ "length": 9,
+ "value": "1048576"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/RAMUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 267,
+ "length": 13,
+ "value": "1073741824"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/RAMUsageCollector.swift",
+ "kind": "Array",
+ "offset": 1782,
+ "length": 18,
+ "value": "[1, 2, 3, 4, 6, 8]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/RAMUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2024,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodePresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 457,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodePresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 457,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodePresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 457,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodePresenter.swift",
+ "kind": "StringLiteral",
+ "offset": 468,
+ "length": 16,
+ "value": "\"DolyameSDK.AuthSMSCodeError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Storage\/ConfigStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 369,
+ "length": 25,
+ "value": "\"dolyame-sdk-config.json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DateFormatter+dolaymeFormatters.swift",
+ "kind": "StringLiteral",
+ "offset": 209,
+ "length": 12,
+ "value": "\"dd.MM.yyyy\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DateFormatter+dolaymeFormatters.swift",
+ "kind": "StringLiteral",
+ "offset": 257,
+ "length": 12,
+ "value": "\"yyyy-MM-dd\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBEndpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 271,
+ "length": 20,
+ "value": "\"https:\/\/dolyame.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBEndpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 333,
+ "length": 17,
+ "value": "\"api\/bnpl\/sdk\/v1\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 267,
+ "length": 11,
+ "value": "0xCC9E2D51"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 319,
+ "length": 11,
+ "value": "0x1B873593"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 478,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 655,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 694,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 704,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 734,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 771,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 799,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2182,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2586,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2707,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2830,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3179,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/UntypedEvent.swift",
+ "kind": "StringLiteral",
+ "offset": 102,
+ "length": 9,
+ "value": "\"project\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1485,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1527,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1622,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1713,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1568,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3888,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartFormContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 808,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartFormContainer.swift",
+ "kind": "StringLiteral",
+ "offset": 147,
+ "length": 18,
+ "value": "\"DolyameSDK.SmartFormContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartFormContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2253,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9359,
+ "length": 18,
+ "value": "\"country_iso_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9409,
+ "length": 18,
+ "value": "\"federal_district\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9456,
+ "length": 16,
+ "value": "\"region_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9502,
+ "length": 17,
+ "value": "\"region_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9549,
+ "length": 17,
+ "value": "\"region_iso_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9597,
+ "length": 18,
+ "value": "\"region_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9642,
+ "length": 13,
+ "value": "\"region_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9686,
+ "length": 18,
+ "value": "\"region_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9731,
+ "length": 14,
+ "value": "\"area_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9773,
+ "length": 15,
+ "value": "\"area_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9817,
+ "length": 16,
+ "value": "\"area_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9858,
+ "length": 11,
+ "value": "\"area_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9898,
+ "length": 16,
+ "value": "\"area_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9959,
+ "length": 14,
+ "value": "\"city_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10001,
+ "length": 15,
+ "value": "\"city_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10045,
+ "length": 16,
+ "value": "\"city_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10086,
+ "length": 11,
+ "value": "\"city_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10126,
+ "length": 16,
+ "value": "\"city_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10177,
+ "length": 23,
+ "value": "\"city_district_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10236,
+ "length": 24,
+ "value": "\"city_district_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10297,
+ "length": 25,
+ "value": "\"city_district_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10355,
+ "length": 20,
+ "value": "\"city_district_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10412,
+ "length": 25,
+ "value": "\"city_district_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10466,
+ "length": 15,
+ "value": "\"city_district\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10514,
+ "length": 20,
+ "value": "\"settlement_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10568,
+ "length": 21,
+ "value": "\"settlement_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10624,
+ "length": 22,
+ "value": "\"settlement_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10677,
+ "length": 17,
+ "value": "\"settlement_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10729,
+ "length": 22,
+ "value": "\"settlement_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10804,
+ "length": 16,
+ "value": "\"street_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10850,
+ "length": 17,
+ "value": "\"street_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10898,
+ "length": 18,
+ "value": "\"street_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10943,
+ "length": 13,
+ "value": "\"street_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10987,
+ "length": 18,
+ "value": "\"street_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11033,
+ "length": 15,
+ "value": "\"house_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11077,
+ "length": 16,
+ "value": "\"house_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11119,
+ "length": 12,
+ "value": "\"house_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11161,
+ "length": 17,
+ "value": "\"house_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11204,
+ "length": 12,
+ "value": "\"block_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11246,
+ "length": 17,
+ "value": "\"block_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11288,
+ "length": 11,
+ "value": "\"flat_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11328,
+ "length": 16,
+ "value": "\"flat_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11388,
+ "length": 12,
+ "value": "\"postal_box\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11423,
+ "length": 9,
+ "value": "\"fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11456,
+ "length": 10,
+ "value": "\"kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11530,
+ "length": 12,
+ "value": "\"tax_office\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11573,
+ "length": 18,
+ "value": "\"tax_office_legal\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9359,
+ "length": 18,
+ "value": "\"country_iso_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9409,
+ "length": 18,
+ "value": "\"federal_district\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9456,
+ "length": 16,
+ "value": "\"region_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9502,
+ "length": 17,
+ "value": "\"region_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9549,
+ "length": 17,
+ "value": "\"region_iso_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9597,
+ "length": 18,
+ "value": "\"region_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9642,
+ "length": 13,
+ "value": "\"region_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9686,
+ "length": 18,
+ "value": "\"region_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9731,
+ "length": 14,
+ "value": "\"area_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9773,
+ "length": 15,
+ "value": "\"area_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9817,
+ "length": 16,
+ "value": "\"area_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9858,
+ "length": 11,
+ "value": "\"area_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9898,
+ "length": 16,
+ "value": "\"area_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9959,
+ "length": 14,
+ "value": "\"city_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10001,
+ "length": 15,
+ "value": "\"city_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10045,
+ "length": 16,
+ "value": "\"city_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10086,
+ "length": 11,
+ "value": "\"city_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10126,
+ "length": 16,
+ "value": "\"city_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10177,
+ "length": 23,
+ "value": "\"city_district_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10236,
+ "length": 24,
+ "value": "\"city_district_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10297,
+ "length": 25,
+ "value": "\"city_district_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10355,
+ "length": 20,
+ "value": "\"city_district_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10412,
+ "length": 25,
+ "value": "\"city_district_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10466,
+ "length": 15,
+ "value": "\"city_district\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10514,
+ "length": 20,
+ "value": "\"settlement_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10568,
+ "length": 21,
+ "value": "\"settlement_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10624,
+ "length": 22,
+ "value": "\"settlement_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10677,
+ "length": 17,
+ "value": "\"settlement_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10729,
+ "length": 22,
+ "value": "\"settlement_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10804,
+ "length": 16,
+ "value": "\"street_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10850,
+ "length": 17,
+ "value": "\"street_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10898,
+ "length": 18,
+ "value": "\"street_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10943,
+ "length": 13,
+ "value": "\"street_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10987,
+ "length": 18,
+ "value": "\"street_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11033,
+ "length": 15,
+ "value": "\"house_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11077,
+ "length": 16,
+ "value": "\"house_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11119,
+ "length": 12,
+ "value": "\"house_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11161,
+ "length": 17,
+ "value": "\"house_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11204,
+ "length": 12,
+ "value": "\"block_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11246,
+ "length": 17,
+ "value": "\"block_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11288,
+ "length": 11,
+ "value": "\"flat_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11328,
+ "length": 16,
+ "value": "\"flat_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11388,
+ "length": 12,
+ "value": "\"postal_box\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11423,
+ "length": 9,
+ "value": "\"fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11456,
+ "length": 10,
+ "value": "\"kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11530,
+ "length": 12,
+ "value": "\"tax_office\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11573,
+ "length": 18,
+ "value": "\"tax_office_legal\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "Array",
+ "offset": 1087,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1131,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1672,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "StringLiteral",
+ "offset": 1903,
+ "length": 54,
+ "value": "\"ru.tinkoff.core.ios.hpkpPinning.InteractiveSyncQueue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 27,
+ "value": "\"DolyameSDK.HTTPPublicKeyPinningService\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 471,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1246,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1622,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "Array",
+ "offset": 2447,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "Array",
+ "offset": 2826,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4063,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 140,
+ "length": 24,
+ "value": "\"DolyameSDK.SFCombinedFieldInputView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/Metric+Toggles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 86,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/Metric+Toggles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 268,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 738,
+ "length": 12,
+ "value": "\"DolyameSDK.HintTextView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2707,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2717,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2728,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2739,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 359,
+ "length": 15,
+ "value": "\"DolyameSDK.AuthCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 137,
+ "length": 29,
+ "value": "\"DolyameSDK.PaymentProgressViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/ValidationContext\/Validator\/Implementation\/Container\/SmartFieldValidatorContainer.swift",
+ "kind": "StringLiteral",
+ "offset": 236,
+ "length": 28,
+ "value": "\"DolyameSDK.SmartFieldValidatorContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1033,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1965,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1970,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2090,
+ "length": 3,
+ "value": "232"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2112,
+ "length": 3,
+ "value": "233"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2133,
+ "length": 3,
+ "value": "234"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2153,
+ "length": 3,
+ "value": "235"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2090,
+ "length": 3,
+ "value": "232"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2112,
+ "length": 3,
+ "value": "233"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2133,
+ "length": 3,
+ "value": "234"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2153,
+ "length": 3,
+ "value": "235"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2090,
+ "length": 3,
+ "value": "232"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2112,
+ "length": 3,
+ "value": "233"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2133,
+ "length": 3,
+ "value": "234"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2153,
+ "length": 3,
+ "value": "235"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "IntegerLiteral",
+ "offset": 265,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "StringLiteral",
+ "offset": 355,
+ "length": 34,
+ "value": "\"KeyboardLayoutGuideUsingSafeArea\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "StringLiteral",
+ "offset": 428,
+ "length": 21,
+ "value": "\"KeyboardLayoutGuide\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1648,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "StringLiteral",
+ "offset": 1588,
+ "length": 19,
+ "value": "\"DolyameSDK.KeyboardLayoutGuide\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 309,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 405,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 495,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 708,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 309,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 405,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 495,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 708,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 309,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 405,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 495,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 708,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2149,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "StringLiteral",
+ "offset": 2614,
+ "length": 8,
+ "value": "\"system\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "StringLiteral",
+ "offset": 2863,
+ "length": 4,
+ "value": "\"ui\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "StringLiteral",
+ "offset": 2945,
+ "length": 9,
+ "value": "\"network\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "StringLiteral",
+ "offset": 3034,
+ "length": 9,
+ "value": "\"storage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 966,
+ "length": 5,
+ "value": "\"NEW\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1030,
+ "length": 11,
+ "value": "\"CANCELLED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1069,
+ "length": 16,
+ "value": "\"PREAUTHORIZING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1200,
+ "length": 12,
+ "value": "\"FORMSHOWED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1320,
+ "length": 13,
+ "value": "\"AUTHORIZING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1435,
+ "length": 12,
+ "value": "\"AUTHORIZED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1743,
+ "length": 14,
+ "value": "\"3DS_CHECKING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1853,
+ "length": 13,
+ "value": "\"3DS_CHECKED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1959,
+ "length": 11,
+ "value": "\"REVERSING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2063,
+ "length": 10,
+ "value": "\"REVERSED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2167,
+ "length": 12,
+ "value": "\"CONFIRMING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2274,
+ "length": 11,
+ "value": "\"CONFIRMED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2378,
+ "length": 11,
+ "value": "\"REFUNDING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2487,
+ "length": 10,
+ "value": "\"REFUNDED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2621,
+ "length": 18,
+ "value": "\"PARTIAL_REFUNDED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2741,
+ "length": 10,
+ "value": "\"REJECTED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2774,
+ "length": 11,
+ "value": "\"COMPLETED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2803,
+ "length": 6,
+ "value": "\"HOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2830,
+ "length": 9,
+ "value": "\"3DSHOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2857,
+ "length": 15,
+ "value": "\"LOOP_CHECKING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2893,
+ "length": 9,
+ "value": "\"UNKNOWN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2979,
+ "length": 13,
+ "value": "\"FORM_SHOWED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 966,
+ "length": 5,
+ "value": "\"NEW\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1030,
+ "length": 11,
+ "value": "\"CANCELLED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1069,
+ "length": 16,
+ "value": "\"PREAUTHORIZING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1200,
+ "length": 12,
+ "value": "\"FORMSHOWED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1320,
+ "length": 13,
+ "value": "\"AUTHORIZING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1435,
+ "length": 12,
+ "value": "\"AUTHORIZED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1743,
+ "length": 14,
+ "value": "\"3DS_CHECKING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1853,
+ "length": 13,
+ "value": "\"3DS_CHECKED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1959,
+ "length": 11,
+ "value": "\"REVERSING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2063,
+ "length": 10,
+ "value": "\"REVERSED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2167,
+ "length": 12,
+ "value": "\"CONFIRMING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2274,
+ "length": 11,
+ "value": "\"CONFIRMED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2378,
+ "length": 11,
+ "value": "\"REFUNDING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2487,
+ "length": 10,
+ "value": "\"REFUNDED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2621,
+ "length": 18,
+ "value": "\"PARTIAL_REFUNDED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2741,
+ "length": 10,
+ "value": "\"REJECTED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2774,
+ "length": 11,
+ "value": "\"COMPLETED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2803,
+ "length": 6,
+ "value": "\"HOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2830,
+ "length": 9,
+ "value": "\"3DSHOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2857,
+ "length": 15,
+ "value": "\"LOOP_CHECKING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2893,
+ "length": 9,
+ "value": "\"UNKNOWN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2979,
+ "length": 13,
+ "value": "\"FORM_SHOWED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4149,
+ "length": 3,
+ "value": "\"A\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4174,
+ "length": 3,
+ "value": "\"I\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4198,
+ "length": 3,
+ "value": "\"D\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4222,
+ "length": 9,
+ "value": "\"UNKNOWN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4149,
+ "length": 3,
+ "value": "\"A\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4174,
+ "length": 3,
+ "value": "\"I\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4198,
+ "length": 3,
+ "value": "\"D\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4222,
+ "length": 9,
+ "value": "\"UNKNOWN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4492,
+ "length": 4,
+ "value": "\"NO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4518,
+ "length": 5,
+ "value": "\"3DS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4541,
+ "length": 6,
+ "value": "\"HOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4568,
+ "length": 9,
+ "value": "\"3DSHOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4492,
+ "length": 4,
+ "value": "\"NO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4518,
+ "length": 5,
+ "value": "\"3DS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4541,
+ "length": 6,
+ "value": "\"HOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4568,
+ "length": 9,
+ "value": "\"3DSHOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5616,
+ "length": 5,
+ "value": "\"Pan\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5644,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5675,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5715,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5749,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5616,
+ "length": 5,
+ "value": "\"Pan\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5644,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5675,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5715,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5749,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 7607,
+ "length": 3,
+ "value": "\"O\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 7680,
+ "length": 3,
+ "value": "\"T\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 7607,
+ "length": 3,
+ "value": "\"O\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 7680,
+ "length": 3,
+ "value": "\"T\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8134,
+ "length": 17,
+ "value": "\"full_prepayment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8601,
+ "length": 14,
+ "value": "\"full_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8868,
+ "length": 17,
+ "value": "\"partial_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 9309,
+ "length": 16,
+ "value": "\"credit_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8134,
+ "length": 17,
+ "value": "\"full_prepayment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8601,
+ "length": 14,
+ "value": "\"full_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8868,
+ "length": 17,
+ "value": "\"partial_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 9309,
+ "length": 16,
+ "value": "\"credit_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 10946,
+ "length": 12,
+ "value": "\"usn_income\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11058,
+ "length": 20,
+ "value": "\"usn_income_outcome\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11294,
+ "length": 8,
+ "value": "\"patent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 10946,
+ "length": 12,
+ "value": "\"usn_income\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11058,
+ "length": 20,
+ "value": "\"usn_income_outcome\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11294,
+ "length": 8,
+ "value": "\"patent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11947,
+ "length": 14,
+ "value": "\"gambling_bet\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12037,
+ "length": 16,
+ "value": "\"gambling_prize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12175,
+ "length": 15,
+ "value": "\"lottery_prize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12342,
+ "length": 23,
+ "value": "\"intellectual_activity\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12489,
+ "length": 18,
+ "value": "\"agent_commission\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11947,
+ "length": 14,
+ "value": "\"gambling_bet\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12037,
+ "length": 16,
+ "value": "\"gambling_prize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12175,
+ "length": 15,
+ "value": "\"lottery_prize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12342,
+ "length": 23,
+ "value": "\"intellectual_activity\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12489,
+ "length": 18,
+ "value": "\"agent_commission\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13455,
+ "length": 19,
+ "value": "\"bank_paying_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13571,
+ "length": 22,
+ "value": "\"bank_paying_subagent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13656,
+ "length": 14,
+ "value": "\"paying_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13742,
+ "length": 17,
+ "value": "\"paying_subagent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13867,
+ "length": 18,
+ "value": "\"commission_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13455,
+ "length": 19,
+ "value": "\"bank_paying_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13571,
+ "length": 22,
+ "value": "\"bank_paying_subagent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13656,
+ "length": 14,
+ "value": "\"paying_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13742,
+ "length": 17,
+ "value": "\"paying_subagent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13867,
+ "length": 18,
+ "value": "\"commission_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17093,
+ "length": 11,
+ "value": "\"AgentSign\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17134,
+ "length": 15,
+ "value": "\"OperationName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17172,
+ "length": 8,
+ "value": "\"Phones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17211,
+ "length": 16,
+ "value": "\"ReceiverPhones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17258,
+ "length": 16,
+ "value": "\"TransferPhones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17303,
+ "length": 14,
+ "value": "\"OperatorName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17349,
+ "length": 17,
+ "value": "\"OperatorAddress\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17394,
+ "length": 13,
+ "value": "\"OperatorInn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17093,
+ "length": 11,
+ "value": "\"AgentSign\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17134,
+ "length": 15,
+ "value": "\"OperationName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17172,
+ "length": 8,
+ "value": "\"Phones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17211,
+ "length": 16,
+ "value": "\"ReceiverPhones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17258,
+ "length": 16,
+ "value": "\"TransferPhones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17303,
+ "length": 14,
+ "value": "\"OperatorName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17349,
+ "length": 17,
+ "value": "\"OperatorAddress\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17394,
+ "length": 13,
+ "value": "\"OperatorInn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20232,
+ "length": 8,
+ "value": "\"Phones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20261,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20287,
+ "length": 5,
+ "value": "\"Inn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20232,
+ "length": 8,
+ "value": "\"Phones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20261,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20287,
+ "length": 5,
+ "value": "\"Inn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21180,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "FloatLiteral",
+ "offset": 21360,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22623,
+ "length": 7,
+ "value": "\"Price\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22655,
+ "length": 10,
+ "value": "\"Quantity\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22686,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22715,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22743,
+ "length": 5,
+ "value": "\"Tax\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22770,
+ "length": 7,
+ "value": "\"Ean13\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22802,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22844,
+ "length": 17,
+ "value": "\"MeasurementUnit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22891,
+ "length": 15,
+ "value": "\"PaymentMethod\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22936,
+ "length": 15,
+ "value": "\"PaymentObject\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22977,
+ "length": 11,
+ "value": "\"AgentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 23017,
+ "length": 14,
+ "value": "\"SupplierInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22623,
+ "length": 7,
+ "value": "\"Price\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22655,
+ "length": 10,
+ "value": "\"Quantity\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22686,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22715,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22743,
+ "length": 5,
+ "value": "\"Tax\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22770,
+ "length": 7,
+ "value": "\"Ean13\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22802,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22844,
+ "length": 17,
+ "value": "\"MeasurementUnit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22891,
+ "length": 15,
+ "value": "\"PaymentMethod\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22936,
+ "length": 15,
+ "value": "\"PaymentObject\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22977,
+ "length": 11,
+ "value": "\"AgentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 23017,
+ "length": 14,
+ "value": "\"SupplierInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24437,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25512,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 28969,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29000,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29029,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29057,
+ "length": 5,
+ "value": "\"Fee\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 28969,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29000,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29029,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29057,
+ "length": 5,
+ "value": "\"Fee\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31283,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31315,
+ "length": 7,
+ "value": "\"Email\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31347,
+ "length": 10,
+ "value": "\"Taxation\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31379,
+ "length": 7,
+ "value": "\"Phone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31408,
+ "length": 7,
+ "value": "\"Items\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31441,
+ "length": 11,
+ "value": "\"AgentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31481,
+ "length": 14,
+ "value": "\"SupplierInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31520,
+ "length": 10,
+ "value": "\"Customer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31558,
+ "length": 13,
+ "value": "\"CustomerInn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31283,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31315,
+ "length": 7,
+ "value": "\"Email\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31347,
+ "length": 10,
+ "value": "\"Taxation\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31379,
+ "length": 7,
+ "value": "\"Phone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31408,
+ "length": 7,
+ "value": "\"Items\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31441,
+ "length": 11,
+ "value": "\"AgentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31481,
+ "length": 14,
+ "value": "\"SupplierInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31520,
+ "length": 10,
+ "value": "\"Customer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31558,
+ "length": 13,
+ "value": "\"CustomerInn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6437,
+ "length": 21,
+ "value": "\"thawtePrimaryRootCA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6497,
+ "length": 5,
+ "value": "\"cer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6555,
+ "length": 16,
+ "value": "\"hosts_and_pins\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6623,
+ "length": 6,
+ "value": "\"json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6679,
+ "length": 16,
+ "value": "\"tinkoffrsa2020\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6733,
+ "length": 20,
+ "value": "\"rootca_ssl_rsa2022\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6796,
+ "length": 21,
+ "value": "\"antifraud_root_cert\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 7067,
+ "length": 38,
+ "value": "\"ru.tcs.core.hpkpservice.hostsAndPins\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 7236,
+ "length": 29,
+ "value": "\"https:\/\/certs.tinkoff.ru\/v1\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 319,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 324,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 377,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 382,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 431,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 436,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 484,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 489,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 542,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 547,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "Array",
+ "offset": 589,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Utils\/NetworkTypeResolver.swift",
+ "kind": "Dictionary",
+ "offset": 791,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Automation\/SmartFieldsAutomation.swift",
+ "kind": "StringLiteral",
+ "offset": 292,
+ "length": 22,
+ "value": "\"SmartFieldsContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Automation\/SmartFieldsAutomation.swift",
+ "kind": "StringLiteral",
+ "offset": 399,
+ "length": 25,
+ "value": "\"SmartFieldsHintTextView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Automation\/SmartFieldsAutomation.swift",
+ "kind": "StringLiteral",
+ "offset": 494,
+ "length": 18,
+ "value": "\"SmartFieldsTitle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Automation\/SmartFieldsAutomation.swift",
+ "kind": "StringLiteral",
+ "offset": 581,
+ "length": 26,
+ "value": "\"SmartFieldsInputTextView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 21,
+ "value": "\"initializationError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 519,
+ "length": 21,
+ "value": "\"noSpaceLeftOnDevice\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 567,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 21,
+ "value": "\"initializationError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 519,
+ "length": 21,
+ "value": "\"noSpaceLeftOnDevice\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 567,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/FullName\/Dependencies\/Suggests\/NameComponentSuggestDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 462,
+ "length": 32,
+ "value": "\"DolyameSDK.NameComponentSuggestDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/CoreAnimation\/CAAnimation\/CAAnimation+PulseAnimation.swift",
+ "kind": "FloatLiteral",
+ "offset": 4485,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/CoreAnimation\/CAAnimation\/CAAnimation+PulseAnimation.swift",
+ "kind": "FloatLiteral",
+ "offset": 4565,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/CoreAnimation\/CAAnimation\/CAAnimation+PulseAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/CoreAnimation\/CAAnimation\/CAAnimation+PulseAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4653,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Address\/AddressValidatorsFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 341,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3324,
+ "length": 17,
+ "value": "\"sdkMainIconsIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3370,
+ "length": 17,
+ "value": "\"sdkCardIconsIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3419,
+ "length": 20,
+ "value": "\"dolyameContractIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3523,
+ "length": 15,
+ "value": "\"rejectionInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3324,
+ "length": 17,
+ "value": "\"sdkMainIconsIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3370,
+ "length": 17,
+ "value": "\"sdkCardIconsIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3419,
+ "length": 20,
+ "value": "\"dolyameContractIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3523,
+ "length": 15,
+ "value": "\"rejectionInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4290,
+ "length": 49,
+ "value": "\"^\\+7 \\([34789]\\d{2}\\) \\d{3}-\\d{2}-\\d{2}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4401,
+ "length": 91,
+ "value": "\"^[a-zA-Zа-яА-ЯёЁ]{1}[a-zA-Zа-яА-ЯёЁ\\. \\-]{0,199}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4555,
+ "length": 12,
+ "value": "\".+@.+\\..+\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4811,
+ "length": 52,
+ "value": "\"https:\/\/mobile-bnpl-prod.cdn-tinkoff.ru\/icons\/ios\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4899,
+ "length": 58,
+ "value": "\"https:\/\/mobile-bnpl-prod.cdn-tinkoff.ru\/icons\/ios\/cards\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 5003,
+ "length": 63,
+ "value": "\"https:\/\/static.dolyame.ru\/static\/dolyame\/dolyame_contract.pdf\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 5097,
+ "length": 27,
+ "value": "\"https:\/\/wa.me\/74997000600\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/BaseError\/ChainableError.swift",
+ "kind": "StringLiteral",
+ "offset": 428,
+ "length": 6,
+ "value": "\"code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/BaseError\/ChainableError.swift",
+ "kind": "StringLiteral",
+ "offset": 459,
+ "length": 8,
+ "value": "\"domain\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 207,
+ "length": 12,
+ "value": "\"sslPinning\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 571,
+ "length": 6,
+ "value": "\"code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 605,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 638,
+ "length": 13,
+ "value": "\"mobile_core\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 791,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 833,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 208,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 233,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 261,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 208,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 233,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 261,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 208,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 233,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 261,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/BiggestTouchAreaButton.swift",
+ "kind": "IntegerLiteral",
+ "offset": 186,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/BiggestTouchAreaButton.swift",
+ "kind": "IntegerLiteral",
+ "offset": 219,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardListPresenter.swift",
+ "kind": "Array",
+ "offset": 2535,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 321,
+ "length": 19,
+ "value": "\"DolyameSDK.ScheduleCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/ScheduleItemCell\/ScheduleItemCell.swift",
+ "kind": "StringLiteral",
+ "offset": 185,
+ "length": 18,
+ "value": "\"ScheduleItemCell\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Date\/TimeDirectionValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 262,
+ "length": 22,
+ "value": "\"DolyameSDK.TimeDirectionValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 219,
+ "length": 12,
+ "value": "\"session_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 257,
+ "length": 12,
+ "value": "\"time_local\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 11,
+ "value": "\"time_zone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 219,
+ "length": 12,
+ "value": "\"session_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 257,
+ "length": 12,
+ "value": "\"time_local\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 11,
+ "value": "\"time_zone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentError\/PaymentErrorCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 210,
+ "length": 23,
+ "value": "\"DolyameSDK.PaymentErrorCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/DataProviders\/Concrete\/SFSuggestStaticDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 161,
+ "length": 27,
+ "value": "\"DolyameSDK.SFSuggestStaticDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/LogPipeline.swift",
+ "kind": "Array",
+ "offset": 523,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/Address.swift",
+ "kind": "StringLiteral",
+ "offset": 1088,
+ "length": 20,
+ "value": "\"unrestricted_value\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/Address.swift",
+ "kind": "StringLiteral",
+ "offset": 1088,
+ "length": 20,
+ "value": "\"unrestricted_value\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/Address.swift",
+ "kind": "StringLiteral",
+ "offset": 2230,
+ "length": 22,
+ "value": "\"DolyameSDK.UninitializableAddress\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/IGaugeDispatcher.swift",
+ "kind": "Array",
+ "offset": 488,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/IGaugeDispatcher.swift",
+ "kind": "Array",
+ "offset": 576,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 810,
+ "length": 10,
+ "value": "\"GetState\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1675,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1710,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1750,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1788,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1825,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1873,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1908,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1942,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1973,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1675,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1710,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1750,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1788,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1825,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1873,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1908,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1942,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1973,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthPhoneViewController\/AuthPhoneViewController.swift",
+ "kind": "Array",
+ "offset": 472,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthPhoneViewController\/AuthPhoneViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 117,
+ "length": 23,
+ "value": "\"DolyameSDK.AuthPhoneViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/ScalyImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 495,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/ScalyImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 739,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/ScalyImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 833,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 1014,
+ "length": 35,
+ "value": "\"ru.tinkoff.reliabilityKit.metrics\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 1164,
+ "length": 9,
+ "value": "\"unknown\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1330,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19412,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19554,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19559,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3.swift",
+ "kind": "IntegerLiteral",
+ "offset": 70,
+ "length": 4,
+ "value": "2011"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 628,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3772,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 5174,
+ "length": 4,
+ "value": "0.96"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 5187,
+ "length": 4,
+ "value": "0.97"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 5199,
+ "length": 4,
+ "value": "0.97"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 5212,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardRequisitesInputMask\/ValueState.swift",
+ "kind": "StringLiteral",
+ "offset": 146,
+ "length": 10,
+ "value": "\"DolyameSDK.ValueState\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Events\/EventsFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 1412,
+ "length": 34,
+ "value": "\"ru.tinkoff.reliabilitykit.events\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Version.swift",
+ "kind": "StringLiteral",
+ "offset": 752,
+ "length": 14,
+ "value": "\"3.0.0-alpha9\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Transport\/Implementation\/Utils\/IURLParamsEncoder\/Concrete\/URLParamsEncoder.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 13,
+ "value": "\"!$&'()*+,;=\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Events\/SharedBusinessLogic+AppLaunchFirst.swift",
+ "kind": "StringLiteral",
+ "offset": 291,
+ "length": 41,
+ "value": "\"kTCSAnaltyicsAppLaunchFirstUserDefaults\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Events\/SharedBusinessLogic+AppLaunchFirst.swift",
+ "kind": "IntegerLiteral",
+ "offset": 387,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Events\/SharedBusinessLogic+AppLaunchFirst.swift",
+ "kind": "IntegerLiteral",
+ "offset": 392,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Events\/SharedBusinessLogic+AppLaunchFirst.swift",
+ "kind": "IntegerLiteral",
+ "offset": 397,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3929,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4640,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4865,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5821,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7396,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9535,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9612,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12513,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 182,
+ "length": 15,
+ "value": "\"DolyameSDK.SFTextInputView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28865,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28913,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 28968,
+ "length": 3,
+ "value": "4.5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 29022,
+ "length": 4,
+ "value": "0.24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 29194,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 29256,
+ "length": 11,
+ "value": "\"TSFImages\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 29306,
+ "length": 12,
+ "value": "\"clearField\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 193,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 346,
+ "length": 24,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 384,
+ "length": 27,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 346,
+ "length": 24,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 384,
+ "length": 27,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 346,
+ "length": 24,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 384,
+ "length": 27,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Amplitude\/AmplitudeAnalyticsConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1412,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Amplitude\/AmplitudeAnalyticsConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1462,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/Styles\/TCSButton.Style+Builder.swift",
+ "kind": "FloatLiteral",
+ "offset": 8311,
+ "length": 4,
+ "value": "0.95"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 359,
+ "length": 77,
+ "value": "\"\\+7\\ {1}\\({1}([3489]\\d\\d)\\){1}\\ {1}\\d\\d\\d\\-{1}\\d\\d\\-{1}\\d\\d\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 616,
+ "length": 79,
+ "value": "\"\\+7\\ {1}\\({1}([345689]\\d\\d)\\){1}\\ {1}\\d\\d\\d\\-{1}\\d\\d\\-{1}\\d\\d\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 855,
+ "length": 47,
+ "value": "\"^[-\\w.]+@([A-z0-9][-A-z0-9]+\\.)+[A-z]{2,4}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 998,
+ "length": 35,
+ "value": "\"^\\d{2} [A-ZА-ЯЁ0-9]{2} \\d{6}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1133,
+ "length": 29,
+ "value": "\"(^[\\d]{15}+$|^[\\d]{21}+$)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1282,
+ "length": 253,
+ "value": "\"^[АВЕКМНОРСТУХ]{1}[\\d]{3}[АВЕКМНОРСТУХ]{2}[\\d]{2,3}$|^[АВЕКМНОРСТУХ]{2}[\\d]{3}[\\d]{2,3}$|^[\\d]{4}[АВЕКМНОРСТУХ]{2}[\\d]{2,3}$|^[АВЕКМНОРСТУХ]{2}[\\d]{2}[АВЕКМНОРСТУХ]{2}[\\d]{2,3}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1697,
+ "length": 80,
+ "value": "\"^[АВЕКМНОРСТУХ]{1}[\\d]{3}[АВЕКМНОРСТУХ]{2}[\\d]{2,3}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1850,
+ "length": 21,
+ "value": "\"[0-9A-HJ-NPR-Z]{17}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1981,
+ "length": 34,
+ "value": "\"[\\d]{2} [\\dА-ЯЁ]{2} [\\d]{6}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 2106,
+ "length": 30,
+ "value": "\"^[A-Z]{1,20}\\s[A-Z]{1,20}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/SchedulePaymentCell\/Additional\/SchedulePaymentCircleSegmentView.swift",
+ "kind": "Array",
+ "offset": 374,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 189,
+ "length": 5,
+ "value": "\"sub\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 12,
+ "value": "\"given_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 255,
+ "length": 14,
+ "value": "\"phone_number\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 9,
+ "value": "\"picture\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 189,
+ "length": 5,
+ "value": "\"sub\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 12,
+ "value": "\"given_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 255,
+ "length": 14,
+ "value": "\"phone_number\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 9,
+ "value": "\"picture\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "Array",
+ "offset": 878,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "Dictionary",
+ "offset": 934,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 1176,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1250,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIColor\/UIColor+Brightness.swift",
+ "kind": "FloatLiteral",
+ "offset": 1283,
+ "length": 3,
+ "value": "0.8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 196,
+ "length": 28,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 238,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 196,
+ "length": 28,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 238,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 196,
+ "length": 28,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 238,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/SamplingStrategy.swift",
+ "kind": "Dictionary",
+ "offset": 654,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 116,
+ "length": 22,
+ "value": "\"DolyameSDK.ScheduleViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SDKVersionService.swift",
+ "kind": "StringLiteral",
+ "offset": 309,
+ "length": 7,
+ "value": "\"empty\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Payments\/ChargePaymentProcess.swift",
+ "kind": "BooleanLiteral",
+ "offset": 795,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Text\/Length\/TextLengthValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 19,
+ "value": "\"DolyameSDK.TextLengthValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+hex.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1208,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipType.swift",
+ "kind": "StringLiteral",
+ "offset": 268,
+ "length": 41,
+ "value": "\"Российская Федерация\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipType.swift",
+ "kind": "StringLiteral",
+ "offset": 398,
+ "length": 37,
+ "value": "\"Другое государство\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipType.swift",
+ "kind": "StringLiteral",
+ "offset": 268,
+ "length": 41,
+ "value": "\"Российская Федерация\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipType.swift",
+ "kind": "StringLiteral",
+ "offset": 398,
+ "length": 37,
+ "value": "\"Другое государство\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressFieldConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1385,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/Views\/DataListHeaderView.swift",
+ "kind": "StringLiteral",
+ "offset": 119,
+ "length": 18,
+ "value": "\"DolyameSDK.DataListHeaderView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/Views\/DataListHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 857,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/Views\/DataListHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 910,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 75,
+ "length": 7,
+ "value": "\"DEBUG\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 99,
+ "length": 6,
+ "value": "\"INFO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 125,
+ "length": 6,
+ "value": "\"WARN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 149,
+ "length": 7,
+ "value": "\"ERROR\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 174,
+ "length": 7,
+ "value": "\"FATAL\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 75,
+ "length": 7,
+ "value": "\"DEBUG\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 99,
+ "length": 6,
+ "value": "\"INFO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 125,
+ "length": 6,
+ "value": "\"WARN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 149,
+ "length": 7,
+ "value": "\"ERROR\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 174,
+ "length": 7,
+ "value": "\"FATAL\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/Bundle\/Bundle+Resources.swift",
+ "kind": "StringLiteral",
+ "offset": 1124,
+ "length": 9,
+ "value": "\".bundle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Types\/AmountConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1566,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1947,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 1542,
+ "length": 6,
+ "value": "\"Sage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1728,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2174,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Payments\/OrderOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1124,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 218,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 245,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 272,
+ "length": 2,
+ "value": "19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 218,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 245,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 272,
+ "length": 2,
+ "value": "19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 218,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 245,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 272,
+ "length": 2,
+ "value": "19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 30,
+ "value": "\"____________________________\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "StringLiteral",
+ "offset": 364,
+ "length": 21,
+ "value": "\"____ ____ ____ ____\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 22,
+ "value": "\"________ ___________\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOParameters.swift",
+ "kind": "Dictionary",
+ "offset": 816,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOParameters.swift",
+ "kind": "Dictionary",
+ "offset": 880,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 260,
+ "length": 4,
+ "value": "3600"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 267,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1856,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1886,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3190,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3219,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3249,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "StringLiteral",
+ "offset": 7474,
+ "length": 23,
+ "value": "\"ru.tinkoff.sagelogger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7733,
+ "length": 4,
+ "value": "3600"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7740,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7783,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7812,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7842,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIAlertController\/UIAlertController+Actions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1165,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIAlertController\/UIAlertController+Actions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1755,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIAlertController\/UIAlertController+Actions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2361,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringViewController.swift",
+ "kind": "Array",
+ "offset": 399,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 133,
+ "length": 21,
+ "value": "\"DolyameSDK.ScoringViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/PresentingAnimator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 268,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/PresentingAnimator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 268,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/PresentingAnimator.swift",
+ "kind": "FloatLiteral",
+ "offset": 359,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 417,
+ "length": 16,
+ "value": "\"code_challenge\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 477,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 513,
+ "length": 11,
+ "value": "\"device_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 574,
+ "length": 16,
+ "value": "\"client_version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 417,
+ "length": 16,
+ "value": "\"code_challenge\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 477,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 513,
+ "length": 11,
+ "value": "\"device_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 574,
+ "length": 16,
+ "value": "\"client_version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/SchedulePaymentCell\/SchedulePaymentCell.swift",
+ "kind": "StringLiteral",
+ "offset": 191,
+ "length": 21,
+ "value": "\"SchedulePaymentCell\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Suggests\/LisensePlateSmartFieldDataConverterBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 356,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Suggests\/LisensePlateSmartFieldDataConverterBase.swift",
+ "kind": "Dictionary",
+ "offset": 1152,
+ "length": 367,
+ "value": "[(\"A\", \"А\"), (\"B\", \"В\"), (\"E\", \"Е\"), (\"K\", \"К\"), (\"M\", \"М\"), (\"H\", \"Н\"), (\"O\", \"О\"), (\"P\", \"Р\"), (\"C\", \"С\"), (\"T\", \"Т\"), (\"X\", \"Х\"), (\"a\", \"а\"), (\"e\", \"е\"), (\"k\", \"к\"), (\"o\", \"о\"), (\"p\", \"р\"), (\"c\", \"с\"), (\"y\", \"у\"), (\"x\", \"х\")]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Suggests\/LisensePlateSmartFieldDataConverterBase.swift",
+ "kind": "StringLiteral",
+ "offset": 1588,
+ "length": 21,
+ "value": "\"ABEKMHOPCTXaekopcyx\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Suggests\/LisensePlateSmartFieldDataConverterBase.swift",
+ "kind": "StringLiteral",
+ "offset": 160,
+ "length": 39,
+ "value": "\"DolyameSDK.LicensePlateSmartFieldDataConverterBase\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 249,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 249,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 249,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "Array",
+ "offset": 580,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 384,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/ReliabilityEnv.swift",
+ "kind": "StringLiteral",
+ "offset": 578,
+ "length": 5,
+ "value": "\"ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/ReliabilityEnv.swift",
+ "kind": "StringLiteral",
+ "offset": 687,
+ "length": 9,
+ "value": "\"unknown\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/ReliabilityEnv.swift",
+ "kind": "StringLiteral",
+ "offset": 1428,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/ReliabilityEnv.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1520,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1099,
+ "length": 15,
+ "value": "\"screen_height\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 14,
+ "value": "\"screen_width\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1099,
+ "length": 15,
+ "value": "\"screen_height\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 14,
+ "value": "\"screen_width\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 4,
+ "value": "\"ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1309,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 128,
+ "length": 29,
+ "value": "\"DolyameSDK.ScoringRejectedViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+DefaultSetup.swift",
+ "kind": "Array",
+ "offset": 1962,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+DefaultSetup.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2082,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+DefaultSetup.swift",
+ "kind": "Array",
+ "offset": 2590,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/MaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 3780,
+ "length": 3,
+ "value": "\"#\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/MaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 3815,
+ "length": 3,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/MaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 3848,
+ "length": 3,
+ "value": "\"?\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Suggests\/AddressSuggestDataSource.swift",
+ "kind": "StringLiteral",
+ "offset": 220,
+ "length": 24,
+ "value": "\"DolyameSDK.AddressSuggestDataSource\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 823,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 11,
+ "value": "\"last_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 914,
+ "length": 13,
+ "value": "\"middle_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 823,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 11,
+ "value": "\"last_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 914,
+ "length": 13,
+ "value": "\"middle_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 12,
+ "value": "\"birth_date\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 12,
+ "value": "\"birth_date\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 3263,
+ "length": 8,
+ "value": "\"app_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 3263,
+ "length": 8,
+ "value": "\"app_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 759,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 759,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 759,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 253,
+ "length": 12,
+ "value": "\"sslPinning\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 367,
+ "length": 9,
+ "value": "\"docScan\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 492,
+ "length": 16,
+ "value": "\"reliabilityKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 608,
+ "length": 8,
+ "value": "\"logger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 724,
+ "length": 12,
+ "value": "\"TCRMPlayer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Caches\/FileFeatureCache.swift",
+ "kind": "StringLiteral",
+ "offset": 553,
+ "length": 20,
+ "value": "\"ru.tinkoff.toggles\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSShadowAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 910,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSShadowAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 932,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleSuggestType.swift",
+ "kind": "StringLiteral",
+ "offset": 365,
+ "length": 3,
+ "value": "\"2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleSuggestType.swift",
+ "kind": "StringLiteral",
+ "offset": 365,
+ "length": 3,
+ "value": "\"2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/ResourceBundle.swift",
+ "kind": "StringLiteral",
+ "offset": 147,
+ "length": 27,
+ "value": "\"TinkoffNetworkLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Text\/DateMask\/DateMaskValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 251,
+ "length": 17,
+ "value": "\"DolyameSDK.DateMaskValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Text\/DateMask\/DateMaskValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 12,
+ "value": "\"dd.MM.yyyy\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 502,
+ "length": 12,
+ "value": "\"badRequest\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 547,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 600,
+ "length": 20,
+ "value": "\"toggleDoesNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 659,
+ "length": 19,
+ "value": "\"failedToLoadCache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 705,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 741,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 502,
+ "length": 12,
+ "value": "\"badRequest\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 547,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 600,
+ "length": 20,
+ "value": "\"toggleDoesNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 659,
+ "length": 19,
+ "value": "\"failedToLoadCache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 705,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 741,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/OverridingStrategy.swift",
+ "kind": "StringLiteral",
+ "offset": 557,
+ "length": 16,
+ "value": "\"FeatureToggle.\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/OverridingStrategy.swift",
+ "kind": "StringLiteral",
+ "offset": 894,
+ "length": 18,
+ "value": "\"Overriding Cache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/TimeMachine.swift",
+ "kind": "Array",
+ "offset": 803,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/TimeMachine.swift",
+ "kind": "Array",
+ "offset": 1230,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitDeactivateCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 822,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitDeactivateCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 858,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitDeactivateCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 822,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitDeactivateCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 858,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Amount\/DecimalSmartFieldDataConverterBase.swift",
+ "kind": "StringLiteral",
+ "offset": 151,
+ "length": 34,
+ "value": "\"DolyameSDK.DecimalSmartFieldDataConverterBase\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Amount\/DecimalSmartFieldDataConverterBase.swift",
+ "kind": "StringLiteral",
+ "offset": 1107,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringStandaloneCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 336,
+ "length": 28,
+ "value": "\"DolyameSDK.ScoringStandaloneCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1306,
+ "length": 3,
+ "value": "999"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1338,
+ "length": 3,
+ "value": "900"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1368,
+ "length": 3,
+ "value": "902"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1393,
+ "length": 3,
+ "value": "901"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1444,
+ "length": 3,
+ "value": "490"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1306,
+ "length": 3,
+ "value": "999"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1338,
+ "length": 3,
+ "value": "900"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1368,
+ "length": 3,
+ "value": "902"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1393,
+ "length": 3,
+ "value": "901"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1444,
+ "length": 3,
+ "value": "490"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1306,
+ "length": 3,
+ "value": "999"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1338,
+ "length": 3,
+ "value": "900"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1368,
+ "length": 3,
+ "value": "902"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1393,
+ "length": 3,
+ "value": "901"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1444,
+ "length": 3,
+ "value": "490"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2686,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2702,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2716,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2751,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2765,
+ "length": 7,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2686,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2702,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2716,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2751,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2765,
+ "length": 7,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2686,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2702,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2716,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2751,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2765,
+ "length": 7,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "Array",
+ "offset": 3161,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "Array",
+ "offset": 6590,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "Dictionary",
+ "offset": 6644,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "StringLiteral",
+ "offset": 6688,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6733,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6818,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16333,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17549,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33965,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34013,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/TerminalError\/TerminalErrorCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 6,
+ "length": 24,
+ "value": "\"DolyameSDK.TerminalErrorCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/SamplingStrategyBuilder.swift",
+ "kind": "Array",
+ "offset": 253,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/SamplingStrategyBuilder.swift",
+ "kind": "Array",
+ "offset": 318,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/AuthErrorCoordinator\/AuthErrorCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 160,
+ "length": 20,
+ "value": "\"DolyameSDK.AuthErrorCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DoubleActionViewController\/DoubleActionViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 121,
+ "length": 26,
+ "value": "\"DolyameSDK.DoubleActionViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2963,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3051,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3061,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3072,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3082,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3187,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3250,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3294,
+ "length": 4,
+ "value": "2436"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3340,
+ "length": 4,
+ "value": "1792"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3388,
+ "length": 4,
+ "value": "2688"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3438,
+ "length": 4,
+ "value": "2340"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3487,
+ "length": 4,
+ "value": "2532"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3539,
+ "length": 4,
+ "value": "2778"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3777,
+ "length": 3,
+ "value": "320"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/MurmurHashSamplingAlgorithm.swift",
+ "kind": "FloatLiteral",
+ "offset": 291,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Requests\/FinishAuthorizeRequest.swift",
+ "kind": "Dictionary",
+ "offset": 916,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsPresenter.swift",
+ "kind": "Array",
+ "offset": 740,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 793,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/EventsTransformRegistrar.swift",
+ "kind": "Dictionary",
+ "offset": 233,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBFillRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 733,
+ "length": 17,
+ "value": "\"payment-success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBFillRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 785,
+ "length": 17,
+ "value": "\"payment-pending\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBFillRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 733,
+ "length": 17,
+ "value": "\"payment-success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBFillRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 785,
+ "length": 17,
+ "value": "\"payment-pending\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 285,
+ "length": 20,
+ "value": "\"+7 (___) ___-__-__\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 12,
+ "value": "\"__.__.____\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 511,
+ "length": 9,
+ "value": "\"___-___\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 549,
+ "length": 16,
+ "value": "\"___-___-___ __\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 604,
+ "length": 13,
+ "value": "\"____ ______\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 662,
+ "length": 12,
+ "value": "\"__ _______\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 701,
+ "length": 14,
+ "value": "\"____________\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 754,
+ "length": 14,
+ "value": "\"__ ?? ______\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 805,
+ "length": 14,
+ "value": "\"__ ?? ______\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/ReliabilityConfigurationService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 607,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 788,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 788,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 788,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "Array",
+ "offset": 854,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1533,
+ "length": 31,
+ "value": "\"TinkoffAcquiring.button.close\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Number\/IntStringValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 181,
+ "length": 18,
+ "value": "\"DolyameSDK.IntStringValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1386,
+ "length": 5,
+ "value": "0.07"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1428,
+ "length": 4,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1469,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1628,
+ "length": 13,
+ "value": "0.08235294118"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1650,
+ "length": 11,
+ "value": "0.431372549"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1669,
+ "length": 11,
+ "value": "0.831372549"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1689,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1735,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1745,
+ "length": 12,
+ "value": "0.8039215686"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1765,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1777,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1839,
+ "length": 4,
+ "value": "0.15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2842,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 3,
+ "value": "101"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3177,
+ "length": 3,
+ "value": "102"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3314,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3442,
+ "length": 3,
+ "value": "201"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3584,
+ "length": 3,
+ "value": "202"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3837,
+ "length": 3,
+ "value": "203"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3972,
+ "length": 3,
+ "value": "204"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4114,
+ "length": 3,
+ "value": "205"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4287,
+ "length": 3,
+ "value": "206"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4493,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4689,
+ "length": 3,
+ "value": "208"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4913,
+ "length": 3,
+ "value": "226"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5109,
+ "length": 3,
+ "value": "300"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5244,
+ "length": 3,
+ "value": "301"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5315,
+ "length": 3,
+ "value": "302"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5447,
+ "length": 3,
+ "value": "303"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5643,
+ "length": 3,
+ "value": "304"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5805,
+ "length": 3,
+ "value": "305"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5950,
+ "length": 3,
+ "value": "306"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6070,
+ "length": 3,
+ "value": "307"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 3,
+ "value": "308"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6408,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6597,
+ "length": 3,
+ "value": "401"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6718,
+ "length": 3,
+ "value": "402"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6851,
+ "length": 3,
+ "value": "403"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6982,
+ "length": 3,
+ "value": "404"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7187,
+ "length": 3,
+ "value": "405"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7379,
+ "length": 3,
+ "value": "406"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7528,
+ "length": 3,
+ "value": "407"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7639,
+ "length": 3,
+ "value": "408"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7842,
+ "length": 3,
+ "value": "409"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7981,
+ "length": 3,
+ "value": "410"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8146,
+ "length": 3,
+ "value": "411"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8308,
+ "length": 3,
+ "value": "412"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8444,
+ "length": 3,
+ "value": "413"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8558,
+ "length": 3,
+ "value": "414"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8718,
+ "length": 3,
+ "value": "415"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8899,
+ "length": 3,
+ "value": "416"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9046,
+ "length": 3,
+ "value": "417"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9155,
+ "length": 3,
+ "value": "418"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9305,
+ "length": 3,
+ "value": "421"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9462,
+ "length": 3,
+ "value": "422"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9558,
+ "length": 3,
+ "value": "423"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9704,
+ "length": 3,
+ "value": "424"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9872,
+ "length": 3,
+ "value": "426"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10007,
+ "length": 3,
+ "value": "428"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10137,
+ "length": 3,
+ "value": "429"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10372,
+ "length": 3,
+ "value": "431"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10531,
+ "length": 3,
+ "value": "444"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10758,
+ "length": 3,
+ "value": "451"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10926,
+ "length": 3,
+ "value": "495"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11119,
+ "length": 3,
+ "value": "496"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11344,
+ "length": 3,
+ "value": "497"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11504,
+ "length": 3,
+ "value": "499"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11750,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11920,
+ "length": 3,
+ "value": "501"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12080,
+ "length": 3,
+ "value": "502"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12279,
+ "length": 3,
+ "value": "503"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12452,
+ "length": 3,
+ "value": "504"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12610,
+ "length": 3,
+ "value": "505"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12770,
+ "length": 3,
+ "value": "506"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12926,
+ "length": 3,
+ "value": "507"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13054,
+ "length": 3,
+ "value": "508"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13190,
+ "length": 3,
+ "value": "510"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13342,
+ "length": 3,
+ "value": "511"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2842,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 3,
+ "value": "101"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3177,
+ "length": 3,
+ "value": "102"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3314,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3442,
+ "length": 3,
+ "value": "201"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3584,
+ "length": 3,
+ "value": "202"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3837,
+ "length": 3,
+ "value": "203"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3972,
+ "length": 3,
+ "value": "204"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4114,
+ "length": 3,
+ "value": "205"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4287,
+ "length": 3,
+ "value": "206"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4493,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4689,
+ "length": 3,
+ "value": "208"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4913,
+ "length": 3,
+ "value": "226"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5109,
+ "length": 3,
+ "value": "300"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5244,
+ "length": 3,
+ "value": "301"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5315,
+ "length": 3,
+ "value": "302"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5447,
+ "length": 3,
+ "value": "303"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5643,
+ "length": 3,
+ "value": "304"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5805,
+ "length": 3,
+ "value": "305"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5950,
+ "length": 3,
+ "value": "306"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6070,
+ "length": 3,
+ "value": "307"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 3,
+ "value": "308"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6408,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6597,
+ "length": 3,
+ "value": "401"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6718,
+ "length": 3,
+ "value": "402"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6851,
+ "length": 3,
+ "value": "403"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6982,
+ "length": 3,
+ "value": "404"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7187,
+ "length": 3,
+ "value": "405"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7379,
+ "length": 3,
+ "value": "406"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7528,
+ "length": 3,
+ "value": "407"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7639,
+ "length": 3,
+ "value": "408"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7842,
+ "length": 3,
+ "value": "409"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7981,
+ "length": 3,
+ "value": "410"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8146,
+ "length": 3,
+ "value": "411"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8308,
+ "length": 3,
+ "value": "412"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8444,
+ "length": 3,
+ "value": "413"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8558,
+ "length": 3,
+ "value": "414"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8718,
+ "length": 3,
+ "value": "415"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8899,
+ "length": 3,
+ "value": "416"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9046,
+ "length": 3,
+ "value": "417"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9155,
+ "length": 3,
+ "value": "418"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9305,
+ "length": 3,
+ "value": "421"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9462,
+ "length": 3,
+ "value": "422"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9558,
+ "length": 3,
+ "value": "423"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9704,
+ "length": 3,
+ "value": "424"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9872,
+ "length": 3,
+ "value": "426"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10007,
+ "length": 3,
+ "value": "428"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10137,
+ "length": 3,
+ "value": "429"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10372,
+ "length": 3,
+ "value": "431"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10531,
+ "length": 3,
+ "value": "444"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10758,
+ "length": 3,
+ "value": "451"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10926,
+ "length": 3,
+ "value": "495"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11119,
+ "length": 3,
+ "value": "496"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11344,
+ "length": 3,
+ "value": "497"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11504,
+ "length": 3,
+ "value": "499"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11750,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11920,
+ "length": 3,
+ "value": "501"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12080,
+ "length": 3,
+ "value": "502"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12279,
+ "length": 3,
+ "value": "503"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12452,
+ "length": 3,
+ "value": "504"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12610,
+ "length": 3,
+ "value": "505"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12770,
+ "length": 3,
+ "value": "506"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12926,
+ "length": 3,
+ "value": "507"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13054,
+ "length": 3,
+ "value": "508"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13190,
+ "length": 3,
+ "value": "510"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13342,
+ "length": 3,
+ "value": "511"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2842,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 3,
+ "value": "101"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3177,
+ "length": 3,
+ "value": "102"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3314,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3442,
+ "length": 3,
+ "value": "201"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3584,
+ "length": 3,
+ "value": "202"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3837,
+ "length": 3,
+ "value": "203"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3972,
+ "length": 3,
+ "value": "204"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4114,
+ "length": 3,
+ "value": "205"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4287,
+ "length": 3,
+ "value": "206"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4493,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4689,
+ "length": 3,
+ "value": "208"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4913,
+ "length": 3,
+ "value": "226"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5109,
+ "length": 3,
+ "value": "300"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5244,
+ "length": 3,
+ "value": "301"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5315,
+ "length": 3,
+ "value": "302"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5447,
+ "length": 3,
+ "value": "303"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5643,
+ "length": 3,
+ "value": "304"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5805,
+ "length": 3,
+ "value": "305"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5950,
+ "length": 3,
+ "value": "306"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6070,
+ "length": 3,
+ "value": "307"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 3,
+ "value": "308"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6408,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6597,
+ "length": 3,
+ "value": "401"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6718,
+ "length": 3,
+ "value": "402"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6851,
+ "length": 3,
+ "value": "403"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6982,
+ "length": 3,
+ "value": "404"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7187,
+ "length": 3,
+ "value": "405"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7379,
+ "length": 3,
+ "value": "406"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7528,
+ "length": 3,
+ "value": "407"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7639,
+ "length": 3,
+ "value": "408"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7842,
+ "length": 3,
+ "value": "409"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7981,
+ "length": 3,
+ "value": "410"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8146,
+ "length": 3,
+ "value": "411"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8308,
+ "length": 3,
+ "value": "412"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8444,
+ "length": 3,
+ "value": "413"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8558,
+ "length": 3,
+ "value": "414"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8718,
+ "length": 3,
+ "value": "415"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8899,
+ "length": 3,
+ "value": "416"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9046,
+ "length": 3,
+ "value": "417"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9155,
+ "length": 3,
+ "value": "418"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9305,
+ "length": 3,
+ "value": "421"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9462,
+ "length": 3,
+ "value": "422"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9558,
+ "length": 3,
+ "value": "423"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9704,
+ "length": 3,
+ "value": "424"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9872,
+ "length": 3,
+ "value": "426"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10007,
+ "length": 3,
+ "value": "428"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10137,
+ "length": 3,
+ "value": "429"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10372,
+ "length": 3,
+ "value": "431"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10531,
+ "length": 3,
+ "value": "444"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10758,
+ "length": 3,
+ "value": "451"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10926,
+ "length": 3,
+ "value": "495"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11119,
+ "length": 3,
+ "value": "496"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11344,
+ "length": 3,
+ "value": "497"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11504,
+ "length": 3,
+ "value": "499"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11750,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11920,
+ "length": 3,
+ "value": "501"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12080,
+ "length": 3,
+ "value": "502"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12279,
+ "length": 3,
+ "value": "503"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12452,
+ "length": 3,
+ "value": "504"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12610,
+ "length": 3,
+ "value": "505"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12770,
+ "length": 3,
+ "value": "506"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12926,
+ "length": 3,
+ "value": "507"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13054,
+ "length": 3,
+ "value": "508"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13190,
+ "length": 3,
+ "value": "510"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13342,
+ "length": 3,
+ "value": "511"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/CertificateChainValidator\/TrustKitConfigurationFactory\/TrustKitConfigurationFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1560,
+ "length": 10,
+ "value": "\"trustKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/CertificateChainValidator\/TrustKitConfigurationFactory\/TrustKitConfigurationFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 2058,
+ "length": 46,
+ "value": "\"0000000000000000000000000000000000000000000=\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/CertificateChainValidator\/TrustKitConfigurationFactory\/TrustKitConfigurationFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/KVOObservable.swift",
+ "kind": "Array",
+ "offset": 1602,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/KVOObservable.swift",
+ "kind": "StringLiteral",
+ "offset": 1496,
+ "length": 13,
+ "value": "\"DolyameSDK.KVOObservable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/KVOObservable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3737,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/TinkoffLogger+CoreSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 73,
+ "length": 13,
+ "value": "\"mobile_core\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/AdaptiveSampling\/AdaptiveLogger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 749,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/AdaptiveSampling\/AdaptiveLogger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 786,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/AdaptiveSampling\/AdaptiveLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 825,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/AdaptiveSampling\/AdaptiveLogger.swift",
+ "kind": "StringLiteral",
+ "offset": 3457,
+ "length": 27,
+ "value": "\"ru.tinkoff.adaptivelogger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedInfoBox.swift",
+ "kind": "StringLiteral",
+ "offset": 121,
+ "length": 22,
+ "value": "\"DolyameSDK.ScoringRejectedInfoBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 465,
+ "length": 4,
+ "value": "17.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 541,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 605,
+ "length": 8,
+ "value": "0x007AFF"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 741,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 14,
+ "value": "\"Готово\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 926,
+ "length": 8,
+ "value": "0x3E4757"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1076,
+ "length": 8,
+ "value": "0xF6F7F8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1148,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1196,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1235,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1278,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2344,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 2414,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 2528,
+ "length": 17,
+ "value": "\"scan_card_image\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2678,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2718,
+ "length": 2,
+ "value": "64"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2786,
+ "length": 8,
+ "value": "0xC7C9CC"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 2841,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3050,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3056,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3280,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3286,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3467,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3473,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3640,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3646,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3845,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3851,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3922,
+ "length": 23,
+ "value": "\"Номер карты\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3989,
+ "length": 11,
+ "value": "\"ММ\/ГГ\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4043,
+ "length": 5,
+ "value": "\"CVC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4095,
+ "length": 5,
+ "value": "\"___\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "Dictionary",
+ "offset": 4157,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "Dictionary",
+ "offset": 4224,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4293,
+ "length": 8,
+ "value": "0xC7C9CC"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 4450,
+ "length": 4,
+ "value": "17.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 4615,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6081,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameActionButton\/DolyamePrimaryActionView.swift",
+ "kind": "StringLiteral",
+ "offset": 119,
+ "length": 24,
+ "value": "\"DolyameSDK.DolyamePrimaryActionView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Protocols\/Base\/IContainerCoverable.swift",
+ "kind": "FloatLiteral",
+ "offset": 5934,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/SchedulePaymentCell\/Additional\/SchedulePaymentIconView.swift",
+ "kind": "StringLiteral",
+ "offset": 117,
+ "length": 23,
+ "value": "\"DolyameSDK.SchedulePaymentIconView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSODescription.swift",
+ "kind": "StringLiteral",
+ "offset": 1021,
+ "length": 13,
+ "value": "\"tinkoff_ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSODescription.swift",
+ "kind": "StringLiteral",
+ "offset": 1063,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/PaymentService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 211,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/PaymentService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 211,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/PaymentService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 211,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PayWithNewCard\/PayWithNewCardCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 336,
+ "length": 25,
+ "value": "\"DolyameSDK.PayWithNewCardCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3345,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3377,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3414,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3455,
+ "length": 13,
+ "value": "\"Description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3492,
+ "length": 9,
+ "value": "\"PayType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3539,
+ "length": 11,
+ "value": "\"Recurrent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3582,
+ "length": 6,
+ "value": "\"DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3612,
+ "length": 9,
+ "value": "\"Receipt\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3643,
+ "length": 7,
+ "value": "\"Shops\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3675,
+ "length": 10,
+ "value": "\"Receipts\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3717,
+ "length": 17,
+ "value": "\"RedirectDueDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3345,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3377,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3414,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3455,
+ "length": 13,
+ "value": "\"Description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3492,
+ "length": 9,
+ "value": "\"PayType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3539,
+ "length": 11,
+ "value": "\"Recurrent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3582,
+ "length": 6,
+ "value": "\"DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3612,
+ "length": 9,
+ "value": "\"Receipt\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3643,
+ "length": 7,
+ "value": "\"Shops\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3675,
+ "length": 10,
+ "value": "\"Receipts\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3717,
+ "length": 17,
+ "value": "\"RedirectDueDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 224,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 236,
+ "length": 2,
+ "value": "84"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 322,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "FloatLiteral",
+ "offset": 372,
+ "length": 4,
+ "value": "0.24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 572,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 674,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 727,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "StringLiteral",
+ "offset": 764,
+ "length": 16,
+ "value": "\"dolyameSpinner\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "StringLiteral",
+ "offset": 127,
+ "length": 14,
+ "value": "\"DolyameSDK.DolyameSpinner\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/URLSessionDelegateImpl.swift",
+ "kind": "StringLiteral",
+ "offset": 678,
+ "length": 22,
+ "value": "\"DolyameSDK.URLSessionDelegateImpl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 194,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 232,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 194,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 232,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 194,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 232,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 606,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/OrganizationName\/OrganizationSuggestDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 253,
+ "length": 31,
+ "value": "\"DolyameSDK.OrganizationSuggestDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentSuccess\/PaymentResultCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 207,
+ "length": 24,
+ "value": "\"DolyameSDK.PaymentResultCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodPopoverViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 751,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodPopoverViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 811,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodPopoverViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 861,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 135,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 166,
+ "length": 12,
+ "value": "\"revenue_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 15,
+ "value": "\"total_revenue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 14,
+ "value": "\"revenue_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 284,
+ "length": 18,
+ "value": "\"revenue_currency\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 346,
+ "length": 7,
+ "value": "\"title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 378,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 14,
+ "value": "\"pushOpenHour\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 460,
+ "length": 25,
+ "value": "\"device_supports_touchid\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 544,
+ "length": 12,
+ "value": "\"voice_over\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 638,
+ "length": 14,
+ "value": "\"push_granted\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 680,
+ "length": 18,
+ "value": "\"location_granted\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 12,
+ "value": "\"screensize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 135,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 166,
+ "length": 12,
+ "value": "\"revenue_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 15,
+ "value": "\"total_revenue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 14,
+ "value": "\"revenue_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 284,
+ "length": 18,
+ "value": "\"revenue_currency\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 346,
+ "length": 7,
+ "value": "\"title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 378,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 14,
+ "value": "\"pushOpenHour\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 460,
+ "length": 25,
+ "value": "\"device_supports_touchid\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 544,
+ "length": 12,
+ "value": "\"voice_over\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 638,
+ "length": 14,
+ "value": "\"push_granted\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 680,
+ "length": 18,
+ "value": "\"location_granted\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 12,
+ "value": "\"screensize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 5,
+ "value": "\"rub\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 6,
+ "value": "\"true\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 7,
+ "value": "\"false\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 947,
+ "length": 16,
+ "value": "\"AssistiveTouch\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 989,
+ "length": 15,
+ "value": "\"SwitchControl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1028,
+ "length": 13,
+ "value": "\"ShakeToUndo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 18,
+ "value": "\"ClosedCaptioning\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1109,
+ "length": 10,
+ "value": "\"BoldText\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1150,
+ "length": 20,
+ "value": "\"DarkerSystemColors\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1192,
+ "length": 11,
+ "value": "\"Grayscale\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1228,
+ "length": 14,
+ "value": "\"GuidedAccess\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1267,
+ "length": 14,
+ "value": "\"InvertColors\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1303,
+ "length": 11,
+ "value": "\"MonoAudio\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1339,
+ "length": 14,
+ "value": "\"ReduceMotion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1384,
+ "length": 20,
+ "value": "\"ReduceTransparency\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1428,
+ "length": 13,
+ "value": "\"SpeakScreen\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1468,
+ "length": 16,
+ "value": "\"SpeakSelection\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 5,
+ "value": "\"rub\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 6,
+ "value": "\"true\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 7,
+ "value": "\"false\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 947,
+ "length": 16,
+ "value": "\"AssistiveTouch\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 989,
+ "length": 15,
+ "value": "\"SwitchControl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1028,
+ "length": 13,
+ "value": "\"ShakeToUndo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 18,
+ "value": "\"ClosedCaptioning\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1109,
+ "length": 10,
+ "value": "\"BoldText\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1150,
+ "length": 20,
+ "value": "\"DarkerSystemColors\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1192,
+ "length": 11,
+ "value": "\"Grayscale\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1228,
+ "length": 14,
+ "value": "\"GuidedAccess\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1267,
+ "length": 14,
+ "value": "\"InvertColors\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1303,
+ "length": 11,
+ "value": "\"MonoAudio\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1339,
+ "length": 14,
+ "value": "\"ReduceMotion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1384,
+ "length": 20,
+ "value": "\"ReduceTransparency\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1428,
+ "length": 13,
+ "value": "\"SpeakScreen\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1468,
+ "length": 16,
+ "value": "\"SpeakSelection\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1606,
+ "length": 7,
+ "value": "\"Login\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1633,
+ "length": 8,
+ "value": "\"Logout\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1668,
+ "length": 18,
+ "value": "\"App_Launch_First\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1711,
+ "length": 15,
+ "value": "\"push_received\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1753,
+ "length": 19,
+ "value": "\"Deeplink_Received\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1801,
+ "length": 19,
+ "value": "\"Permission_Answer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1842,
+ "length": 12,
+ "value": "\"app_opened\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1886,
+ "length": 23,
+ "value": "\"Push_Settings_Changed\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1606,
+ "length": 7,
+ "value": "\"Login\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1633,
+ "length": 8,
+ "value": "\"Logout\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1668,
+ "length": 18,
+ "value": "\"App_Launch_First\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1711,
+ "length": 15,
+ "value": "\"push_received\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1753,
+ "length": 19,
+ "value": "\"Deeplink_Received\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1801,
+ "length": 19,
+ "value": "\"Permission_Answer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1842,
+ "length": 12,
+ "value": "\"app_opened\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1886,
+ "length": 23,
+ "value": "\"Push_Settings_Changed\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2028,
+ "length": 5,
+ "value": "\"mic\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2028,
+ "length": 5,
+ "value": "\"mic\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Phone\/PhoneValidatorsFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1224,
+ "length": 211,
+ "value": "\"^(8|\\+7)([\\-|\\ ]){1}([\\(]){0,1}([3489]\\d\\d)()\\){1}([\\-|\\ ]){1}(((\\d\\d\\d){1}([\\-|\\ ]){0,1}(\\d\\d){1}([\\-|\\ ]){1}(\\d\\d){1})|((\\d\\d){1}([\\-|\\ ]){1}(\\d\\d){1}([\\-|\\ ]){1}(\\d\\d\\d){1}))$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Utils\/WeakArray.swift",
+ "kind": "Array",
+ "offset": 264,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/EventsFacade+Trackers.swift",
+ "kind": "IntegerLiteral",
+ "offset": 314,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/EventsFacade+Trackers.swift",
+ "kind": "IntegerLiteral",
+ "offset": 343,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintView.swift",
+ "kind": "StringLiteral",
+ "offset": 131,
+ "length": 8,
+ "value": "\"DolyameSDK.HintView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2179,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/MetricsFacade+Collectors.swift",
+ "kind": "IntegerLiteral",
+ "offset": 92,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/MetricsFacade+Collectors.swift",
+ "kind": "IntegerLiteral",
+ "offset": 142,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 764,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 783,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 764,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 783,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/Helpers\/CancelableTapGestureRecognizer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 313,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/Helpers\/CancelableTapGestureRecognizer.swift",
+ "kind": "StringLiteral",
+ "offset": 504,
+ "length": 30,
+ "value": "\"DolyameSDK.CancelableTapGestureRecognizer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Images.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 682,
+ "length": 21,
+ "value": "\"disclosureIndicator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Images.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 761,
+ "length": 16,
+ "value": "\"paymentCheckox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Images.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 832,
+ "length": 14,
+ "value": "\"dolyame_logo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Images.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 897,
+ "length": 9,
+ "value": "\"infoBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Factory\/ScheduleViewModelFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1163,
+ "length": 8,
+ "value": "\"d MMMM\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Factory\/ScheduleViewModelFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1207,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 142,
+ "length": 14,
+ "value": "\"Content-Type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 198,
+ "length": 18,
+ "value": "\"application\/json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2777,
+ "length": 17,
+ "value": "\"LESS_THAN_RUBLE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2828,
+ "length": 21,
+ "value": "\"HAVE_SUM_DIFFERENCE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2885,
+ "length": 23,
+ "value": "\"HAVE_ITEMS_DIFFERENCE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2940,
+ "length": 19,
+ "value": "\"WRONG_PERSON_DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2994,
+ "length": 23,
+ "value": "\"NO_PARTNER_FOR_CLIENT\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2777,
+ "length": 17,
+ "value": "\"LESS_THAN_RUBLE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2828,
+ "length": 21,
+ "value": "\"HAVE_SUM_DIFFERENCE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2885,
+ "length": 23,
+ "value": "\"HAVE_ITEMS_DIFFERENCE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2940,
+ "length": 19,
+ "value": "\"WRONG_PERSON_DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2994,
+ "length": 23,
+ "value": "\"NO_PARTNER_FOR_CLIENT\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3707,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3732,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3760,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3780,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3797,
+ "length": 6,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3707,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3732,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3760,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3780,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3797,
+ "length": 6,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3707,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3732,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3760,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3780,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3797,
+ "length": 6,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipFieldConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 603,
+ "length": 24,
+ "value": "\"Гражданство\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1657,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1667,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1676,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1689,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1657,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1667,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1676,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1689,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1657,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1667,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1676,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1689,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4097,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5959,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5971,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6029,
+ "length": 2,
+ "value": "21"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6041,
+ "length": 2,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/IssuanceDepartment\/IssuanceDepartmentConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 537,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/IssuanceDepartment\/IssuanceDepartmentConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 553,
+ "length": 3,
+ "value": "150"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/IssuanceDepartment\/IssuanceDepartmentConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 1035,
+ "length": 19,
+ "value": "\"Кем выдан\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Headers\/ScheduleItemHeader\/ScheduleItemHeader.swift",
+ "kind": "StringLiteral",
+ "offset": 401,
+ "length": 20,
+ "value": "\"ScheduleItemHeader\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Headers\/ScheduleItemHeader\/ScheduleItemHeader.swift",
+ "kind": "BooleanLiteral",
+ "offset": 655,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5331,
+ "length": 11,
+ "value": "\"userAgent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5369,
+ "length": 16,
+ "value": "\"mobileDeviceId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5415,
+ "length": 17,
+ "value": "\"tinkoffDeviceId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5462,
+ "length": 19,
+ "value": "\"mobileDeviceModel\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5506,
+ "length": 16,
+ "value": "\"mobileDeviceOs\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5550,
+ "length": 23,
+ "value": "\"mobileDeviceOsVersion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5604,
+ "length": 11,
+ "value": "\"root_flag\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5644,
+ "length": 12,
+ "value": "\"appVersion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5683,
+ "length": 16,
+ "value": "\"clientTimezone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5726,
+ "length": 16,
+ "value": "\"clientLanguage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5772,
+ "length": 11,
+ "value": "\"screenDpi\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5814,
+ "length": 14,
+ "value": "\"screenHeight\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5858,
+ "length": 13,
+ "value": "\"screenWidth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5898,
+ "length": 10,
+ "value": "\"latitude\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5936,
+ "length": 11,
+ "value": "\"longitude\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5974,
+ "length": 10,
+ "value": "\"authType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6018,
+ "length": 17,
+ "value": "\"authTypeSetDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6068,
+ "length": 16,
+ "value": "\"connectionType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6116,
+ "length": 14,
+ "value": "\"lockedDevice\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6167,
+ "length": 19,
+ "value": "\"biometricsSupport\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6210,
+ "length": 7,
+ "value": "\"debug\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6245,
+ "length": 10,
+ "value": "\"emulator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6287,
+ "length": 13,
+ "value": "\"autologinOn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6334,
+ "length": 6,
+ "value": "\"auto\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6391,
+ "length": 13,
+ "value": "\"fingerprint\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6444,
+ "length": 4,
+ "value": "\"{}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6480,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6542,
+ "length": 26,
+ "value": "\"kCFLocaleLanguageCodeKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 204,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 21,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 246,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 302,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 204,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 21,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 246,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 302,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 204,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 21,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 246,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 302,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/OrganizationName\/OrganizationSuggest.swift",
+ "kind": "StringLiteral",
+ "offset": 271,
+ "length": 7,
+ "value": "\"value\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/OrganizationName\/OrganizationSuggest.swift",
+ "kind": "StringLiteral",
+ "offset": 271,
+ "length": 7,
+ "value": "\"value\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/Metric+DefaultCollectors.swift",
+ "kind": "StringLiteral",
+ "offset": 1281,
+ "length": 33,
+ "value": "\"reliabilityKit.fileSystem.usage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/Metric+DefaultCollectors.swift",
+ "kind": "StringLiteral",
+ "offset": 1365,
+ "length": 26,
+ "value": "\"reliabilityKit.ram.usage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/Metric+DefaultCollectors.swift",
+ "kind": "StringLiteral",
+ "offset": 1442,
+ "length": 26,
+ "value": "\"reliabilityKit.cpu.usage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 534,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 552,
+ "length": 18,
+ "value": "\"Common.BirthDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 704,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 722,
+ "length": 23,
+ "value": "\"Common.DateMonthError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 877,
+ "length": 21,
+ "value": "\"Common.DateNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 979,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 997,
+ "length": 13,
+ "value": "\"Common.Done\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1131,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1149,
+ "length": 19,
+ "value": "\"Common.emptyField\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1242,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1260,
+ "length": 12,
+ "value": "\"Common.Inn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1362,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1380,
+ "length": 17,
+ "value": "\"Common.IssuedBy\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1476,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1494,
+ "length": 13,
+ "value": "\"Common.Next\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1610,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1628,
+ "length": 23,
+ "value": "\"Common.PassportNumber\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1755,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1773,
+ "length": 21,
+ "value": "\"Common.PlaceOfBirth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1868,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1886,
+ "length": 12,
+ "value": "\"Common.Pts\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1978,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1996,
+ "length": 14,
+ "value": "\"Common.Snils\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2123,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2141,
+ "length": 24,
+ "value": "\"Common.SubDivisionCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2364,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2382,
+ "length": 30,
+ "value": "\"TravelInsuarance.ForeignName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2506,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2524,
+ "length": 37,
+ "value": "\"TravelInsuarance.ForeignNameDefault\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2744,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2762,
+ "length": 36,
+ "value": "\"Validation.russianPhoneLengthError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 3027,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 3045,
+ "length": 43,
+ "value": "\"Validation.russianPhoneOperatorsCodeError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Metrics\/Metric.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1634,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 436,
+ "length": 17,
+ "value": "\"tooManyRequests\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 486,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 436,
+ "length": 17,
+ "value": "\"tooManyRequests\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 486,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsNavigationController.swift",
+ "kind": "StringLiteral",
+ "offset": 134,
+ "length": 34,
+ "value": "\"DolyameSDK.PaymentMethodsNavigationController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsNavigationController.swift",
+ "kind": "StringLiteral",
+ "offset": 134,
+ "length": 34,
+ "value": "\"DolyameSDK.PaymentMethodsNavigationController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsNavigationController.swift",
+ "kind": "StringLiteral",
+ "offset": 134,
+ "length": 34,
+ "value": "\"DolyameSDK.PaymentMethodsNavigationController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdk.swift",
+ "kind": "StringLiteral",
+ "offset": 972,
+ "length": 12,
+ "value": "\"DolyameSDK.AcquiringSdk\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Keyboard Synchronization\/General\/Implementation\/SFSmartFormKeyboardSynchronizationController.swift",
+ "kind": "FloatLiteral",
+ "offset": 3199,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Keyboard Synchronization\/General\/Implementation\/SFSmartFormKeyboardSynchronizationController.swift",
+ "kind": "FloatLiteral",
+ "offset": 3257,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Configuration\/SFTextInputViewConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2335,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Configuration\/SFTextInputViewConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2685,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Configuration\/SFTextInputViewConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2744,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Configuration\/SFTextInputViewConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5332,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Base\/DateSmartFieldBaseFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 3482,
+ "length": 20,
+ "value": "\"ДД.ММ.ГГГГ\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/DefaultHTTPURLResponseValidator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 855,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/DefaultHTTPURLResponseValidator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 861,
+ "length": 3,
+ "value": "299"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 575,
+ "length": 16,
+ "value": "\"prepaid_amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 575,
+ "length": 16,
+ "value": "\"prepaid_amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 893,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 11,
+ "value": "\"last_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 976,
+ "length": 13,
+ "value": "\"middle_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1019,
+ "length": 11,
+ "value": "\"birthdate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 893,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 11,
+ "value": "\"last_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 976,
+ "length": 13,
+ "value": "\"middle_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1019,
+ "length": 11,
+ "value": "\"birthdate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1203,
+ "length": 17,
+ "value": "\"payment-success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1203,
+ "length": 17,
+ "value": "\"payment-success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1531,
+ "length": 13,
+ "value": "\"client_info\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1593,
+ "length": 18,
+ "value": "\"notification_url\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1531,
+ "length": 13,
+ "value": "\"client_info\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1593,
+ "length": 18,
+ "value": "\"notification_url\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "StringLiteral",
+ "offset": 229,
+ "length": 22,
+ "value": "\"AFFECTED_BY_SAMPLING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 2789,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 2841,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "StringLiteral",
+ "offset": 2937,
+ "length": 28,
+ "value": "\"ru.tinkoff.analytics.queue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 3019,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 3712,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 3744,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 908,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 917,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 928,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 938,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1437,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "Array",
+ "offset": 2115,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1114,
+ "length": 21,
+ "value": "\"DolyameSDK.SuggestViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3898,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/RedundantParametersTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 141,
+ "length": 11,
+ "value": "\"__version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/RedundantParametersTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 187,
+ "length": 22,
+ "value": "\"__alias_statist_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/RedundantParametersTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 247,
+ "length": 29,
+ "value": "\"__alias_statist_params_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/CTAButton\/CTAButtonView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 421,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/CTAButton\/CTAButtonView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 461,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/CTAButton\/CTAButtonView.swift",
+ "kind": "StringLiteral",
+ "offset": 218,
+ "length": 13,
+ "value": "\"DolyameSDK.CTAButtonView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 354,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 389,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 428,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 503,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 354,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 389,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 428,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 503,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 354,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 389,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 428,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 503,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressBaseInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1440,
+ "length": 12,
+ "value": "\"fias_level\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressBaseInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1479,
+ "length": 13,
+ "value": "\"postal_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressBaseInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1440,
+ "length": 12,
+ "value": "\"fias_level\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressBaseInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1479,
+ "length": 13,
+ "value": "\"postal_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "Dictionary",
+ "offset": 941,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "Dictionary",
+ "offset": 999,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1071,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1460,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1486,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1512,
+ "length": 5,
+ "value": "\"PUT\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1539,
+ "length": 7,
+ "value": "\"PATCH\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1569,
+ "length": 8,
+ "value": "\"DELETE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1460,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1486,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1512,
+ "length": 5,
+ "value": "\"PUT\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1539,
+ "length": 7,
+ "value": "\"PATCH\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1569,
+ "length": 8,
+ "value": "\"DELETE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Validator\/AddressValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 302,
+ "length": 49,
+ "value": "\"^[0-9а-яА-ЯёЁ\\\"\\-\\.\\,\\s\\(\\)\\\\\\\/]{1,150}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Validator\/AddressValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 169,
+ "length": 16,
+ "value": "\"DolyameSDK.AddressValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/CardListDataProvider.swift",
+ "kind": "Array",
+ "offset": 3540,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/CardListDataProvider.swift",
+ "kind": "Array",
+ "offset": 3587,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/ScheduleTitleCell\/ScheduleTitleCell.swift",
+ "kind": "StringLiteral",
+ "offset": 237,
+ "length": 19,
+ "value": "\"ScheduleTitleCell\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 3,
+ "value": "\"0\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 286,
+ "length": 3,
+ "value": "\"1\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 330,
+ "length": 3,
+ "value": "\"3\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 3,
+ "value": "\"4\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 431,
+ "length": 3,
+ "value": "\"5\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 496,
+ "length": 3,
+ "value": "\"6\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 538,
+ "length": 3,
+ "value": "\"7\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 575,
+ "length": 3,
+ "value": "\"8\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 663,
+ "length": 4,
+ "value": "\"65\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 3,
+ "value": "\"0\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 286,
+ "length": 3,
+ "value": "\"1\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 330,
+ "length": 3,
+ "value": "\"3\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 3,
+ "value": "\"4\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 431,
+ "length": 3,
+ "value": "\"5\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 496,
+ "length": 3,
+ "value": "\"6\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 538,
+ "length": 3,
+ "value": "\"7\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 575,
+ "length": 3,
+ "value": "\"8\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 663,
+ "length": 4,
+ "value": "\"65\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4305,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4336,
+ "length": 3,
+ "value": "204"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4368,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4398,
+ "length": 3,
+ "value": "404"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "StringLiteral",
+ "offset": 4459,
+ "length": 19,
+ "value": "\"gateway\/v1\/events\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 579,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 579,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 579,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "StringLiteral",
+ "offset": 623,
+ "length": 29,
+ "value": "\"DolyameSDK.ScoringRejectedPresenterError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/RussianPhoneMaskFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 202,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/RussianPhoneMaskFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 239,
+ "length": 1,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/RussianPhoneMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 501,
+ "length": 5,
+ "value": "\"+7 \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/UserProperties\/SharedBusinessLogic+Settings.swift",
+ "kind": "StringLiteral",
+ "offset": 141,
+ "length": 39,
+ "value": "\"kTCSAnaltyicsAlertSettingUserDefaults\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/KeychainOption.swift",
+ "kind": "StringLiteral",
+ "offset": 2450,
+ "length": 26,
+ "value": "\"ru.tcsbank.authorization\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/KeychainOption.swift",
+ "kind": "StringLiteral",
+ "offset": 2517,
+ "length": 12,
+ "value": "\"8SEFGGQX9M\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/KeychainOption.swift",
+ "kind": "StringLiteral",
+ "offset": 2572,
+ "length": 12,
+ "value": "\"Z8MAVG5W47\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Global\/GlobalValidatorsFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2134,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/NetworkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 699,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/NetworkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/NetworkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 699,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/NetworkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataModelFetcher.swift",
+ "kind": "Dictionary",
+ "offset": 110,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 126,
+ "length": 26,
+ "value": "\"DolyameSDK.DolyameContractCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardRequisitesInputMask\/FreeState.swift",
+ "kind": "StringLiteral",
+ "offset": 32,
+ "length": 9,
+ "value": "\"DolyameSDK.FreeState\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Payments\/CardPaymentProcess.swift",
+ "kind": "BooleanLiteral",
+ "offset": 786,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBNetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 150,
+ "length": 15,
+ "value": "\"Authorization\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 171,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 213,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 517,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 663,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4457,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4791,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9295,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10291,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10332,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11259,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11300,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Expanded Context\/SFSmartFormPlainExpandedContextController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 856,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Expanded Context\/SFSmartFormPlainExpandedContextController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1123,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Expanded Context\/SFSmartFormPlainExpandedContextController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1408,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/ShadowStyles\/TCSButton+DefaultShadowStyle.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/ShadowStyles\/TCSButton+DefaultShadowStyle.swift",
+ "kind": "FloatLiteral",
+ "offset": 387,
+ "length": 4,
+ "value": "0.12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/ShadowStyles\/TCSButton+DefaultShadowStyle.swift",
+ "kind": "IntegerLiteral",
+ "offset": 441,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Headers\/ScheduleTitleHeader\/ScheduleTitleHeader.swift",
+ "kind": "StringLiteral",
+ "offset": 255,
+ "length": 21,
+ "value": "\"ScheduleTitleHeader\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DoubleActionViewController\/DoubleActionContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 141,
+ "length": 23,
+ "value": "\"DolyameSDK.DoubleActionContentView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/CPUUsageCollector.swift",
+ "kind": "Array",
+ "offset": 525,
+ "length": 20,
+ "value": "[2, 4, 6, 8, 10, 12]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/CPUUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 763,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV2.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 5,
+ "value": "\"ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV2.swift",
+ "kind": "StringLiteral",
+ "offset": 31,
+ "length": 19,
+ "value": "\"DolyameSDK.GetTogglesRequestV2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV2.swift",
+ "kind": "StringLiteral",
+ "offset": 31,
+ "length": 19,
+ "value": "\"DolyameSDK.GetTogglesRequestV2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSHighlightable+Presets.swift",
+ "kind": "FloatLiteral",
+ "offset": 1318,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Amplitude\/AmplitudeAnalytics.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 11,
+ "value": "\"amplitude\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringTOSView.swift",
+ "kind": "StringLiteral",
+ "offset": 114,
+ "length": 14,
+ "value": "\"DolyameSDK.ScoringTOSView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 854,
+ "length": 8,
+ "value": "\"ACSUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 889,
+ "length": 12,
+ "value": "\"AcsTransId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 18,
+ "value": "\"TdsServerTransId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 854,
+ "length": 8,
+ "value": "\"ACSUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 889,
+ "length": 12,
+ "value": "\"AcsTransId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 18,
+ "value": "\"TdsServerTransId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2415,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2450,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2490,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2528,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2565,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2415,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2450,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2490,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2528,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2565,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SFSuggestCoordinatorBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 921,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Interfaces+Event+Toggles.swift",
+ "kind": "StringLiteral",
+ "offset": 316,
+ "length": 25,
+ "value": "\"coretech.mobile.metrics\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Interfaces+Event+Toggles.swift",
+ "kind": "StringLiteral",
+ "offset": 385,
+ "length": 24,
+ "value": "\"coretech.mobile.events\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 274,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 122,
+ "length": 28,
+ "value": "\"DolyameSDK.PaymentMethodsViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 704,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 715,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 735,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 758,
+ "length": 15,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 704,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 715,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 735,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 758,
+ "length": 15,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 704,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 715,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 735,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 758,
+ "length": 15,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/OrderCancelled\/OrderCancelledCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 125,
+ "length": 25,
+ "value": "\"DolyameSDK.OrderCancelledCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SFListSuggestCoordinator.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1037,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SFListSuggestCoordinator.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2241,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SFListSuggestCoordinator.swift",
+ "kind": "FloatLiteral",
+ "offset": 6178,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 767,
+ "length": 21,
+ "value": "\"Complete3DSMethodv2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 24,
+ "value": "\"Submit3DSAuthorization\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 906,
+ "length": 26,
+ "value": "\"Submit3DSAuthorizationV2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 767,
+ "length": 21,
+ "value": "\"Complete3DSMethodv2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 24,
+ "value": "\"Submit3DSAuthorization\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 906,
+ "length": 26,
+ "value": "\"Submit3DSAuthorizationV2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Acquiring\/AcquiringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 36,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Acquiring\/AcquiringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 36,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Acquiring\/AcquiringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 36,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/Bundle\/Bundle+Version.swift",
+ "kind": "StringLiteral",
+ "offset": 607,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/Bundle\/Bundle+Version.swift",
+ "kind": "StringLiteral",
+ "offset": 688,
+ "length": 17,
+ "value": "\"CFBundleVersion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 125,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 125,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 125,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/Filters\/FlagEventSamplingFilter.swift",
+ "kind": "StringLiteral",
+ "offset": 136,
+ "length": 14,
+ "value": "\"samplingFlag\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSImageProcessor\/Classes\/ImageResolver\/BaseResolvers\/UrlImageResolver\/URLImageResolver.swift",
+ "kind": "Array",
+ "offset": 1101,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSImageProcessor\/Classes\/ImageResolver\/BaseResolvers\/UrlImageResolver\/URLImageResolver.swift",
+ "kind": "Array",
+ "offset": 2064,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 829,
+ "length": 8,
+ "value": "\"ACSUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 7,
+ "value": "\"PaReq\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 4,
+ "value": "\"MD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 829,
+ "length": 8,
+ "value": "\"ACSUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 7,
+ "value": "\"PaReq\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 4,
+ "value": "\"MD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 12,
+ "value": "\"badRequest\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 538,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 590,
+ "length": 19,
+ "value": "\"failedToLoadCache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 652,
+ "length": 23,
+ "value": "\"someTogglesDoNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 702,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 738,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 12,
+ "value": "\"badRequest\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 538,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 590,
+ "length": 19,
+ "value": "\"failedToLoadCache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 652,
+ "length": 23,
+ "value": "\"someTogglesDoNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 702,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 738,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 2200,
+ "length": 9,
+ "value": "\"unknown\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/DolyameApplePayButton.swift",
+ "kind": "StringLiteral",
+ "offset": 133,
+ "length": 21,
+ "value": "\"DolyameSDK.DolyameApplePayButton\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/DolyamePaymentConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2675,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PayWithNewCard\/CardInputViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 117,
+ "length": 23,
+ "value": "\"DolyameSDK.CardInputViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/TCSLabel.swift",
+ "kind": "StringLiteral",
+ "offset": 130,
+ "length": 8,
+ "value": "\"DolyameSDK.TCSLabel\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/LogginTracker.swift",
+ "kind": "StringLiteral",
+ "offset": 196,
+ "length": 11,
+ "value": "\"EventsKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/LogginTracker.swift",
+ "kind": "StringLiteral",
+ "offset": 415,
+ "length": 16,
+ "value": "\"LoggingTracker\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 174,
+ "length": 12,
+ "value": "\"MasterCard\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 6,
+ "value": "\"VISA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 225,
+ "length": 8,
+ "value": "\"МИР\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 253,
+ "length": 9,
+ "value": "\"MAESTRO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 174,
+ "length": 12,
+ "value": "\"MasterCard\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 6,
+ "value": "\"VISA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 225,
+ "length": 8,
+ "value": "\"МИР\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 253,
+ "length": 9,
+ "value": "\"MAESTRO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/StatistAnalyticsSystem.swift",
+ "kind": "IntegerLiteral",
+ "offset": 634,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/StatistAnalyticsSystem.swift",
+ "kind": "IntegerLiteral",
+ "offset": 663,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/StatistAnalyticsSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 1414,
+ "length": 9,
+ "value": "\"statist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/StatistAnalyticsSystem.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1487,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 470,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 506,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 550,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4526,
+ "length": 10,
+ "value": "\"[1-3]\\.\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4569,
+ "length": 13,
+ "value": "\"(00|3[2-9])\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4617,
+ "length": 22,
+ "value": "\"\\d{2}\\.(00|1[3-9])\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4673,
+ "length": 8,
+ "value": "\"456789\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4717,
+ "length": 10,
+ "value": "\"23456789\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4763,
+ "length": 10,
+ "value": "\"03456789\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4817,
+ "length": 46,
+ "value": "\"((0[1-9]|1[0-9]|2[0-8])[\\.](0[1-9]|1[012]))\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4902,
+ "length": 35,
+ "value": "\"((29|30|31)[\\.](0[13578]|1[02]))\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4977,
+ "length": 29,
+ "value": "\"((29|30)[\\.](0[4,6,9]|11))\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5041,
+ "length": 24,
+ "value": "\"(19|[2-9][0-9])\\d\\d)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5100,
+ "length": 108,
+ "value": "\"(29[\\.]02[\\.](19|[2-9][0-9])(00|04|08|12|16|20|24|28|32|36|40|44|48|52|56|60|64|68|72|76|80|84|88|92|96)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5242,
+ "length": 69,
+ "value": "\"(\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5264,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5280,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5297,
+ "length": 1,
+ "value": "\"|(29[\\.]02))\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5349,
+ "length": 87,
+ "value": "\"((\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5372,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5388,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5405,
+ "length": 1,
+ "value": "\")[\\.]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5422,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5434,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Caches\/InMemoryFeatureCache.swift",
+ "kind": "StringLiteral",
+ "offset": 213,
+ "length": 16,
+ "value": "\"InMemory Cache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodeViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 133,
+ "length": 25,
+ "value": "\"DolyameSDK.AuthSMSCodeViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Extensions\/BundleExtension.swift",
+ "kind": "StringLiteral",
+ "offset": 320,
+ "length": 13,
+ "value": "\"TCSCFImages\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/CustomerIdStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 289,
+ "length": 20,
+ "value": "\"_dolyameCustomerId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CenterFlowLayout.swift",
+ "kind": "BooleanLiteral",
+ "offset": 750,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Number\/LimitsDoubleValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 331,
+ "length": 21,
+ "value": "\"DolyameSDK.LimitsDoubleValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/MaskAnalyticsRouter.swift",
+ "kind": "StringLiteral",
+ "offset": 158,
+ "length": 10,
+ "value": "\"alwayson\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/TinkoffLogger+Pipeline.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1757,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/TinkoffLogger+Pipeline.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1787,
+ "length": 4,
+ "value": "2000"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintDSL.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1702,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Text\/Regexp\/RegexValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 14,
+ "value": "\"DolyameSDK.RegexValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1312,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1323,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1348,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1312,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1323,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1348,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1312,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1323,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1348,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Requests\/Check3DSVersionRequest.swift",
+ "kind": "Dictionary",
+ "offset": 916,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1878,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2752,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2921,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 156,
+ "length": 29,
+ "value": "\"DolyameSDK.DolyameContractViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 724,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 762,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 805,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 852,
+ "length": 13,
+ "value": "\"Description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 895,
+ "length": 9,
+ "value": "\"PayType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 948,
+ "length": 11,
+ "value": "\"Recurrent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 6,
+ "value": "\"DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1022,
+ "length": 9,
+ "value": "\"Receipt\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1059,
+ "length": 7,
+ "value": "\"Shops\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1095,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1134,
+ "length": 10,
+ "value": "\"Receipts\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1182,
+ "length": 17,
+ "value": "\"RedirectDueDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1233,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1278,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1317,
+ "length": 7,
+ "value": "\"Token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1354,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1395,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1441,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1485,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1526,
+ "length": 11,
+ "value": "\"SendEmail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1569,
+ "length": 11,
+ "value": "\"InfoEmail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1612,
+ "length": 4,
+ "value": "\"IP\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1649,
+ "length": 5,
+ "value": "\"PAN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1688,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1727,
+ "length": 5,
+ "value": "\"CVV\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1761,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1800,
+ "length": 10,
+ "value": "\"CardData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1853,
+ "length": 22,
+ "value": "\"EncryptedPaymentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1903,
+ "length": 7,
+ "value": "\"Route\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1939,
+ "length": 8,
+ "value": "\"Source\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1986,
+ "length": 18,
+ "value": "\"TdsServerTransID\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2047,
+ "length": 22,
+ "value": "\"threeDSServerTransID\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2120,
+ "length": 30,
+ "value": "\"threeDSMethodNotificationURL\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2183,
+ "length": 12,
+ "value": "\"acsTransID\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2232,
+ "length": 16,
+ "value": "\"messageVersion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2290,
+ "length": 21,
+ "value": "\"challengeWindowSize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2345,
+ "length": 13,
+ "value": "\"messageType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2397,
+ "length": 18,
+ "value": "\"ThreeDSMethodURL\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2455,
+ "length": 19,
+ "value": "\"threeDSMethodData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2504,
+ "length": 9,
+ "value": "\"Version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2546,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2591,
+ "length": 6,
+ "value": "\"Data\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2628,
+ "length": 10,
+ "value": "\"DataType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2666,
+ "length": 7,
+ "value": "\"PaReq\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2698,
+ "length": 4,
+ "value": "\"MD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2732,
+ "length": 9,
+ "value": "\"TermUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2768,
+ "length": 6,
+ "value": "\"creq\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2831,
+ "length": 5,
+ "value": "\"ACQ\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2873,
+ "length": 10,
+ "value": "\"ApplePay\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 25,
+ "value": "\"DolyameSDK.PaymentMethodsCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 611,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 631,
+ "length": 11,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 652,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 668,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 611,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 631,
+ "length": 11,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 652,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 668,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 611,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 631,
+ "length": 11,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 652,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 668,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 686,
+ "length": 25,
+ "value": "\"DolyameSDK.SSONetworkingServiceError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 1386,
+ "length": 14,
+ "value": "\"Content-Type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 1445,
+ "length": 35,
+ "value": "\"application\/x-www-form-urlencoded\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 1655,
+ "length": 14,
+ "value": "\"bnpl_sdk_ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/Insecurity.swift",
+ "kind": "FloatLiteral",
+ "offset": 115,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/Insecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 290,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/Insecurity.swift",
+ "kind": "FloatLiteral",
+ "offset": 413,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 814,
+ "length": 11,
+ "value": "\"CheckType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 853,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 814,
+ "length": 11,
+ "value": "\"CheckType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 853,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffKeyboardObserver\/BottomConstraintKeyboardAdjuster.swift",
+ "kind": "BooleanLiteral",
+ "offset": 634,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1702,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2019,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2848,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "StringLiteral",
+ "offset": 320,
+ "length": 24,
+ "value": "\"DolyameSDK.TextSmartFieldModuleBase\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19980,
+ "length": 5,
+ "value": "11032"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "FloatLiteral",
+ "offset": 20075,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Scroll\/SFSmartFormScrollController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Scroll\/SFSmartFormScrollController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Scroll\/SFSmartFormScrollController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 587,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "BooleanLiteral",
+ "offset": 258,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 305,
+ "length": 4,
+ "value": "3600"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 312,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 355,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 384,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIColor\/UIColorExtension+Hex.swift",
+ "kind": "FloatLiteral",
+ "offset": 570,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIColor\/UIColorExtension+Hex.swift",
+ "kind": "FloatLiteral",
+ "offset": 1079,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSHighligtable.swift",
+ "kind": "FloatLiteral",
+ "offset": 381,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/CardNumberTextField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 176,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/PaymentInitDataParamsEnricher\/PaymentInitDataParamsEnricher.swift",
+ "kind": "StringLiteral",
+ "offset": 1307,
+ "length": 12,
+ "value": "\"mobile_sdk\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/PaymentInitDataParamsEnricher\/PaymentInitDataParamsEnricher.swift",
+ "kind": "StringLiteral",
+ "offset": 1352,
+ "length": 17,
+ "value": "\"connection_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/PaymentInitDataParamsEnricher\/PaymentInitDataParamsEnricher.swift",
+ "kind": "StringLiteral",
+ "offset": 1395,
+ "length": 13,
+ "value": "\"sdk_version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2025,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "Array",
+ "offset": 2105,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12432,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "StringLiteral",
+ "offset": 18493,
+ "length": 41,
+ "value": "\"merchant.tcsbank.ApplePayTestMerchantId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "StringLiteral",
+ "offset": 18925,
+ "length": 4,
+ "value": "\"RU\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "StringLiteral",
+ "offset": 18965,
+ "length": 5,
+ "value": "\"RUB\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "StringLiteral",
+ "offset": 3631,
+ "length": 14,
+ "value": "\"DolyameSDK.AcquiringUISDK\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 342,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 396,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 439,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 482,
+ "length": 3,
+ "value": "380"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "StringLiteral",
+ "offset": 139,
+ "length": 27,
+ "value": "\"DolyameSDK.PaymentMethodsCardsListView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Factory\/SFSymbolViewStyle.swift",
+ "kind": "IntegerLiteral",
+ "offset": 561,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Factory\/SFSymbolViewStyle.swift",
+ "kind": "IntegerLiteral",
+ "offset": 741,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 305,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 334,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 380,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 411,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 305,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 334,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 380,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 411,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 305,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 334,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 380,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 411,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1472,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1769,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1918,
+ "length": 36,
+ "value": "\"bnpl.session_manager.signing_queue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/FileOutput.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 19,
+ "value": "\"ru.tinkoff.logger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/FileOutput.swift",
+ "kind": "StringLiteral",
+ "offset": 711,
+ "length": 6,
+ "value": "\"logs\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Processing\/OnDemandLogProcessor.swift",
+ "kind": "StringLiteral",
+ "offset": 1565,
+ "length": 31,
+ "value": "\"ru.tinkoff.ondemandsagelogger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogSendScheduler.swift",
+ "kind": "BooleanLiteral",
+ "offset": 433,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogSendScheduler.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3955,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogSendScheduler.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4182,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardCVCRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 1192,
+ "length": 7,
+ "value": "\"[000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm+Style.swift",
+ "kind": "FloatLiteral",
+ "offset": 1293,
+ "length": 4,
+ "value": "0.65"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 40,
+ "length": 8,
+ "value": "\"parent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 62,
+ "length": 7,
+ "value": "\"Modal\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 81,
+ "length": 6,
+ "value": "\"View\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 106,
+ "length": 12,
+ "value": "\"Controller\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 155,
+ "length": 42,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 166,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 175,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 182,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 196,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 475,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 506,
+ "length": 20,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 540,
+ "length": 16,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 475,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 506,
+ "length": 20,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 540,
+ "length": 16,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 475,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 506,
+ "length": 20,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 540,
+ "length": 16,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/FeatureRegistry.swift",
+ "kind": "StringLiteral",
+ "offset": 390,
+ "length": 13,
+ "value": "\"mobile_core\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameActionButton\/DolyameSecondaryActionView.swift",
+ "kind": "StringLiteral",
+ "offset": 126,
+ "length": 26,
+ "value": "\"DolyameSDK.DolyameSecondaryActionView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 888,
+ "length": 9,
+ "value": "\"ModelId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 921,
+ "length": 9,
+ "value": "\"MakerId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 952,
+ "length": 7,
+ "value": "\"Maker\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 981,
+ "length": 7,
+ "value": "\"Model\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 888,
+ "length": 9,
+ "value": "\"ModelId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 921,
+ "length": 9,
+ "value": "\"MakerId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 952,
+ "length": 7,
+ "value": "\"Maker\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 981,
+ "length": 7,
+ "value": "\"Model\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/ConfirmViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 804,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehiclePart.swift",
+ "kind": "StringLiteral",
+ "offset": 300,
+ "length": 4,
+ "value": "\"Id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehiclePart.swift",
+ "kind": "StringLiteral",
+ "offset": 325,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehiclePart.swift",
+ "kind": "StringLiteral",
+ "offset": 300,
+ "length": 4,
+ "value": "\"Id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehiclePart.swift",
+ "kind": "StringLiteral",
+ "offset": 325,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInputFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 274,
+ "length": 7,
+ "value": "\"__\/__\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInputFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 308,
+ "length": 5,
+ "value": "\"___\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/SFDataListProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 156,
+ "length": 18,
+ "value": "\"DolyameSDK.SFDataListProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/SFDataListProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2119,
+ "length": 3,
+ "value": "230"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/SFDataListProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2200,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/SFDataListProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2264,
+ "length": 3,
+ "value": "300"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/Context.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1154,
+ "length": 25,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/Context.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1154,
+ "length": 25,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/Context.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1154,
+ "length": 25,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/Context.swift",
+ "kind": "StringLiteral",
+ "offset": 1402,
+ "length": 13,
+ "value": "\"mobile_core\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DeinitObservable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1457,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 927,
+ "length": 7,
+ "value": "\"IMAGE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1071,
+ "length": 9,
+ "value": "\"PAYLOAD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 927,
+ "length": 7,
+ "value": "\"IMAGE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1071,
+ "length": 9,
+ "value": "\"PAYLOAD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1595,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1641,
+ "length": 10,
+ "value": "\"DataType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1595,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1641,
+ "length": 10,
+ "value": "\"DataType\""
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
new file mode 100644
index 0000000..464e7a4
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
@@ -0,0 +1,211 @@
+// swift-interface-format-version: 1.0
+// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DolyameSDK
+// swift-module-flags-ignorable: -enable-bare-slash-regex
+import AdSupport
+import QuartzCore.CAMediaTimingFunction
+import CommonCrypto
+import QuartzCore.CoreAnimation
+import CoreData
+import CoreFoundation
+import CoreGraphics
+import CoreImage
+import CoreLocation
+import CoreTelephony
+import CryptoKit
+import Dispatch
+@_exported import DolyameSDK
+import Foundation
+import Foundation/*.Data*/
+import JuicyScoreFramework
+import LocalAuthentication
+import MachO
+import PassKit
+import QuartzCore
+import Security
+import Swift
+import SystemConfiguration
+import UIKit.UIColor
+import UIKit.UIFont
+import UIKit.UIGestureRecognizerSubclass
+import UIKit
+import UserNotifications
+import WebKit
+import _Concurrency
+import _StringProcessing
+import os.log
+import os
+import os.signpost
+import zlib
+@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class DolyamePaymentButton : UIKit.UIView {
+ @_Concurrency.MainActor(unsafe) public var onButtonPressed: (() -> Swift.Void)?
+ @_Concurrency.MainActor(unsafe) @objc dynamic public init()
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize {
+ @objc get
+ }
+ public enum Style {
+ case roundedCorners
+ case sharpCorners
+ case customCornerRadius(CoreFoundation.CGFloat)
+ }
+ @_Concurrency.MainActor(unsafe) public func applyStyle(_ style: DolyameSDK.DolyamePaymentButton.Style)
+ @objc deinit
+}
+extension UIKit.UIControl.State : Swift.Hashable {
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+@_hasMissingDesignatedInitializers public class Dolyame {
+ public static let shared: DolyameSDK.Dolyame
+ public func logout()
+ @objc deinit
+}
+public enum DolyameUnexpectedEvent {
+ case lessThanRuble
+ case haveSumDifference
+ case haveItemsDifference
+ case wrongPersonData
+ case noPartnerForClient
+ public static func == (a: DolyameSDK.DolyameUnexpectedEvent, b: DolyameSDK.DolyameUnexpectedEvent) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+public class DolyamePaymentConfiguration {
+ public struct Order {
+ public struct Item {
+ public let name: Swift.String
+ public let quantity: Swift.Int
+ public let price: Foundation.Decimal
+ public let sku: Swift.String?
+ public init(name: Swift.String, quantity: Swift.Int, price: Foundation.Decimal, sku: Swift.String?)
+ }
+ public let id: Swift.String
+ public let amount: Foundation.Decimal
+ public let prepaidAmount: Foundation.Decimal
+ public let items: [DolyameSDK.DolyamePaymentConfiguration.Order.Item]
+ public let mcc: Swift.Int
+ public init(id: Swift.String, amount: Foundation.Decimal, prepaidAmount: Foundation.Decimal, items: [DolyameSDK.DolyamePaymentConfiguration.Order.Item], mcc: Swift.Int)
+ }
+ public struct Customer {
+ public let id: Swift.String
+ public let firstName: Swift.String?
+ public let lastName: Swift.String?
+ public let middleName: Swift.String?
+ public let phone: Swift.String?
+ public let birthday: Swift.String?
+ public let email: Swift.String?
+ public init(id: Swift.String, firstName: Swift.String?, lastName: Swift.String?, middleName: Swift.String?, phone: Swift.String?, birthday: Swift.String?, email: Swift.String?)
+ }
+ public struct Partner {
+ public let id: Swift.String
+ public let notificationUrl: Swift.String?
+ public let demoFlow: Swift.Bool
+ public init(id: Swift.String, notificationUrl: Swift.String?, demoFlow: Swift.Bool)
+ }
+ final public let partner: DolyameSDK.DolyamePaymentConfiguration.Partner
+ final public let order: DolyameSDK.DolyamePaymentConfiguration.Order
+ final public let customer: DolyameSDK.DolyamePaymentConfiguration.Customer
+ final public let enableCallKitUsage: Swift.Bool
+ public init(partner: DolyameSDK.DolyamePaymentConfiguration.Partner, order: DolyameSDK.DolyamePaymentConfiguration.Order, customer: DolyameSDK.DolyamePaymentConfiguration.Customer, enableCallKitUsage: Swift.Bool = true)
+ @objc deinit
+}
+@frozen public enum DolyamePaymentCoordinatorResult {
+ case success
+ case failure
+ case pending
+ case dismissed
+ public static func == (a: DolyameSDK.DolyamePaymentCoordinatorResult, b: DolyameSDK.DolyamePaymentCoordinatorResult) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+public class DolyamePaymentCoordinator {
+ public var onFinish: ((DolyameSDK.DolyamePaymentCoordinatorResult) -> Swift.Void)?
+ public var onUnexpectedEvent: ((DolyameSDK.DolyameUnexpectedEvent) -> Swift.Void)?
+ public init(configuration: DolyameSDK.DolyamePaymentConfiguration, modalHostController: UIKit.UIViewController)
+ public func start()
+ @objc deinit
+}
+@objc @_inheritsConvenienceInitializers public class EventMO : CoreData.NSManagedObject {
+ @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?)
+ @objc deinit
+}
+extension DolyameSDK.EventMO {
+ @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest
+ @objc @NSManaged dynamic public var clientParameters: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var eventParameters: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var name: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var parameters: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var project: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var timestamp: Swift.Int64 {
+ @objc get
+ @objc set
+ }
+}
+@objc @_inheritsConvenienceInitializers public class LogMO : CoreData.NSManagedObject {
+ @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?)
+ @objc deinit
+}
+extension DolyameSDK.LogMO {
+ @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest
+ @objc @NSManaged dynamic public var file: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var function: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var level: Swift.Int16 {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var line: Swift.Int64 {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var message: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var metadata: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var tag: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var thread: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var timestamp: Swift.Double {
+ @objc get
+ @objc set
+ }
+}
+extension DolyameSDK.DolyameUnexpectedEvent : Swift.Equatable {}
+extension DolyameSDK.DolyameUnexpectedEvent : Swift.Hashable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Equatable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Hashable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Sendable {}
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc
new file mode 100644
index 0000000..4294b04
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
new file mode 100644
index 0000000..464e7a4
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
@@ -0,0 +1,211 @@
+// swift-interface-format-version: 1.0
+// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// swift-module-flags: -target arm64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DolyameSDK
+// swift-module-flags-ignorable: -enable-bare-slash-regex
+import AdSupport
+import QuartzCore.CAMediaTimingFunction
+import CommonCrypto
+import QuartzCore.CoreAnimation
+import CoreData
+import CoreFoundation
+import CoreGraphics
+import CoreImage
+import CoreLocation
+import CoreTelephony
+import CryptoKit
+import Dispatch
+@_exported import DolyameSDK
+import Foundation
+import Foundation/*.Data*/
+import JuicyScoreFramework
+import LocalAuthentication
+import MachO
+import PassKit
+import QuartzCore
+import Security
+import Swift
+import SystemConfiguration
+import UIKit.UIColor
+import UIKit.UIFont
+import UIKit.UIGestureRecognizerSubclass
+import UIKit
+import UserNotifications
+import WebKit
+import _Concurrency
+import _StringProcessing
+import os.log
+import os
+import os.signpost
+import zlib
+@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class DolyamePaymentButton : UIKit.UIView {
+ @_Concurrency.MainActor(unsafe) public var onButtonPressed: (() -> Swift.Void)?
+ @_Concurrency.MainActor(unsafe) @objc dynamic public init()
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize {
+ @objc get
+ }
+ public enum Style {
+ case roundedCorners
+ case sharpCorners
+ case customCornerRadius(CoreFoundation.CGFloat)
+ }
+ @_Concurrency.MainActor(unsafe) public func applyStyle(_ style: DolyameSDK.DolyamePaymentButton.Style)
+ @objc deinit
+}
+extension UIKit.UIControl.State : Swift.Hashable {
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+@_hasMissingDesignatedInitializers public class Dolyame {
+ public static let shared: DolyameSDK.Dolyame
+ public func logout()
+ @objc deinit
+}
+public enum DolyameUnexpectedEvent {
+ case lessThanRuble
+ case haveSumDifference
+ case haveItemsDifference
+ case wrongPersonData
+ case noPartnerForClient
+ public static func == (a: DolyameSDK.DolyameUnexpectedEvent, b: DolyameSDK.DolyameUnexpectedEvent) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+public class DolyamePaymentConfiguration {
+ public struct Order {
+ public struct Item {
+ public let name: Swift.String
+ public let quantity: Swift.Int
+ public let price: Foundation.Decimal
+ public let sku: Swift.String?
+ public init(name: Swift.String, quantity: Swift.Int, price: Foundation.Decimal, sku: Swift.String?)
+ }
+ public let id: Swift.String
+ public let amount: Foundation.Decimal
+ public let prepaidAmount: Foundation.Decimal
+ public let items: [DolyameSDK.DolyamePaymentConfiguration.Order.Item]
+ public let mcc: Swift.Int
+ public init(id: Swift.String, amount: Foundation.Decimal, prepaidAmount: Foundation.Decimal, items: [DolyameSDK.DolyamePaymentConfiguration.Order.Item], mcc: Swift.Int)
+ }
+ public struct Customer {
+ public let id: Swift.String
+ public let firstName: Swift.String?
+ public let lastName: Swift.String?
+ public let middleName: Swift.String?
+ public let phone: Swift.String?
+ public let birthday: Swift.String?
+ public let email: Swift.String?
+ public init(id: Swift.String, firstName: Swift.String?, lastName: Swift.String?, middleName: Swift.String?, phone: Swift.String?, birthday: Swift.String?, email: Swift.String?)
+ }
+ public struct Partner {
+ public let id: Swift.String
+ public let notificationUrl: Swift.String?
+ public let demoFlow: Swift.Bool
+ public init(id: Swift.String, notificationUrl: Swift.String?, demoFlow: Swift.Bool)
+ }
+ final public let partner: DolyameSDK.DolyamePaymentConfiguration.Partner
+ final public let order: DolyameSDK.DolyamePaymentConfiguration.Order
+ final public let customer: DolyameSDK.DolyamePaymentConfiguration.Customer
+ final public let enableCallKitUsage: Swift.Bool
+ public init(partner: DolyameSDK.DolyamePaymentConfiguration.Partner, order: DolyameSDK.DolyamePaymentConfiguration.Order, customer: DolyameSDK.DolyamePaymentConfiguration.Customer, enableCallKitUsage: Swift.Bool = true)
+ @objc deinit
+}
+@frozen public enum DolyamePaymentCoordinatorResult {
+ case success
+ case failure
+ case pending
+ case dismissed
+ public static func == (a: DolyameSDK.DolyamePaymentCoordinatorResult, b: DolyameSDK.DolyamePaymentCoordinatorResult) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+public class DolyamePaymentCoordinator {
+ public var onFinish: ((DolyameSDK.DolyamePaymentCoordinatorResult) -> Swift.Void)?
+ public var onUnexpectedEvent: ((DolyameSDK.DolyameUnexpectedEvent) -> Swift.Void)?
+ public init(configuration: DolyameSDK.DolyamePaymentConfiguration, modalHostController: UIKit.UIViewController)
+ public func start()
+ @objc deinit
+}
+@objc @_inheritsConvenienceInitializers public class EventMO : CoreData.NSManagedObject {
+ @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?)
+ @objc deinit
+}
+extension DolyameSDK.EventMO {
+ @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest
+ @objc @NSManaged dynamic public var clientParameters: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var eventParameters: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var name: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var parameters: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var project: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var timestamp: Swift.Int64 {
+ @objc get
+ @objc set
+ }
+}
+@objc @_inheritsConvenienceInitializers public class LogMO : CoreData.NSManagedObject {
+ @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?)
+ @objc deinit
+}
+extension DolyameSDK.LogMO {
+ @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest
+ @objc @NSManaged dynamic public var file: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var function: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var level: Swift.Int16 {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var line: Swift.Int64 {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var message: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var metadata: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var tag: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var thread: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var timestamp: Swift.Double {
+ @objc get
+ @objc set
+ }
+}
+extension DolyameSDK.DolyameUnexpectedEvent : Swift.Equatable {}
+extension DolyameSDK.DolyameUnexpectedEvent : Swift.Hashable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Equatable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Hashable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Sendable {}
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
new file mode 100644
index 0000000..0d259f0
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
@@ -0,0 +1,39665 @@
+{
+ "ABIRoot": {
+ "kind": "Root",
+ "name": "TopLevel",
+ "printedName": "TopLevel",
+ "children": [
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIGestureRecognizerSubclass",
+ "printedName": "UIKit.UIGestureRecognizerSubclass",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "CoreGraphics",
+ "printedName": "CoreGraphics",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyamePaymentButton",
+ "printedName": "DolyamePaymentButton",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "onButtonPressed",
+ "printedName": "onButtonPressed",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(() -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvp",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Custom",
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(() -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvg",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(() -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "() -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvs",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvM",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC02onD7PressedyycSgvM",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentButton",
+ "printedName": "DolyameSDK.DolyamePaymentButton",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton(im)init",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonCACycfc",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Custom",
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "intrinsicContentSize",
+ "printedName": "intrinsicContentSize",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGSize",
+ "printedName": "CoreFoundation.CGSize",
+ "usr": "c:@S@CGSize"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton(py)intrinsicContentSize",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC20intrinsicContentSizeSo6CGSizeVvp",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "objc_name": "intrinsicContentSize",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Custom",
+ "Override",
+ "AccessControl"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGSize",
+ "printedName": "CoreFoundation.CGSize",
+ "usr": "c:@S@CGSize"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton(im)intrinsicContentSize",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC20intrinsicContentSizeSo6CGSizeVvg",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "objc_name": "intrinsicContentSize",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Style",
+ "printedName": "Style",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "roundedCorners",
+ "printedName": "roundedCorners",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentButton.Style.Type) -> DolyameSDK.DolyamePaymentButton.Style",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO14roundedCornersyA2EmF",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5StyleO14roundedCornersyA2EmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "sharpCorners",
+ "printedName": "sharpCorners",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentButton.Style.Type) -> DolyameSDK.DolyamePaymentButton.Style",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO12sharpCornersyA2EmF",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5StyleO12sharpCornersyA2EmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "customCornerRadius",
+ "printedName": "customCornerRadius",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentButton.Style.Type) -> (CoreGraphics.CGFloat) -> DolyameSDK.DolyamePaymentButton.Style",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(CoreGraphics.CGFloat) -> DolyameSDK.DolyamePaymentButton.Style",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "CGFloat",
+ "printedName": "CoreGraphics.CGFloat",
+ "usr": "s:14CoreFoundation7CGFloatV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO18customCornerRadiusyAE14CoreFoundation7CGFloatVcAEmF",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5StyleO18customCornerRadiusyAE12CoreGraphics7CGFloatVcAEmF",
+ "moduleName": "DolyameSDK"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5StyleO",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "applyStyle",
+ "printedName": "applyStyle(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Style",
+ "printedName": "DolyameSDK.DolyamePaymentButton.Style",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC5StyleO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A13PaymentButtonC10applyStyleyyAC0F0OF",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC10applyStyleyyAC0F0OF",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Custom",
+ "AccessControl"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(frame:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentButton",
+ "printedName": "DolyameSDK.DolyamePaymentButton",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "CGRect",
+ "printedName": "CoreFoundation.CGRect",
+ "usr": "c:@S@CGRect"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton(im)initWithFrame:",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC5frameACSo6CGRectV_tcfc",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "initWithFrame:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Custom",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@DolyameSDK@objc(cs)DolyamePaymentButton",
+ "mangledName": "$s10DolyameSDK0A13PaymentButtonC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Custom",
+ "AccessControl",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)UIView",
+ "hasMissingDesignatedInitializers": true,
+ "superclassNames": [
+ "UIKit.UIView",
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "__DefaultCustomPlaygroundQuickLookable",
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIFont",
+ "printedName": "UIKit.UIFont",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIColor",
+ "printedName": "UIKit.UIColor",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UserNotifications",
+ "printedName": "UserNotifications",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "zlib",
+ "printedName": "zlib",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "CoreFoundation",
+ "printedName": "CoreFoundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Dolyame",
+ "printedName": "Dolyame",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "shared",
+ "printedName": "shared",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dolyame",
+ "printedName": "DolyameSDK.Dolyame",
+ "usr": "s:10DolyameSDK0A0C"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A0C6sharedACvpZ",
+ "mangledName": "$s10DolyameSDK0A0C6sharedACvpZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "declAttributes": [
+ "HasInitialValue",
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dolyame",
+ "printedName": "DolyameSDK.Dolyame",
+ "usr": "s:10DolyameSDK0A0C"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A0C6sharedACvgZ",
+ "mangledName": "$s10DolyameSDK0A0C6sharedACvgZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "logout",
+ "printedName": "logout()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A0C6logoutyyF",
+ "mangledName": "$s10DolyameSDK0A0C6logoutyyF",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:10DolyameSDK0A0C",
+ "mangledName": "$s10DolyameSDK0A0C",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "hasMissingDesignatedInitializers": true
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "os.log",
+ "printedName": "os.log",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "PassKit",
+ "printedName": "PassKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "QuartzCore.CoreAnimation",
+ "printedName": "QuartzCore.CoreAnimation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "JuicyScoreFramework",
+ "printedName": "JuicyScoreFramework",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "os.signpost",
+ "printedName": "os.signpost",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreTelephony",
+ "printedName": "CoreTelephony",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "QuartzCore.CoreAnimation",
+ "printedName": "QuartzCore.CoreAnimation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "AdSupport",
+ "printedName": "AdSupport",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CommonCrypto",
+ "printedName": "CommonCrypto",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CryptoKit",
+ "printedName": "CryptoKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "lessThanRuble",
+ "printedName": "lessThanRuble",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO13lessThanRubleyA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO13lessThanRubleyA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "haveSumDifference",
+ "printedName": "haveSumDifference",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO17haveSumDifferenceyA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO17haveSumDifferenceyA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "haveItemsDifference",
+ "printedName": "haveItemsDifference",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO19haveItemsDifferenceyA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO19haveItemsDifferenceyA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "wrongPersonData",
+ "printedName": "wrongPersonData",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO15wrongPersonDatayA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO15wrongPersonDatayA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Var",
+ "name": "noPartnerForClient",
+ "printedName": "noPartnerForClient",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent.Type) -> DolyameSDK.DolyameUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO18noPartnerForClientyA2CmF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO18noPartnerForClientyA2CmF",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO2eeoiySbAC_ACtFZ",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO2eeoiySbAC_ACtFZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO9hashValueSivp",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO9hashValueSivp",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO9hashValueSivg",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO9hashValueSivg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "hash",
+ "printedName": "hash(into:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Hasher",
+ "printedName": "Swift.Hasher",
+ "paramValueOwnership": "InOut",
+ "usr": "s:s6HasherV"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO4hash4intoys6HasherVz_tF",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO4hash4intoys6HasherVz_tF",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO",
+ "mangledName": "$s10DolyameSDK0A15UnexpectedEventO",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CryptoKit",
+ "printedName": "CryptoKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "MachO",
+ "printedName": "MachO",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIColor",
+ "printedName": "UIKit.UIColor",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "PassKit",
+ "printedName": "PassKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreTelephony",
+ "printedName": "CoreTelephony",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "SystemConfiguration",
+ "printedName": "SystemConfiguration",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit.UIFont",
+ "printedName": "UIKit.UIFont",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Dispatch",
+ "printedName": "Dispatch",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "CoreLocation",
+ "printedName": "CoreLocation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UserNotifications",
+ "printedName": "UserNotifications",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "QuartzCore.CAMediaTimingFunction",
+ "printedName": "QuartzCore.CAMediaTimingFunction",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyamePaymentConfiguration",
+ "printedName": "DolyamePaymentConfiguration",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "Order",
+ "printedName": "Order",
+ "children": [
+ {
+ "kind": "TypeDecl",
+ "name": "Item",
+ "printedName": "Item",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "name",
+ "printedName": "name",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4nameSSvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4nameSSvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4nameSSvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4nameSSvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "quantity",
+ "printedName": "quantity",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV8quantitySivp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV8quantitySivp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV8quantitySivg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV8quantitySivg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "price",
+ "printedName": "price",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV5priceSo9NSDecimalavp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV5priceSo9NSDecimalavp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV5priceSo9NSDecimalavg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV5priceSo9NSDecimalavg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "sku",
+ "printedName": "sku",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV3skuSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV3skuSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV3skuSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV3skuSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(name:quantity:price:sku:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Item",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order.Item",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4name8quantity5price3skuAGSS_SiSo9NSDecimalaSSSgtcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV4name8quantity5price3skuAGSS_SiSo9NSDecimalaSSSgtcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "id",
+ "printedName": "id",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV2idSSvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV2idSSvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV2idSSvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV2idSSvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "amount",
+ "printedName": "amount",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV6amountSo9NSDecimalavp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV6amountSo9NSDecimalavp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV6amountSo9NSDecimalavg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV6amountSo9NSDecimalavg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "prepaidAmount",
+ "printedName": "prepaidAmount",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV13prepaidAmountSo9NSDecimalavp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV13prepaidAmountSo9NSDecimalavp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV13prepaidAmountSo9NSDecimalavg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV13prepaidAmountSo9NSDecimalavg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "items",
+ "printedName": "items",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[DolyameSDK.DolyamePaymentConfiguration.Order.Item]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Item",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order.Item",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV5itemsSayAE4ItemVGvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV5itemsSayAE4ItemVGvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[DolyameSDK.DolyamePaymentConfiguration.Order.Item]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Item",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order.Item",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV5itemsSayAE4ItemVGvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV5itemsSayAE4ItemVGvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "mcc",
+ "printedName": "mcc",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV3mccSivp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV3mccSivp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV3mccSivg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV3mccSivg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(id:amount:prepaidAmount:items:mcc:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Order",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[DolyameSDK.DolyamePaymentConfiguration.Order.Item]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Item",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order.Item",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV4ItemV"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV2id6amount13prepaidAmount5items3mccAESS_So9NSDecimalaALSayAE4ItemVGSitcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV2id6amount13prepaidAmount5items3mccAESS_So9NSDecimalaALSayAE4ItemVGSitcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5OrderV",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Customer",
+ "printedName": "Customer",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "id",
+ "printedName": "id",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV2idSSvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV2idSSvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV2idSSvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV2idSSvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "firstName",
+ "printedName": "firstName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV9firstNameSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV9firstNameSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV9firstNameSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV9firstNameSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "lastName",
+ "printedName": "lastName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV8lastNameSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV8lastNameSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV8lastNameSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV8lastNameSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "middleName",
+ "printedName": "middleName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV10middleNameSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV10middleNameSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV10middleNameSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV10middleNameSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "phone",
+ "printedName": "phone",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV5phoneSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV5phoneSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV5phoneSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV5phoneSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "birthday",
+ "printedName": "birthday",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV8birthdaySSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV8birthdaySSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV8birthdaySSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV8birthdaySSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "email",
+ "printedName": "email",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV5emailSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV5emailSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV5emailSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV5emailSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(id:firstName:lastName:middleName:phone:birthday:email:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Customer",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Customer",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV2id9firstName04lastH006middleH05phone8birthday5emailAESS_SSSgA5Mtcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV2id9firstName04lastH006middleH05phone8birthday5emailAESS_SSSgA5Mtcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8CustomerV",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Partner",
+ "printedName": "Partner",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "id",
+ "printedName": "id",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV2idSSvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV2idSSvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV2idSSvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV2idSSvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "notificationUrl",
+ "printedName": "notificationUrl",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV15notificationUrlSSSgvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV15notificationUrlSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV15notificationUrlSSSgvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV15notificationUrlSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "demoFlow",
+ "printedName": "demoFlow",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV8demoFlowSbvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV8demoFlowSbvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV8demoFlowSbvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV8demoFlowSbvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(id:notificationUrl:demoFlow:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Partner",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Partner",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV2id15notificationUrl8demoFlowAESS_SSSgSbtcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV2id15notificationUrl8demoFlowAESS_SSSgSbtcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7PartnerV",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "partner",
+ "printedName": "partner",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Partner",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Partner",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7partnerAC7PartnerVvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7partnerAC7PartnerVvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Partner",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Partner",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7partnerAC7PartnerVvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7partnerAC7PartnerVvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "order",
+ "printedName": "order",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Order",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5orderAC5OrderVvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5orderAC5OrderVvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Order",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5orderAC5OrderVvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC5orderAC5OrderVvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "customer",
+ "printedName": "customer",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Customer",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Customer",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8customerAC8CustomerVvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8customerAC8CustomerVvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Customer",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Customer",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8customerAC8CustomerVvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC8customerAC8CustomerVvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "enableCallKitUsage",
+ "printedName": "enableCallKitUsage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC18enableCallKitUsageSbvp",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC18enableCallKitUsageSbvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC18enableCallKitUsageSbvg",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC18enableCallKitUsageSbvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(partner:order:customer:enableCallKitUsage:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentConfiguration",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Partner",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Partner",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7PartnerV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Order",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Order",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC5OrderV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Customer",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration.Customer",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC8CustomerV"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "hasDefaultArg": true,
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC7partner5order8customer18enableCallKitUsageA2C7PartnerV_AC5OrderVAC8CustomerVSbtcfc",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC7partner5order8customer18enableCallKitUsageA2C7PartnerV_AC5OrderVAC8CustomerVSbtcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC",
+ "mangledName": "$s10DolyameSDK0A20PaymentConfigurationC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "CommonCrypto",
+ "printedName": "CommonCrypto",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Security",
+ "printedName": "Security",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreImage",
+ "printedName": "CoreImage",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "success",
+ "printedName": "success",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult.Type) -> DolyameSDK.DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO7successyA2CmF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO7successyA2CmF",
+ "moduleName": "DolyameSDK",
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "failure",
+ "printedName": "failure",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult.Type) -> DolyameSDK.DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO7failureyA2CmF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO7failureyA2CmF",
+ "moduleName": "DolyameSDK",
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "pending",
+ "printedName": "pending",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult.Type) -> DolyameSDK.DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO7pendingyA2CmF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO7pendingyA2CmF",
+ "moduleName": "DolyameSDK",
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "dismissed",
+ "printedName": "dismissed",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult.Type) -> DolyameSDK.DolyamePaymentCoordinatorResult",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO9dismissedyA2CmF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO9dismissedyA2CmF",
+ "moduleName": "DolyameSDK",
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Function",
+ "name": "==",
+ "printedName": "==(_:_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO2eeoiySbAC_ACtFZ",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO2eeoiySbAC_ACtFZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO9hashValueSivp",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO9hashValueSivp",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO9hashValueSivg",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO9hashValueSivg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Function",
+ "name": "hash",
+ "printedName": "hash(into:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Hasher",
+ "printedName": "Swift.Hasher",
+ "paramValueOwnership": "InOut",
+ "usr": "s:s6HasherV"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO4hash4intoys6HasherVz_tF",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO4hash4intoys6HasherVz_tF",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO",
+ "mangledName": "$s10DolyameSDK0A24PaymentCoordinatorResultO",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl",
+ "Frozen"
+ ],
+ "isEnumExhaustive": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DolyamePaymentCoordinator",
+ "printedName": "DolyamePaymentCoordinator",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "onFinish",
+ "printedName": "onFinish",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyamePaymentCoordinatorResult) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvp",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyamePaymentCoordinatorResult) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvg",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyamePaymentCoordinatorResult) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyamePaymentCoordinatorResult) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinatorResult",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinatorResult",
+ "usr": "s:10DolyameSDK0A24PaymentCoordinatorResultO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvs",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvM",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC8onFinishyAA0acD6ResultOcSgvM",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "onUnexpectedEvent",
+ "printedName": "onUnexpectedEvent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyameUnexpectedEvent) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvp",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyameUnexpectedEvent) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvg",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "((DolyameSDK.DolyameUnexpectedEvent) -> ())?",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(DolyameSDK.DolyameUnexpectedEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyameUnexpectedEvent",
+ "printedName": "DolyameSDK.DolyameUnexpectedEvent",
+ "usr": "s:10DolyameSDK0A15UnexpectedEventO"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvs",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvM",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC17onUnexpectedEventyAA0afG0OcSgvM",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(configuration:modalHostController:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentCoordinator",
+ "printedName": "DolyameSDK.DolyamePaymentCoordinator",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DolyamePaymentConfiguration",
+ "printedName": "DolyameSDK.DolyamePaymentConfiguration",
+ "usr": "s:10DolyameSDK0A20PaymentConfigurationC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC13configuration19modalHostControllerAcA0aC13ConfigurationC_So06UIViewH0Ctcfc",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC13configuration19modalHostControllerAcA0aC13ConfigurationC_So06UIViewH0Ctcfc",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "start",
+ "printedName": "start()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC5startyyF",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC5startyyF",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "funcSelfKind": "NonMutating"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "s:10DolyameSDK0A18PaymentCoordinatorC",
+ "mangledName": "$s10DolyameSDK0A18PaymentCoordinatorC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "PassKit",
+ "printedName": "PassKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "WebKit",
+ "printedName": "WebKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "QuartzCore",
+ "printedName": "QuartzCore",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreTelephony",
+ "printedName": "CoreTelephony",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "SystemConfiguration",
+ "printedName": "SystemConfiguration",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "LocalAuthentication",
+ "printedName": "LocalAuthentication",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "EventMO",
+ "printedName": "EventMO",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(entity:insertInto:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventMO",
+ "printedName": "DolyameSDK.EventMO",
+ "usr": "c:@M@DolyameSDK@objc(cs)EventMO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSEntityDescription",
+ "printedName": "CoreData.NSEntityDescription",
+ "usr": "c:objc(cs)NSEntityDescription"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "CoreData.NSManagedObjectContext?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSManagedObjectContext",
+ "printedName": "CoreData.NSManagedObjectContext",
+ "usr": "c:objc(cs)NSManagedObjectContext"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@DolyameSDK@objc(cs)EventMO(im)initWithEntity:insertIntoManagedObjectContext:",
+ "mangledName": "$s10DolyameSDK7EventMOC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "initWithEntity:insertIntoManagedObjectContext:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "fetchRequest",
+ "printedName": "fetchRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSFetchRequest",
+ "printedName": "CoreData.NSFetchRequest",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventMO",
+ "printedName": "DolyameSDK.EventMO",
+ "usr": "c:@M@DolyameSDK@objc(cs)EventMO"
+ }
+ ],
+ "usr": "c:objc(cs)NSFetchRequest"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK7EventMOC12fetchRequestSo07NSFetchF0CyACGyFZ",
+ "mangledName": "$s10DolyameSDK7EventMOC12fetchRequestSo07NSFetchF0CyACGyFZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "declAttributes": [
+ "AccessControl",
+ "NonObjC"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "clientParameters",
+ "printedName": "clientParameters",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)clientParameters",
+ "mangledName": "$s10DolyameSDK7EventMOC16clientParameters10Foundation4DataVSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)clientParameters",
+ "mangledName": "$s10DolyameSDK7EventMOC16clientParameters10Foundation4DataVSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setClientParameters:",
+ "mangledName": "$s10DolyameSDK7EventMOC16clientParameters10Foundation4DataVSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "eventParameters",
+ "printedName": "eventParameters",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)eventParameters",
+ "mangledName": "$s10DolyameSDK7EventMOC15eventParameters10Foundation4DataVSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)eventParameters",
+ "mangledName": "$s10DolyameSDK7EventMOC15eventParameters10Foundation4DataVSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setEventParameters:",
+ "mangledName": "$s10DolyameSDK7EventMOC15eventParameters10Foundation4DataVSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "name",
+ "printedName": "name",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)name",
+ "mangledName": "$s10DolyameSDK7EventMOC4nameSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)name",
+ "mangledName": "$s10DolyameSDK7EventMOC4nameSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setName:",
+ "mangledName": "$s10DolyameSDK7EventMOC4nameSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "parameters",
+ "printedName": "parameters",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)parameters",
+ "mangledName": "$s10DolyameSDK7EventMOC10parameters10Foundation4DataVSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)parameters",
+ "mangledName": "$s10DolyameSDK7EventMOC10parameters10Foundation4DataVSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setParameters:",
+ "mangledName": "$s10DolyameSDK7EventMOC10parameters10Foundation4DataVSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "project",
+ "printedName": "project",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)project",
+ "mangledName": "$s10DolyameSDK7EventMOC7projectSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)project",
+ "mangledName": "$s10DolyameSDK7EventMOC7projectSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setProject:",
+ "mangledName": "$s10DolyameSDK7EventMOC7projectSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "timestamp",
+ "printedName": "timestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(py)timestamp",
+ "mangledName": "$s10DolyameSDK7EventMOC9timestamps5Int64Vvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)timestamp",
+ "mangledName": "$s10DolyameSDK7EventMOC9timestamps5Int64Vvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)EventMO(im)setTimestamp:",
+ "mangledName": "$s10DolyameSDK7EventMOC9timestamps5Int64Vvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@DolyameSDK@objc(cs)EventMO",
+ "mangledName": "$s10DolyameSDK7EventMOC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSManagedObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "CoreData.NSManagedObject",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ObservableObject",
+ "printedName": "ObservableObject",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ObjectWillChangePublisher",
+ "printedName": "ObjectWillChangePublisher",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ObservableObjectPublisher",
+ "printedName": "Combine.ObservableObjectPublisher",
+ "usr": "s:7Combine25ObservableObjectPublisherC"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7Combine16ObservableObjectP",
+ "mangledName": "$s7Combine16ObservableObjectP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "LogMO",
+ "printedName": "LogMO",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(entity:insertInto:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "LogMO",
+ "printedName": "DolyameSDK.LogMO",
+ "usr": "c:@M@DolyameSDK@objc(cs)LogMO"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSEntityDescription",
+ "printedName": "CoreData.NSEntityDescription",
+ "usr": "c:objc(cs)NSEntityDescription"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "CoreData.NSManagedObjectContext?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSManagedObjectContext",
+ "printedName": "CoreData.NSManagedObjectContext",
+ "usr": "c:objc(cs)NSManagedObjectContext"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@DolyameSDK@objc(cs)LogMO(im)initWithEntity:insertIntoManagedObjectContext:",
+ "mangledName": "$s10DolyameSDK5LogMOC6entity10insertIntoACSo19NSEntityDescriptionC_So22NSManagedObjectContextCSgtcfc",
+ "moduleName": "DolyameSDK",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "initWithEntity:insertIntoManagedObjectContext:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Function",
+ "name": "fetchRequest",
+ "printedName": "fetchRequest()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSFetchRequest",
+ "printedName": "CoreData.NSFetchRequest",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "LogMO",
+ "printedName": "DolyameSDK.LogMO",
+ "usr": "c:@M@DolyameSDK@objc(cs)LogMO"
+ }
+ ],
+ "usr": "c:objc(cs)NSFetchRequest"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:10DolyameSDK5LogMOC12fetchRequestSo07NSFetchF0CyACGyFZ",
+ "mangledName": "$s10DolyameSDK5LogMOC12fetchRequestSo07NSFetchF0CyACGyFZ",
+ "moduleName": "DolyameSDK",
+ "static": true,
+ "declAttributes": [
+ "AccessControl",
+ "NonObjC"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "file",
+ "printedName": "file",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)file",
+ "mangledName": "$s10DolyameSDK5LogMOC4fileSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)file",
+ "mangledName": "$s10DolyameSDK5LogMOC4fileSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setFile:",
+ "mangledName": "$s10DolyameSDK5LogMOC4fileSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "function",
+ "printedName": "function",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)function",
+ "mangledName": "$s10DolyameSDK5LogMOC8functionSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)function",
+ "mangledName": "$s10DolyameSDK5LogMOC8functionSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setFunction:",
+ "mangledName": "$s10DolyameSDK5LogMOC8functionSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "level",
+ "printedName": "level",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int16",
+ "printedName": "Swift.Int16",
+ "usr": "s:s5Int16V"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)level",
+ "mangledName": "$s10DolyameSDK5LogMOC5levels5Int16Vvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int16",
+ "printedName": "Swift.Int16",
+ "usr": "s:s5Int16V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)level",
+ "mangledName": "$s10DolyameSDK5LogMOC5levels5Int16Vvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int16",
+ "printedName": "Swift.Int16",
+ "usr": "s:s5Int16V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setLevel:",
+ "mangledName": "$s10DolyameSDK5LogMOC5levels5Int16Vvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "line",
+ "printedName": "line",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)line",
+ "mangledName": "$s10DolyameSDK5LogMOC4lines5Int64Vvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)line",
+ "mangledName": "$s10DolyameSDK5LogMOC4lines5Int64Vvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setLine:",
+ "mangledName": "$s10DolyameSDK5LogMOC4lines5Int64Vvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "message",
+ "printedName": "message",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)message",
+ "mangledName": "$s10DolyameSDK5LogMOC7messageSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)message",
+ "mangledName": "$s10DolyameSDK5LogMOC7messageSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setMessage:",
+ "mangledName": "$s10DolyameSDK5LogMOC7messageSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "metadata",
+ "printedName": "metadata",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)metadata",
+ "mangledName": "$s10DolyameSDK5LogMOC8metadata10Foundation4DataVSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)metadata",
+ "mangledName": "$s10DolyameSDK5LogMOC8metadata10Foundation4DataVSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Foundation.Data?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Data",
+ "printedName": "Foundation.Data",
+ "usr": "s:10Foundation4DataV"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setMetadata:",
+ "mangledName": "$s10DolyameSDK5LogMOC8metadata10Foundation4DataVSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "tag",
+ "printedName": "tag",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)tag",
+ "mangledName": "$s10DolyameSDK5LogMOC3tagSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)tag",
+ "mangledName": "$s10DolyameSDK5LogMOC3tagSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setTag:",
+ "mangledName": "$s10DolyameSDK5LogMOC3tagSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "thread",
+ "printedName": "thread",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)thread",
+ "mangledName": "$s10DolyameSDK5LogMOC6threadSSSgvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)thread",
+ "mangledName": "$s10DolyameSDK5LogMOC6threadSSSgvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setThread:",
+ "mangledName": "$s10DolyameSDK5LogMOC6threadSSSgvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "timestamp",
+ "printedName": "timestamp",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(py)timestamp",
+ "mangledName": "$s10DolyameSDK5LogMOC9timestampSdvp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "NSManaged",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)timestamp",
+ "mangledName": "$s10DolyameSDK5LogMOC9timestampSdvg",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@CM@DolyameSDK@objc(cs)LogMO(im)setTimestamp:",
+ "mangledName": "$s10DolyameSDK5LogMOC9timestampSdvs",
+ "moduleName": "DolyameSDK",
+ "implicit": true,
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "accessorKind": "set"
+ }
+ ]
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@DolyameSDK@objc(cs)LogMO",
+ "mangledName": "$s10DolyameSDK5LogMOC",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSManagedObject",
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "CoreData.NSManagedObject",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ObservableObject",
+ "printedName": "ObservableObject",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ObjectWillChangePublisher",
+ "printedName": "ObjectWillChangePublisher",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ObservableObjectPublisher",
+ "printedName": "Combine.ObservableObjectPublisher",
+ "usr": "s:7Combine25ObservableObjectPublisherC"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7Combine16ObservableObjectP",
+ "mangledName": "$s7Combine16ObservableObjectP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "CoreData",
+ "printedName": "CoreData",
+ "declKind": "Import",
+ "moduleName": "DolyameSDK"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "String",
+ "printedName": "String",
+ "declKind": "Struct",
+ "usr": "s:SS",
+ "mangledName": "$sSS",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKeyRepresentable",
+ "printedName": "CodingKeyRepresentable",
+ "usr": "s:s22CodingKeyRepresentableP",
+ "mangledName": "$ss22CodingKeyRepresentableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasContiguousBytes",
+ "printedName": "_HasContiguousBytes",
+ "usr": "s:s19_HasContiguousBytesP",
+ "mangledName": "$ss19_HasContiguousBytesP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "TextOutputStream",
+ "printedName": "TextOutputStream",
+ "usr": "s:s16TextOutputStreamP",
+ "mangledName": "$ss16TextOutputStreamP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "TextOutputStreamable",
+ "printedName": "TextOutputStreamable",
+ "usr": "s:s20TextOutputStreamableP",
+ "mangledName": "$ss20TextOutputStreamableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinUnicodeScalarLiteral",
+ "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral",
+ "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP",
+ "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral",
+ "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral",
+ "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP",
+ "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinStringLiteral",
+ "printedName": "_ExpressibleByBuiltinStringLiteral",
+ "usr": "s:s34_ExpressibleByBuiltinStringLiteralP",
+ "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByStringLiteral",
+ "printedName": "ExpressibleByStringLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "StringLiteralType",
+ "printedName": "StringLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s26ExpressibleByStringLiteralP",
+ "mangledName": "$ss26ExpressibleByStringLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByExtendedGraphemeClusterLiteral",
+ "printedName": "ExpressibleByExtendedGraphemeClusterLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ExtendedGraphemeClusterLiteralType",
+ "printedName": "ExtendedGraphemeClusterLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP",
+ "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByUnicodeScalarLiteral",
+ "printedName": "ExpressibleByUnicodeScalarLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "UnicodeScalarLiteralType",
+ "printedName": "UnicodeScalarLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s33ExpressibleByUnicodeScalarLiteralP",
+ "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BidirectionalCollection",
+ "printedName": "BidirectionalCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Character",
+ "printedName": "Swift.Character",
+ "usr": "s:SJ"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Index",
+ "printedName": "Swift.String.Index",
+ "usr": "s:SS5IndexV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Substring",
+ "printedName": "Swift.Substring",
+ "usr": "s:Ss"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DefaultIndices",
+ "printedName": "Swift.DefaultIndices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:SI"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SK",
+ "mangledName": "$sSK"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Collection",
+ "printedName": "Collection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Character",
+ "printedName": "Swift.Character",
+ "usr": "s:SJ"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Index",
+ "printedName": "Swift.String.Index",
+ "usr": "s:SS5IndexV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Swift.String.Iterator",
+ "usr": "s:SS8IteratorV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Substring",
+ "printedName": "Swift.Substring",
+ "usr": "s:Ss"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DefaultIndices",
+ "printedName": "Swift.DefaultIndices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:SI"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sl",
+ "mangledName": "$sSl"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Character",
+ "printedName": "Swift.Character",
+ "usr": "s:SJ"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Swift.String.Iterator",
+ "usr": "s:SS8IteratorV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "StringProtocol",
+ "printedName": "StringProtocol",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "UTF8View",
+ "printedName": "UTF8View",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UTF8View",
+ "printedName": "Swift.String.UTF8View",
+ "usr": "s:SS8UTF8ViewV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "UTF16View",
+ "printedName": "UTF16View",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UTF16View",
+ "printedName": "Swift.String.UTF16View",
+ "usr": "s:SS9UTF16ViewV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "UnicodeScalarView",
+ "printedName": "UnicodeScalarView",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UnicodeScalarView",
+ "printedName": "Swift.String.UnicodeScalarView",
+ "usr": "s:SS17UnicodeScalarViewV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Substring",
+ "printedName": "Swift.Substring",
+ "usr": "s:Ss"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sy",
+ "mangledName": "$sSy"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByStringInterpolation",
+ "printedName": "ExpressibleByStringInterpolation",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "StringInterpolation",
+ "printedName": "StringInterpolation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DefaultStringInterpolation",
+ "printedName": "Swift.DefaultStringInterpolation",
+ "usr": "s:s26DefaultStringInterpolationV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s32ExpressibleByStringInterpolationP",
+ "mangledName": "$ss32ExpressibleByStringInterpolationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RangeReplaceableCollection",
+ "printedName": "RangeReplaceableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Substring",
+ "printedName": "Swift.Substring",
+ "usr": "s:Ss"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sm",
+ "mangledName": "$sSm"
+ },
+ {
+ "kind": "Conformance",
+ "name": "MirrorPath",
+ "printedName": "MirrorPath",
+ "usr": "s:s10MirrorPathP",
+ "mangledName": "$ss10MirrorPathP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSString",
+ "printedName": "Foundation.NSString",
+ "usr": "c:objc(cs)NSString"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Double",
+ "printedName": "Double",
+ "declKind": "Struct",
+ "usr": "s:Sd",
+ "mangledName": "$sSd",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgPassedAsDouble",
+ "printedName": "_CVarArgPassedAsDouble",
+ "usr": "s:s22_CVarArgPassedAsDoubleP",
+ "mangledName": "$ss22_CVarArgPassedAsDoubleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgAligned",
+ "printedName": "_CVarArgAligned",
+ "usr": "s:s15_CVarArgAlignedP",
+ "mangledName": "$ss15_CVarArgAlignedP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "TextOutputStreamable",
+ "printedName": "TextOutputStreamable",
+ "usr": "s:s20TextOutputStreamableP",
+ "mangledName": "$ss20TextOutputStreamableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryFloatingPoint",
+ "printedName": "BinaryFloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawSignificand",
+ "printedName": "RawSignificand",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt64",
+ "printedName": "Swift.UInt64",
+ "usr": "s:s6UInt64V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "RawExponent",
+ "printedName": "RawExponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SB",
+ "mangledName": "$sSB"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "FloatingPoint",
+ "printedName": "FloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Exponent",
+ "printedName": "Exponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SF",
+ "mangledName": "$sSF"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinIntegerLiteral",
+ "printedName": "_ExpressibleByBuiltinIntegerLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinFloatLiteral",
+ "printedName": "_ExpressibleByBuiltinFloatLiteral",
+ "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP",
+ "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SIMDScalar",
+ "printedName": "SIMDScalar",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SIMDMaskScalar",
+ "printedName": "SIMDMaskScalar",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD2Storage",
+ "printedName": "SIMD2Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD2Storage",
+ "printedName": "Swift.Double.SIMD2Storage",
+ "usr": "s:Sd12SIMD2StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD4Storage",
+ "printedName": "SIMD4Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD4Storage",
+ "printedName": "Swift.Double.SIMD4Storage",
+ "usr": "s:Sd12SIMD4StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD8Storage",
+ "printedName": "SIMD8Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD8Storage",
+ "printedName": "Swift.Double.SIMD8Storage",
+ "usr": "s:Sd12SIMD8StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD16Storage",
+ "printedName": "SIMD16Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD16Storage",
+ "printedName": "Swift.Double.SIMD16Storage",
+ "usr": "s:Sd13SIMD16StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD32Storage",
+ "printedName": "SIMD32Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD32Storage",
+ "printedName": "Swift.Double.SIMD32Storage",
+ "usr": "s:Sd13SIMD32StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD64Storage",
+ "printedName": "SIMD64Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD64Storage",
+ "printedName": "Swift.Double.SIMD64Storage",
+ "usr": "s:Sd13SIMD64StorageV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SIMDScalarP",
+ "mangledName": "$ss10SIMDScalarP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "CGFloat",
+ "printedName": "CGFloat",
+ "declKind": "Struct",
+ "usr": "s:14CoreFoundation7CGFloatV",
+ "mangledName": "$s12CoreGraphics7CGFloatV",
+ "moduleName": "CoreFoundation",
+ "intro_Macosx": "10.0",
+ "intro_iOS": "2.0",
+ "intro_tvOS": "9.0",
+ "intro_watchOS": "1.0",
+ "declAttributes": [
+ "Frozen",
+ "OriginallyDefinedIn",
+ "OriginallyDefinedIn",
+ "OriginallyDefinedIn",
+ "OriginallyDefinedIn",
+ "OriginallyDefinedIn",
+ "Available",
+ "Available",
+ "Available",
+ "Available",
+ "Available"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGFloat",
+ "printedName": "CoreGraphics.CGFloat",
+ "usr": "s:14CoreFoundation7CGFloatV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryFloatingPoint",
+ "printedName": "BinaryFloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawSignificand",
+ "printedName": "RawSignificand",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "RawExponent",
+ "printedName": "RawExponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SB",
+ "mangledName": "$sSB"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "FloatingPoint",
+ "printedName": "FloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Exponent",
+ "printedName": "Exponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SF",
+ "mangledName": "$sSF"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGFloat",
+ "printedName": "CoreGraphics.CGFloat",
+ "usr": "s:14CoreFoundation7CGFloatV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgPassedAsDouble",
+ "printedName": "_CVarArgPassedAsDouble",
+ "usr": "s:s22_CVarArgPassedAsDoubleP",
+ "mangledName": "$ss22_CVarArgPassedAsDoubleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgAligned",
+ "printedName": "_CVarArgAligned",
+ "usr": "s:s15_CVarArgAlignedP",
+ "mangledName": "$ss15_CVarArgAlignedP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CGFloat",
+ "printedName": "CoreGraphics.CGFloat",
+ "usr": "s:14CoreFoundation7CGFloatV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIScrollView",
+ "printedName": "UIScrollView",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIScrollView",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIScrollView",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)UIView",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "UIKit.UIView",
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "__DefaultCustomPlaygroundQuickLookable",
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UInt",
+ "printedName": "UInt",
+ "declKind": "Struct",
+ "usr": "s:Su",
+ "mangledName": "$sSu",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "FixedWidthInteger",
+ "printedName": "FixedWidthInteger",
+ "usr": "s:s17FixedWidthIntegerP",
+ "mangledName": "$ss17FixedWidthIntegerP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "UnsignedInteger",
+ "printedName": "UnsignedInteger",
+ "usr": "s:SU",
+ "mangledName": "$sSU"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinIntegerLiteral",
+ "printedName": "_ExpressibleByBuiltinIntegerLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryInteger",
+ "printedName": "BinaryInteger",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Words",
+ "printedName": "Words",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Words",
+ "printedName": "Swift.UInt.Words",
+ "usr": "s:Su5WordsV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sz",
+ "mangledName": "$sSz"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SIMDScalar",
+ "printedName": "SIMDScalar",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SIMDMaskScalar",
+ "printedName": "SIMDMaskScalar",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD2Storage",
+ "printedName": "SIMD2Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD2Storage",
+ "printedName": "Swift.UInt.SIMD2Storage",
+ "usr": "s:Su12SIMD2StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD4Storage",
+ "printedName": "SIMD4Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD4Storage",
+ "printedName": "Swift.UInt.SIMD4Storage",
+ "usr": "s:Su12SIMD4StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD8Storage",
+ "printedName": "SIMD8Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD8Storage",
+ "printedName": "Swift.UInt.SIMD8Storage",
+ "usr": "s:Su12SIMD8StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD16Storage",
+ "printedName": "SIMD16Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD16Storage",
+ "printedName": "Swift.UInt.SIMD16Storage",
+ "usr": "s:Su13SIMD16StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD32Storage",
+ "printedName": "SIMD32Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD32Storage",
+ "printedName": "Swift.UInt.SIMD32Storage",
+ "usr": "s:Su13SIMD32StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD64Storage",
+ "printedName": "SIMD64Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD64Storage",
+ "printedName": "Swift.UInt.SIMD64Storage",
+ "usr": "s:Su13SIMD64StorageV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SIMDScalarP",
+ "mangledName": "$ss10SIMDScalarP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt64",
+ "printedName": "Swift.UInt64",
+ "usr": "s:s6UInt64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Int",
+ "printedName": "Int",
+ "declKind": "Struct",
+ "usr": "s:Si",
+ "mangledName": "$sSi",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "FixedWidthInteger",
+ "printedName": "FixedWidthInteger",
+ "usr": "s:s17FixedWidthIntegerP",
+ "mangledName": "$ss17FixedWidthIntegerP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedInteger",
+ "printedName": "SignedInteger",
+ "usr": "s:SZ",
+ "mangledName": "$sSZ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinIntegerLiteral",
+ "printedName": "_ExpressibleByBuiltinIntegerLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryInteger",
+ "printedName": "BinaryInteger",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Words",
+ "printedName": "Words",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Words",
+ "printedName": "Swift.Int.Words",
+ "usr": "s:Si5WordsV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sz",
+ "mangledName": "$sSz"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CodingKeyRepresentable",
+ "printedName": "CodingKeyRepresentable",
+ "usr": "s:s22CodingKeyRepresentableP",
+ "mangledName": "$ss22CodingKeyRepresentableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "MirrorPath",
+ "printedName": "MirrorPath",
+ "usr": "s:s10MirrorPathP",
+ "mangledName": "$ss10MirrorPathP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SIMDScalar",
+ "printedName": "SIMDScalar",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SIMDMaskScalar",
+ "printedName": "SIMDMaskScalar",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD2Storage",
+ "printedName": "SIMD2Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD2Storage",
+ "printedName": "Swift.Int.SIMD2Storage",
+ "usr": "s:Si12SIMD2StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD4Storage",
+ "printedName": "SIMD4Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD4Storage",
+ "printedName": "Swift.Int.SIMD4Storage",
+ "usr": "s:Si12SIMD4StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD8Storage",
+ "printedName": "SIMD8Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD8Storage",
+ "printedName": "Swift.Int.SIMD8Storage",
+ "usr": "s:Si12SIMD8StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD16Storage",
+ "printedName": "SIMD16Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD16Storage",
+ "printedName": "Swift.Int.SIMD16Storage",
+ "usr": "s:Si13SIMD16StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD32Storage",
+ "printedName": "SIMD32Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD32Storage",
+ "printedName": "Swift.Int.SIMD32Storage",
+ "usr": "s:Si13SIMD32StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD64Storage",
+ "printedName": "SIMD64Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD64Storage",
+ "printedName": "Swift.Int.SIMD64Storage",
+ "usr": "s:Si13SIMD64StorageV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SIMDScalarP",
+ "mangledName": "$ss10SIMDScalarP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DispatchQueue",
+ "printedName": "DispatchQueue",
+ "declKind": "Class",
+ "usr": "c:objc(cs)OS_dispatch_queue",
+ "moduleName": "Dispatch",
+ "isOpen": true,
+ "objc_name": "OS_dispatch_queue",
+ "declAttributes": [
+ "ObjC",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)OS_dispatch_object",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "Dispatch.DispatchObject",
+ "os_object.OS_object",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Scheduler",
+ "printedName": "Scheduler",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SchedulerTimeType",
+ "printedName": "SchedulerTimeType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SchedulerTimeType",
+ "printedName": "Dispatch.DispatchQueue.SchedulerTimeType",
+ "usr": "s:So17OS_dispatch_queueC8DispatchE17SchedulerTimeTypeV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SchedulerOptions",
+ "printedName": "SchedulerOptions",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SchedulerOptions",
+ "printedName": "Dispatch.DispatchQueue.SchedulerOptions",
+ "usr": "s:So17OS_dispatch_queueC8DispatchE16SchedulerOptionsV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:7Combine9SchedulerP",
+ "mangledName": "$s7Combine9SchedulerP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIView",
+ "printedName": "UIView",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIView",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIView",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)UIResponder",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "__DefaultCustomPlaygroundQuickLookable",
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIViewController",
+ "printedName": "UIViewController",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIViewController",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIViewController",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)UIResponder",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSDirectionalEdgeInsets",
+ "printedName": "NSDirectionalEdgeInsets",
+ "declKind": "Struct",
+ "usr": "c:@S@NSDirectionalEdgeInsets",
+ "moduleName": "UIKit",
+ "intro_iOS": "11.0",
+ "declAttributes": [
+ "Available",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSValue",
+ "printedName": "Foundation.NSValue",
+ "usr": "c:objc(cs)NSValue"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "URLSessionTask",
+ "printedName": "URLSessionTask",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSURLSessionTask",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "7.0",
+ "objc_name": "NSURLSessionTask",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Array",
+ "printedName": "Array",
+ "declKind": "Struct",
+ "usr": "s:Sa",
+ "mangledName": "$sSa",
+ "moduleName": "Swift",
+ "genericSig": "<τ_0_0>",
+ "sugared_genericSig": "",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "_DestructorSafeContainer",
+ "printedName": "_DestructorSafeContainer",
+ "usr": "s:s24_DestructorSafeContainerP",
+ "mangledName": "$ss24_DestructorSafeContainerP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ArrayProtocol",
+ "printedName": "_ArrayProtocol",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Buffer",
+ "printedName": "_Buffer",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "_ArrayBuffer",
+ "printedName": "Swift._ArrayBuffer<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s12_ArrayBufferV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s14_ArrayProtocolP",
+ "mangledName": "$ss14_ArrayProtocolP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RandomAccessCollection",
+ "printedName": "RandomAccessCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Range",
+ "printedName": "Swift.Range",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sn"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sk",
+ "mangledName": "$sSk"
+ },
+ {
+ "kind": "Conformance",
+ "name": "MutableCollection",
+ "printedName": "MutableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SM",
+ "mangledName": "$sSM"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BidirectionalCollection",
+ "printedName": "BidirectionalCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Range",
+ "printedName": "Swift.Range",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sn"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SK",
+ "mangledName": "$sSK"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Collection",
+ "printedName": "Collection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "IndexingIterator",
+ "printedName": "Swift.IndexingIterator<[τ_0_0]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[τ_0_0]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s16IndexingIteratorV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Range",
+ "printedName": "Swift.Range",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "usr": "s:Sn"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sl",
+ "mangledName": "$sSl"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "IndexingIterator",
+ "printedName": "Swift.IndexingIterator<[τ_0_0]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[τ_0_0]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s16IndexingIteratorV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByArrayLiteral",
+ "printedName": "ExpressibleByArrayLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ArrayLiteralElement",
+ "printedName": "ArrayLiteralElement",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByArrayLiteralP",
+ "mangledName": "$ss25ExpressibleByArrayLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RangeReplaceableCollection",
+ "printedName": "RangeReplaceableCollection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ArraySlice",
+ "printedName": "Swift.ArraySlice<τ_0_0>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ],
+ "usr": "s:s10ArraySliceV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sm",
+ "mangledName": "$sSm"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasContiguousBytes",
+ "printedName": "_HasContiguousBytes",
+ "usr": "s:s19_HasContiguousBytesP",
+ "mangledName": "$ss19_HasContiguousBytesP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "DataProtocol",
+ "printedName": "DataProtocol",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Regions",
+ "printedName": "Regions",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CollectionOfOne",
+ "printedName": "Swift.CollectionOfOne<[Swift.UInt8]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Swift.UInt8]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt8",
+ "printedName": "Swift.UInt8",
+ "usr": "s:s5UInt8V"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "usr": "s:s15CollectionOfOneV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation12DataProtocolP",
+ "mangledName": "$s10Foundation12DataProtocolP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "MutableDataProtocol",
+ "printedName": "MutableDataProtocol",
+ "usr": "s:10Foundation19MutableDataProtocolP",
+ "mangledName": "$s10Foundation19MutableDataProtocolP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "EncodableWithConfiguration",
+ "printedName": "EncodableWithConfiguration",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "EncodingConfiguration",
+ "printedName": "EncodingConfiguration",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.EncodingConfiguration"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation26EncodableWithConfigurationP",
+ "mangledName": "$s10Foundation26EncodableWithConfigurationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "DecodableWithConfiguration",
+ "printedName": "DecodableWithConfiguration",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "DecodingConfiguration",
+ "printedName": "DecodingConfiguration",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DependentMember",
+ "printedName": "τ_0_0.DecodingConfiguration"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation26DecodableWithConfigurationP",
+ "mangledName": "$s10Foundation26DecodableWithConfigurationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSArray",
+ "printedName": "Foundation.NSArray",
+ "usr": "c:objc(cs)NSArray"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ContiguousBytes",
+ "printedName": "ContiguousBytes",
+ "usr": "s:10Foundation15ContiguousBytesP",
+ "mangledName": "$s10Foundation15ContiguousBytesP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Bundle",
+ "printedName": "Bundle",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSBundle",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSBundle",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "State",
+ "printedName": "State",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "hashValue",
+ "printedName": "hashValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:So14UIControlStateV10DolyameSDKE9hashValueSivp",
+ "mangledName": "$sSo14UIControlStateV10DolyameSDKE9hashValueSivp",
+ "moduleName": "DolyameSDK",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "isFromExtension": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:So14UIControlStateV10DolyameSDKE9hashValueSivg",
+ "mangledName": "$sSo14UIControlStateV10DolyameSDKE9hashValueSivg",
+ "moduleName": "DolyameSDK",
+ "isFromExtension": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Struct",
+ "usr": "c:@E@UIControlState",
+ "moduleName": "UIKit",
+ "declAttributes": [
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "Sendable",
+ "NonSendable"
+ ],
+ "isFromExtension": true,
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "OptionSet",
+ "printedName": "OptionSet",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "State",
+ "printedName": "UIKit.UIControl.State",
+ "usr": "c:@E@UIControlState"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s9OptionSetP",
+ "mangledName": "$ss9OptionSetP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SetAlgebra",
+ "printedName": "SetAlgebra",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "State",
+ "printedName": "UIKit.UIControl.State",
+ "usr": "c:@E@UIControlState"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SetAlgebraP",
+ "mangledName": "$ss10SetAlgebraP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByArrayLiteral",
+ "printedName": "ExpressibleByArrayLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ArrayLiteralElement",
+ "printedName": "ArrayLiteralElement",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "State",
+ "printedName": "UIKit.UIControl.State",
+ "usr": "c:@E@UIControlState"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByArrayLiteralP",
+ "mangledName": "$ss25ExpressibleByArrayLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSObject",
+ "printedName": "NSObject",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSObject",
+ "moduleName": "ObjectiveC",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "NSObject",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "Dynamic"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "URL",
+ "printedName": "URL",
+ "declKind": "Struct",
+ "usr": "s:10Foundation3URLV",
+ "mangledName": "$s10Foundation3URLV",
+ "moduleName": "Foundation",
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "ReferenceConvertible",
+ "printedName": "ReferenceConvertible",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ReferenceType",
+ "printedName": "ReferenceType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSURL",
+ "printedName": "Foundation.NSURL",
+ "usr": "c:objc(cs)NSURL"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation20ReferenceConvertibleP",
+ "mangledName": "$s10Foundation20ReferenceConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSURL",
+ "printedName": "Foundation.NSURL",
+ "usr": "c:objc(cs)NSURL"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByFileReferenceLiteral",
+ "printedName": "_ExpressibleByFileReferenceLiteral",
+ "usr": "s:s34_ExpressibleByFileReferenceLiteralP",
+ "mangledName": "$ss34_ExpressibleByFileReferenceLiteralP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Decimal",
+ "printedName": "Decimal",
+ "declKind": "Struct",
+ "usr": "c:@SA@NSDecimal",
+ "moduleName": "Foundation",
+ "declAttributes": [
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Decimal",
+ "printedName": "Foundation.Decimal",
+ "usr": "c:@SA@NSDecimal"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDecimalNumber",
+ "printedName": "Foundation.NSDecimalNumber",
+ "usr": "c:objc(cs)NSDecimalNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Bool",
+ "printedName": "Bool",
+ "declKind": "Struct",
+ "usr": "s:Sb",
+ "mangledName": "$sSb",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinBooleanLiteral",
+ "printedName": "_ExpressibleByBuiltinBooleanLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinBooleanLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinBooleanLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByBooleanLiteral",
+ "printedName": "ExpressibleByBooleanLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "BooleanLiteralType",
+ "printedName": "BooleanLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByBooleanLiteralP",
+ "mangledName": "$ss27ExpressibleByBooleanLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "URLSession",
+ "printedName": "URLSession",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSURLSession",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "7.0",
+ "objc_name": "NSURLSession",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UILayoutGuide",
+ "printedName": "UILayoutGuide",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UILayoutGuide",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "9.0",
+ "objc_name": "UILayoutGuide",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "URLSessionDataTask",
+ "printedName": "URLSessionDataTask",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSURLSessionDataTask",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "7.0",
+ "objc_name": "NSURLSessionDataTask",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSURLSessionTask",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "Foundation.URLSessionTask",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIControl",
+ "printedName": "UIControl",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIControl",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIControl",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)UIView",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "UIKit.UIView",
+ "UIKit.UIResponder",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "__DefaultCustomPlaygroundQuickLookable",
+ "printedName": "__DefaultCustomPlaygroundQuickLookable",
+ "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP",
+ "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIEdgeInsets",
+ "printedName": "UIEdgeInsets",
+ "declKind": "Struct",
+ "usr": "c:@S@UIEdgeInsets",
+ "moduleName": "UIKit",
+ "declAttributes": [
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSValue",
+ "printedName": "Foundation.NSValue",
+ "usr": "c:objc(cs)NSValue"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Dictionary",
+ "printedName": "Dictionary",
+ "declKind": "Struct",
+ "usr": "s:SD",
+ "mangledName": "$sSD",
+ "moduleName": "Swift",
+ "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : Swift.Hashable>",
+ "sugared_genericSig": "",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(key: τ_0_0, value: τ_0_1)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator",
+ "usr": "s:SD8IteratorV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Collection",
+ "printedName": "Collection",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(key: τ_0_0, value: τ_0_1)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Index",
+ "printedName": "Index",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Index",
+ "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Index",
+ "usr": "s:SD5IndexV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Swift.Dictionary<τ_0_0, τ_0_1>.Iterator",
+ "usr": "s:SD8IteratorV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SubSequence",
+ "printedName": "SubSequence",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Slice",
+ "printedName": "Swift.Slice<[τ_0_0 : τ_0_1]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[τ_0_0 : τ_0_1]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:s5SliceV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Indices",
+ "printedName": "Indices",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DefaultIndices",
+ "printedName": "Swift.DefaultIndices<[τ_0_0 : τ_0_1]>",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Dictionary",
+ "printedName": "[τ_0_0 : τ_0_1]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ],
+ "usr": "s:SD"
+ }
+ ],
+ "usr": "s:SI"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sl",
+ "mangledName": "$sSl"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByDictionaryLiteral",
+ "printedName": "ExpressibleByDictionaryLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Key",
+ "printedName": "Key",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_0"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Value",
+ "printedName": "Value",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "GenericTypeParam",
+ "printedName": "τ_0_1"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s30ExpressibleByDictionaryLiteralP",
+ "mangledName": "$ss30ExpressibleByDictionaryLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDictionary",
+ "printedName": "Foundation.NSDictionary",
+ "usr": "c:objc(cs)NSDictionary"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Float",
+ "printedName": "Float",
+ "declKind": "Struct",
+ "usr": "s:Sf",
+ "mangledName": "$sSf",
+ "moduleName": "Swift",
+ "declAttributes": [
+ "Frozen"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgPassedAsDouble",
+ "printedName": "_CVarArgPassedAsDouble",
+ "usr": "s:s22_CVarArgPassedAsDoubleP",
+ "mangledName": "$ss22_CVarArgPassedAsDoubleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CVarArgAligned",
+ "printedName": "_CVarArgAligned",
+ "usr": "s:s15_CVarArgAlignedP",
+ "mangledName": "$ss15_CVarArgAlignedP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "LosslessStringConvertible",
+ "printedName": "LosslessStringConvertible",
+ "usr": "s:s25LosslessStringConvertibleP",
+ "mangledName": "$ss25LosslessStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "TextOutputStreamable",
+ "printedName": "TextOutputStreamable",
+ "usr": "s:s20TextOutputStreamableP",
+ "mangledName": "$ss20TextOutputStreamableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "BinaryFloatingPoint",
+ "printedName": "BinaryFloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawSignificand",
+ "printedName": "RawSignificand",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt32",
+ "printedName": "Swift.UInt32",
+ "usr": "s:s6UInt32V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "RawExponent",
+ "printedName": "RawExponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UInt",
+ "printedName": "Swift.UInt",
+ "usr": "s:Su"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SB",
+ "mangledName": "$sSB"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "FloatingPoint",
+ "printedName": "FloatingPoint",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Exponent",
+ "printedName": "Exponent",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SF",
+ "mangledName": "$sSF"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SignedNumeric",
+ "printedName": "SignedNumeric",
+ "usr": "s:s13SignedNumericP",
+ "mangledName": "$ss13SignedNumericP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Numeric",
+ "printedName": "Numeric",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Magnitude",
+ "printedName": "Magnitude",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sj",
+ "mangledName": "$sSj"
+ },
+ {
+ "kind": "Conformance",
+ "name": "AdditiveArithmetic",
+ "printedName": "AdditiveArithmetic",
+ "usr": "s:s18AdditiveArithmeticP",
+ "mangledName": "$ss18AdditiveArithmeticP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinIntegerLiteral",
+ "printedName": "_ExpressibleByBuiltinIntegerLiteral",
+ "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP",
+ "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int64",
+ "printedName": "Swift.Int64",
+ "usr": "s:s5Int64V"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ExpressibleByBuiltinFloatLiteral",
+ "printedName": "_ExpressibleByBuiltinFloatLiteral",
+ "usr": "s:s33_ExpressibleByBuiltinFloatLiteralP",
+ "mangledName": "$ss33_ExpressibleByBuiltinFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SIMDScalar",
+ "printedName": "SIMDScalar",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "SIMDMaskScalar",
+ "printedName": "SIMDMaskScalar",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int32",
+ "printedName": "Swift.Int32",
+ "usr": "s:s5Int32V"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD2Storage",
+ "printedName": "SIMD2Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD2Storage",
+ "printedName": "Swift.Float.SIMD2Storage",
+ "usr": "s:Sf12SIMD2StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD4Storage",
+ "printedName": "SIMD4Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD4Storage",
+ "printedName": "Swift.Float.SIMD4Storage",
+ "usr": "s:Sf12SIMD4StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD8Storage",
+ "printedName": "SIMD8Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD8Storage",
+ "printedName": "Swift.Float.SIMD8Storage",
+ "usr": "s:Sf12SIMD8StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD16Storage",
+ "printedName": "SIMD16Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD16Storage",
+ "printedName": "Swift.Float.SIMD16Storage",
+ "usr": "s:Sf13SIMD16StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD32Storage",
+ "printedName": "SIMD32Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD32Storage",
+ "printedName": "Swift.Float.SIMD32Storage",
+ "usr": "s:Sf13SIMD32StorageV"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "SIMD64Storage",
+ "printedName": "SIMD64Storage",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SIMD64Storage",
+ "printedName": "Swift.Float.SIMD64Storage",
+ "usr": "s:Sf13SIMD64StorageV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s10SIMDScalarP",
+ "mangledName": "$ss10SIMDScalarP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_FormatSpecifiable",
+ "printedName": "_FormatSpecifiable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_Arg",
+ "printedName": "_Arg",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation18_FormatSpecifiableP",
+ "mangledName": "$s10Foundation18_FormatSpecifiableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "CGSize",
+ "printedName": "CGSize",
+ "declKind": "Struct",
+ "usr": "c:@S@CGSize",
+ "moduleName": "CoreFoundation",
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSValue",
+ "printedName": "Foundation.NSValue",
+ "usr": "c:objc(cs)NSValue"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "CGPoint",
+ "printedName": "CGPoint",
+ "declKind": "Struct",
+ "usr": "c:@S@CGPoint",
+ "moduleName": "CoreFoundation",
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSValue",
+ "printedName": "Foundation.NSValue",
+ "usr": "c:objc(cs)NSValue"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSNumber",
+ "printedName": "NSNumber",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSNumber",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSNumber",
+ "declAttributes": [
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSValue",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "Foundation.NSValue",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByFloatLiteral",
+ "printedName": "ExpressibleByFloatLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "FloatLiteralType",
+ "printedName": "FloatLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByFloatLiteralP",
+ "mangledName": "$ss25ExpressibleByFloatLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByIntegerLiteral",
+ "printedName": "ExpressibleByIntegerLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "IntegerLiteralType",
+ "printedName": "IntegerLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByIntegerLiteralP",
+ "mangledName": "$ss27ExpressibleByIntegerLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByBooleanLiteral",
+ "printedName": "ExpressibleByBooleanLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "BooleanLiteralType",
+ "printedName": "BooleanLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s27ExpressibleByBooleanLiteralP",
+ "mangledName": "$ss27ExpressibleByBooleanLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UILayoutPriority",
+ "printedName": "UILayoutPriority",
+ "declKind": "Struct",
+ "usr": "c:@T@UILayoutPriority",
+ "moduleName": "UIKit",
+ "declAttributes": [
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "SynthesizedProtocol",
+ "Sendable"
+ ],
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_SwiftNewtypeWrapper",
+ "printedName": "_SwiftNewtypeWrapper",
+ "usr": "s:s20_SwiftNewtypeWrapperP",
+ "mangledName": "$ss20_SwiftNewtypeWrapperP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Float",
+ "printedName": "Swift.Float",
+ "usr": "s:Sf"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_UIKitNumericRawRepresentable",
+ "printedName": "_UIKitNumericRawRepresentable",
+ "usr": "s:5UIKit01_A23NumericRawRepresentableP",
+ "mangledName": "$s5UIKit01_A23NumericRawRepresentableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Date",
+ "printedName": "Date",
+ "declKind": "Struct",
+ "usr": "s:10Foundation4DateV",
+ "mangledName": "$s10Foundation4DateV",
+ "moduleName": "Foundation",
+ "isExternal": true,
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "ReferenceConvertible",
+ "printedName": "ReferenceConvertible",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ReferenceType",
+ "printedName": "ReferenceType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDate",
+ "printedName": "Foundation.NSDate",
+ "usr": "c:objc(cs)NSDate"
+ }
+ ]
+ }
+ ],
+ "usr": "s:10Foundation20ReferenceConvertibleP",
+ "mangledName": "$s10Foundation20ReferenceConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Comparable",
+ "printedName": "Comparable",
+ "usr": "s:SL",
+ "mangledName": "$sSL"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Strideable",
+ "printedName": "Strideable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Stride",
+ "printedName": "Stride",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Double",
+ "printedName": "Swift.Double",
+ "usr": "s:Sd"
+ }
+ ]
+ }
+ ],
+ "usr": "s:Sx",
+ "mangledName": "$sSx"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_ObjectiveCBridgeable",
+ "printedName": "_ObjectiveCBridgeable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "_ObjectiveCType",
+ "printedName": "_ObjectiveCType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSDate",
+ "printedName": "Foundation.NSDate",
+ "usr": "c:objc(cs)NSDate"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s21_ObjectiveCBridgeableP",
+ "mangledName": "$ss21_ObjectiveCBridgeableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "UIDevice",
+ "printedName": "UIDevice",
+ "declKind": "Class",
+ "usr": "c:objc(cs)UIDevice",
+ "moduleName": "UIKit",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "UIDevice",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "NonSendable",
+ "Custom",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "HTTPCookieStorage",
+ "printedName": "HTTPCookieStorage",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSHTTPCookieStorage",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "NSHTTPCookieStorage",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSArray",
+ "printedName": "NSArray",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSArray",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSArray",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByArrayLiteral",
+ "printedName": "ExpressibleByArrayLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ArrayLiteralElement",
+ "printedName": "ArrayLiteralElement",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s25ExpressibleByArrayLiteralP",
+ "mangledName": "$ss25ExpressibleByArrayLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "NSFastEnumerationIterator",
+ "printedName": "Foundation.NSFastEnumerationIterator",
+ "usr": "s:10Foundation25NSFastEnumerationIteratorV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSDictionary",
+ "printedName": "NSDictionary",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSDictionary",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSDictionary",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByDictionaryLiteral",
+ "printedName": "ExpressibleByDictionaryLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Key",
+ "printedName": "Key",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Value",
+ "printedName": "Value",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s30ExpressibleByDictionaryLiteralP",
+ "mangledName": "$ss30ExpressibleByDictionaryLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sequence",
+ "printedName": "Sequence",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "Element",
+ "printedName": "Element",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Tuple",
+ "printedName": "(key: Any, value: Any)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ]
+ }
+ ]
+ },
+ {
+ "kind": "TypeWitness",
+ "name": "Iterator",
+ "printedName": "Iterator",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Iterator",
+ "printedName": "Foundation.NSDictionary.Iterator",
+ "usr": "s:So12NSDictionaryC10FoundationE8IteratorC"
+ }
+ ]
+ }
+ ],
+ "usr": "s:ST",
+ "mangledName": "$sST"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomReflectable",
+ "printedName": "CustomReflectable",
+ "usr": "s:s17CustomReflectableP",
+ "mangledName": "$ss17CustomReflectableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "NSString",
+ "printedName": "NSString",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSString",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSString",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByStringLiteral",
+ "printedName": "ExpressibleByStringLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "StringLiteralType",
+ "printedName": "StringLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "StaticString",
+ "printedName": "Swift.StaticString",
+ "usr": "s:s12StaticStringV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s26ExpressibleByStringLiteralP",
+ "mangledName": "$ss26ExpressibleByStringLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByExtendedGraphemeClusterLiteral",
+ "printedName": "ExpressibleByExtendedGraphemeClusterLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "ExtendedGraphemeClusterLiteralType",
+ "printedName": "ExtendedGraphemeClusterLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "StaticString",
+ "printedName": "Swift.StaticString",
+ "usr": "s:s12StaticStringV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP",
+ "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ExpressibleByUnicodeScalarLiteral",
+ "printedName": "ExpressibleByUnicodeScalarLiteral",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "UnicodeScalarLiteralType",
+ "printedName": "UnicodeScalarLiteralType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "StaticString",
+ "printedName": "Swift.StaticString",
+ "usr": "s:s12StaticStringV"
+ }
+ ]
+ }
+ ],
+ "usr": "s:s33ExpressibleByUnicodeScalarLiteralP",
+ "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_HasCustomAnyHashableRepresentation",
+ "printedName": "_HasCustomAnyHashableRepresentation",
+ "usr": "s:s35_HasCustomAnyHashableRepresentationP",
+ "mangledName": "$ss35_HasCustomAnyHashableRepresentationP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_CustomPlaygroundQuickLookable",
+ "printedName": "_CustomPlaygroundQuickLookable",
+ "usr": "s:s30_CustomPlaygroundQuickLookableP",
+ "mangledName": "$ss30_CustomPlaygroundQuickLookableP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "HTTPCookie",
+ "printedName": "HTTPCookie",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSHTTPCookie",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "intro_iOS": "2.0",
+ "objc_name": "NSHTTPCookie",
+ "declAttributes": [
+ "Available",
+ "ObjC",
+ "SynthesizedProtocol",
+ "NonSendable",
+ "Sendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ }
+ ],
+ "json_format_version": 8
+ },
+ "ConstValues": [
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/PrintAnalytics\/AnalyticsLogger.swift",
+ "kind": "StringLiteral",
+ "offset": 134,
+ "length": 16,
+ "value": "\"DebugAnalytics\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/FeatureDescription.swift",
+ "kind": "StringLiteral",
+ "offset": 1124,
+ "length": 7,
+ "value": "\"Other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Animations\/TCSPresentingAnimator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 786,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Animations\/TCSPresentingAnimator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 786,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Animations\/TCSPresentingAnimator.swift",
+ "kind": "StringLiteral",
+ "offset": 141,
+ "length": 21,
+ "value": "\"DolyameSDK.TCSPresentingAnimator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Animations\/TCSPresentingAnimator.swift",
+ "kind": "FloatLiteral",
+ "offset": 4910,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 187,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 207,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 244,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 264,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 187,
+ "length": 9,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 207,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 244,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 264,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/TCSCardNumberUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 3,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/NetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 440,
+ "length": 17,
+ "value": "\"DolyameSDK.NetworkingService\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringPaymentViewController.swift",
+ "kind": "Array",
+ "offset": 5485,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringPaymentViewController.swift",
+ "kind": "Array",
+ "offset": 5556,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringPaymentViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9867,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/Helpers\/TCSHighlightingGestureRecognizer.swift",
+ "kind": "StringLiteral",
+ "offset": 423,
+ "length": 32,
+ "value": "\"DolyameSDK.TCSHighlightingGestureRecognizer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/Views\/TextSuggestElementView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 450,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/Views\/TextSuggestElementView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 484,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/Views\/TextSuggestElementView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1812,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/Views\/TextSuggestElementView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1850,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Footer\/ScheduleSeparatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 207,
+ "length": 23,
+ "value": "\"ScheduleSeparatorView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/3DS\/ThreeDSViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 686,
+ "length": 21,
+ "value": "\"DolyameSDK.ThreeDSViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintProvider.swift",
+ "kind": "BooleanLiteral",
+ "offset": 975,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1054,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintProvider.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2552,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 766,
+ "length": 25,
+ "value": "\"DolyameSDK.KeyboardAvoidingContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 389,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 579,
+ "length": 2,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 818,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1078,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/Styles\/TCSLabelStyles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1328,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldSwappableContainerView.swift",
+ "kind": "StringLiteral",
+ "offset": 256,
+ "length": 37,
+ "value": "\"DolyameSDK.SFCombinedFieldSwappableContainerView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 256,
+ "length": 33,
+ "value": "\"https:\/\/api-statist.tinkoff.ru\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 27,
+ "value": "\"invalid url: \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 408,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 598,
+ "length": 25,
+ "value": "\"https:\/\/api.tinkoff.ru\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 716,
+ "length": 27,
+ "value": "\"invalid url: \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 742,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Config.swift",
+ "kind": "StringLiteral",
+ "offset": 942,
+ "length": 25,
+ "value": "\"https:\/\/cfg.tinkoff.ru\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/SDKUnavailableError\/SDKUnavailableErrorCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 115,
+ "length": 30,
+ "value": "\"DolyameSDK.SDKUnavailableErrorCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/Views\/DataListTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1359,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 268,
+ "length": 21,
+ "value": "0x87C37B91114253D5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 330,
+ "length": 21,
+ "value": "0x4CF5AD432745937F"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 499,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 677,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 716,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 726,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 794,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 834,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 844,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4036,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4464,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4587,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4712,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4886,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x64_128.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5057,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/DemoFlowService.swift",
+ "kind": "StringLiteral",
+ "offset": 333,
+ "length": 34,
+ "value": "\"bnpl.sdk.demo_flow_service_queue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/IStatistTimestampProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 342,
+ "length": 4,
+ "value": "1000"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2169,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2337,
+ "length": 29,
+ "value": "\"[0000] [0000] [0000] [0000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2403,
+ "length": 26,
+ "value": "\"[00000000] [00000000000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2466,
+ "length": 29,
+ "value": "\"[00000000] [00000000000000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2534,
+ "length": 11,
+ "value": "\"[00]\/[00]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2583,
+ "length": 7,
+ "value": "\"[000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2681,
+ "length": 41,
+ "value": "\"TinkoffAcquiring.placeholder.cardNumber\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2765,
+ "length": 7,
+ "value": "\"01\/23\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 2810,
+ "length": 5,
+ "value": "\"CVC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/OnDemandProcessorFactory.swift",
+ "kind": "Array",
+ "offset": 231,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Date\/AgeDateValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 235,
+ "length": 16,
+ "value": "\"DolyameSDK.AgeDateValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Date\/AgeDateValidator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1820,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Date\/DateIntervalValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 21,
+ "value": "\"DolyameSDK.DateIntervalValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/SomethingWrongError\/SomethingWrongCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 657,
+ "length": 25,
+ "value": "\"DolyameSDK.SomethingWrongCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/DolyamePaymentButton.swift",
+ "kind": "StringLiteral",
+ "offset": 121,
+ "length": 20,
+ "value": "\"DolyameSDK.DolyamePaymentButton\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 24,
+ "value": "\"personalizationFailure\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 591,
+ "length": 25,
+ "value": "\"personalizationDisabled\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 645,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 681,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 24,
+ "value": "\"personalizationFailure\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 591,
+ "length": 25,
+ "value": "\"personalizationDisabled\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 645,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 681,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesPersonalizationFail.swift",
+ "kind": "StringLiteral",
+ "offset": 2548,
+ "length": 9,
+ "value": "\"unknown\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/IP\/IPv6Address.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1494,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/IP\/IPv6Address.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1541,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/IP\/IPv6Address.swift",
+ "kind": "StringLiteral",
+ "offset": 1613,
+ "length": 6,
+ "value": "\"0000\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffKeyboardObserver\/KeyboardObserver.swift",
+ "kind": "BooleanLiteral",
+ "offset": 306,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffKeyboardObserver\/KeyboardObserver.swift",
+ "kind": "Dictionary",
+ "offset": 412,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffKeyboardObserver\/KeyboardObserver.swift",
+ "kind": "Dictionary",
+ "offset": 475,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSImageProcessor\/Classes\/ImageResolver\/BaseResolvers\/LocalImageResolver\/LocalImageResolver.swift",
+ "kind": "StringLiteral",
+ "offset": 4137,
+ "length": 8,
+ "value": "\"bundle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Extensions\/UIColor+InitWithHex.swift",
+ "kind": "FloatLiteral",
+ "offset": 258,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 15,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 369,
+ "length": 14,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 393,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 421,
+ "length": 7,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 438,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 459,
+ "length": 13,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 482,
+ "length": 19,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 15,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 369,
+ "length": 14,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 393,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 421,
+ "length": 7,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 438,
+ "length": 11,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 459,
+ "length": 13,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 482,
+ "length": 19,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1199,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1199,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1471,
+ "length": 16,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1471,
+ "length": 16,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1785,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1797,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1811,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1785,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1797,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1811,
+ "length": 7,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2163,
+ "length": 8,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2181,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2163,
+ "length": 8,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2181,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2614,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2733,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2614,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2733,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3196,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3208,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3225,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3196,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3208,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3225,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3572,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3594,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3633,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3653,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3572,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3594,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3617,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3633,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3653,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsSpec.swift",
+ "kind": "StringLiteral",
+ "offset": 4123,
+ "length": 32,
+ "value": "\"DolyameSDK.DolyameGeneratedAnalyticsService\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1017,
+ "length": 27,
+ "value": "\"Дата рождения\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 12,
+ "value": "\"01.01.1970\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1173,
+ "length": 42,
+ "value": "\"Укажите дату рождения\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "Array",
+ "offset": 1426,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1810,
+ "length": 23,
+ "value": "\"Дата выдачи\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1896,
+ "length": 12,
+ "value": "\"10.10.2010\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1964,
+ "length": 38,
+ "value": "\"Укажите дату выдачи\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Business\/IDateSmartFieldFactory.swift",
+ "kind": "Array",
+ "offset": 2213,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 982,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1101,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2509,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9117,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 13007,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "StringLiteral",
+ "offset": 129,
+ "length": 9,
+ "value": "\"DolyameSDK.SmartForm\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "BooleanLiteral",
+ "offset": 19843,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20228,
+ "length": 2,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20275,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "IntegerLiteral",
+ "offset": 20493,
+ "length": 3,
+ "value": "735"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "FloatLiteral",
+ "offset": 20572,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm.swift",
+ "kind": "FloatLiteral",
+ "offset": 20621,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 626,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 637,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 655,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 683,
+ "length": 18,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 711,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 736,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 626,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 637,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 655,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 683,
+ "length": 18,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 711,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 736,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 626,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 637,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 655,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 683,
+ "length": 18,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 711,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 736,
+ "length": 10,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 756,
+ "length": 21,
+ "value": "\"DolyameSDK.TCBScoringFacadeError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1317,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1337,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1359,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1317,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1337,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1359,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1317,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1337,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1359,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBScoringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1645,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 19,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 250,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 19,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 250,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 19,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 250,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/CustomTextView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 209,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/CombinedSmartFieldModule.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1005,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/CombinedSmartFieldModule.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1359,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/CombinedSmartFieldModule.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1697,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/CombinedSmartFieldModule.swift",
+ "kind": "StringLiteral",
+ "offset": 235,
+ "length": 24,
+ "value": "\"DolyameSDK.CombinedSmartFieldModule\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/AmountFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 418,
+ "length": 7,
+ "value": "\"ru_RU\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/AmountFormatter.swift",
+ "kind": "BooleanLiteral",
+ "offset": 581,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/UIViewController+Dismiss.swift",
+ "kind": "BooleanLiteral",
+ "offset": 195,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/Constraint.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11697,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardRequisitesInputMask\/InputMask.swift",
+ "kind": "Dictionary",
+ "offset": 925,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardRequisitesInputMask\/InputMask.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2234,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldIconsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3441,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldIconsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3651,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldIconsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4132,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldIconsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4714,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/JSONEncoding.swift",
+ "kind": "Array",
+ "offset": 907,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/JSONEncoding.swift",
+ "kind": "StringLiteral",
+ "offset": 1783,
+ "length": 14,
+ "value": "\"Content-Type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/JSONEncoding.swift",
+ "kind": "StringLiteral",
+ "offset": 1831,
+ "length": 18,
+ "value": "\"application\/json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleAutobox.swift",
+ "kind": "StringLiteral",
+ "offset": 826,
+ "length": 9,
+ "value": "\"AutoBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleAutobox.swift",
+ "kind": "StringLiteral",
+ "offset": 826,
+ "length": 9,
+ "value": "\"AutoBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInfoData.swift",
+ "kind": "StringLiteral",
+ "offset": 931,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInfoData.swift",
+ "kind": "StringLiteral",
+ "offset": 931,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentChargeRequestData.swift",
+ "kind": "StringLiteral",
+ "offset": 1121,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentChargeRequestData.swift",
+ "kind": "StringLiteral",
+ "offset": 1164,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentChargeRequestData.swift",
+ "kind": "StringLiteral",
+ "offset": 1121,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentChargeRequestData.swift",
+ "kind": "StringLiteral",
+ "offset": 1164,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Models\/PayloadModel.swift",
+ "kind": "StringLiteral",
+ "offset": 929,
+ "length": 11,
+ "value": "\"is_online\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Models\/PayloadModel.swift",
+ "kind": "StringLiteral",
+ "offset": 929,
+ "length": 11,
+ "value": "\"is_online\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/NSObject\/NSObject+ClassName.swift",
+ "kind": "BooleanLiteral",
+ "offset": 635,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/NSObject\/NSObject+ClassName.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1343,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleEngine.swift",
+ "kind": "StringLiteral",
+ "offset": 828,
+ "length": 8,
+ "value": "\"Engine\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleEngine.swift",
+ "kind": "StringLiteral",
+ "offset": 828,
+ "length": 8,
+ "value": "\"Engine\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Bundle+TinkoffASDKCoreResources.swift",
+ "kind": "StringLiteral",
+ "offset": 1052,
+ "length": 26,
+ "value": "\"TinkoffASDKCoreResources\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Bundle+TinkoffASDKCoreResources.swift",
+ "kind": "StringLiteral",
+ "offset": 1112,
+ "length": 8,
+ "value": "\"bundle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/TCSButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 2319,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/TCSButton.swift",
+ "kind": "StringLiteral",
+ "offset": 295,
+ "length": 9,
+ "value": "\"DolyameSDK.TCSButton\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/TCSButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 7302,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Address\/IAddressValidatorsFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 702,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleCTAView\/ScheduleCTAView.swift",
+ "kind": "StringLiteral",
+ "offset": 109,
+ "length": 15,
+ "value": "\"DolyameSDK.ScheduleCTAView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintDescription.swift",
+ "kind": "FloatLiteral",
+ "offset": 1608,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintDescription.swift",
+ "kind": "FloatLiteral",
+ "offset": 1666,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintDescription.swift",
+ "kind": "FloatLiteral",
+ "offset": 1724,
+ "length": 6,
+ "value": "1000.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOEndpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 262,
+ "length": 28,
+ "value": "\"https:\/\/id.tinkoff.ru\/auth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/InsecurityHost.swift",
+ "kind": "Array",
+ "offset": 2903,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/InsecurityHost.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3143,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV3.swift",
+ "kind": "StringLiteral",
+ "offset": 31,
+ "length": 19,
+ "value": "\"DolyameSDK.GetTogglesRequestV3\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV3.swift",
+ "kind": "StringLiteral",
+ "offset": 31,
+ "length": 19,
+ "value": "\"DolyameSDK.GetTogglesRequestV3\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/GetCardListData.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/GetCardListData.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/SchedulePresenter.swift",
+ "kind": "FloatLiteral",
+ "offset": 1011,
+ "length": 3,
+ "value": "0.4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/FullName\/Dependencies\/FullNameDataCombiner.swift",
+ "kind": "StringLiteral",
+ "offset": 320,
+ "length": 3,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/FullName\/Dependencies\/FullNameDataCombiner.swift",
+ "kind": "StringLiteral",
+ "offset": 130,
+ "length": 20,
+ "value": "\"DolyameSDK.FullNameDataCombiner\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Requests\/AttachCardRequest.swift",
+ "kind": "Dictionary",
+ "offset": 896,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Demo\/DemoCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 119,
+ "length": 15,
+ "value": "\"DolyameSDK.DemoCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/API\/Concrete\/APIRequestProcessor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 629,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/API\/Concrete\/APIRequestProcessor.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1154,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSOAuthService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1089,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSOAuthService.swift",
+ "kind": "FloatLiteral",
+ "offset": 6052,
+ "length": 5,
+ "value": "180.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/Helpers\/TCSTappingGestureRecognizer.swift",
+ "kind": "StringLiteral",
+ "offset": 144,
+ "length": 27,
+ "value": "\"DolyameSDK.TCSTappingGestureRecognizer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCompleteRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 14,
+ "value": "\"payment-fail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCompleteRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 14,
+ "value": "\"payment-fail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 202,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 235,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 202,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 235,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 202,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 235,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/EventsKitTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 11,
+ "value": "\"__version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/EventsKitTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 358,
+ "length": 22,
+ "value": "\"__alias_statist_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/EventsKitTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 418,
+ "length": 29,
+ "value": "\"__alias_statist_params_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "FloatLiteral",
+ "offset": 246,
+ "length": 3,
+ "value": "0.4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "IntegerLiteral",
+ "offset": 258,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "FloatLiteral",
+ "offset": 326,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "IntegerLiteral",
+ "offset": 338,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 540,
+ "length": 9,
+ "value": "\"#9299A2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 598,
+ "length": 9,
+ "value": "\"#9299A2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 658,
+ "length": 9,
+ "value": "\"#7799C2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 787,
+ "length": 9,
+ "value": "\"#EAECEE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 9,
+ "value": "\"#95DBC8\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 939,
+ "length": 9,
+ "value": "\"#C7C9CC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 1003,
+ "length": 9,
+ "value": "\"#C7C9CC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+dolyame.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 9,
+ "value": "\"#F3F5F8\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/GzipSwift\/Data+Gzip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8958,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/GzipSwift\/Data+Gzip.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8963,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/IFeatureRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 60,
+ "value": "\"com.TinkoffReliabilityInterfaces.featureRepoDidLoadToggles\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Payloads\/FinishAuthorizePayload.swift",
+ "kind": "StringLiteral",
+ "offset": 935,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Payloads\/FinishAuthorizePayload.swift",
+ "kind": "StringLiteral",
+ "offset": 935,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/FeatureFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 818,
+ "length": 15,
+ "value": "\"features.json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/FeatureFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 847,
+ "length": 20,
+ "value": "\"Default file cache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/FeatureFacade.swift",
+ "kind": "Dictionary",
+ "offset": 4286,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageLogSender.swift",
+ "kind": "StringLiteral",
+ "offset": 1357,
+ "length": 17,
+ "value": "\"front-logs\/logs\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageLogSender.swift",
+ "kind": "StringLiteral",
+ "offset": 1410,
+ "length": 18,
+ "value": "\"application\/gzip\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageLogSender.swift",
+ "kind": "Dictionary",
+ "offset": 8670,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Email\/EmailSuggestDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 24,
+ "value": "\"DolyameSDK.EmailSuggestDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Storage\/SSOCredentialStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 662,
+ "length": 24,
+ "value": "\"_dolyameCredentialsKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Storage\/SSOCredentialStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 723,
+ "length": 24,
+ "value": "\"_dolyamePhoneNumberKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Storage\/SSOCredentialStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 778,
+ "length": 18,
+ "value": "\"_dolyameSsoIdKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 817,
+ "length": 26,
+ "value": "\"rest-api-test.tcsbank.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 861,
+ "length": 22,
+ "value": "\"securepay.tinkoff.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 817,
+ "length": 26,
+ "value": "\"rest-api-test.tcsbank.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 861,
+ "length": 22,
+ "value": "\"securepay.tinkoff.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2494,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3299,
+ "length": 2,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdkConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 1488,
+ "length": 25,
+ "value": "\"DolyameSDK.AcquiringSdkConfiguration\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBSDKAction.swift",
+ "kind": "StringLiteral",
+ "offset": 181,
+ "length": 10,
+ "value": "\"get-user\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBSDKAction.swift",
+ "kind": "StringLiteral",
+ "offset": 181,
+ "length": 10,
+ "value": "\"get-user\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Metrics\/MetricsFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 3185,
+ "length": 35,
+ "value": "\"ru.tinkoff.reliabilityKit.metrics\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/TinkoffKeychainSDK.swift",
+ "kind": "Array",
+ "offset": 1499,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/TinkoffKeychainSDK.swift",
+ "kind": "Array",
+ "offset": 1562,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/TinkoffKeychainSDK.swift",
+ "kind": "Array",
+ "offset": 1626,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 420,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 435,
+ "length": 34,
+ "value": "\"alert_payment_in_progress_cancel\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 578,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 593,
+ "length": 33,
+ "value": "\"alert_payment_in_progress_close\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 744,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 759,
+ "length": 32,
+ "value": "\"alert_payment_in_progress_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 911,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 926,
+ "length": 33,
+ "value": "\"alert_payment_in_progress_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1055,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 24,
+ "value": "\"auth_phone_field_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1195,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1210,
+ "length": 12,
+ "value": "\"auth_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1309,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1324,
+ "length": 15,
+ "value": "\"birthday_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1403,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1418,
+ "length": 15,
+ "value": "\"card_cvc_hint\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1523,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1538,
+ "length": 19,
+ "value": "\"card_expired_hint\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1642,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1657,
+ "length": 18,
+ "value": "\"card_number_hint\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1768,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1783,
+ "length": 12,
+ "value": "\"check_data\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1870,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1885,
+ "length": 14,
+ "value": "\"common_close\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1983,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 1998,
+ "length": 17,
+ "value": "\"common_continue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2087,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2102,
+ "length": 13,
+ "value": "\"common_done\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2380,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2395,
+ "length": 28,
+ "value": "\"common_payment_service_ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2526,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2541,
+ "length": 21,
+ "value": "\"customer_data_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2631,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2646,
+ "length": 9,
+ "value": "\"dolyame\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2837,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2852,
+ "length": 18,
+ "value": "\"dolyame_contract\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2968,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 2983,
+ "length": 35,
+ "value": "\"dolyame_contract_highlighted_part\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3169,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3184,
+ "length": 23,
+ "value": "\"dolyame_not_available\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3272,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3287,
+ "length": 13,
+ "value": "\"e-mail_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3409,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3424,
+ "length": 23,
+ "value": "\"error_auth_new_number\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3606,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3621,
+ "length": 17,
+ "value": "\"error_auth_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3738,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3753,
+ "length": 18,
+ "value": "\"error_auth_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3875,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 3890,
+ "length": 20,
+ "value": "\"error_call_support\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4055,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4070,
+ "length": 19,
+ "value": "\"error_cancel_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4180,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4195,
+ "length": 20,
+ "value": "\"error_cancel_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4327,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4342,
+ "length": 29,
+ "value": "\"error_choose_payment_method\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4529,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4544,
+ "length": 17,
+ "value": "\"error_eacq_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4661,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4676,
+ "length": 18,
+ "value": "\"error_eacq_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4850,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4865,
+ "length": 21,
+ "value": "\"error_no_money_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 4999,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5014,
+ "length": 22,
+ "value": "\"error_no_money_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5177,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5192,
+ "length": 20,
+ "value": "\"error_scoring_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5332,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5347,
+ "length": 21,
+ "value": "\"error_scoring_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5518,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5533,
+ "length": 12,
+ "value": "\"error_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5636,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5651,
+ "length": 13,
+ "value": "\"error_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5763,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5778,
+ "length": 17,
+ "value": "\"error_try_again\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5892,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 5907,
+ "length": 17,
+ "value": "\"install_Dolyame\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6010,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6025,
+ "length": 11,
+ "value": "\"is_paying\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6266,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6281,
+ "length": 18,
+ "value": "\"middle_name_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6363,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6378,
+ "length": 11,
+ "value": "\"name_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6467,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6482,
+ "length": 10,
+ "value": "\"new_card\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6567,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6582,
+ "length": 19,
+ "value": "\"no_payment_system\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6854,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6869,
+ "length": 17,
+ "value": "\"order_paid_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6975,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 6990,
+ "length": 18,
+ "value": "\"order_paid_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7155,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7170,
+ "length": 20,
+ "value": "\"order_prepaid_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7284,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7299,
+ "length": 21,
+ "value": "\"order_prepaid_title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7389,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7404,
+ "length": 5,
+ "value": "\"pay\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7484,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7499,
+ "length": 8,
+ "value": "\"pay_ap\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7589,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7604,
+ "length": 10,
+ "value": "\"pay_card\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7859,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7874,
+ "length": 24,
+ "value": "\"pay_now_without_amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 7989,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8004,
+ "length": 20,
+ "value": "\"pay_with_apple_pay\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8125,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8140,
+ "length": 19,
+ "value": "\"return_to_partner\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8234,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8249,
+ "length": 14,
+ "value": "\"surname_text\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8372,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8387,
+ "length": 32,
+ "value": "\"test_build_payment_fail_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8527,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8542,
+ "length": 35,
+ "value": "\"test_build_payment_success_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8768,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 8783,
+ "length": 40,
+ "value": "\"test_build_pending_payment_fail_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9013,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9028,
+ "length": 43,
+ "value": "\"test_build_pending_payment_success_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9172,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9187,
+ "length": 28,
+ "value": "\"test_build_rejected_button\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9308,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9323,
+ "length": 19,
+ "value": "\"text_payment_date\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9724,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9739,
+ "length": 23,
+ "value": "\"text_payment_schedule\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9916,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Localization.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 9931,
+ "length": 24,
+ "value": "\"title_payment_schedule\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3466,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3515,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4117,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4709,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4938,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5165,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "StringLiteral",
+ "offset": 257,
+ "length": 19,
+ "value": "\"DolyameSDK.TCSPopoverContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8759,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8818,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 8877,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8928,
+ "length": 2,
+ "value": "25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8991,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9048,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9422,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9481,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 9540,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9591,
+ "length": 2,
+ "value": "25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9654,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10286,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10585,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10597,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/Popover\/TCSPopoverContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11883,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DoubleActionViewController\/DoubleActionViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 619,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 730,
+ "length": 36,
+ "value": "\"ButtonsViewNextButtonAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 827,
+ "length": 36,
+ "value": "\"ButtonsViewScanButtonAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 914,
+ "length": 26,
+ "value": "\"ButtonsViewAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 993,
+ "length": 28,
+ "value": "\"CardInputViewAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 24,
+ "value": "\"IconsViewAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 1162,
+ "length": 43,
+ "value": "\"CardInputViewNumberTextFieldAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 1271,
+ "length": 41,
+ "value": "\"CardInputViewDateTextFieldAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "StringLiteral",
+ "offset": 1377,
+ "length": 40,
+ "value": "\"CardInputViewCvcTextFieldAccessibility\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1922,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2577,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2996,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 15307,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/PluralString.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 13,
+ "value": "\"Localizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 851,
+ "length": 26,
+ "value": "\"sslPinning.pinCheck.fail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 29,
+ "value": "\"sslPinning.pinCheck.success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 1003,
+ "length": 30,
+ "value": "\"sslPinning.pinUpdate.success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 1079,
+ "length": 27,
+ "value": "\"sslPinning.pinUpdate.fail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Metric+SSLPinning.swift",
+ "kind": "StringLiteral",
+ "offset": 1161,
+ "length": 24,
+ "value": "\"coretech.mobile.events\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/FullName\/FullName.swift",
+ "kind": "StringLiteral",
+ "offset": 542,
+ "length": 10,
+ "value": "\" \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 203,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+Outputs.swift",
+ "kind": "StringLiteral",
+ "offset": 1325,
+ "length": 27,
+ "value": "\"ru.tinkoff.reliabilityKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 326,
+ "length": 14,
+ "value": "\"access_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 366,
+ "length": 12,
+ "value": "\"expires_in\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 402,
+ "length": 10,
+ "value": "\"id_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 15,
+ "value": "\"refresh_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 326,
+ "length": 14,
+ "value": "\"access_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 366,
+ "length": 12,
+ "value": "\"expires_in\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 402,
+ "length": 10,
+ "value": "\"id_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOTokenResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 15,
+ "value": "\"refresh_token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "StringLiteral",
+ "offset": 308,
+ "length": 8,
+ "value": "\"[0-9]*\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "StringLiteral",
+ "offset": 378,
+ "length": 24,
+ "value": "\"[0-9]*\\%@?[0-9]{0,%i}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "StringLiteral",
+ "offset": 462,
+ "length": 8,
+ "value": "\"[\\%@]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "StringLiteral",
+ "offset": 522,
+ "length": 5,
+ "value": "\"%@?\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1889,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1939,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5265,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSTextInputUtils\/TCSNumberEditor\/TCSNumberEditor.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5305,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 221,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "Dictionary",
+ "offset": 761,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameImageLoader.swift",
+ "kind": "StringLiteral",
+ "offset": 822,
+ "length": 17,
+ "value": "\"DIL.cache.queue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldButtonsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 583,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldButtonsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 613,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldButtonsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 667,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 229,
+ "length": 68,
+ "value": "\"СТС (Свидетельство о регистрации ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 30,
+ "value": "\"ПТС (Паспорт ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 56,
+ "value": "\"Э-ПТС (Электронный паспорт ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 229,
+ "length": 68,
+ "value": "\"СТС (Свидетельство о регистрации ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 30,
+ "value": "\"ПТС (Паспорт ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentType.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 56,
+ "value": "\"Э-ПТС (Электронный паспорт ТС)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogMO+Storable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 193,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 863,
+ "length": 5,
+ "value": "\"PAN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 892,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 921,
+ "length": 5,
+ "value": "\"CVV\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 953,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 863,
+ "length": 5,
+ "value": "\"PAN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 892,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 921,
+ "length": 5,
+ "value": "\"CVV\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/FinishAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 953,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "Array",
+ "offset": 429,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 163,
+ "length": 32,
+ "value": "\"DolyameSDK.SFDataListProviderViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 163,
+ "length": 32,
+ "value": "\"DolyameSDK.SFDataListProviderViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 3777,
+ "length": 14,
+ "value": "\"DataListCell\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/SFDataListProviderViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3851,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSPressStateAnimatable.swift",
+ "kind": "FloatLiteral",
+ "offset": 299,
+ "length": 4,
+ "value": "0.95"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSPressStateAnimatable.swift",
+ "kind": "FloatLiteral",
+ "offset": 11477,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleGeerbox.swift",
+ "kind": "StringLiteral",
+ "offset": 843,
+ "length": 9,
+ "value": "\"GeerBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleGeerbox.swift",
+ "kind": "StringLiteral",
+ "offset": 843,
+ "length": 9,
+ "value": "\"GeerBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Keyboard Frame Observation\/Imlementation\/SFKeyboardFrameChangeObservation.swift",
+ "kind": "Dictionary",
+ "offset": 371,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Keyboard Frame Observation\/Imlementation\/SFKeyboardFrameChangeObservation.swift",
+ "kind": "BooleanLiteral",
+ "offset": 506,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/LayoutConstraintItem.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2936,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 101,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 112,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 124,
+ "length": 2,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 101,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 112,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 124,
+ "length": 2,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 101,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 112,
+ "length": 2,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/EventVersion.swift",
+ "kind": "IntegerLiteral",
+ "offset": 124,
+ "length": 2,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/NoMoneyCoordinator\/NoMoneyCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 199,
+ "length": 18,
+ "value": "\"DolyameSDK.NoMoneyCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 1252,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1426,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1467,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1369,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusServiceProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1627,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/CarDocument\/CarDocumentSuggestDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 153,
+ "length": 30,
+ "value": "\"DolyameSDK.CarDocumentSuggestDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Payments\/PaymentInitData+PaymentOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 780,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Animation\/SFSmartFormScrollingAnimationController.swift",
+ "kind": "FloatLiteral",
+ "offset": 617,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/TinkoffLogger.swift",
+ "kind": "Dictionary",
+ "offset": 226,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/TinkoffLogger.swift",
+ "kind": "Dictionary",
+ "offset": 302,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/TinkoffLogger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 886,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/LogMessagesConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 71,
+ "length": 17,
+ "value": "\"no logs to send\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2816,
+ "length": 19,
+ "value": "\"error_description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2864,
+ "length": 15,
+ "value": "\"error_message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2907,
+ "length": 15,
+ "value": "\"need_new_auth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2816,
+ "length": 19,
+ "value": "\"error_description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2864,
+ "length": 15,
+ "value": "\"error_message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 2907,
+ "length": 15,
+ "value": "\"need_new_auth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 3562,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 3598,
+ "length": 15,
+ "value": "\"attempts_left\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 3562,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 3598,
+ "length": 15,
+ "value": "\"attempts_left\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6413,
+ "length": 15,
+ "value": "\"access_denied\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6467,
+ "length": 24,
+ "value": "\"conversation_not_found\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6523,
+ "length": 16,
+ "value": "\"invalid_client\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6570,
+ "length": 15,
+ "value": "\"invalid_grant\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6618,
+ "length": 17,
+ "value": "\"invalid_request\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6673,
+ "length": 22,
+ "value": "\"interaction_required\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6726,
+ "length": 15,
+ "value": "\"invalid_scope\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6773,
+ "length": 16,
+ "value": "\"limit_exceeded\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6819,
+ "length": 14,
+ "value": "\"server_error\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6874,
+ "length": 25,
+ "value": "\"temporarily_unavailable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6936,
+ "length": 21,
+ "value": "\"unauthorized_client\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 6996,
+ "length": 24,
+ "value": "\"unsupported_grant_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 7062,
+ "length": 27,
+ "value": "\"unsupported_response_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 7123,
+ "length": 18,
+ "value": "\"consent_required\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/SSO\/SSOError.swift",
+ "kind": "StringLiteral",
+ "offset": 7171,
+ "length": 14,
+ "value": "\"sso_disabled\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PullUpPresentationController.swift",
+ "kind": "FloatLiteral",
+ "offset": 868,
+ "length": 4,
+ "value": "12.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ApplePayService.swift",
+ "kind": "StringLiteral",
+ "offset": 489,
+ "length": 5,
+ "value": "\"RUB\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ApplePayService.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 4,
+ "value": "\"RU\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ApplePayService.swift",
+ "kind": "StringLiteral",
+ "offset": 562,
+ "length": 14,
+ "value": "\"Долями\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ApplePayService.swift",
+ "kind": "StringLiteral",
+ "offset": 338,
+ "length": 15,
+ "value": "\"DolyameSDK.ApplePayService\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/UIControl+TCSValueObservable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 884,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 363,
+ "length": 4,
+ "value": "0.47"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 369,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 372,
+ "length": 5,
+ "value": "0.745"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 379,
+ "length": 5,
+ "value": "0.715"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 454,
+ "length": 4,
+ "value": "0.39"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 460,
+ "length": 5,
+ "value": "0.575"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 467,
+ "length": 5,
+ "value": "0.565"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 474,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 547,
+ "length": 5,
+ "value": "0.445"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 554,
+ "length": 4,
+ "value": "0.05"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 560,
+ "length": 4,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 566,
+ "length": 4,
+ "value": "0.95"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 640,
+ "length": 4,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 646,
+ "length": 5,
+ "value": "0.085"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 653,
+ "length": 4,
+ "value": "0.68"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 659,
+ "length": 4,
+ "value": "0.53"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 733,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 739,
+ "length": 4,
+ "value": "0.46"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 745,
+ "length": 4,
+ "value": "0.45"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 751,
+ "length": 4,
+ "value": "0.94"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 827,
+ "length": 5,
+ "value": "0.455"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 834,
+ "length": 4,
+ "value": "0.03"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 840,
+ "length": 5,
+ "value": "0.515"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 847,
+ "length": 5,
+ "value": "0.955"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 923,
+ "length": 4,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 929,
+ "length": 5,
+ "value": "0.055"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 936,
+ "length": 5,
+ "value": "0.675"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 943,
+ "length": 4,
+ "value": "0.19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1018,
+ "length": 5,
+ "value": "0.215"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1025,
+ "length": 4,
+ "value": "0.61"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1031,
+ "length": 5,
+ "value": "0.355"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1038,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1112,
+ "length": 5,
+ "value": "0.645"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1119,
+ "length": 5,
+ "value": "0.045"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1126,
+ "length": 5,
+ "value": "0.355"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1133,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1205,
+ "length": 5,
+ "value": "0.895"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1212,
+ "length": 4,
+ "value": "0.03"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1218,
+ "length": 5,
+ "value": "0.685"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1225,
+ "length": 4,
+ "value": "0.22"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1300,
+ "length": 5,
+ "value": "0.165"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1307,
+ "length": 4,
+ "value": "0.84"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1313,
+ "length": 4,
+ "value": "0.44"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1319,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1393,
+ "length": 4,
+ "value": "0.77"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1399,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1402,
+ "length": 5,
+ "value": "0.175"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1409,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1481,
+ "length": 5,
+ "value": "0.755"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1488,
+ "length": 4,
+ "value": "0.05"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1494,
+ "length": 5,
+ "value": "0.855"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1501,
+ "length": 4,
+ "value": "0.06"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1576,
+ "length": 4,
+ "value": "0.23"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1582,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1585,
+ "length": 4,
+ "value": "0.32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1591,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1665,
+ "length": 4,
+ "value": "0.86"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1671,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1674,
+ "length": 4,
+ "value": "0.07"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1680,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1751,
+ "length": 4,
+ "value": "0.95"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1757,
+ "length": 4,
+ "value": "0.05"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1763,
+ "length": 5,
+ "value": "0.795"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1770,
+ "length": 5,
+ "value": "0.035"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1845,
+ "length": 4,
+ "value": "0.19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1851,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 1854,
+ "length": 4,
+ "value": "0.22"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1860,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1933,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1936,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1939,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1942,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2013,
+ "length": 3,
+ "value": "0.6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2018,
+ "length": 4,
+ "value": "0.04"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2024,
+ "length": 4,
+ "value": "0.98"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2030,
+ "length": 5,
+ "value": "0.335"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2105,
+ "length": 5,
+ "value": "0.075"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2112,
+ "length": 4,
+ "value": "0.82"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2118,
+ "length": 5,
+ "value": "0.165"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2125,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2198,
+ "length": 5,
+ "value": "0.785"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2205,
+ "length": 5,
+ "value": "0.135"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2212,
+ "length": 4,
+ "value": "0.15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2218,
+ "length": 4,
+ "value": "0.86"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2292,
+ "length": 3,
+ "value": "0.6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2297,
+ "length": 5,
+ "value": "0.28"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2304,
+ "length": 5,
+ "value": "0.735"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2311,
+ "length": 5,
+ "value": "0.045"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2386,
+ "length": 5,
+ "value": "0.175"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2393,
+ "length": 5,
+ "value": "0.885"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2400,
+ "length": 4,
+ "value": "0.32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2406,
+ "length": 5,
+ "value": "1.275"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2483,
+ "length": 4,
+ "value": "0.68"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2489,
+ "length": 5,
+ "value": "0.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2496,
+ "length": 5,
+ "value": "0.265"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Animations\/Easing\/CAMediaTimingFunction+Easing.swift",
+ "kind": "FloatLiteral",
+ "offset": 2503,
+ "length": 4,
+ "value": "1.55"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 13,
+ "value": "\"GetCardList\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1396,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1426,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1619,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1654,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1694,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1732,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1769,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1804,
+ "length": 7,
+ "value": "\"Cards\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1619,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1654,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1694,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1732,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1769,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 1804,
+ "length": 7,
+ "value": "\"Cards\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 3130,
+ "length": 9,
+ "value": "\"AddCard\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4015,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4050,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4090,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4128,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4165,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4216,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4015,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4050,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4090,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4128,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4165,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 4216,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5201,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5236,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5276,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5314,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5351,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5394,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5440,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5475,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5201,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5236,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5276,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5314,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5351,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5394,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5440,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 5475,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8381,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8416,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8456,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8494,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8531,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8582,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8617,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8381,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8416,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8456,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8494,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8531,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8582,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 8617,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentCardRequests.swift",
+ "kind": "StringLiteral",
+ "offset": 10228,
+ "length": 12,
+ "value": "\"RemoveCard\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 214,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 225,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 214,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 225,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 214,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 225,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 248,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/ConfigNetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 878,
+ "length": 56,
+ "value": "\"https:\/\/mobile-bnpl-prod.cdn-tinkoff.ru\/resources\/sdk\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/JuicyScoreService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 409,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/JuicyScoreService.swift",
+ "kind": "StringLiteral",
+ "offset": 439,
+ "length": 26,
+ "value": "\"OOnrjAu1FaqTKWCgzwh8xYOC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/JuicyScoreService.swift",
+ "kind": "StringLiteral",
+ "offset": 502,
+ "length": 14,
+ "value": "\"sbp01-static\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/JuicyScoreService.swift",
+ "kind": "StringLiteral",
+ "offset": 619,
+ "length": 17,
+ "value": "\"bnpl.sdk.JSCR-Q\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 18,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 18,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 344,
+ "length": 18,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "BooleanLiteral",
+ "offset": 503,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 733,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/StatistEventsService.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1095,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/XcodeProfilerOutput.swift",
+ "kind": "StringLiteral",
+ "offset": 284,
+ "length": 27,
+ "value": "\"ru.tinkoff.reliabilityKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 148,
+ "length": 5,
+ "value": "\"TCB\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 181,
+ "length": 6,
+ "value": "\"EACQ\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 209,
+ "length": 5,
+ "value": "\"SSO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 8,
+ "value": "\"config\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 271,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/Tag+DolyameSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 9,
+ "value": "\"scorrej\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBUserInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBUserInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 22,
+ "value": "\"personal_info_update\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBUserInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBUserInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 22,
+ "value": "\"personal_info_update\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Extensions\/Bundle+TinkoffASDKUI.swift",
+ "kind": "StringLiteral",
+ "offset": 1033,
+ "length": 24,
+ "value": "\"TinkoffASDKUIResources\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Extensions\/Bundle+TinkoffASDKUI.swift",
+ "kind": "StringLiteral",
+ "offset": 1091,
+ "length": 8,
+ "value": "\"bundle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Analytics\/AnalyticsImplementationService.swift",
+ "kind": "StringLiteral",
+ "offset": 296,
+ "length": 34,
+ "value": "\"cbab64f8e4b6dd3cbad2cbcf66e58a97\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringInProgressView.swift",
+ "kind": "StringLiteral",
+ "offset": 133,
+ "length": 21,
+ "value": "\"DolyameSDK.ScoringInProgressView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1061,
+ "length": 2,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1232,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1356,
+ "length": 3,
+ "value": "430"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1480,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/PopUpViewContoller.swift",
+ "kind": "StringLiteral",
+ "offset": 1947,
+ "length": 31,
+ "value": "\"TinkoffAcquiring.button.close\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 356,
+ "length": 26,
+ "value": "\"DolyameSDK.PaymentProgressCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 241,
+ "length": 19,
+ "value": "\"DolyameSDK.CustomMaskFormatter\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2348,
+ "length": 54,
+ "value": "\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2457,
+ "length": 130,
+ "value": "\"АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЬЫЪЭЮЯабвгдежзийклмнопрстуфхцчшщьыъэюя\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2637,
+ "length": 58,
+ "value": "\"0123456789ABCDEFGHJKLMNPRSTUVWXYZabcdefghjklmnprstuvwxyz\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2754,
+ "length": 79,
+ "value": "\"АВЕКМНОРСТУХавекмнорстух0123456789ABEKMHOPCTXaekopcyx\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/CustomMaskFormatter\/CustomMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 2886,
+ "length": 12,
+ "value": "\"0123456789\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2410,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2845,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2850,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2920,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2925,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Logger\/Concrete\/ConsoleHTTPRequestLogger.swift",
+ "kind": "StringLiteral",
+ "offset": 3237,
+ "length": 21,
+ "value": "\"MM.dd.yyyy HH:mm:ss\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 350,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 385,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 409,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 350,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 385,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 409,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 350,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 385,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 409,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSImageProcessor\/Classes\/ImageResolver\/ImageSettingAnimationFactory\/ImageSettingAnimationFactory.swift",
+ "kind": "FloatLiteral",
+ "offset": 1928,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 780,
+ "length": 29,
+ "value": "\"NetworkError.transportError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 26,
+ "value": "\"NetworkError.serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 951,
+ "length": 24,
+ "value": "\"NetworkError.emptyBody\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1068,
+ "length": 23,
+ "value": "\"APIError.failureError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Localization\/ASDKCoreLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1154,
+ "length": 26,
+ "value": "\"APIError.invalidResponse\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 276,
+ "length": 26,
+ "value": "\"DolyameSDK.ScoringRejectedCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 507,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6559,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6592,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 24,
+ "value": "\"DolyameSDK.TDKActivityIndicatorView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7151,
+ "length": 17,
+ "value": "\"strokeAnimation\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7208,
+ "length": 19,
+ "value": "\"rotationAnimation\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7276,
+ "length": 13,
+ "value": "\"strokeStart\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7335,
+ "length": 11,
+ "value": "\"strokeEnd\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 7401,
+ "length": 22,
+ "value": "\"transform.rotation.z\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7468,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7512,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7563,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7684,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7724,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7762,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7801,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7852,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/ActivityIndicators\/TDKActivityIndicatorView\/TDKActivityIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7872,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/RAMUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 50,
+ "length": 9,
+ "value": "1048576"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/RAMUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 267,
+ "length": 13,
+ "value": "1073741824"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/RAMUsageCollector.swift",
+ "kind": "Array",
+ "offset": 1782,
+ "length": 18,
+ "value": "[1, 2, 3, 4, 6, 8]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/RAMUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2024,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodePresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 457,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodePresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 457,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodePresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 457,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodePresenter.swift",
+ "kind": "StringLiteral",
+ "offset": 468,
+ "length": 16,
+ "value": "\"DolyameSDK.AuthSMSCodeError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Storage\/ConfigStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 369,
+ "length": 25,
+ "value": "\"dolyame-sdk-config.json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DateFormatter+dolaymeFormatters.swift",
+ "kind": "StringLiteral",
+ "offset": 209,
+ "length": 12,
+ "value": "\"dd.MM.yyyy\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DateFormatter+dolaymeFormatters.swift",
+ "kind": "StringLiteral",
+ "offset": 257,
+ "length": 12,
+ "value": "\"yyyy-MM-dd\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBEndpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 271,
+ "length": 20,
+ "value": "\"https:\/\/dolyame.ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBEndpoint.swift",
+ "kind": "StringLiteral",
+ "offset": 333,
+ "length": 17,
+ "value": "\"api\/bnpl\/sdk\/v1\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 267,
+ "length": 11,
+ "value": "0xCC9E2D51"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 319,
+ "length": 11,
+ "value": "0x1B873593"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 478,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 655,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 694,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 704,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 734,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 771,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 799,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2182,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2586,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2707,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2830,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3_x86_32.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3179,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/UntypedEvent.swift",
+ "kind": "StringLiteral",
+ "offset": 102,
+ "length": 9,
+ "value": "\"project\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1485,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1527,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1622,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1668,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1713,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1568,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringAlertViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3888,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartFormContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 808,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartFormContainer.swift",
+ "kind": "StringLiteral",
+ "offset": 147,
+ "length": 18,
+ "value": "\"DolyameSDK.SmartFormContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartFormContainer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2253,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9359,
+ "length": 18,
+ "value": "\"country_iso_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9409,
+ "length": 18,
+ "value": "\"federal_district\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9456,
+ "length": 16,
+ "value": "\"region_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9502,
+ "length": 17,
+ "value": "\"region_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9549,
+ "length": 17,
+ "value": "\"region_iso_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9597,
+ "length": 18,
+ "value": "\"region_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9642,
+ "length": 13,
+ "value": "\"region_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9686,
+ "length": 18,
+ "value": "\"region_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9731,
+ "length": 14,
+ "value": "\"area_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9773,
+ "length": 15,
+ "value": "\"area_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9817,
+ "length": 16,
+ "value": "\"area_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9858,
+ "length": 11,
+ "value": "\"area_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9898,
+ "length": 16,
+ "value": "\"area_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9959,
+ "length": 14,
+ "value": "\"city_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10001,
+ "length": 15,
+ "value": "\"city_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10045,
+ "length": 16,
+ "value": "\"city_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10086,
+ "length": 11,
+ "value": "\"city_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10126,
+ "length": 16,
+ "value": "\"city_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10177,
+ "length": 23,
+ "value": "\"city_district_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10236,
+ "length": 24,
+ "value": "\"city_district_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10297,
+ "length": 25,
+ "value": "\"city_district_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10355,
+ "length": 20,
+ "value": "\"city_district_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10412,
+ "length": 25,
+ "value": "\"city_district_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10466,
+ "length": 15,
+ "value": "\"city_district\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10514,
+ "length": 20,
+ "value": "\"settlement_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10568,
+ "length": 21,
+ "value": "\"settlement_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10624,
+ "length": 22,
+ "value": "\"settlement_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10677,
+ "length": 17,
+ "value": "\"settlement_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10729,
+ "length": 22,
+ "value": "\"settlement_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10804,
+ "length": 16,
+ "value": "\"street_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10850,
+ "length": 17,
+ "value": "\"street_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10898,
+ "length": 18,
+ "value": "\"street_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10943,
+ "length": 13,
+ "value": "\"street_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10987,
+ "length": 18,
+ "value": "\"street_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11033,
+ "length": 15,
+ "value": "\"house_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11077,
+ "length": 16,
+ "value": "\"house_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11119,
+ "length": 12,
+ "value": "\"house_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11161,
+ "length": 17,
+ "value": "\"house_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11204,
+ "length": 12,
+ "value": "\"block_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11246,
+ "length": 17,
+ "value": "\"block_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11288,
+ "length": 11,
+ "value": "\"flat_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11328,
+ "length": 16,
+ "value": "\"flat_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11388,
+ "length": 12,
+ "value": "\"postal_box\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11423,
+ "length": 9,
+ "value": "\"fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11456,
+ "length": 10,
+ "value": "\"kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11530,
+ "length": 12,
+ "value": "\"tax_office\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11573,
+ "length": 18,
+ "value": "\"tax_office_legal\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9359,
+ "length": 18,
+ "value": "\"country_iso_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9409,
+ "length": 18,
+ "value": "\"federal_district\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9456,
+ "length": 16,
+ "value": "\"region_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9502,
+ "length": 17,
+ "value": "\"region_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9549,
+ "length": 17,
+ "value": "\"region_iso_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9597,
+ "length": 18,
+ "value": "\"region_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9642,
+ "length": 13,
+ "value": "\"region_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9686,
+ "length": 18,
+ "value": "\"region_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9731,
+ "length": 14,
+ "value": "\"area_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9773,
+ "length": 15,
+ "value": "\"area_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9817,
+ "length": 16,
+ "value": "\"area_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9858,
+ "length": 11,
+ "value": "\"area_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9898,
+ "length": 16,
+ "value": "\"area_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 9959,
+ "length": 14,
+ "value": "\"city_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10001,
+ "length": 15,
+ "value": "\"city_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10045,
+ "length": 16,
+ "value": "\"city_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10086,
+ "length": 11,
+ "value": "\"city_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10126,
+ "length": 16,
+ "value": "\"city_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10177,
+ "length": 23,
+ "value": "\"city_district_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10236,
+ "length": 24,
+ "value": "\"city_district_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10297,
+ "length": 25,
+ "value": "\"city_district_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10355,
+ "length": 20,
+ "value": "\"city_district_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10412,
+ "length": 25,
+ "value": "\"city_district_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10466,
+ "length": 15,
+ "value": "\"city_district\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10514,
+ "length": 20,
+ "value": "\"settlement_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10568,
+ "length": 21,
+ "value": "\"settlement_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10624,
+ "length": 22,
+ "value": "\"settlement_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10677,
+ "length": 17,
+ "value": "\"settlement_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10729,
+ "length": 22,
+ "value": "\"settlement_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10804,
+ "length": 16,
+ "value": "\"street_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10850,
+ "length": 17,
+ "value": "\"street_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10898,
+ "length": 18,
+ "value": "\"street_with_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10943,
+ "length": 13,
+ "value": "\"street_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 10987,
+ "length": 18,
+ "value": "\"street_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11033,
+ "length": 15,
+ "value": "\"house_fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11077,
+ "length": 16,
+ "value": "\"house_kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11119,
+ "length": 12,
+ "value": "\"house_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11161,
+ "length": 17,
+ "value": "\"house_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11204,
+ "length": 12,
+ "value": "\"block_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11246,
+ "length": 17,
+ "value": "\"block_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11288,
+ "length": 11,
+ "value": "\"flat_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11328,
+ "length": 16,
+ "value": "\"flat_type_full\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11388,
+ "length": 12,
+ "value": "\"postal_box\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11423,
+ "length": 9,
+ "value": "\"fias_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11456,
+ "length": 10,
+ "value": "\"kladr_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11530,
+ "length": 12,
+ "value": "\"tax_office\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressAdditionalInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 11573,
+ "length": 18,
+ "value": "\"tax_office_legal\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "Array",
+ "offset": 1087,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1131,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1672,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "StringLiteral",
+ "offset": 1903,
+ "length": 54,
+ "value": "\"ru.tinkoff.core.ios.hpkpPinning.InteractiveSyncQueue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/HTTPPublicKeyPinningService.swift",
+ "kind": "StringLiteral",
+ "offset": 317,
+ "length": 27,
+ "value": "\"DolyameSDK.HTTPPublicKeyPinningService\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 471,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1246,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1622,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "Array",
+ "offset": 2447,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "Array",
+ "offset": 2826,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4063,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/CombinedSmartField\/View\/SFCombinedFieldInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 140,
+ "length": 24,
+ "value": "\"DolyameSDK.SFCombinedFieldInputView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/Metric+Toggles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 86,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/Metric+Toggles.swift",
+ "kind": "IntegerLiteral",
+ "offset": 268,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 738,
+ "length": 12,
+ "value": "\"DolyameSDK.HintTextView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2707,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2717,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2728,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Hints\/HintViewsFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2739,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 359,
+ "length": 15,
+ "value": "\"DolyameSDK.AuthCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentProgress\/PaymentProgressViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 137,
+ "length": 29,
+ "value": "\"DolyameSDK.PaymentProgressViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/ValidationContext\/Validator\/Implementation\/Container\/SmartFieldValidatorContainer.swift",
+ "kind": "StringLiteral",
+ "offset": 236,
+ "length": 28,
+ "value": "\"DolyameSDK.SmartFieldValidatorContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1033,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1965,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "FloatLiteral",
+ "offset": 1970,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2090,
+ "length": 3,
+ "value": "232"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2112,
+ "length": 3,
+ "value": "233"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2133,
+ "length": 3,
+ "value": "234"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2153,
+ "length": 3,
+ "value": "235"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2090,
+ "length": 3,
+ "value": "232"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2112,
+ "length": 3,
+ "value": "233"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2133,
+ "length": 3,
+ "value": "234"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2153,
+ "length": 3,
+ "value": "235"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2090,
+ "length": 3,
+ "value": "232"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2112,
+ "length": 3,
+ "value": "233"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2133,
+ "length": 3,
+ "value": "234"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSSeparatorAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2153,
+ "length": 3,
+ "value": "235"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "IntegerLiteral",
+ "offset": 265,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "StringLiteral",
+ "offset": 355,
+ "length": 34,
+ "value": "\"KeyboardLayoutGuideUsingSafeArea\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "StringLiteral",
+ "offset": 428,
+ "length": 21,
+ "value": "\"KeyboardLayoutGuide\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1648,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/KeyboardLayoutGuide\/Keyboard+LayoutGuide.swift",
+ "kind": "StringLiteral",
+ "offset": 1588,
+ "length": 19,
+ "value": "\"DolyameSDK.KeyboardLayoutGuide\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 309,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 405,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 495,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 708,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 309,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 405,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 495,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 708,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 309,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 405,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 495,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 565,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 708,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "IntegerLiteral",
+ "offset": 829,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2149,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "StringLiteral",
+ "offset": 2614,
+ "length": 8,
+ "value": "\"system\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "StringLiteral",
+ "offset": 2863,
+ "length": 4,
+ "value": "\"ui\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "StringLiteral",
+ "offset": 2945,
+ "length": 9,
+ "value": "\"network\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/Log.swift",
+ "kind": "StringLiteral",
+ "offset": 3034,
+ "length": 9,
+ "value": "\"storage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 966,
+ "length": 5,
+ "value": "\"NEW\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1030,
+ "length": 11,
+ "value": "\"CANCELLED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1069,
+ "length": 16,
+ "value": "\"PREAUTHORIZING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1200,
+ "length": 12,
+ "value": "\"FORMSHOWED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1320,
+ "length": 13,
+ "value": "\"AUTHORIZING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1435,
+ "length": 12,
+ "value": "\"AUTHORIZED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1743,
+ "length": 14,
+ "value": "\"3DS_CHECKING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1853,
+ "length": 13,
+ "value": "\"3DS_CHECKED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1959,
+ "length": 11,
+ "value": "\"REVERSING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2063,
+ "length": 10,
+ "value": "\"REVERSED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2167,
+ "length": 12,
+ "value": "\"CONFIRMING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2274,
+ "length": 11,
+ "value": "\"CONFIRMED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2378,
+ "length": 11,
+ "value": "\"REFUNDING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2487,
+ "length": 10,
+ "value": "\"REFUNDED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2621,
+ "length": 18,
+ "value": "\"PARTIAL_REFUNDED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2741,
+ "length": 10,
+ "value": "\"REJECTED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2774,
+ "length": 11,
+ "value": "\"COMPLETED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2803,
+ "length": 6,
+ "value": "\"HOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2830,
+ "length": 9,
+ "value": "\"3DSHOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2857,
+ "length": 15,
+ "value": "\"LOOP_CHECKING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2893,
+ "length": 9,
+ "value": "\"UNKNOWN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2979,
+ "length": 13,
+ "value": "\"FORM_SHOWED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 966,
+ "length": 5,
+ "value": "\"NEW\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1030,
+ "length": 11,
+ "value": "\"CANCELLED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1069,
+ "length": 16,
+ "value": "\"PREAUTHORIZING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1200,
+ "length": 12,
+ "value": "\"FORMSHOWED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1320,
+ "length": 13,
+ "value": "\"AUTHORIZING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1435,
+ "length": 12,
+ "value": "\"AUTHORIZED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1743,
+ "length": 14,
+ "value": "\"3DS_CHECKING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1853,
+ "length": 13,
+ "value": "\"3DS_CHECKED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 1959,
+ "length": 11,
+ "value": "\"REVERSING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2063,
+ "length": 10,
+ "value": "\"REVERSED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2167,
+ "length": 12,
+ "value": "\"CONFIRMING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2274,
+ "length": 11,
+ "value": "\"CONFIRMED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2378,
+ "length": 11,
+ "value": "\"REFUNDING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2487,
+ "length": 10,
+ "value": "\"REFUNDED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2621,
+ "length": 18,
+ "value": "\"PARTIAL_REFUNDED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2741,
+ "length": 10,
+ "value": "\"REJECTED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2774,
+ "length": 11,
+ "value": "\"COMPLETED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2803,
+ "length": 6,
+ "value": "\"HOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2830,
+ "length": 9,
+ "value": "\"3DSHOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2857,
+ "length": 15,
+ "value": "\"LOOP_CHECKING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2893,
+ "length": 9,
+ "value": "\"UNKNOWN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 2979,
+ "length": 13,
+ "value": "\"FORM_SHOWED\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4149,
+ "length": 3,
+ "value": "\"A\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4174,
+ "length": 3,
+ "value": "\"I\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4198,
+ "length": 3,
+ "value": "\"D\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4222,
+ "length": 9,
+ "value": "\"UNKNOWN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4149,
+ "length": 3,
+ "value": "\"A\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4174,
+ "length": 3,
+ "value": "\"I\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4198,
+ "length": 3,
+ "value": "\"D\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4222,
+ "length": 9,
+ "value": "\"UNKNOWN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4492,
+ "length": 4,
+ "value": "\"NO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4518,
+ "length": 5,
+ "value": "\"3DS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4541,
+ "length": 6,
+ "value": "\"HOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4568,
+ "length": 9,
+ "value": "\"3DSHOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4492,
+ "length": 4,
+ "value": "\"NO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4518,
+ "length": 5,
+ "value": "\"3DS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4541,
+ "length": 6,
+ "value": "\"HOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 4568,
+ "length": 9,
+ "value": "\"3DSHOLD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5616,
+ "length": 5,
+ "value": "\"Pan\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5644,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5675,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5715,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5749,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5616,
+ "length": 5,
+ "value": "\"Pan\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5644,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5675,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5715,
+ "length": 10,
+ "value": "\"RebillId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 5749,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 7607,
+ "length": 3,
+ "value": "\"O\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 7680,
+ "length": 3,
+ "value": "\"T\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 7607,
+ "length": 3,
+ "value": "\"O\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 7680,
+ "length": 3,
+ "value": "\"T\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8134,
+ "length": 17,
+ "value": "\"full_prepayment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8601,
+ "length": 14,
+ "value": "\"full_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8868,
+ "length": 17,
+ "value": "\"partial_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 9309,
+ "length": 16,
+ "value": "\"credit_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8134,
+ "length": 17,
+ "value": "\"full_prepayment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8601,
+ "length": 14,
+ "value": "\"full_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 8868,
+ "length": 17,
+ "value": "\"partial_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 9309,
+ "length": 16,
+ "value": "\"credit_payment\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 10946,
+ "length": 12,
+ "value": "\"usn_income\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11058,
+ "length": 20,
+ "value": "\"usn_income_outcome\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11294,
+ "length": 8,
+ "value": "\"patent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 10946,
+ "length": 12,
+ "value": "\"usn_income\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11058,
+ "length": 20,
+ "value": "\"usn_income_outcome\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11294,
+ "length": 8,
+ "value": "\"patent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11947,
+ "length": 14,
+ "value": "\"gambling_bet\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12037,
+ "length": 16,
+ "value": "\"gambling_prize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12175,
+ "length": 15,
+ "value": "\"lottery_prize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12342,
+ "length": 23,
+ "value": "\"intellectual_activity\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12489,
+ "length": 18,
+ "value": "\"agent_commission\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 11947,
+ "length": 14,
+ "value": "\"gambling_bet\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12037,
+ "length": 16,
+ "value": "\"gambling_prize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12175,
+ "length": 15,
+ "value": "\"lottery_prize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12342,
+ "length": 23,
+ "value": "\"intellectual_activity\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 12489,
+ "length": 18,
+ "value": "\"agent_commission\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13455,
+ "length": 19,
+ "value": "\"bank_paying_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13571,
+ "length": 22,
+ "value": "\"bank_paying_subagent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13656,
+ "length": 14,
+ "value": "\"paying_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13742,
+ "length": 17,
+ "value": "\"paying_subagent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13867,
+ "length": 18,
+ "value": "\"commission_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13455,
+ "length": 19,
+ "value": "\"bank_paying_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13571,
+ "length": 22,
+ "value": "\"bank_paying_subagent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13656,
+ "length": 14,
+ "value": "\"paying_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13742,
+ "length": 17,
+ "value": "\"paying_subagent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 13867,
+ "length": 18,
+ "value": "\"commission_agent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17093,
+ "length": 11,
+ "value": "\"AgentSign\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17134,
+ "length": 15,
+ "value": "\"OperationName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17172,
+ "length": 8,
+ "value": "\"Phones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17211,
+ "length": 16,
+ "value": "\"ReceiverPhones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17258,
+ "length": 16,
+ "value": "\"TransferPhones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17303,
+ "length": 14,
+ "value": "\"OperatorName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17349,
+ "length": 17,
+ "value": "\"OperatorAddress\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17394,
+ "length": 13,
+ "value": "\"OperatorInn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17093,
+ "length": 11,
+ "value": "\"AgentSign\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17134,
+ "length": 15,
+ "value": "\"OperationName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17172,
+ "length": 8,
+ "value": "\"Phones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17211,
+ "length": 16,
+ "value": "\"ReceiverPhones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17258,
+ "length": 16,
+ "value": "\"TransferPhones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17303,
+ "length": 14,
+ "value": "\"OperatorName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17349,
+ "length": 17,
+ "value": "\"OperatorAddress\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 17394,
+ "length": 13,
+ "value": "\"OperatorInn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20232,
+ "length": 8,
+ "value": "\"Phones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20261,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20287,
+ "length": 5,
+ "value": "\"Inn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20232,
+ "length": 8,
+ "value": "\"Phones\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20261,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 20287,
+ "length": 5,
+ "value": "\"Inn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "IntegerLiteral",
+ "offset": 21180,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "FloatLiteral",
+ "offset": 21360,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22623,
+ "length": 7,
+ "value": "\"Price\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22655,
+ "length": 10,
+ "value": "\"Quantity\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22686,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22715,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22743,
+ "length": 5,
+ "value": "\"Tax\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22770,
+ "length": 7,
+ "value": "\"Ean13\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22802,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22844,
+ "length": 17,
+ "value": "\"MeasurementUnit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22891,
+ "length": 15,
+ "value": "\"PaymentMethod\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22936,
+ "length": 15,
+ "value": "\"PaymentObject\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22977,
+ "length": 11,
+ "value": "\"AgentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 23017,
+ "length": 14,
+ "value": "\"SupplierInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22623,
+ "length": 7,
+ "value": "\"Price\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22655,
+ "length": 10,
+ "value": "\"Quantity\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22686,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22715,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22743,
+ "length": 5,
+ "value": "\"Tax\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22770,
+ "length": 7,
+ "value": "\"Ean13\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22802,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22844,
+ "length": 17,
+ "value": "\"MeasurementUnit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22891,
+ "length": 15,
+ "value": "\"PaymentMethod\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22936,
+ "length": 15,
+ "value": "\"PaymentObject\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 22977,
+ "length": 11,
+ "value": "\"AgentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 23017,
+ "length": 14,
+ "value": "\"SupplierInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "IntegerLiteral",
+ "offset": 24437,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "IntegerLiteral",
+ "offset": 25512,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 28969,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29000,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29029,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29057,
+ "length": 5,
+ "value": "\"Fee\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 28969,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29000,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29029,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 29057,
+ "length": 5,
+ "value": "\"Fee\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31283,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31315,
+ "length": 7,
+ "value": "\"Email\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31347,
+ "length": 10,
+ "value": "\"Taxation\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31379,
+ "length": 7,
+ "value": "\"Phone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31408,
+ "length": 7,
+ "value": "\"Items\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31441,
+ "length": 11,
+ "value": "\"AgentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31481,
+ "length": 14,
+ "value": "\"SupplierInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31520,
+ "length": 10,
+ "value": "\"Customer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31558,
+ "length": 13,
+ "value": "\"CustomerInn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31283,
+ "length": 10,
+ "value": "\"ShopCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31315,
+ "length": 7,
+ "value": "\"Email\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31347,
+ "length": 10,
+ "value": "\"Taxation\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31379,
+ "length": 7,
+ "value": "\"Phone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31408,
+ "length": 7,
+ "value": "\"Items\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31441,
+ "length": 11,
+ "value": "\"AgentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31481,
+ "length": 14,
+ "value": "\"SupplierInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31520,
+ "length": 10,
+ "value": "\"Customer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringModels.swift",
+ "kind": "StringLiteral",
+ "offset": 31558,
+ "length": 13,
+ "value": "\"CustomerInn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6437,
+ "length": 21,
+ "value": "\"thawtePrimaryRootCA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6497,
+ "length": 5,
+ "value": "\"cer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6555,
+ "length": 16,
+ "value": "\"hosts_and_pins\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6623,
+ "length": 6,
+ "value": "\"json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6679,
+ "length": 16,
+ "value": "\"tinkoffrsa2020\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6733,
+ "length": 20,
+ "value": "\"rootca_ssl_rsa2022\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 6796,
+ "length": 21,
+ "value": "\"antifraud_root_cert\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 7067,
+ "length": 38,
+ "value": "\"ru.tcs.core.hpkpservice.hostsAndPins\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceAssembly.swift",
+ "kind": "StringLiteral",
+ "offset": 7236,
+ "length": 29,
+ "value": "\"https:\/\/certs.tinkoff.ru\/v1\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 319,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 324,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 377,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 382,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 431,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 436,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 484,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 489,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 542,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 547,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Formatter\/DefaultLogEntryFormatter.swift",
+ "kind": "Array",
+ "offset": 589,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Utils\/NetworkTypeResolver.swift",
+ "kind": "Dictionary",
+ "offset": 791,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Automation\/SmartFieldsAutomation.swift",
+ "kind": "StringLiteral",
+ "offset": 292,
+ "length": 22,
+ "value": "\"SmartFieldsContainer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Automation\/SmartFieldsAutomation.swift",
+ "kind": "StringLiteral",
+ "offset": 399,
+ "length": 25,
+ "value": "\"SmartFieldsHintTextView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Automation\/SmartFieldsAutomation.swift",
+ "kind": "StringLiteral",
+ "offset": 494,
+ "length": 18,
+ "value": "\"SmartFieldsTitle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Automation\/SmartFieldsAutomation.swift",
+ "kind": "StringLiteral",
+ "offset": 581,
+ "length": 26,
+ "value": "\"SmartFieldsInputTextView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 21,
+ "value": "\"initializationError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 519,
+ "length": 21,
+ "value": "\"noSpaceLeftOnDevice\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 567,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 457,
+ "length": 21,
+ "value": "\"initializationError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 519,
+ "length": 21,
+ "value": "\"noSpaceLeftOnDevice\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerSdkErrorsFatalError.swift",
+ "kind": "StringLiteral",
+ "offset": 567,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/FullName\/Dependencies\/Suggests\/NameComponentSuggestDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 462,
+ "length": 32,
+ "value": "\"DolyameSDK.NameComponentSuggestDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/CoreAnimation\/CAAnimation\/CAAnimation+PulseAnimation.swift",
+ "kind": "FloatLiteral",
+ "offset": 4485,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/CoreAnimation\/CAAnimation\/CAAnimation+PulseAnimation.swift",
+ "kind": "FloatLiteral",
+ "offset": 4565,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/CoreAnimation\/CAAnimation\/CAAnimation+PulseAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4613,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/CoreAnimation\/CAAnimation\/CAAnimation+PulseAnimation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4653,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Address\/AddressValidatorsFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 341,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3324,
+ "length": 17,
+ "value": "\"sdkMainIconsIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3370,
+ "length": 17,
+ "value": "\"sdkCardIconsIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3419,
+ "length": 20,
+ "value": "\"dolyameContractIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3523,
+ "length": 15,
+ "value": "\"rejectionInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3324,
+ "length": 17,
+ "value": "\"sdkMainIconsIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3370,
+ "length": 17,
+ "value": "\"sdkCardIconsIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3419,
+ "length": 20,
+ "value": "\"dolyameContractIOS\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3523,
+ "length": 15,
+ "value": "\"rejectionInfo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4290,
+ "length": 49,
+ "value": "\"^\\+7 \\([34789]\\d{2}\\) \\d{3}-\\d{2}-\\d{2}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4401,
+ "length": 91,
+ "value": "\"^[a-zA-Zа-яА-ЯёЁ]{1}[a-zA-Zа-яА-ЯёЁ\\. \\-]{0,199}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4555,
+ "length": 12,
+ "value": "\".+@.+\\..+\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4811,
+ "length": 52,
+ "value": "\"https:\/\/mobile-bnpl-prod.cdn-tinkoff.ru\/icons\/ios\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4899,
+ "length": 58,
+ "value": "\"https:\/\/mobile-bnpl-prod.cdn-tinkoff.ru\/icons\/ios\/cards\/\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 5003,
+ "length": 63,
+ "value": "\"https:\/\/static.dolyame.ru\/static\/dolyame\/dolyame_contract.pdf\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/PartnerServerConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 5097,
+ "length": 27,
+ "value": "\"https:\/\/wa.me\/74997000600\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/BaseError\/ChainableError.swift",
+ "kind": "StringLiteral",
+ "offset": 428,
+ "length": 6,
+ "value": "\"code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/BaseError\/ChainableError.swift",
+ "kind": "StringLiteral",
+ "offset": 459,
+ "length": 8,
+ "value": "\"domain\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 207,
+ "length": 12,
+ "value": "\"sslPinning\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 571,
+ "length": 6,
+ "value": "\"code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 605,
+ "length": 7,
+ "value": "\"error\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "StringLiteral",
+ "offset": 638,
+ "length": 13,
+ "value": "\"mobile_core\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 791,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/Logger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 833,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 208,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 233,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 261,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 208,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 233,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 261,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 208,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 233,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 261,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBUserInfoService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 13,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/BiggestTouchAreaButton.swift",
+ "kind": "IntegerLiteral",
+ "offset": 186,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/BiggestTouchAreaButton.swift",
+ "kind": "IntegerLiteral",
+ "offset": 219,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardListPresenter.swift",
+ "kind": "Array",
+ "offset": 2535,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 321,
+ "length": 19,
+ "value": "\"DolyameSDK.ScheduleCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/ScheduleItemCell\/ScheduleItemCell.swift",
+ "kind": "StringLiteral",
+ "offset": 185,
+ "length": 18,
+ "value": "\"ScheduleItemCell\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Date\/TimeDirectionValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 262,
+ "length": 22,
+ "value": "\"DolyameSDK.TimeDirectionValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 219,
+ "length": 12,
+ "value": "\"session_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 257,
+ "length": 12,
+ "value": "\"time_local\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 11,
+ "value": "\"time_zone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 219,
+ "length": 12,
+ "value": "\"session_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 257,
+ "length": 12,
+ "value": "\"time_local\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBJuicyScoreValues.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 11,
+ "value": "\"time_zone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentError\/PaymentErrorCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 210,
+ "length": 23,
+ "value": "\"DolyameSDK.PaymentErrorCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/DataProviders\/Concrete\/SFSuggestStaticDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 161,
+ "length": 27,
+ "value": "\"DolyameSDK.SFSuggestStaticDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/LogPipeline.swift",
+ "kind": "Array",
+ "offset": 523,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/Address.swift",
+ "kind": "StringLiteral",
+ "offset": 1088,
+ "length": 20,
+ "value": "\"unrestricted_value\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/Address.swift",
+ "kind": "StringLiteral",
+ "offset": 1088,
+ "length": 20,
+ "value": "\"unrestricted_value\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/Address.swift",
+ "kind": "StringLiteral",
+ "offset": 2230,
+ "length": 22,
+ "value": "\"DolyameSDK.UninitializableAddress\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/IGaugeDispatcher.swift",
+ "kind": "Array",
+ "offset": 488,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/IGaugeDispatcher.swift",
+ "kind": "Array",
+ "offset": 576,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 810,
+ "length": 10,
+ "value": "\"GetState\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1675,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1710,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1750,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1788,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1825,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1873,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1908,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1942,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1973,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1675,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1710,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1750,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1788,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1825,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1873,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1908,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1942,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/PaymentStatusRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1973,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthPhoneViewController\/AuthPhoneViewController.swift",
+ "kind": "Array",
+ "offset": 472,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthPhoneViewController\/AuthPhoneViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 117,
+ "length": 23,
+ "value": "\"DolyameSDK.AuthPhoneViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/ScalyImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 495,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/ScalyImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 739,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/ScalyImageView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 833,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 1014,
+ "length": 35,
+ "value": "\"ru.tinkoff.reliabilityKit.metrics\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 1164,
+ "length": 9,
+ "value": "\"unknown\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1330,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19412,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19554,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOFeatureRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19559,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/MurmurHash\/MurmurHash3.swift",
+ "kind": "IntegerLiteral",
+ "offset": 70,
+ "length": 4,
+ "value": "2011"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 628,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3772,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 5174,
+ "length": 4,
+ "value": "0.96"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 5187,
+ "length": 4,
+ "value": "0.97"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 5199,
+ "length": 4,
+ "value": "0.97"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUIKit\/StackViewContainer\/TCSStackViewContainer.swift",
+ "kind": "FloatLiteral",
+ "offset": 5212,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardRequisitesInputMask\/ValueState.swift",
+ "kind": "StringLiteral",
+ "offset": 146,
+ "length": 10,
+ "value": "\"DolyameSDK.ValueState\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Events\/EventsFacade.swift",
+ "kind": "StringLiteral",
+ "offset": 1412,
+ "length": 34,
+ "value": "\"ru.tinkoff.reliabilitykit.events\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Version.swift",
+ "kind": "StringLiteral",
+ "offset": 752,
+ "length": 14,
+ "value": "\"3.0.0-alpha9\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Transport\/Implementation\/Utils\/IURLParamsEncoder\/Concrete\/URLParamsEncoder.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 13,
+ "value": "\"!$&'()*+,;=\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Events\/SharedBusinessLogic+AppLaunchFirst.swift",
+ "kind": "StringLiteral",
+ "offset": 291,
+ "length": 41,
+ "value": "\"kTCSAnaltyicsAppLaunchFirstUserDefaults\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Events\/SharedBusinessLogic+AppLaunchFirst.swift",
+ "kind": "IntegerLiteral",
+ "offset": 387,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Events\/SharedBusinessLogic+AppLaunchFirst.swift",
+ "kind": "IntegerLiteral",
+ "offset": 392,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Events\/SharedBusinessLogic+AppLaunchFirst.swift",
+ "kind": "IntegerLiteral",
+ "offset": 397,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3929,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4640,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4865,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5821,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 7396,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9535,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9612,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 12513,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 182,
+ "length": 15,
+ "value": "\"DolyameSDK.SFTextInputView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28865,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 28913,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 28968,
+ "length": 3,
+ "value": "4.5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 29022,
+ "length": 4,
+ "value": "0.24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 29194,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 29256,
+ "length": 11,
+ "value": "\"TSFImages\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/SFTextInputView.swift",
+ "kind": "StringLiteral",
+ "offset": 29306,
+ "length": 12,
+ "value": "\"clearField\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 193,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 346,
+ "length": 24,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 384,
+ "length": 27,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 346,
+ "length": 24,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 384,
+ "length": 27,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 346,
+ "length": 24,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorageV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 384,
+ "length": 27,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Amplitude\/AmplitudeAnalyticsConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1412,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Amplitude\/AmplitudeAnalyticsConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1462,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/Styles\/TCSButton.Style+Builder.swift",
+ "kind": "FloatLiteral",
+ "offset": 8311,
+ "length": 4,
+ "value": "0.95"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 359,
+ "length": 77,
+ "value": "\"\\+7\\ {1}\\({1}([3489]\\d\\d)\\){1}\\ {1}\\d\\d\\d\\-{1}\\d\\d\\-{1}\\d\\d\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 616,
+ "length": 79,
+ "value": "\"\\+7\\ {1}\\({1}([345689]\\d\\d)\\){1}\\ {1}\\d\\d\\d\\-{1}\\d\\d\\-{1}\\d\\d\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 855,
+ "length": 47,
+ "value": "\"^[-\\w.]+@([A-z0-9][-A-z0-9]+\\.)+[A-z]{2,4}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 998,
+ "length": 35,
+ "value": "\"^\\d{2} [A-ZА-ЯЁ0-9]{2} \\d{6}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1133,
+ "length": 29,
+ "value": "\"(^[\\d]{15}+$|^[\\d]{21}+$)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1282,
+ "length": 253,
+ "value": "\"^[АВЕКМНОРСТУХ]{1}[\\d]{3}[АВЕКМНОРСТУХ]{2}[\\d]{2,3}$|^[АВЕКМНОРСТУХ]{2}[\\d]{3}[\\d]{2,3}$|^[\\d]{4}[АВЕКМНОРСТУХ]{2}[\\d]{2,3}$|^[АВЕКМНОРСТУХ]{2}[\\d]{2}[АВЕКМНОРСТУХ]{2}[\\d]{2,3}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1697,
+ "length": 80,
+ "value": "\"^[АВЕКМНОРСТУХ]{1}[\\d]{3}[АВЕКМНОРСТУХ]{2}[\\d]{2,3}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1850,
+ "length": 21,
+ "value": "\"[0-9A-HJ-NPR-Z]{17}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 1981,
+ "length": 34,
+ "value": "\"[\\d]{2} [\\dА-ЯЁ]{2} [\\d]{6}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/RegExp.swift",
+ "kind": "StringLiteral",
+ "offset": 2106,
+ "length": 30,
+ "value": "\"^[A-Z]{1,20}\\s[A-Z]{1,20}$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/SchedulePaymentCell\/Additional\/SchedulePaymentCircleSegmentView.swift",
+ "kind": "Array",
+ "offset": 374,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 189,
+ "length": 5,
+ "value": "\"sub\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 12,
+ "value": "\"given_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 255,
+ "length": 14,
+ "value": "\"phone_number\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 9,
+ "value": "\"picture\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 189,
+ "length": 5,
+ "value": "\"sub\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 12,
+ "value": "\"given_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 255,
+ "length": 14,
+ "value": "\"phone_number\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 294,
+ "length": 9,
+ "value": "\"picture\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "Array",
+ "offset": 878,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "Dictionary",
+ "offset": 934,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "StringLiteral",
+ "offset": 1176,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/JWT.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1250,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIColor\/UIColor+Brightness.swift",
+ "kind": "FloatLiteral",
+ "offset": 1283,
+ "length": 3,
+ "value": "0.8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 196,
+ "length": 28,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 238,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 196,
+ "length": 28,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 238,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 196,
+ "length": 28,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/FileSystemUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 238,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/SamplingStrategy.swift",
+ "kind": "Dictionary",
+ "offset": 654,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 116,
+ "length": 22,
+ "value": "\"DolyameSDK.ScheduleViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SDKVersionService.swift",
+ "kind": "StringLiteral",
+ "offset": 309,
+ "length": 7,
+ "value": "\"empty\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Payments\/ChargePaymentProcess.swift",
+ "kind": "BooleanLiteral",
+ "offset": 795,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Text\/Length\/TextLengthValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 19,
+ "value": "\"DolyameSDK.TextLengthValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/UIColor+hex.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1208,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipType.swift",
+ "kind": "StringLiteral",
+ "offset": 268,
+ "length": 41,
+ "value": "\"Российская Федерация\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipType.swift",
+ "kind": "StringLiteral",
+ "offset": 398,
+ "length": 37,
+ "value": "\"Другое государство\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipType.swift",
+ "kind": "StringLiteral",
+ "offset": 268,
+ "length": 41,
+ "value": "\"Российская Федерация\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipType.swift",
+ "kind": "StringLiteral",
+ "offset": 398,
+ "length": 37,
+ "value": "\"Другое государство\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressFieldConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1385,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/Views\/DataListHeaderView.swift",
+ "kind": "StringLiteral",
+ "offset": 119,
+ "length": 18,
+ "value": "\"DolyameSDK.DataListHeaderView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/Views\/DataListHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 857,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/DataListViewController\/Views\/DataListHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 910,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 75,
+ "length": 7,
+ "value": "\"DEBUG\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 99,
+ "length": 6,
+ "value": "\"INFO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 125,
+ "length": 6,
+ "value": "\"WARN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 149,
+ "length": 7,
+ "value": "\"ERROR\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 174,
+ "length": 7,
+ "value": "\"FATAL\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 75,
+ "length": 7,
+ "value": "\"DEBUG\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 99,
+ "length": 6,
+ "value": "\"INFO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 125,
+ "length": 6,
+ "value": "\"WARN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 149,
+ "length": 7,
+ "value": "\"ERROR\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogEntry+Sage.swift",
+ "kind": "StringLiteral",
+ "offset": 174,
+ "length": 7,
+ "value": "\"FATAL\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/Bundle\/Bundle+Resources.swift",
+ "kind": "StringLiteral",
+ "offset": 1124,
+ "length": 9,
+ "value": "\".bundle\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Types\/AmountConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1566,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/Assembly\/HPKPServiceConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1947,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 1542,
+ "length": 6,
+ "value": "\"Sage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1728,
+ "length": 2,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Storage\/LogsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2174,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Payments\/OrderOptions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1124,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 218,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 245,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 272,
+ "length": 2,
+ "value": "19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 218,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 245,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 272,
+ "length": 2,
+ "value": "19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 218,
+ "length": 2,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 245,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "IntegerLiteral",
+ "offset": 272,
+ "length": 2,
+ "value": "19"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 30,
+ "value": "\"____________________________\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "StringLiteral",
+ "offset": 364,
+ "length": 21,
+ "value": "\"____ ____ ____ ____\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardNumberUtils\/Classes\/CardInputMask.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 22,
+ "value": "\"________ ___________\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOParameters.swift",
+ "kind": "Dictionary",
+ "offset": 816,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/DCOParameters.swift",
+ "kind": "Dictionary",
+ "offset": 880,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 260,
+ "length": 4,
+ "value": "3600"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 267,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1856,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1886,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3190,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3219,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3249,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "StringLiteral",
+ "offset": 7474,
+ "length": 23,
+ "value": "\"ru.tinkoff.sagelogger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7733,
+ "length": 4,
+ "value": "3600"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7740,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7783,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7812,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/SageOutput.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7842,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIAlertController\/UIAlertController+Actions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1165,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIAlertController\/UIAlertController+Actions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1755,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIAlertController\/UIAlertController+Actions.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2361,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringViewController.swift",
+ "kind": "Array",
+ "offset": 399,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 133,
+ "length": 21,
+ "value": "\"DolyameSDK.ScoringViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/PresentingAnimator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 268,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/PresentingAnimator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 268,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/PresentingAnimator.swift",
+ "kind": "FloatLiteral",
+ "offset": 359,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 417,
+ "length": 16,
+ "value": "\"code_challenge\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 477,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 513,
+ "length": 11,
+ "value": "\"device_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 574,
+ "length": 16,
+ "value": "\"client_version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 417,
+ "length": 16,
+ "value": "\"code_challenge\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 477,
+ "length": 11,
+ "value": "\"client_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 513,
+ "length": 11,
+ "value": "\"device_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRegisterLinkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 574,
+ "length": 16,
+ "value": "\"client_version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/SchedulePaymentCell\/SchedulePaymentCell.swift",
+ "kind": "StringLiteral",
+ "offset": 191,
+ "length": 21,
+ "value": "\"SchedulePaymentCell\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Suggests\/LisensePlateSmartFieldDataConverterBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 356,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Suggests\/LisensePlateSmartFieldDataConverterBase.swift",
+ "kind": "Dictionary",
+ "offset": 1152,
+ "length": 367,
+ "value": "[(\"A\", \"А\"), (\"B\", \"В\"), (\"E\", \"Е\"), (\"K\", \"К\"), (\"M\", \"М\"), (\"H\", \"Н\"), (\"O\", \"О\"), (\"P\", \"Р\"), (\"C\", \"С\"), (\"T\", \"Т\"), (\"X\", \"Х\"), (\"a\", \"а\"), (\"e\", \"е\"), (\"k\", \"к\"), (\"o\", \"о\"), (\"p\", \"р\"), (\"c\", \"с\"), (\"y\", \"у\"), (\"x\", \"х\")]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Suggests\/LisensePlateSmartFieldDataConverterBase.swift",
+ "kind": "StringLiteral",
+ "offset": 1588,
+ "length": 21,
+ "value": "\"ABEKMHOPCTXaekopcyx\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Suggests\/LisensePlateSmartFieldDataConverterBase.swift",
+ "kind": "StringLiteral",
+ "offset": 160,
+ "length": 39,
+ "value": "\"DolyameSDK.LicensePlateSmartFieldDataConverterBase\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 249,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 249,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 249,
+ "length": 8,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "Array",
+ "offset": 580,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/ScheduleDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 384,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/ReliabilityEnv.swift",
+ "kind": "StringLiteral",
+ "offset": 578,
+ "length": 5,
+ "value": "\"ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/ReliabilityEnv.swift",
+ "kind": "StringLiteral",
+ "offset": 687,
+ "length": 9,
+ "value": "\"unknown\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/ReliabilityEnv.swift",
+ "kind": "StringLiteral",
+ "offset": 1428,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/ReliabilityEnv.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1520,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1099,
+ "length": 15,
+ "value": "\"screen_height\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 14,
+ "value": "\"screen_width\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1099,
+ "length": 15,
+ "value": "\"screen_height\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 14,
+ "value": "\"screen_width\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "StringLiteral",
+ "offset": 1248,
+ "length": 4,
+ "value": "\"ru\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/DeviceInfoParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1309,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 128,
+ "length": 29,
+ "value": "\"DolyameSDK.ScoringRejectedViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+DefaultSetup.swift",
+ "kind": "Array",
+ "offset": 1962,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+DefaultSetup.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2082,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/MetricsFacade+DefaultSetup.swift",
+ "kind": "Array",
+ "offset": 2590,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/MaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 3780,
+ "length": 3,
+ "value": "\"#\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/MaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 3815,
+ "length": 3,
+ "value": "\"_\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/MaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 3848,
+ "length": 3,
+ "value": "\"?\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Suggests\/AddressSuggestDataSource.swift",
+ "kind": "StringLiteral",
+ "offset": 220,
+ "length": 24,
+ "value": "\"DolyameSDK.AddressSuggestDataSource\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 823,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 11,
+ "value": "\"last_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 914,
+ "length": 13,
+ "value": "\"middle_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 823,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 868,
+ "length": 11,
+ "value": "\"last_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 914,
+ "length": 13,
+ "value": "\"middle_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 12,
+ "value": "\"birth_date\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 1106,
+ "length": 12,
+ "value": "\"birth_date\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 3263,
+ "length": 8,
+ "value": "\"app_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBOrderStatusResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 3263,
+ "length": 8,
+ "value": "\"app_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 759,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 759,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 5,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/TextFieldTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 759,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 253,
+ "length": 12,
+ "value": "\"sslPinning\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 367,
+ "length": 9,
+ "value": "\"docScan\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 492,
+ "length": 16,
+ "value": "\"reliabilityKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 608,
+ "length": 8,
+ "value": "\"logger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/EventTags.swift",
+ "kind": "StringLiteral",
+ "offset": 724,
+ "length": 12,
+ "value": "\"TCRMPlayer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Caches\/FileFeatureCache.swift",
+ "kind": "StringLiteral",
+ "offset": 553,
+ "length": 20,
+ "value": "\"ru.tinkoff.toggles\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSShadowAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 910,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSShadowAvailable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 932,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleSuggestType.swift",
+ "kind": "StringLiteral",
+ "offset": 365,
+ "length": 3,
+ "value": "\"2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleSuggestType.swift",
+ "kind": "StringLiteral",
+ "offset": 365,
+ "length": 3,
+ "value": "\"2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/ResourceBundle.swift",
+ "kind": "StringLiteral",
+ "offset": 147,
+ "length": 27,
+ "value": "\"TinkoffNetworkLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Text\/DateMask\/DateMaskValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 251,
+ "length": 17,
+ "value": "\"DolyameSDK.DateMaskValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Text\/DateMask\/DateMaskValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 12,
+ "value": "\"dd.MM.yyyy\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 502,
+ "length": 12,
+ "value": "\"badRequest\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 547,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 600,
+ "length": 20,
+ "value": "\"toggleDoesNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 659,
+ "length": 19,
+ "value": "\"failedToLoadCache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 705,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 741,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 502,
+ "length": 12,
+ "value": "\"badRequest\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 547,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 600,
+ "length": 20,
+ "value": "\"toggleDoesNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 659,
+ "length": 19,
+ "value": "\"failedToLoadCache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 705,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesSingleUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 741,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/OverridingStrategy.swift",
+ "kind": "StringLiteral",
+ "offset": 557,
+ "length": 16,
+ "value": "\"FeatureToggle.\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/OverridingStrategy.swift",
+ "kind": "StringLiteral",
+ "offset": 894,
+ "length": 18,
+ "value": "\"Overriding Cache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/TimeMachine.swift",
+ "kind": "Array",
+ "offset": 803,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/TimeMachine.swift",
+ "kind": "Array",
+ "offset": 1230,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitDeactivateCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 822,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitDeactivateCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 858,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitDeactivateCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 822,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitDeactivateCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 858,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Amount\/DecimalSmartFieldDataConverterBase.swift",
+ "kind": "StringLiteral",
+ "offset": 151,
+ "length": 34,
+ "value": "\"DolyameSDK.DecimalSmartFieldDataConverterBase\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Amount\/DecimalSmartFieldDataConverterBase.swift",
+ "kind": "StringLiteral",
+ "offset": 1107,
+ "length": 3,
+ "value": "\".\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringStandaloneCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 336,
+ "length": 28,
+ "value": "\"DolyameSDK.ScoringStandaloneCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1306,
+ "length": 3,
+ "value": "999"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1338,
+ "length": 3,
+ "value": "900"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1368,
+ "length": 3,
+ "value": "902"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1393,
+ "length": 3,
+ "value": "901"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1444,
+ "length": 3,
+ "value": "490"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1306,
+ "length": 3,
+ "value": "999"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1338,
+ "length": 3,
+ "value": "900"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1368,
+ "length": 3,
+ "value": "902"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1393,
+ "length": 3,
+ "value": "901"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1444,
+ "length": 3,
+ "value": "490"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1306,
+ "length": 3,
+ "value": "999"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1338,
+ "length": 3,
+ "value": "900"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1368,
+ "length": 3,
+ "value": "902"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1393,
+ "length": 3,
+ "value": "901"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1417,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1444,
+ "length": 3,
+ "value": "490"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2686,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2702,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2716,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2751,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2765,
+ "length": 7,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2686,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2702,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2716,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2751,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2765,
+ "length": 7,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2686,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2702,
+ "length": 4,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2716,
+ "length": 5,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2731,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2751,
+ "length": 4,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2765,
+ "length": 7,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "Array",
+ "offset": 3161,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "Array",
+ "offset": 6590,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "Dictionary",
+ "offset": 6644,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "StringLiteral",
+ "offset": 6688,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6733,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6818,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16333,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "IntegerLiteral",
+ "offset": 17549,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "BooleanLiteral",
+ "offset": 33965,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SwiftyJSON\/SwiftyJSON.swift",
+ "kind": "BooleanLiteral",
+ "offset": 34013,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/TerminalError\/TerminalErrorCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 6,
+ "length": 24,
+ "value": "\"DolyameSDK.TerminalErrorCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/SamplingStrategyBuilder.swift",
+ "kind": "Array",
+ "offset": 253,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/SamplingStrategyBuilder.swift",
+ "kind": "Array",
+ "offset": 318,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/AuthErrorCoordinator\/AuthErrorCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 160,
+ "length": 20,
+ "value": "\"DolyameSDK.AuthErrorCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DoubleActionViewController\/DoubleActionViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 121,
+ "length": 26,
+ "value": "\"DolyameSDK.DoubleActionViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2963,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3051,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3061,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3072,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3082,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3187,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3250,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3294,
+ "length": 4,
+ "value": "2436"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3340,
+ "length": 4,
+ "value": "1792"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3388,
+ "length": 4,
+ "value": "2688"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3438,
+ "length": 4,
+ "value": "2340"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3487,
+ "length": 4,
+ "value": "2532"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3539,
+ "length": 4,
+ "value": "2778"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIDevice\/UIDevice+Types.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3777,
+ "length": 3,
+ "value": "320"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/MurmurHashSamplingAlgorithm.swift",
+ "kind": "FloatLiteral",
+ "offset": 291,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Requests\/FinishAuthorizeRequest.swift",
+ "kind": "Dictionary",
+ "offset": 916,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsPresenter.swift",
+ "kind": "Array",
+ "offset": 740,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 793,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/EventsTransformRegistrar.swift",
+ "kind": "Dictionary",
+ "offset": 233,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBFillRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 733,
+ "length": 17,
+ "value": "\"payment-success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBFillRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 785,
+ "length": 17,
+ "value": "\"payment-pending\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBFillRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 733,
+ "length": 17,
+ "value": "\"payment-success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBFillRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 785,
+ "length": 17,
+ "value": "\"payment-pending\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 285,
+ "length": 20,
+ "value": "\"+7 (___) ___-__-__\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 395,
+ "length": 12,
+ "value": "\"__.__.____\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 511,
+ "length": 9,
+ "value": "\"___-___\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 549,
+ "length": 16,
+ "value": "\"___-___-___ __\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 604,
+ "length": 13,
+ "value": "\"____ ______\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 662,
+ "length": 12,
+ "value": "\"__ _______\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 701,
+ "length": 14,
+ "value": "\"____________\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 754,
+ "length": 14,
+ "value": "\"__ ?? ______\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/ConstantsFactories\/Mask.swift",
+ "kind": "StringLiteral",
+ "offset": 805,
+ "length": 14,
+ "value": "\"__ ?? ______\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Logging\/ReliabilityConfigurationService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 607,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 788,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 788,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 788,
+ "length": 6,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "Array",
+ "offset": 854,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1533,
+ "length": 31,
+ "value": "\"TinkoffAcquiring.button.close\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Number\/IntStringValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 181,
+ "length": 18,
+ "value": "\"DolyameSDK.IntStringValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1386,
+ "length": 5,
+ "value": "0.07"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1428,
+ "length": 4,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1469,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1628,
+ "length": 13,
+ "value": "0.08235294118"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1650,
+ "length": 11,
+ "value": "0.431372549"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1669,
+ "length": 11,
+ "value": "0.831372549"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1689,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1735,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1745,
+ "length": 12,
+ "value": "0.8039215686"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1765,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1777,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/Colors\/Utils\/UIColor+Highlighted.swift",
+ "kind": "FloatLiteral",
+ "offset": 1839,
+ "length": 4,
+ "value": "0.15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2842,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 3,
+ "value": "101"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3177,
+ "length": 3,
+ "value": "102"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3314,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3442,
+ "length": 3,
+ "value": "201"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3584,
+ "length": 3,
+ "value": "202"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3837,
+ "length": 3,
+ "value": "203"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3972,
+ "length": 3,
+ "value": "204"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4114,
+ "length": 3,
+ "value": "205"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4287,
+ "length": 3,
+ "value": "206"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4493,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4689,
+ "length": 3,
+ "value": "208"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4913,
+ "length": 3,
+ "value": "226"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5109,
+ "length": 3,
+ "value": "300"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5244,
+ "length": 3,
+ "value": "301"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5315,
+ "length": 3,
+ "value": "302"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5447,
+ "length": 3,
+ "value": "303"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5643,
+ "length": 3,
+ "value": "304"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5805,
+ "length": 3,
+ "value": "305"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5950,
+ "length": 3,
+ "value": "306"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6070,
+ "length": 3,
+ "value": "307"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 3,
+ "value": "308"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6408,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6597,
+ "length": 3,
+ "value": "401"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6718,
+ "length": 3,
+ "value": "402"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6851,
+ "length": 3,
+ "value": "403"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6982,
+ "length": 3,
+ "value": "404"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7187,
+ "length": 3,
+ "value": "405"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7379,
+ "length": 3,
+ "value": "406"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7528,
+ "length": 3,
+ "value": "407"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7639,
+ "length": 3,
+ "value": "408"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7842,
+ "length": 3,
+ "value": "409"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7981,
+ "length": 3,
+ "value": "410"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8146,
+ "length": 3,
+ "value": "411"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8308,
+ "length": 3,
+ "value": "412"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8444,
+ "length": 3,
+ "value": "413"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8558,
+ "length": 3,
+ "value": "414"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8718,
+ "length": 3,
+ "value": "415"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8899,
+ "length": 3,
+ "value": "416"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9046,
+ "length": 3,
+ "value": "417"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9155,
+ "length": 3,
+ "value": "418"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9305,
+ "length": 3,
+ "value": "421"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9462,
+ "length": 3,
+ "value": "422"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9558,
+ "length": 3,
+ "value": "423"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9704,
+ "length": 3,
+ "value": "424"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9872,
+ "length": 3,
+ "value": "426"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10007,
+ "length": 3,
+ "value": "428"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10137,
+ "length": 3,
+ "value": "429"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10372,
+ "length": 3,
+ "value": "431"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10531,
+ "length": 3,
+ "value": "444"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10758,
+ "length": 3,
+ "value": "451"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10926,
+ "length": 3,
+ "value": "495"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11119,
+ "length": 3,
+ "value": "496"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11344,
+ "length": 3,
+ "value": "497"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11504,
+ "length": 3,
+ "value": "499"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11750,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11920,
+ "length": 3,
+ "value": "501"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12080,
+ "length": 3,
+ "value": "502"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12279,
+ "length": 3,
+ "value": "503"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12452,
+ "length": 3,
+ "value": "504"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12610,
+ "length": 3,
+ "value": "505"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12770,
+ "length": 3,
+ "value": "506"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12926,
+ "length": 3,
+ "value": "507"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13054,
+ "length": 3,
+ "value": "508"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13190,
+ "length": 3,
+ "value": "510"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13342,
+ "length": 3,
+ "value": "511"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2842,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 3,
+ "value": "101"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3177,
+ "length": 3,
+ "value": "102"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3314,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3442,
+ "length": 3,
+ "value": "201"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3584,
+ "length": 3,
+ "value": "202"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3837,
+ "length": 3,
+ "value": "203"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3972,
+ "length": 3,
+ "value": "204"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4114,
+ "length": 3,
+ "value": "205"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4287,
+ "length": 3,
+ "value": "206"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4493,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4689,
+ "length": 3,
+ "value": "208"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4913,
+ "length": 3,
+ "value": "226"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5109,
+ "length": 3,
+ "value": "300"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5244,
+ "length": 3,
+ "value": "301"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5315,
+ "length": 3,
+ "value": "302"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5447,
+ "length": 3,
+ "value": "303"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5643,
+ "length": 3,
+ "value": "304"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5805,
+ "length": 3,
+ "value": "305"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5950,
+ "length": 3,
+ "value": "306"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6070,
+ "length": 3,
+ "value": "307"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 3,
+ "value": "308"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6408,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6597,
+ "length": 3,
+ "value": "401"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6718,
+ "length": 3,
+ "value": "402"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6851,
+ "length": 3,
+ "value": "403"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6982,
+ "length": 3,
+ "value": "404"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7187,
+ "length": 3,
+ "value": "405"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7379,
+ "length": 3,
+ "value": "406"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7528,
+ "length": 3,
+ "value": "407"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7639,
+ "length": 3,
+ "value": "408"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7842,
+ "length": 3,
+ "value": "409"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7981,
+ "length": 3,
+ "value": "410"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8146,
+ "length": 3,
+ "value": "411"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8308,
+ "length": 3,
+ "value": "412"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8444,
+ "length": 3,
+ "value": "413"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8558,
+ "length": 3,
+ "value": "414"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8718,
+ "length": 3,
+ "value": "415"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8899,
+ "length": 3,
+ "value": "416"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9046,
+ "length": 3,
+ "value": "417"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9155,
+ "length": 3,
+ "value": "418"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9305,
+ "length": 3,
+ "value": "421"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9462,
+ "length": 3,
+ "value": "422"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9558,
+ "length": 3,
+ "value": "423"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9704,
+ "length": 3,
+ "value": "424"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9872,
+ "length": 3,
+ "value": "426"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10007,
+ "length": 3,
+ "value": "428"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10137,
+ "length": 3,
+ "value": "429"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10372,
+ "length": 3,
+ "value": "431"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10531,
+ "length": 3,
+ "value": "444"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10758,
+ "length": 3,
+ "value": "451"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10926,
+ "length": 3,
+ "value": "495"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11119,
+ "length": 3,
+ "value": "496"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11344,
+ "length": 3,
+ "value": "497"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11504,
+ "length": 3,
+ "value": "499"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11750,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11920,
+ "length": 3,
+ "value": "501"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12080,
+ "length": 3,
+ "value": "502"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12279,
+ "length": 3,
+ "value": "503"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12452,
+ "length": 3,
+ "value": "504"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12610,
+ "length": 3,
+ "value": "505"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12770,
+ "length": 3,
+ "value": "506"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12926,
+ "length": 3,
+ "value": "507"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13054,
+ "length": 3,
+ "value": "508"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13190,
+ "length": 3,
+ "value": "510"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13342,
+ "length": 3,
+ "value": "511"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2842,
+ "length": 3,
+ "value": "100"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3006,
+ "length": 3,
+ "value": "101"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3177,
+ "length": 3,
+ "value": "102"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3314,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3442,
+ "length": 3,
+ "value": "201"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3584,
+ "length": 3,
+ "value": "202"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3837,
+ "length": 3,
+ "value": "203"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3972,
+ "length": 3,
+ "value": "204"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4114,
+ "length": 3,
+ "value": "205"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4287,
+ "length": 3,
+ "value": "206"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4493,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4689,
+ "length": 3,
+ "value": "208"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4913,
+ "length": 3,
+ "value": "226"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5109,
+ "length": 3,
+ "value": "300"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5244,
+ "length": 3,
+ "value": "301"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5315,
+ "length": 3,
+ "value": "302"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5447,
+ "length": 3,
+ "value": "303"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5643,
+ "length": 3,
+ "value": "304"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5805,
+ "length": 3,
+ "value": "305"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5950,
+ "length": 3,
+ "value": "306"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6070,
+ "length": 3,
+ "value": "307"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6215,
+ "length": 3,
+ "value": "308"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6408,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6597,
+ "length": 3,
+ "value": "401"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6718,
+ "length": 3,
+ "value": "402"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6851,
+ "length": 3,
+ "value": "403"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6982,
+ "length": 3,
+ "value": "404"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7187,
+ "length": 3,
+ "value": "405"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7379,
+ "length": 3,
+ "value": "406"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7528,
+ "length": 3,
+ "value": "407"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7639,
+ "length": 3,
+ "value": "408"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7842,
+ "length": 3,
+ "value": "409"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7981,
+ "length": 3,
+ "value": "410"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8146,
+ "length": 3,
+ "value": "411"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8308,
+ "length": 3,
+ "value": "412"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8444,
+ "length": 3,
+ "value": "413"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8558,
+ "length": 3,
+ "value": "414"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8718,
+ "length": 3,
+ "value": "415"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 8899,
+ "length": 3,
+ "value": "416"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9046,
+ "length": 3,
+ "value": "417"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9155,
+ "length": 3,
+ "value": "418"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9305,
+ "length": 3,
+ "value": "421"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9462,
+ "length": 3,
+ "value": "422"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9558,
+ "length": 3,
+ "value": "423"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9704,
+ "length": 3,
+ "value": "424"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 9872,
+ "length": 3,
+ "value": "426"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10007,
+ "length": 3,
+ "value": "428"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10137,
+ "length": 3,
+ "value": "429"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10372,
+ "length": 3,
+ "value": "431"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10531,
+ "length": 3,
+ "value": "444"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10758,
+ "length": 3,
+ "value": "451"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10926,
+ "length": 3,
+ "value": "495"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11119,
+ "length": 3,
+ "value": "496"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11344,
+ "length": 3,
+ "value": "497"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11504,
+ "length": 3,
+ "value": "499"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11750,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 11920,
+ "length": 3,
+ "value": "501"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12080,
+ "length": 3,
+ "value": "502"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12279,
+ "length": 3,
+ "value": "503"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12452,
+ "length": 3,
+ "value": "504"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12610,
+ "length": 3,
+ "value": "505"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12770,
+ "length": 3,
+ "value": "506"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12926,
+ "length": 3,
+ "value": "507"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13054,
+ "length": 3,
+ "value": "508"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13190,
+ "length": 3,
+ "value": "510"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Response\/HTTPResponse.swift",
+ "kind": "IntegerLiteral",
+ "offset": 13342,
+ "length": 3,
+ "value": "511"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/CertificateChainValidator\/TrustKitConfigurationFactory\/TrustKitConfigurationFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1560,
+ "length": 10,
+ "value": "\"trustKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/CertificateChainValidator\/TrustKitConfigurationFactory\/TrustKitConfigurationFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 2058,
+ "length": 46,
+ "value": "\"0000000000000000000000000000000000000000000=\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/CertificateChainValidator\/TrustKitConfigurationFactory\/TrustKitConfigurationFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/KVOObservable.swift",
+ "kind": "Array",
+ "offset": 1602,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/KVOObservable.swift",
+ "kind": "StringLiteral",
+ "offset": 1496,
+ "length": 13,
+ "value": "\"DolyameSDK.KVOObservable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/KVOObservable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3737,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Logger\/TinkoffLogger+CoreSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 73,
+ "length": 13,
+ "value": "\"mobile_core\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/AdaptiveSampling\/AdaptiveLogger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 749,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/AdaptiveSampling\/AdaptiveLogger.swift",
+ "kind": "BooleanLiteral",
+ "offset": 786,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/AdaptiveSampling\/AdaptiveLogger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 825,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/AdaptiveSampling\/AdaptiveLogger.swift",
+ "kind": "StringLiteral",
+ "offset": 3457,
+ "length": 27,
+ "value": "\"ru.tinkoff.adaptivelogger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedInfoBox.swift",
+ "kind": "StringLiteral",
+ "offset": 121,
+ "length": 22,
+ "value": "\"DolyameSDK.ScoringRejectedInfoBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 465,
+ "length": 4,
+ "value": "17.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 541,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 605,
+ "length": 8,
+ "value": "0x007AFF"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 741,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 790,
+ "length": 14,
+ "value": "\"Готово\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 926,
+ "length": 8,
+ "value": "0x3E4757"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1076,
+ "length": 8,
+ "value": "0xF6F7F8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1148,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1196,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1235,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1278,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2344,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 2414,
+ "length": 6,
+ "value": "\"next\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 2528,
+ "length": 17,
+ "value": "\"scan_card_image\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2678,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2718,
+ "length": 2,
+ "value": "64"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2786,
+ "length": 8,
+ "value": "0xC7C9CC"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 2841,
+ "length": 3,
+ "value": "0.5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3050,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3056,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3280,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3286,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3467,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3473,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3640,
+ "length": 3,
+ "value": "6.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3646,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3845,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 3851,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3922,
+ "length": 23,
+ "value": "\"Номер карты\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3989,
+ "length": 11,
+ "value": "\"ММ\/ГГ\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4043,
+ "length": 5,
+ "value": "\"CVC\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 4095,
+ "length": 5,
+ "value": "\"___\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "Dictionary",
+ "offset": 4157,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "Dictionary",
+ "offset": 4224,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4293,
+ "length": 8,
+ "value": "0xC7C9CC"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 4450,
+ "length": 4,
+ "value": "17.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "FloatLiteral",
+ "offset": 4615,
+ "length": 4,
+ "value": "16.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/TCSCardFieldConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6081,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameActionButton\/DolyamePrimaryActionView.swift",
+ "kind": "StringLiteral",
+ "offset": 119,
+ "length": 24,
+ "value": "\"DolyameSDK.DolyamePrimaryActionView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Protocols\/Base\/IContainerCoverable.swift",
+ "kind": "FloatLiteral",
+ "offset": 5934,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/SchedulePaymentCell\/Additional\/SchedulePaymentIconView.swift",
+ "kind": "StringLiteral",
+ "offset": 117,
+ "length": 23,
+ "value": "\"DolyameSDK.SchedulePaymentIconView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSODescription.swift",
+ "kind": "StringLiteral",
+ "offset": 1021,
+ "length": 13,
+ "value": "\"tinkoff_ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSODescription.swift",
+ "kind": "StringLiteral",
+ "offset": 1063,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/PaymentService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 211,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/PaymentService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 211,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/PaymentService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 211,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PayWithNewCard\/PayWithNewCardCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 336,
+ "length": 25,
+ "value": "\"DolyameSDK.PayWithNewCardCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3345,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3377,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3414,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3455,
+ "length": 13,
+ "value": "\"Description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3492,
+ "length": 9,
+ "value": "\"PayType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3539,
+ "length": 11,
+ "value": "\"Recurrent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3582,
+ "length": 6,
+ "value": "\"DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3612,
+ "length": 9,
+ "value": "\"Receipt\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3643,
+ "length": 7,
+ "value": "\"Shops\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3675,
+ "length": 10,
+ "value": "\"Receipts\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3717,
+ "length": 17,
+ "value": "\"RedirectDueDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3345,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3377,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3414,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3455,
+ "length": 13,
+ "value": "\"Description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3492,
+ "length": 9,
+ "value": "\"PayType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3539,
+ "length": 11,
+ "value": "\"Recurrent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3582,
+ "length": 6,
+ "value": "\"DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3612,
+ "length": 9,
+ "value": "\"Receipt\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3643,
+ "length": 7,
+ "value": "\"Shops\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3675,
+ "length": 10,
+ "value": "\"Receipts\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInitData.swift",
+ "kind": "StringLiteral",
+ "offset": 3717,
+ "length": 17,
+ "value": "\"RedirectDueDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 224,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 236,
+ "length": 2,
+ "value": "84"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 322,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "FloatLiteral",
+ "offset": 372,
+ "length": 4,
+ "value": "0.24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 572,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 674,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "IntegerLiteral",
+ "offset": 727,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "StringLiteral",
+ "offset": 764,
+ "length": 16,
+ "value": "\"dolyameSpinner\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameSpinner\/DolyameSpinner.swift",
+ "kind": "StringLiteral",
+ "offset": 127,
+ "length": 14,
+ "value": "\"DolyameSDK.DolyameSpinner\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/URLSessionDelegateImpl.swift",
+ "kind": "StringLiteral",
+ "offset": 678,
+ "length": 22,
+ "value": "\"DolyameSDK.URLSessionDelegateImpl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 194,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 232,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 194,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 232,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 194,
+ "length": 24,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 232,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 606,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/OrganizationName\/OrganizationSuggestDataProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 253,
+ "length": 31,
+ "value": "\"DolyameSDK.OrganizationSuggestDataProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentSuccess\/PaymentResultCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 207,
+ "length": 24,
+ "value": "\"DolyameSDK.PaymentResultCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodPopoverViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 751,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodPopoverViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 811,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodPopoverViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 861,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 135,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 166,
+ "length": 12,
+ "value": "\"revenue_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 15,
+ "value": "\"total_revenue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 14,
+ "value": "\"revenue_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 284,
+ "length": 18,
+ "value": "\"revenue_currency\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 346,
+ "length": 7,
+ "value": "\"title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 378,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 14,
+ "value": "\"pushOpenHour\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 460,
+ "length": 25,
+ "value": "\"device_supports_touchid\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 544,
+ "length": 12,
+ "value": "\"voice_over\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 638,
+ "length": 14,
+ "value": "\"push_granted\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 680,
+ "length": 18,
+ "value": "\"location_granted\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 12,
+ "value": "\"screensize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 135,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 166,
+ "length": 12,
+ "value": "\"revenue_id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 15,
+ "value": "\"total_revenue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 14,
+ "value": "\"revenue_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 284,
+ "length": 18,
+ "value": "\"revenue_currency\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 346,
+ "length": 7,
+ "value": "\"title\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 378,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 412,
+ "length": 14,
+ "value": "\"pushOpenHour\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 460,
+ "length": 25,
+ "value": "\"device_supports_touchid\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 544,
+ "length": 12,
+ "value": "\"voice_over\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 638,
+ "length": 14,
+ "value": "\"push_granted\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 680,
+ "length": 18,
+ "value": "\"location_granted\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 12,
+ "value": "\"screensize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 5,
+ "value": "\"rub\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 6,
+ "value": "\"true\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 7,
+ "value": "\"false\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 947,
+ "length": 16,
+ "value": "\"AssistiveTouch\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 989,
+ "length": 15,
+ "value": "\"SwitchControl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1028,
+ "length": 13,
+ "value": "\"ShakeToUndo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 18,
+ "value": "\"ClosedCaptioning\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1109,
+ "length": 10,
+ "value": "\"BoldText\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1150,
+ "length": 20,
+ "value": "\"DarkerSystemColors\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1192,
+ "length": 11,
+ "value": "\"Grayscale\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1228,
+ "length": 14,
+ "value": "\"GuidedAccess\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1267,
+ "length": 14,
+ "value": "\"InvertColors\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1303,
+ "length": 11,
+ "value": "\"MonoAudio\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1339,
+ "length": 14,
+ "value": "\"ReduceMotion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1384,
+ "length": 20,
+ "value": "\"ReduceTransparency\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1428,
+ "length": 13,
+ "value": "\"SpeakScreen\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1468,
+ "length": 16,
+ "value": "\"SpeakSelection\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 5,
+ "value": "\"rub\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 6,
+ "value": "\"true\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 913,
+ "length": 7,
+ "value": "\"false\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 947,
+ "length": 16,
+ "value": "\"AssistiveTouch\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 989,
+ "length": 15,
+ "value": "\"SwitchControl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1028,
+ "length": 13,
+ "value": "\"ShakeToUndo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 18,
+ "value": "\"ClosedCaptioning\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1109,
+ "length": 10,
+ "value": "\"BoldText\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1150,
+ "length": 20,
+ "value": "\"DarkerSystemColors\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1192,
+ "length": 11,
+ "value": "\"Grayscale\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1228,
+ "length": 14,
+ "value": "\"GuidedAccess\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1267,
+ "length": 14,
+ "value": "\"InvertColors\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1303,
+ "length": 11,
+ "value": "\"MonoAudio\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1339,
+ "length": 14,
+ "value": "\"ReduceMotion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1384,
+ "length": 20,
+ "value": "\"ReduceTransparency\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1428,
+ "length": 13,
+ "value": "\"SpeakScreen\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1468,
+ "length": 16,
+ "value": "\"SpeakSelection\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1606,
+ "length": 7,
+ "value": "\"Login\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1633,
+ "length": 8,
+ "value": "\"Logout\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1668,
+ "length": 18,
+ "value": "\"App_Launch_First\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1711,
+ "length": 15,
+ "value": "\"push_received\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1753,
+ "length": 19,
+ "value": "\"Deeplink_Received\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1801,
+ "length": 19,
+ "value": "\"Permission_Answer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1842,
+ "length": 12,
+ "value": "\"app_opened\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1886,
+ "length": 23,
+ "value": "\"Push_Settings_Changed\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1606,
+ "length": 7,
+ "value": "\"Login\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1633,
+ "length": 8,
+ "value": "\"Logout\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1668,
+ "length": 18,
+ "value": "\"App_Launch_First\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1711,
+ "length": 15,
+ "value": "\"push_received\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1753,
+ "length": 19,
+ "value": "\"Deeplink_Received\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1801,
+ "length": 19,
+ "value": "\"Permission_Answer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1842,
+ "length": 12,
+ "value": "\"app_opened\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1886,
+ "length": 23,
+ "value": "\"Push_Settings_Changed\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2028,
+ "length": 5,
+ "value": "\"mic\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Analytics\/AnalyticsConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2028,
+ "length": 5,
+ "value": "\"mic\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Phone\/PhoneValidatorsFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1224,
+ "length": 211,
+ "value": "\"^(8|\\+7)([\\-|\\ ]){1}([\\(]){0,1}([3489]\\d\\d)()\\){1}([\\-|\\ ]){1}(((\\d\\d\\d){1}([\\-|\\ ]){0,1}(\\d\\d){1}([\\-|\\ ]){1}(\\d\\d){1})|((\\d\\d){1}([\\-|\\ ]){1}(\\d\\d){1}([\\-|\\ ]){1}(\\d\\d\\d){1}))$\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Utils\/WeakArray.swift",
+ "kind": "Array",
+ "offset": 264,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/EventsFacade+Trackers.swift",
+ "kind": "IntegerLiteral",
+ "offset": 314,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/EventsFacade+Trackers.swift",
+ "kind": "IntegerLiteral",
+ "offset": 343,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintView.swift",
+ "kind": "StringLiteral",
+ "offset": 131,
+ "length": 8,
+ "value": "\"DolyameSDK.HintView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/Hints\/HintView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2179,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/MetricsFacade+Collectors.swift",
+ "kind": "IntegerLiteral",
+ "offset": 92,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/MetricsFacade+Collectors.swift",
+ "kind": "IntegerLiteral",
+ "offset": 142,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 764,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 783,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 743,
+ "length": 11,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 764,
+ "length": 9,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSSSLPinning\/HTTPPublicKeyPinningService\/StateModels\/SSLHostsAndPinsListState.swift",
+ "kind": "IntegerLiteral",
+ "offset": 783,
+ "length": 9,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/Helpers\/CancelableTapGestureRecognizer.swift",
+ "kind": "IntegerLiteral",
+ "offset": 313,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/Helpers\/CancelableTapGestureRecognizer.swift",
+ "kind": "StringLiteral",
+ "offset": 504,
+ "length": 30,
+ "value": "\"DolyameSDK.CancelableTapGestureRecognizer\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Images.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 682,
+ "length": 21,
+ "value": "\"disclosureIndicator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Images.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 761,
+ "length": 16,
+ "value": "\"paymentCheckox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Images.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 832,
+ "length": 14,
+ "value": "\"dolyame_logo\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Generated\/Images.generated.swift",
+ "kind": "StringLiteral",
+ "offset": 897,
+ "length": 9,
+ "value": "\"infoBox\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Factory\/ScheduleViewModelFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 1163,
+ "length": 8,
+ "value": "\"d MMMM\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Factory\/ScheduleViewModelFactory.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1207,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 142,
+ "length": 14,
+ "value": "\"Content-Type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 198,
+ "length": 18,
+ "value": "\"application\/json\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2777,
+ "length": 17,
+ "value": "\"LESS_THAN_RUBLE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2828,
+ "length": 21,
+ "value": "\"HAVE_SUM_DIFFERENCE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2885,
+ "length": 23,
+ "value": "\"HAVE_ITEMS_DIFFERENCE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2940,
+ "length": 19,
+ "value": "\"WRONG_PERSON_DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2994,
+ "length": 23,
+ "value": "\"NO_PARTNER_FOR_CLIENT\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2777,
+ "length": 17,
+ "value": "\"LESS_THAN_RUBLE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2828,
+ "length": 21,
+ "value": "\"HAVE_SUM_DIFFERENCE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2885,
+ "length": 23,
+ "value": "\"HAVE_ITEMS_DIFFERENCE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2940,
+ "length": 19,
+ "value": "\"WRONG_PERSON_DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2994,
+ "length": 23,
+ "value": "\"NO_PARTNER_FOR_CLIENT\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3707,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3732,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3760,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3780,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3797,
+ "length": 6,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3707,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3732,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3760,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3780,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3797,
+ "length": 6,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3696,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3707,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3732,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3760,
+ "length": 10,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3780,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3797,
+ "length": 6,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Citizenship\/Suggests\/CitizenshipFieldConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 603,
+ "length": 24,
+ "value": "\"Гражданство\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1657,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1667,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1676,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1689,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1657,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1667,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1676,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1689,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1641,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1657,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1667,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1676,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1689,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4097,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5959,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5971,
+ "length": 2,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6029,
+ "length": 2,
+ "value": "21"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardRequisitesProtocols.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6041,
+ "length": 2,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/IssuanceDepartment\/IssuanceDepartmentConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 537,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/IssuanceDepartment\/IssuanceDepartmentConfiguration.swift",
+ "kind": "IntegerLiteral",
+ "offset": 553,
+ "length": 3,
+ "value": "150"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/IssuanceDepartment\/IssuanceDepartmentConfiguration.swift",
+ "kind": "StringLiteral",
+ "offset": 1035,
+ "length": 19,
+ "value": "\"Кем выдан\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Headers\/ScheduleItemHeader\/ScheduleItemHeader.swift",
+ "kind": "StringLiteral",
+ "offset": 401,
+ "length": 20,
+ "value": "\"ScheduleItemHeader\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Headers\/ScheduleItemHeader\/ScheduleItemHeader.swift",
+ "kind": "BooleanLiteral",
+ "offset": 655,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5331,
+ "length": 11,
+ "value": "\"userAgent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5369,
+ "length": 16,
+ "value": "\"mobileDeviceId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5415,
+ "length": 17,
+ "value": "\"tinkoffDeviceId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5462,
+ "length": 19,
+ "value": "\"mobileDeviceModel\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5506,
+ "length": 16,
+ "value": "\"mobileDeviceOs\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5550,
+ "length": 23,
+ "value": "\"mobileDeviceOsVersion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5604,
+ "length": 11,
+ "value": "\"root_flag\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5644,
+ "length": 12,
+ "value": "\"appVersion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5683,
+ "length": 16,
+ "value": "\"clientTimezone\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5726,
+ "length": 16,
+ "value": "\"clientLanguage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5772,
+ "length": 11,
+ "value": "\"screenDpi\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5814,
+ "length": 14,
+ "value": "\"screenHeight\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5858,
+ "length": 13,
+ "value": "\"screenWidth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5898,
+ "length": 10,
+ "value": "\"latitude\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5936,
+ "length": 11,
+ "value": "\"longitude\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 5974,
+ "length": 10,
+ "value": "\"authType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6018,
+ "length": 17,
+ "value": "\"authTypeSetDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6068,
+ "length": 16,
+ "value": "\"connectionType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6116,
+ "length": 14,
+ "value": "\"lockedDevice\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6167,
+ "length": 19,
+ "value": "\"biometricsSupport\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6210,
+ "length": 7,
+ "value": "\"debug\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6245,
+ "length": 10,
+ "value": "\"emulator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6287,
+ "length": 13,
+ "value": "\"autologinOn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6334,
+ "length": 6,
+ "value": "\"auto\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6391,
+ "length": 13,
+ "value": "\"fingerprint\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6444,
+ "length": 4,
+ "value": "\"{}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6480,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSOFingerprint\/SSOFingerprintService.swift",
+ "kind": "StringLiteral",
+ "offset": 6542,
+ "length": 26,
+ "value": "\"kCFLocaleLanguageCodeKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 204,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 21,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 246,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 302,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 204,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 21,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 246,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 302,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 204,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 215,
+ "length": 21,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 246,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 266,
+ "length": 8,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 284,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/ScheduleViewIO.swift",
+ "kind": "IntegerLiteral",
+ "offset": 302,
+ "length": 14,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/OrganizationName\/OrganizationSuggest.swift",
+ "kind": "StringLiteral",
+ "offset": 271,
+ "length": 7,
+ "value": "\"value\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/OrganizationName\/OrganizationSuggest.swift",
+ "kind": "StringLiteral",
+ "offset": 271,
+ "length": 7,
+ "value": "\"value\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/Metric+DefaultCollectors.swift",
+ "kind": "StringLiteral",
+ "offset": 1281,
+ "length": 33,
+ "value": "\"reliabilityKit.fileSystem.usage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/Metric+DefaultCollectors.swift",
+ "kind": "StringLiteral",
+ "offset": 1365,
+ "length": 26,
+ "value": "\"reliabilityKit.ram.usage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/Metric+DefaultCollectors.swift",
+ "kind": "StringLiteral",
+ "offset": 1442,
+ "length": 26,
+ "value": "\"reliabilityKit.cpu.usage\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 534,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 552,
+ "length": 18,
+ "value": "\"Common.BirthDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 704,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 722,
+ "length": 23,
+ "value": "\"Common.DateMonthError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 877,
+ "length": 21,
+ "value": "\"Common.DateNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 979,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 997,
+ "length": 13,
+ "value": "\"Common.Done\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1131,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1149,
+ "length": 19,
+ "value": "\"Common.emptyField\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1242,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1260,
+ "length": 12,
+ "value": "\"Common.Inn\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1362,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1380,
+ "length": 17,
+ "value": "\"Common.IssuedBy\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1476,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1494,
+ "length": 13,
+ "value": "\"Common.Next\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1610,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1628,
+ "length": 23,
+ "value": "\"Common.PassportNumber\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1755,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1773,
+ "length": 21,
+ "value": "\"Common.PlaceOfBirth\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1868,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1886,
+ "length": 12,
+ "value": "\"Common.Pts\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1978,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 1996,
+ "length": 14,
+ "value": "\"Common.Snils\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2123,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2141,
+ "length": 24,
+ "value": "\"Common.SubDivisionCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2364,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2382,
+ "length": 30,
+ "value": "\"TravelInsuarance.ForeignName\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2506,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2524,
+ "length": 37,
+ "value": "\"TravelInsuarance.ForeignNameDefault\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2744,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 2762,
+ "length": 36,
+ "value": "\"Validation.russianPhoneLengthError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 3027,
+ "length": 16,
+ "value": "\"TCFLocalizable\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/Generated\/SmartFieldsLocalization.swift",
+ "kind": "StringLiteral",
+ "offset": 3045,
+ "length": 43,
+ "value": "\"Validation.russianPhoneOperatorsCodeError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Metrics\/Metric.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1634,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 436,
+ "length": 17,
+ "value": "\"tooManyRequests\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 486,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 436,
+ "length": 17,
+ "value": "\"tooManyRequests\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 486,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/LoggerLogsSendingFail.swift",
+ "kind": "StringLiteral",
+ "offset": 564,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsNavigationController.swift",
+ "kind": "StringLiteral",
+ "offset": 134,
+ "length": 34,
+ "value": "\"DolyameSDK.PaymentMethodsNavigationController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsNavigationController.swift",
+ "kind": "StringLiteral",
+ "offset": 134,
+ "length": 34,
+ "value": "\"DolyameSDK.PaymentMethodsNavigationController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsNavigationController.swift",
+ "kind": "StringLiteral",
+ "offset": 134,
+ "length": 34,
+ "value": "\"DolyameSDK.PaymentMethodsNavigationController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringSdk.swift",
+ "kind": "StringLiteral",
+ "offset": 972,
+ "length": 12,
+ "value": "\"DolyameSDK.AcquiringSdk\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Keyboard Synchronization\/General\/Implementation\/SFSmartFormKeyboardSynchronizationController.swift",
+ "kind": "FloatLiteral",
+ "offset": 3199,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Keyboard Synchronization\/General\/Implementation\/SFSmartFormKeyboardSynchronizationController.swift",
+ "kind": "FloatLiteral",
+ "offset": 3257,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Configuration\/SFTextInputViewConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2335,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Configuration\/SFTextInputViewConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2685,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Configuration\/SFTextInputViewConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2744,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Configuration\/SFTextInputViewConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5332,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Base\/Fields\/Implementation\/Date\/Factory\/Base\/DateSmartFieldBaseFactory.swift",
+ "kind": "StringLiteral",
+ "offset": 3482,
+ "length": 20,
+ "value": "\"ДД.ММ.ГГГГ\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/DefaultHTTPURLResponseValidator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 855,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/Implementations\/DefaultHTTPURLResponseValidator.swift",
+ "kind": "IntegerLiteral",
+ "offset": 861,
+ "length": 3,
+ "value": "299"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 575,
+ "length": 16,
+ "value": "\"prepaid_amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 575,
+ "length": 16,
+ "value": "\"prepaid_amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 893,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 11,
+ "value": "\"last_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 976,
+ "length": 13,
+ "value": "\"middle_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1019,
+ "length": 11,
+ "value": "\"birthdate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 893,
+ "length": 12,
+ "value": "\"first_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 11,
+ "value": "\"last_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 976,
+ "length": 13,
+ "value": "\"middle_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1019,
+ "length": 11,
+ "value": "\"birthdate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1203,
+ "length": 17,
+ "value": "\"payment-success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1203,
+ "length": 17,
+ "value": "\"payment-success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1531,
+ "length": 13,
+ "value": "\"client_info\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1593,
+ "length": 18,
+ "value": "\"notification_url\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1531,
+ "length": 13,
+ "value": "\"client_info\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBCreateRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1593,
+ "length": 18,
+ "value": "\"notification_url\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "StringLiteral",
+ "offset": 229,
+ "length": 22,
+ "value": "\"AFFECTED_BY_SAMPLING\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 2789,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 2841,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "StringLiteral",
+ "offset": 2937,
+ "length": 28,
+ "value": "\"ru.tinkoff.analytics.queue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 3019,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 3712,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/Analytics.swift",
+ "kind": "Array",
+ "offset": 3744,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 908,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 917,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 928,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 938,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1437,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "Array",
+ "offset": 2115,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1114,
+ "length": 21,
+ "value": "\"DolyameSDK.SuggestViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SuggestViewController\/SuggestViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3898,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/RedundantParametersTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 141,
+ "length": 11,
+ "value": "\"__version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/RedundantParametersTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 187,
+ "length": 22,
+ "value": "\"__alias_statist_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/EventsTransformers\/RedundantParametersTransformer.swift",
+ "kind": "StringLiteral",
+ "offset": 247,
+ "length": 29,
+ "value": "\"__alias_statist_params_name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/CTAButton\/CTAButtonView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 421,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/CTAButton\/CTAButtonView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 461,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/CTAButton\/CTAButtonView.swift",
+ "kind": "StringLiteral",
+ "offset": 218,
+ "length": 13,
+ "value": "\"DolyameSDK.CTAButtonView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 354,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 389,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 428,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 503,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 354,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 389,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 428,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 503,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 354,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 389,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 428,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 1,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Util\/DolyameError\/FileManager+SystemDirectories.swift",
+ "kind": "IntegerLiteral",
+ "offset": 503,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressBaseInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1440,
+ "length": 12,
+ "value": "\"fias_level\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressBaseInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1479,
+ "length": 13,
+ "value": "\"postal_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressBaseInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1440,
+ "length": 12,
+ "value": "\"fias_level\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/AddressBaseInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 1479,
+ "length": 13,
+ "value": "\"postal_code\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "Dictionary",
+ "offset": 941,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "Dictionary",
+ "offset": 999,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1071,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1460,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1486,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1512,
+ "length": 5,
+ "value": "\"PUT\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1539,
+ "length": 7,
+ "value": "\"PATCH\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1569,
+ "length": 8,
+ "value": "\"DELETE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1460,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1486,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1512,
+ "length": 5,
+ "value": "\"PUT\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1539,
+ "length": 7,
+ "value": "\"PATCH\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffNetwork\/HTTP\/Request\/HTTPRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1569,
+ "length": 8,
+ "value": "\"DELETE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Validator\/AddressValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 302,
+ "length": 49,
+ "value": "\"^[0-9а-яА-ЯёЁ\\\"\\-\\.\\,\\s\\(\\)\\\\\\\/]{1,150}\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Validator\/AddressValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 169,
+ "length": 16,
+ "value": "\"DolyameSDK.AddressValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/CardListDataProvider.swift",
+ "kind": "Array",
+ "offset": 3540,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/CardListDataProvider.swift",
+ "kind": "Array",
+ "offset": 3587,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Cells\/ScheduleTitleCell\/ScheduleTitleCell.swift",
+ "kind": "StringLiteral",
+ "offset": 237,
+ "length": 19,
+ "value": "\"ScheduleTitleCell\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 3,
+ "value": "\"0\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 286,
+ "length": 3,
+ "value": "\"1\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 330,
+ "length": 3,
+ "value": "\"3\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 3,
+ "value": "\"4\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 431,
+ "length": 3,
+ "value": "\"5\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 496,
+ "length": 3,
+ "value": "\"6\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 538,
+ "length": 3,
+ "value": "\"7\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 575,
+ "length": 3,
+ "value": "\"8\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 663,
+ "length": 4,
+ "value": "\"65\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 242,
+ "length": 3,
+ "value": "\"0\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 286,
+ "length": 3,
+ "value": "\"1\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 330,
+ "length": 3,
+ "value": "\"3\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 3,
+ "value": "\"4\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 431,
+ "length": 3,
+ "value": "\"5\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 496,
+ "length": 3,
+ "value": "\"6\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 538,
+ "length": 3,
+ "value": "\"7\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 575,
+ "length": 3,
+ "value": "\"8\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Address\/Service\/Models\/FIASLevel.swift",
+ "kind": "StringLiteral",
+ "offset": 663,
+ "length": 4,
+ "value": "\"65\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4305,
+ "length": 3,
+ "value": "207"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4336,
+ "length": 3,
+ "value": "204"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4368,
+ "length": 3,
+ "value": "400"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4398,
+ "length": 3,
+ "value": "404"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/Statist\/StatistMetricsSender.swift",
+ "kind": "StringLiteral",
+ "offset": 4459,
+ "length": 19,
+ "value": "\"gateway\/v1\/events\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 579,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 579,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 579,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 612,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/ScoringRejected\/ScoringRejectedPresenter.swift",
+ "kind": "StringLiteral",
+ "offset": 623,
+ "length": 29,
+ "value": "\"DolyameSDK.ScoringRejectedPresenterError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/RussianPhoneMaskFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 202,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/RussianPhoneMaskFormatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 239,
+ "length": 1,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/RussianPhoneMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 501,
+ "length": 5,
+ "value": "\"+7 \""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/UserProperties\/SharedBusinessLogic+Settings.swift",
+ "kind": "StringLiteral",
+ "offset": 141,
+ "length": 39,
+ "value": "\"kTCSAnaltyicsAlertSettingUserDefaults\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/KeychainOption.swift",
+ "kind": "StringLiteral",
+ "offset": 2450,
+ "length": 26,
+ "value": "\"ru.tcsbank.authorization\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/KeychainOption.swift",
+ "kind": "StringLiteral",
+ "offset": 2517,
+ "length": 12,
+ "value": "\"8SEFGGQX9M\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSKeychain\/SDK\/KeychainOption.swift",
+ "kind": "StringLiteral",
+ "offset": 2572,
+ "length": 12,
+ "value": "\"Z8MAVG5W47\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/Factory\/Context\/Validators\/Global\/GlobalValidatorsFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2134,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/NetworkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 699,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/NetworkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/NetworkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 699,
+ "length": 5,
+ "value": "\"GET\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/Network\/NetworkRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 721,
+ "length": 6,
+ "value": "\"POST\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Common\/Storage\/CoreDataModelFetcher.swift",
+ "kind": "Dictionary",
+ "offset": 110,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 126,
+ "length": 26,
+ "value": "\"DolyameSDK.DolyameContractCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CardRequisitesInputMask\/FreeState.swift",
+ "kind": "StringLiteral",
+ "offset": 32,
+ "length": 9,
+ "value": "\"DolyameSDK.FreeState\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/Payments\/CardPaymentProcess.swift",
+ "kind": "BooleanLiteral",
+ "offset": 786,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBNetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 150,
+ "length": 15,
+ "value": "\"Authorization\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "FloatLiteral",
+ "offset": 171,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 213,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 517,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 663,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4457,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4791,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9295,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10291,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 10332,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11259,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/TCSCardFieldInputView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 11300,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Expanded Context\/SFSmartFormPlainExpandedContextController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 856,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Expanded Context\/SFSmartFormPlainExpandedContextController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1123,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Expanded Context\/SFSmartFormPlainExpandedContextController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1408,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/ShadowStyles\/TCSButton+DefaultShadowStyle.swift",
+ "kind": "IntegerLiteral",
+ "offset": 281,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/ShadowStyles\/TCSButton+DefaultShadowStyle.swift",
+ "kind": "FloatLiteral",
+ "offset": 387,
+ "length": 4,
+ "value": "0.12"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Buttons\/TCSButton\/ShadowStyles\/TCSButton+DefaultShadowStyle.swift",
+ "kind": "IntegerLiteral",
+ "offset": 441,
+ "length": 1,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Schedule\/Views\/ScheduleDetailsView\/Headers\/ScheduleTitleHeader\/ScheduleTitleHeader.swift",
+ "kind": "StringLiteral",
+ "offset": 255,
+ "length": 21,
+ "value": "\"ScheduleTitleHeader\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DoubleActionViewController\/DoubleActionContentView.swift",
+ "kind": "StringLiteral",
+ "offset": 141,
+ "length": 23,
+ "value": "\"DolyameSDK.DoubleActionContentView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/CPUUsageCollector.swift",
+ "kind": "Array",
+ "offset": 525,
+ "length": 20,
+ "value": "[2, 4, 6, 8, 10, 12]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/CPUUsageCollector.swift",
+ "kind": "IntegerLiteral",
+ "offset": 763,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV2.swift",
+ "kind": "StringLiteral",
+ "offset": 441,
+ "length": 5,
+ "value": "\"ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV2.swift",
+ "kind": "StringLiteral",
+ "offset": 31,
+ "length": 19,
+ "value": "\"DolyameSDK.GetTogglesRequestV2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Repos\/DCO\/GetTogglesRequestV2.swift",
+ "kind": "StringLiteral",
+ "offset": 31,
+ "length": 19,
+ "value": "\"DolyameSDK.GetTogglesRequestV2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSHighlightable+Presets.swift",
+ "kind": "FloatLiteral",
+ "offset": 1318,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Amplitude\/AmplitudeAnalytics.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 11,
+ "value": "\"amplitude\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Scoring\/ScoringTOSView.swift",
+ "kind": "StringLiteral",
+ "offset": 114,
+ "length": 14,
+ "value": "\"DolyameSDK.ScoringTOSView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 854,
+ "length": 8,
+ "value": "\"ACSUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 889,
+ "length": 12,
+ "value": "\"AcsTransId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 18,
+ "value": "\"TdsServerTransId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 854,
+ "length": 8,
+ "value": "\"ACSUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 889,
+ "length": 12,
+ "value": "\"AcsTransId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSDataACS.swift",
+ "kind": "StringLiteral",
+ "offset": 934,
+ "length": 18,
+ "value": "\"TdsServerTransId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2415,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2450,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2490,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2528,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2565,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2415,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2450,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2490,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2528,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/AcquiringRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2565,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SFSuggestCoordinatorBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 921,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Interfaces+Event+Toggles.swift",
+ "kind": "StringLiteral",
+ "offset": 316,
+ "length": 25,
+ "value": "\"coretech.mobile.metrics\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Interfaces+Event+Toggles.swift",
+ "kind": "StringLiteral",
+ "offset": 385,
+ "length": 24,
+ "value": "\"coretech.mobile.events\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsViewController.swift",
+ "kind": "FloatLiteral",
+ "offset": 274,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 122,
+ "length": 28,
+ "value": "\"DolyameSDK.PaymentMethodsViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 704,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 715,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 735,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 758,
+ "length": 15,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 704,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 715,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 735,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 758,
+ "length": 15,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 704,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 715,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 735,
+ "length": 13,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/TCBOrderService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 758,
+ "length": 15,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/OrderCancelled\/OrderCancelledCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 125,
+ "length": 25,
+ "value": "\"DolyameSDK.OrderCancelledCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SFListSuggestCoordinator.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1037,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SFListSuggestCoordinator.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2241,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/TextFieldContext\/SuggestCoordinator\/SFListSuggestCoordinator.swift",
+ "kind": "FloatLiteral",
+ "offset": 6178,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 767,
+ "length": 21,
+ "value": "\"Complete3DSMethodv2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 24,
+ "value": "\"Submit3DSAuthorization\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 906,
+ "length": 26,
+ "value": "\"Submit3DSAuthorizationV2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 767,
+ "length": 21,
+ "value": "\"Complete3DSMethodv2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 834,
+ "length": 24,
+ "value": "\"Submit3DSAuthorization\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/3DS\/ThreeDSURLBuilder.swift",
+ "kind": "StringLiteral",
+ "offset": 906,
+ "length": 26,
+ "value": "\"Submit3DSAuthorizationV2\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Acquiring\/AcquiringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 36,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Acquiring\/AcquiringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 36,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/Acquiring\/AcquiringFacade.swift",
+ "kind": "IntegerLiteral",
+ "offset": 210,
+ "length": 36,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/Bundle\/Bundle+Version.swift",
+ "kind": "StringLiteral",
+ "offset": 607,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/Foundation\/Bundle\/Bundle+Version.swift",
+ "kind": "StringLiteral",
+ "offset": 688,
+ "length": 17,
+ "value": "\"CFBundleVersion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 125,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 125,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 125,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 163,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 197,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Outputs\/DefaultCollectors\/OSResourcesUsageProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 230,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Sampling\/Filters\/FlagEventSamplingFilter.swift",
+ "kind": "StringLiteral",
+ "offset": 136,
+ "length": 14,
+ "value": "\"samplingFlag\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSImageProcessor\/Classes\/ImageResolver\/BaseResolvers\/UrlImageResolver\/URLImageResolver.swift",
+ "kind": "Array",
+ "offset": 1101,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSImageProcessor\/Classes\/ImageResolver\/BaseResolvers\/UrlImageResolver\/URLImageResolver.swift",
+ "kind": "Array",
+ "offset": 2064,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 829,
+ "length": 8,
+ "value": "\"ACSUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 7,
+ "value": "\"PaReq\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 4,
+ "value": "\"MD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 829,
+ "length": 8,
+ "value": "\"ACSUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 859,
+ "length": 7,
+ "value": "\"PaReq\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Models\/Confirmation3DSData.swift",
+ "kind": "StringLiteral",
+ "offset": 885,
+ "length": 4,
+ "value": "\"MD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 12,
+ "value": "\"badRequest\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 538,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 590,
+ "length": 19,
+ "value": "\"failedToLoadCache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 652,
+ "length": 23,
+ "value": "\"someTogglesDoNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 702,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 738,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 493,
+ "length": 12,
+ "value": "\"badRequest\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 538,
+ "length": 13,
+ "value": "\"serverError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 590,
+ "length": 19,
+ "value": "\"failedToLoadCache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 652,
+ "length": 23,
+ "value": "\"someTogglesDoNotExist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 702,
+ "length": 7,
+ "value": "\"other\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 738,
+ "length": 9,
+ "value": "\"timeOut\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/CoretechMobileEvents\/ReliabilityKitFeatureTogglesAllUpdateFail.swift",
+ "kind": "StringLiteral",
+ "offset": 2200,
+ "length": 9,
+ "value": "\"unknown\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/DolyameApplePayButton.swift",
+ "kind": "StringLiteral",
+ "offset": 133,
+ "length": 21,
+ "value": "\"DolyameSDK.DolyameApplePayButton\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/DolyamePaymentConfiguration.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2675,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PayWithNewCard\/CardInputViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 117,
+ "length": 23,
+ "value": "\"DolyameSDK.CardInputViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/UIElements\/Labels\/TCSLabel\/TCSLabel.swift",
+ "kind": "StringLiteral",
+ "offset": 130,
+ "length": 8,
+ "value": "\"DolyameSDK.TCSLabel\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/LogginTracker.swift",
+ "kind": "StringLiteral",
+ "offset": 196,
+ "length": 11,
+ "value": "\"EventsKit\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/LogginTracker.swift",
+ "kind": "StringLiteral",
+ "offset": 415,
+ "length": 16,
+ "value": "\"LoggingTracker\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 174,
+ "length": 12,
+ "value": "\"MasterCard\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 6,
+ "value": "\"VISA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 225,
+ "length": 8,
+ "value": "\"МИР\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 253,
+ "length": 9,
+ "value": "\"MAESTRO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 174,
+ "length": 12,
+ "value": "\"MasterCard\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 203,
+ "length": 6,
+ "value": "\"VISA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 225,
+ "length": 8,
+ "value": "\"МИР\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Model\/TCB\/TCBPaymentSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 253,
+ "length": 9,
+ "value": "\"MAESTRO\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/StatistAnalyticsSystem.swift",
+ "kind": "IntegerLiteral",
+ "offset": 634,
+ "length": 2,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/StatistAnalyticsSystem.swift",
+ "kind": "IntegerLiteral",
+ "offset": 663,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/StatistAnalyticsSystem.swift",
+ "kind": "StringLiteral",
+ "offset": 1414,
+ "length": 9,
+ "value": "\"statist\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/StatistAnalyticsSystem.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1487,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 470,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 506,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInfo.swift",
+ "kind": "StringLiteral",
+ "offset": 550,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 312,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4526,
+ "length": 10,
+ "value": "\"[1-3]\\.\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4569,
+ "length": 13,
+ "value": "\"(00|3[2-9])\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4617,
+ "length": 22,
+ "value": "\"\\d{2}\\.(00|1[3-9])\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4673,
+ "length": 8,
+ "value": "\"456789\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4717,
+ "length": 10,
+ "value": "\"23456789\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4763,
+ "length": 10,
+ "value": "\"03456789\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4817,
+ "length": 46,
+ "value": "\"((0[1-9]|1[0-9]|2[0-8])[\\.](0[1-9]|1[012]))\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4902,
+ "length": 35,
+ "value": "\"((29|30|31)[\\.](0[13578]|1[02]))\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 4977,
+ "length": 29,
+ "value": "\"((29|30)[\\.](0[4,6,9]|11))\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5041,
+ "length": 24,
+ "value": "\"(19|[2-9][0-9])\\d\\d)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5100,
+ "length": 108,
+ "value": "\"(29[\\.]02[\\.](19|[2-9][0-9])(00|04|08|12|16|20|24|28|32|36|40|44|48|52|56|60|64|68|72|76|80|84|88|92|96)\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5242,
+ "length": 69,
+ "value": "\"(\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5264,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5280,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5297,
+ "length": 1,
+ "value": "\"|(29[\\.]02))\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5349,
+ "length": 87,
+ "value": "\"((\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5372,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5388,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5405,
+ "length": 1,
+ "value": "\")[\\.]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5422,
+ "length": 1,
+ "value": "\"|\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Formatter\/TextFormatter\/Implementation\/MaskFormatter\/DateMaskFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 5434,
+ "length": 1,
+ "value": "\")\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Toggles\/Caches\/InMemoryFeatureCache.swift",
+ "kind": "StringLiteral",
+ "offset": 213,
+ "length": 16,
+ "value": "\"InMemory Cache\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Auth\/AuthSMSCodeViewController\/AuthSMSCodeViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 133,
+ "length": 25,
+ "value": "\"DolyameSDK.AuthSMSCodeViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Extensions\/BundleExtension.swift",
+ "kind": "StringLiteral",
+ "offset": 320,
+ "length": 13,
+ "value": "\"TCSCFImages\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/CustomerIdStorage.swift",
+ "kind": "StringLiteral",
+ "offset": 289,
+ "length": 20,
+ "value": "\"_dolyameCustomerId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/CenterFlowLayout.swift",
+ "kind": "BooleanLiteral",
+ "offset": 750,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Number\/LimitsDoubleValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 331,
+ "length": 21,
+ "value": "\"DolyameSDK.LimitsDoubleValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/SharedBusinessLogic\/MaskAnalyticsRouter.swift",
+ "kind": "StringLiteral",
+ "offset": 158,
+ "length": 10,
+ "value": "\"alwayson\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/TinkoffLogger+Pipeline.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1757,
+ "length": 3,
+ "value": "500"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Factories\/TinkoffLogger+Pipeline.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1787,
+ "length": 4,
+ "value": "2000"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintDSL.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1702,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/Context\/Validation\/Concrete\/Text\/Regexp\/RegexValidator.swift",
+ "kind": "StringLiteral",
+ "offset": 239,
+ "length": 14,
+ "value": "\"DolyameSDK.RegexValidator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1312,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1323,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1348,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1312,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1323,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1348,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1312,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1323,
+ "length": 15,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/SnapKit\/ConstraintRelation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1348,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/Requests\/Check3DSVersionRequest.swift",
+ "kind": "Dictionary",
+ "offset": 916,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1878,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractViewController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2752,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2921,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameContract\/DolyameContractViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 156,
+ "length": 29,
+ "value": "\"DolyameSDK.DolyameContractViewController\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 724,
+ "length": 8,
+ "value": "\"Amount\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 762,
+ "length": 9,
+ "value": "\"OrderId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 805,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 852,
+ "length": 13,
+ "value": "\"Description\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 895,
+ "length": 9,
+ "value": "\"PayType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 948,
+ "length": 11,
+ "value": "\"Recurrent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 6,
+ "value": "\"DATA\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1022,
+ "length": 9,
+ "value": "\"Receipt\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1059,
+ "length": 7,
+ "value": "\"Shops\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1095,
+ "length": 8,
+ "value": "\"Status\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1134,
+ "length": 10,
+ "value": "\"Receipts\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1182,
+ "length": 17,
+ "value": "\"RedirectDueDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1233,
+ "length": 13,
+ "value": "\"TerminalKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1278,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1317,
+ "length": 7,
+ "value": "\"Token\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1354,
+ "length": 9,
+ "value": "\"Success\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1395,
+ "length": 11,
+ "value": "\"ErrorCode\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1441,
+ "length": 9,
+ "value": "\"Message\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1485,
+ "length": 9,
+ "value": "\"Details\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1526,
+ "length": 11,
+ "value": "\"SendEmail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1569,
+ "length": 11,
+ "value": "\"InfoEmail\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1612,
+ "length": 4,
+ "value": "\"IP\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1649,
+ "length": 5,
+ "value": "\"PAN\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1688,
+ "length": 9,
+ "value": "\"ExpDate\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1727,
+ "length": 5,
+ "value": "\"CVV\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1761,
+ "length": 8,
+ "value": "\"CardId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1800,
+ "length": 10,
+ "value": "\"CardData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1853,
+ "length": 22,
+ "value": "\"EncryptedPaymentData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1903,
+ "length": 7,
+ "value": "\"Route\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1939,
+ "length": 8,
+ "value": "\"Source\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 1986,
+ "length": 18,
+ "value": "\"TdsServerTransID\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2047,
+ "length": 22,
+ "value": "\"threeDSServerTransID\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2120,
+ "length": 30,
+ "value": "\"threeDSMethodNotificationURL\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2183,
+ "length": 12,
+ "value": "\"acsTransID\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2232,
+ "length": 16,
+ "value": "\"messageVersion\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2290,
+ "length": 21,
+ "value": "\"challengeWindowSize\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2345,
+ "length": 13,
+ "value": "\"messageType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2397,
+ "length": 18,
+ "value": "\"ThreeDSMethodURL\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2455,
+ "length": 19,
+ "value": "\"threeDSMethodData\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2504,
+ "length": 9,
+ "value": "\"Version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2546,
+ "length": 12,
+ "value": "\"RequestKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2591,
+ "length": 6,
+ "value": "\"Data\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2628,
+ "length": 10,
+ "value": "\"DataType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2666,
+ "length": 7,
+ "value": "\"PaReq\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2698,
+ "length": 4,
+ "value": "\"MD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2732,
+ "length": 9,
+ "value": "\"TermUrl\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2768,
+ "length": 6,
+ "value": "\"creq\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2831,
+ "length": 5,
+ "value": "\"ACQ\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/APIConstants.swift",
+ "kind": "StringLiteral",
+ "offset": 2873,
+ "length": 10,
+ "value": "\"ApplePay\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/PaymentMethodsCoordinator.swift",
+ "kind": "StringLiteral",
+ "offset": 307,
+ "length": 25,
+ "value": "\"DolyameSDK.PaymentMethodsCoordinator\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 611,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 631,
+ "length": 11,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 652,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 668,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 611,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 631,
+ "length": 11,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 652,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 668,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 611,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 631,
+ "length": 11,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 652,
+ "length": 6,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "IntegerLiteral",
+ "offset": 668,
+ "length": 8,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 686,
+ "length": 25,
+ "value": "\"DolyameSDK.SSONetworkingServiceError\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 1386,
+ "length": 14,
+ "value": "\"Content-Type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 1445,
+ "length": 35,
+ "value": "\"application\/x-www-form-urlencoded\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SSO\/SSONetworkingService.swift",
+ "kind": "StringLiteral",
+ "offset": 1655,
+ "length": 14,
+ "value": "\"bnpl_sdk_ios\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/Insecurity.swift",
+ "kind": "FloatLiteral",
+ "offset": 115,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/Insecurity.swift",
+ "kind": "BooleanLiteral",
+ "offset": 290,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/Insecurity.swift",
+ "kind": "FloatLiteral",
+ "offset": 413,
+ "length": 4,
+ "value": "0.25"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 814,
+ "length": 11,
+ "value": "\"CheckType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 853,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 814,
+ "length": 11,
+ "value": "\"CheckType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/InitAddCardData.swift",
+ "kind": "StringLiteral",
+ "offset": 853,
+ "length": 13,
+ "value": "\"CustomerKey\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffKeyboardObserver\/BottomConstraintKeyboardAdjuster.swift",
+ "kind": "BooleanLiteral",
+ "offset": 634,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1702,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2019,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2848,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "StringLiteral",
+ "offset": 320,
+ "length": 24,
+ "value": "\"DolyameSDK.TextSmartFieldModuleBase\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "IntegerLiteral",
+ "offset": 19980,
+ "length": 5,
+ "value": "11032"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/TextSmartFieldModuleBase.swift",
+ "kind": "FloatLiteral",
+ "offset": 20075,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Scroll\/SFSmartFormScrollController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 468,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Scroll\/SFSmartFormScrollController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 528,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/Scrolling\/Controller\/Scroll\/SFSmartFormScrollController.swift",
+ "kind": "IntegerLiteral",
+ "offset": 587,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "BooleanLiteral",
+ "offset": 258,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 305,
+ "length": 4,
+ "value": "3600"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 312,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 355,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 384,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/TinkoffLogger+Outputs.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 3,
+ "value": "200"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIColor\/UIColorExtension+Hex.swift",
+ "kind": "FloatLiteral",
+ "offset": 570,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffUtils\/BaseUtils\/UIKit\/UIColor\/UIColorExtension+Hex.swift",
+ "kind": "FloatLiteral",
+ "offset": 1079,
+ "length": 3,
+ "value": "1.0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffDesignKit\/BaseKit\/BaseProtocols\/TCSHighligtable.swift",
+ "kind": "FloatLiteral",
+ "offset": 381,
+ "length": 3,
+ "value": "0.3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Subviews\/CardNumberTextField.swift",
+ "kind": "BooleanLiteral",
+ "offset": 176,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/PaymentInitDataParamsEnricher\/PaymentInitDataParamsEnricher.swift",
+ "kind": "StringLiteral",
+ "offset": 1307,
+ "length": 12,
+ "value": "\"mobile_sdk\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/PaymentInitDataParamsEnricher\/PaymentInitDataParamsEnricher.swift",
+ "kind": "StringLiteral",
+ "offset": 1352,
+ "length": 17,
+ "value": "\"connection_type\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/PaymentInitDataParamsEnricher\/PaymentInitDataParamsEnricher.swift",
+ "kind": "StringLiteral",
+ "offset": 1395,
+ "length": 13,
+ "value": "\"sdk_version\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1411,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2025,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "Array",
+ "offset": 2105,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "IntegerLiteral",
+ "offset": 12432,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "StringLiteral",
+ "offset": 18493,
+ "length": 41,
+ "value": "\"merchant.tcsbank.ApplePayTestMerchantId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "StringLiteral",
+ "offset": 18925,
+ "length": 4,
+ "value": "\"RU\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "StringLiteral",
+ "offset": 18965,
+ "length": 5,
+ "value": "\"RUB\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/AcquiringUISDK.swift",
+ "kind": "StringLiteral",
+ "offset": 3631,
+ "length": 14,
+ "value": "\"DolyameSDK.AcquiringUISDK\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 342,
+ "length": 2,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 396,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 439,
+ "length": 2,
+ "value": "56"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 482,
+ "length": 3,
+ "value": "380"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/Payment\/PaymentMethods\/UI\/PaymentMethodCardsView.swift",
+ "kind": "StringLiteral",
+ "offset": 139,
+ "length": 27,
+ "value": "\"DolyameSDK.PaymentMethodsCardsListView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Factory\/SFSymbolViewStyle.swift",
+ "kind": "IntegerLiteral",
+ "offset": 561,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Implementation\/TextSmartField\/View\/SFTextInputView\/Factory\/SFSymbolViewStyle.swift",
+ "kind": "IntegerLiteral",
+ "offset": 741,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 305,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 334,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 380,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 411,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 305,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 334,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 380,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 411,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 305,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 334,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 380,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 411,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1472,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1769,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Services\/SessionManager.swift",
+ "kind": "StringLiteral",
+ "offset": 1918,
+ "length": 36,
+ "value": "\"bnpl.session_manager.signing_queue\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/FileOutput.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 19,
+ "value": "\"ru.tinkoff.logger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/FileOutput.swift",
+ "kind": "StringLiteral",
+ "offset": 711,
+ "length": 6,
+ "value": "\"logs\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Processing\/OnDemandLogProcessor.swift",
+ "kind": "StringLiteral",
+ "offset": 1565,
+ "length": 31,
+ "value": "\"ru.tinkoff.ondemandsagelogger\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogSendScheduler.swift",
+ "kind": "BooleanLiteral",
+ "offset": 433,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogSendScheduler.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3955,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Logger\/Output\/Implementations\/Sage\/LogSendScheduler.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4182,
+ "length": 2,
+ "value": "60"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/InputCardCVCRequisitesController.swift",
+ "kind": "StringLiteral",
+ "offset": 1192,
+ "length": 7,
+ "value": "\"[000]\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFForm\/SmartForm+Style.swift",
+ "kind": "FloatLiteral",
+ "offset": 1293,
+ "length": 4,
+ "value": "0.65"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 40,
+ "length": 8,
+ "value": "\"parent\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 62,
+ "length": 7,
+ "value": "\"Modal\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 81,
+ "length": 6,
+ "value": "\"View\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 106,
+ "length": 12,
+ "value": "\"Controller\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 155,
+ "length": 42,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 166,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 175,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 182,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DankSpeak.swift",
+ "kind": "StringLiteral",
+ "offset": 196,
+ "length": 1,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 475,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 506,
+ "length": 20,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 540,
+ "length": 16,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 475,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 506,
+ "length": 20,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 540,
+ "length": 16,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 475,
+ "length": 17,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 506,
+ "length": 20,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityKit\/Analytics\/Statist\/Events\/Statist\/EventsStorage.swift",
+ "kind": "IntegerLiteral",
+ "offset": 540,
+ "length": 16,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/FeatureRegistry.swift",
+ "kind": "StringLiteral",
+ "offset": 390,
+ "length": 13,
+ "value": "\"mobile_core\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/Workflows\/DolyameActionButton\/DolyameSecondaryActionView.swift",
+ "kind": "StringLiteral",
+ "offset": 126,
+ "length": 26,
+ "value": "\"DolyameSDK.DolyameSecondaryActionView\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 888,
+ "length": 9,
+ "value": "\"ModelId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 921,
+ "length": 9,
+ "value": "\"MakerId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 952,
+ "length": 7,
+ "value": "\"Maker\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 981,
+ "length": 7,
+ "value": "\"Model\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 888,
+ "length": 9,
+ "value": "\"ModelId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 921,
+ "length": 9,
+ "value": "\"MakerId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 952,
+ "length": 7,
+ "value": "\"Maker\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehicleMark.swift",
+ "kind": "StringLiteral",
+ "offset": 981,
+ "length": 7,
+ "value": "\"Model\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKUI\/ConfirmViewController.swift",
+ "kind": "BooleanLiteral",
+ "offset": 804,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehiclePart.swift",
+ "kind": "StringLiteral",
+ "offset": 300,
+ "length": 4,
+ "value": "\"Id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehiclePart.swift",
+ "kind": "StringLiteral",
+ "offset": 325,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehiclePart.swift",
+ "kind": "StringLiteral",
+ "offset": 300,
+ "length": 4,
+ "value": "\"Id\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SDK\/FieldSpecific\/Vehicle\/Service\/Models\/VehiclePart.swift",
+ "kind": "StringLiteral",
+ "offset": 325,
+ "length": 6,
+ "value": "\"Name\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInputFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 274,
+ "length": 7,
+ "value": "\"__\/__\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TCSCardField\/Model\/CardInputFormatter.swift",
+ "kind": "StringLiteral",
+ "offset": 308,
+ "length": 5,
+ "value": "\"___\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/SFDataListProvider.swift",
+ "kind": "StringLiteral",
+ "offset": 156,
+ "length": 18,
+ "value": "\"DolyameSDK.SFDataListProvider\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/SFDataListProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2119,
+ "length": 3,
+ "value": "230"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/SFDataListProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2200,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffSmartFields\/SFModule\/Context\/InputDataSource\/Implementation\/DataListProvider\/SFDataListProvider.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2264,
+ "length": 3,
+ "value": "300"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/Context.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1154,
+ "length": 25,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/Context.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1154,
+ "length": 25,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/Context.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1154,
+ "length": 25,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffReliabilityInterfaces\/Toggles\/Context.swift",
+ "kind": "StringLiteral",
+ "offset": 1402,
+ "length": 13,
+ "value": "\"mobile_core\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/Insecurity\/DeinitObservable.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1457,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 927,
+ "length": 7,
+ "value": "\"IMAGE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1071,
+ "length": 9,
+ "value": "\"PAYLOAD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 927,
+ "length": 7,
+ "value": "\"IMAGE\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1071,
+ "length": 9,
+ "value": "\"PAYLOAD\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1595,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1641,
+ "length": 10,
+ "value": "\"DataType\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1595,
+ "length": 11,
+ "value": "\"PaymentId\""
+ },
+ {
+ "filePath": "\/Users\/ios_builder_26\/gitlab-runner\/builds\/RqtTFuzP\/0\/mobile-mono-apps-ios\/bnpl-partners-sdk\/Development\/ThirdParty\/TinkoffASDKCore\/API\/RequestData\/PaymentInvoiceQRCodeData.swift",
+ "kind": "StringLiteral",
+ "offset": 1641,
+ "length": 10,
+ "value": "\"DataType\""
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
new file mode 100644
index 0000000..1993047
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
@@ -0,0 +1,211 @@
+// swift-interface-format-version: 1.0
+// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
+// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DolyameSDK
+// swift-module-flags-ignorable: -enable-bare-slash-regex
+import AdSupport
+import QuartzCore.CAMediaTimingFunction
+import CommonCrypto
+import QuartzCore.CoreAnimation
+import CoreData
+import CoreFoundation
+import CoreGraphics
+import CoreImage
+import CoreLocation
+import CoreTelephony
+import CryptoKit
+import Dispatch
+@_exported import DolyameSDK
+import Foundation
+import Foundation/*.Data*/
+import JuicyScoreFramework
+import LocalAuthentication
+import MachO
+import PassKit
+import QuartzCore
+import Security
+import Swift
+import SystemConfiguration
+import UIKit.UIColor
+import UIKit.UIFont
+import UIKit.UIGestureRecognizerSubclass
+import UIKit
+import UserNotifications
+import WebKit
+import _Concurrency
+import _StringProcessing
+import os.log
+import os
+import os.signpost
+import zlib
+@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class DolyamePaymentButton : UIKit.UIView {
+ @_Concurrency.MainActor(unsafe) public var onButtonPressed: (() -> Swift.Void)?
+ @_Concurrency.MainActor(unsafe) @objc dynamic public init()
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize {
+ @objc get
+ }
+ public enum Style {
+ case roundedCorners
+ case sharpCorners
+ case customCornerRadius(CoreFoundation.CGFloat)
+ }
+ @_Concurrency.MainActor(unsafe) public func applyStyle(_ style: DolyameSDK.DolyamePaymentButton.Style)
+ @objc deinit
+}
+extension UIKit.UIControl.State : Swift.Hashable {
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+@_hasMissingDesignatedInitializers public class Dolyame {
+ public static let shared: DolyameSDK.Dolyame
+ public func logout()
+ @objc deinit
+}
+public enum DolyameUnexpectedEvent {
+ case lessThanRuble
+ case haveSumDifference
+ case haveItemsDifference
+ case wrongPersonData
+ case noPartnerForClient
+ public static func == (a: DolyameSDK.DolyameUnexpectedEvent, b: DolyameSDK.DolyameUnexpectedEvent) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+public class DolyamePaymentConfiguration {
+ public struct Order {
+ public struct Item {
+ public let name: Swift.String
+ public let quantity: Swift.Int
+ public let price: Foundation.Decimal
+ public let sku: Swift.String?
+ public init(name: Swift.String, quantity: Swift.Int, price: Foundation.Decimal, sku: Swift.String?)
+ }
+ public let id: Swift.String
+ public let amount: Foundation.Decimal
+ public let prepaidAmount: Foundation.Decimal
+ public let items: [DolyameSDK.DolyamePaymentConfiguration.Order.Item]
+ public let mcc: Swift.Int
+ public init(id: Swift.String, amount: Foundation.Decimal, prepaidAmount: Foundation.Decimal, items: [DolyameSDK.DolyamePaymentConfiguration.Order.Item], mcc: Swift.Int)
+ }
+ public struct Customer {
+ public let id: Swift.String
+ public let firstName: Swift.String?
+ public let lastName: Swift.String?
+ public let middleName: Swift.String?
+ public let phone: Swift.String?
+ public let birthday: Swift.String?
+ public let email: Swift.String?
+ public init(id: Swift.String, firstName: Swift.String?, lastName: Swift.String?, middleName: Swift.String?, phone: Swift.String?, birthday: Swift.String?, email: Swift.String?)
+ }
+ public struct Partner {
+ public let id: Swift.String
+ public let notificationUrl: Swift.String?
+ public let demoFlow: Swift.Bool
+ public init(id: Swift.String, notificationUrl: Swift.String?, demoFlow: Swift.Bool)
+ }
+ final public let partner: DolyameSDK.DolyamePaymentConfiguration.Partner
+ final public let order: DolyameSDK.DolyamePaymentConfiguration.Order
+ final public let customer: DolyameSDK.DolyamePaymentConfiguration.Customer
+ final public let enableCallKitUsage: Swift.Bool
+ public init(partner: DolyameSDK.DolyamePaymentConfiguration.Partner, order: DolyameSDK.DolyamePaymentConfiguration.Order, customer: DolyameSDK.DolyamePaymentConfiguration.Customer, enableCallKitUsage: Swift.Bool = true)
+ @objc deinit
+}
+@frozen public enum DolyamePaymentCoordinatorResult {
+ case success
+ case failure
+ case pending
+ case dismissed
+ public static func == (a: DolyameSDK.DolyamePaymentCoordinatorResult, b: DolyameSDK.DolyamePaymentCoordinatorResult) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+public class DolyamePaymentCoordinator {
+ public var onFinish: ((DolyameSDK.DolyamePaymentCoordinatorResult) -> Swift.Void)?
+ public var onUnexpectedEvent: ((DolyameSDK.DolyameUnexpectedEvent) -> Swift.Void)?
+ public init(configuration: DolyameSDK.DolyamePaymentConfiguration, modalHostController: UIKit.UIViewController)
+ public func start()
+ @objc deinit
+}
+@objc @_inheritsConvenienceInitializers public class EventMO : CoreData.NSManagedObject {
+ @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?)
+ @objc deinit
+}
+extension DolyameSDK.EventMO {
+ @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest
+ @objc @NSManaged dynamic public var clientParameters: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var eventParameters: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var name: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var parameters: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var project: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var timestamp: Swift.Int64 {
+ @objc get
+ @objc set
+ }
+}
+@objc @_inheritsConvenienceInitializers public class LogMO : CoreData.NSManagedObject {
+ @objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?)
+ @objc deinit
+}
+extension DolyameSDK.LogMO {
+ @nonobjc public class func fetchRequest() -> CoreData.NSFetchRequest
+ @objc @NSManaged dynamic public var file: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var function: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var level: Swift.Int16 {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var line: Swift.Int64 {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var message: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var metadata: Foundation.Data? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var tag: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var thread: Swift.String? {
+ @objc get
+ @objc set
+ }
+ @objc @NSManaged dynamic public var timestamp: Swift.Double {
+ @objc get
+ @objc set
+ }
+}
+extension DolyameSDK.DolyameUnexpectedEvent : Swift.Equatable {}
+extension DolyameSDK.DolyameUnexpectedEvent : Swift.Hashable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Equatable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Hashable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Sendable {}
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
new file mode 100644
index 0000000..e1b7037
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
similarity index 79%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
index ab3a38e..1993047 100644
--- a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
@@ -1,67 +1,78 @@
// swift-interface-format-version: 1.0
-// swift-compiler-version: Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
+// swift-compiler-version: Apple Swift version 5.7.1 (swiftlang-5.7.1.135.3 clang-1400.0.29.51)
// swift-module-flags: -target x86_64-apple-ios12.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name DolyameSDK
-import AVKit
-import Accelerate
-import QuartzCore.CAAnimation
+// swift-module-flags-ignorable: -enable-bare-slash-regex
+import AdSupport
import QuartzCore.CAMediaTimingFunction
-import CarPlay
-import Combine
import CommonCrypto
import QuartzCore.CoreAnimation
import CoreData
+import CoreFoundation
import CoreGraphics
import CoreImage
+import CoreLocation
import CoreTelephony
import CryptoKit
+import Dispatch
@_exported import DolyameSDK
import Foundation
import Foundation/*.Data*/
-import ImageIO
import JuicyScoreFramework
import LocalAuthentication
import MachO
-import MobileCoreServices
import PassKit
import QuartzCore
import Security
import Swift
-import SwiftUI
import SystemConfiguration
import UIKit.UIColor
import UIKit.UIFont
import UIKit.UIGestureRecognizerSubclass
-import UIKit.UIImage
import UIKit
+import UserNotifications
import WebKit
import _Concurrency
+import _StringProcessing
import os.log
import os
import os.signpost
import zlib
-@_hasMissingDesignatedInitializers public class Dolyame {
- public static let shared: DolyameSDK.Dolyame
- public func logout()
- @objc deinit
-}
@objc @_hasMissingDesignatedInitializers @_Concurrency.MainActor(unsafe) public class DolyamePaymentButton : UIKit.UIView {
@_Concurrency.MainActor(unsafe) public var onButtonPressed: (() -> Swift.Void)?
- @objc dynamic public init()
- @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreGraphics.CGSize {
- @_Concurrency.MainActor(unsafe) @objc get
+ @_Concurrency.MainActor(unsafe) @objc dynamic public init()
+ @_Concurrency.MainActor(unsafe) @objc override dynamic public var intrinsicContentSize: CoreFoundation.CGSize {
+ @objc get
}
public enum Style {
case roundedCorners
case sharpCorners
- public static func == (a: DolyameSDK.DolyamePaymentButton.Style, b: DolyameSDK.DolyamePaymentButton.Style) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
+ case customCornerRadius(CoreFoundation.CGFloat)
}
@_Concurrency.MainActor(unsafe) public func applyStyle(_ style: DolyameSDK.DolyamePaymentButton.Style)
@objc deinit
}
+extension UIKit.UIControl.State : Swift.Hashable {
+ public var hashValue: Swift.Int {
+ get
+ }
+}
+@_hasMissingDesignatedInitializers public class Dolyame {
+ public static let shared: DolyameSDK.Dolyame
+ public func logout()
+ @objc deinit
+}
+public enum DolyameUnexpectedEvent {
+ case lessThanRuble
+ case haveSumDifference
+ case haveItemsDifference
+ case wrongPersonData
+ case noPartnerForClient
+ public static func == (a: DolyameSDK.DolyameUnexpectedEvent, b: DolyameSDK.DolyameUnexpectedEvent) -> Swift.Bool
+ public func hash(into hasher: inout Swift.Hasher)
+ public var hashValue: Swift.Int {
+ get
+ }
+}
public class DolyamePaymentConfiguration {
public struct Order {
public struct Item {
@@ -101,7 +112,7 @@ public class DolyamePaymentConfiguration {
public init(partner: DolyameSDK.DolyamePaymentConfiguration.Partner, order: DolyameSDK.DolyamePaymentConfiguration.Order, customer: DolyameSDK.DolyamePaymentConfiguration.Customer, enableCallKitUsage: Swift.Bool = true)
@objc deinit
}
-public enum DolyamePaymentCoordinatorResult {
+@frozen public enum DolyamePaymentCoordinatorResult {
case success
case failure
case pending
@@ -119,60 +130,6 @@ public class DolyamePaymentCoordinator {
public func start()
@objc deinit
}
-public enum DolyameUnexpectedEvent {
- case lessThanRuble
- case haveSumDifference
- case haveItemsDifference
- case wrongPersonData
- case noPartnerForClient
- public static func == (a: DolyameSDK.DolyameUnexpectedEvent, b: DolyameSDK.DolyameUnexpectedEvent) -> Swift.Bool
- public func hash(into hasher: inout Swift.Hasher)
- public var hashValue: Swift.Int {
- get
- }
-}
-infix operator |> : AdditionPrecedence
-extension Swift.String : DolyameSDK.ITextConvertable {
- public var rawValue: Swift.String {
- get
- }
- public init(rawValue: Swift.String)
-}
-extension Foundation.Date : DolyameSDK.ITextConvertable {
- public var rawValue: Swift.String {
- get
- }
- public init?(rawValue: Swift.String)
-}
-extension Swift.Double : DolyameSDK.ITextConvertable {
- public var rawValue: Swift.String {
- get
- }
- public init(rawValue: Swift.String)
-}
-extension DolyameSDK.ITextConvertable where Self : Swift.CustomStringConvertible {
- public var rawValue: Swift.String {
- get
- }
-}
-extension Foundation.Decimal : DolyameSDK.ITextConvertable {
- public init?(rawValue: Swift.String)
-}
-public protocol ITextConvertable {
- var rawInitializationAvalibale: Swift.Bool { get }
- var rawValue: Swift.String { get }
- init?(rawValue: Swift.String)
-}
-extension DolyameSDK.ITextConvertable {
- public var rawInitializationAvalibale: Swift.Bool {
- get
- }
-}
-extension UIKit.UIControl.State : Swift.Hashable {
- public var hashValue: Swift.Int {
- get
- }
-}
@objc @_inheritsConvenienceInitializers public class EventMO : CoreData.NSManagedObject {
@objc override dynamic public init(entity: CoreData.NSEntityDescription, insertInto context: CoreData.NSManagedObjectContext?)
@objc deinit
@@ -247,9 +204,8 @@ extension DolyameSDK.LogMO {
@objc set
}
}
-extension DolyameSDK.DolyamePaymentButton.Style : Swift.Equatable {}
-extension DolyameSDK.DolyamePaymentButton.Style : Swift.Hashable {}
-extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Equatable {}
-extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Hashable {}
extension DolyameSDK.DolyameUnexpectedEvent : Swift.Equatable {}
extension DolyameSDK.DolyameUnexpectedEvent : Swift.Hashable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Equatable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Hashable {}
+extension DolyameSDK.DolyamePaymentCoordinatorResult : Swift.Sendable {}
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Modules/module.modulemap b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/module.modulemap
similarity index 73%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Modules/module.modulemap
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/module.modulemap
index da45a85..1914fc8 100644
--- a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Modules/module.modulemap
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Modules/module.modulemap
@@ -6,6 +6,6 @@ framework module DolyameSDK {
}
module DolyameSDK.Swift {
- header "DolyameSDK-Swift.h"
- requires objc
+ header "DolyameSDK-Swift.h"
+ requires objc
}
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PSLogoTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PSLogoTableViewCell.nib
new file mode 100644
index 0000000..75968f2
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PSLogoTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PageStatusCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PageStatusCollectionViewCell.nib/objects-12.3+.nib
new file mode 100644
index 0000000..e8e5ae0
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PageStatusCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PageStatusCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PageStatusCollectionViewCell.nib/runtime.nib
new file mode 100644
index 0000000..4cf4a84
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PageStatusCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/objects-12.3+.nib
new file mode 100644
index 0000000..0368a29
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/runtime.nib
new file mode 100644
index 0000000..89c7b8b
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/objects-12.3+.nib
new file mode 100644
index 0000000..d2be639
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/runtime.nib
new file mode 100644
index 0000000..e3fbe5f
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib
new file mode 100644
index 0000000..d1b3e11
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib
new file mode 100644
index 0000000..2b7044e
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardTableViewCell.nib
new file mode 100644
index 0000000..e4dcf13
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PaymentCardTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PopUpViewContoller.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PopUpViewContoller.nib
new file mode 100644
index 0000000..58b4b77
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/PopUpViewContoller.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/QRCodeImageTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/QRCodeImageTableViewCell.nib
new file mode 100644
index 0000000..05bacfe
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/QRCodeImageTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/QRCodeViewController.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/QRCodeViewController.nib
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/QRCodeViewController.nib
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/QRCodeViewController.nib
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/QRCodeWebTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/QRCodeWebTableViewCell.nib
new file mode 100644
index 0000000..aba761a
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/QRCodeWebTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/README.md b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/README.md
new file mode 100644
index 0000000..8f86cdf
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/README.md
@@ -0,0 +1,4 @@
+Dependencies needed for building TrustKit.
+
+* RSSwizzle: https://github.com/rabovik/RSSwizzle
+* domain\_registry\_provider: https://github.com/nabla-c0d3/domain-registry-provider/
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/RandomAmounCheckingViewController.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/RandomAmounCheckingViewController.nib
new file mode 100644
index 0000000..533945d
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/RandomAmounCheckingViewController.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ResistanceSpaceTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ResistanceSpaceTableViewCell.nib
new file mode 100644
index 0000000..4baaa7f
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ResistanceSpaceTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/SBPCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/SBPCollectionViewCell.nib/objects-12.3+.nib
new file mode 100644
index 0000000..99ad848
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/SBPCollectionViewCell.nib/objects-12.3+.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/SBPCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/SBPCollectionViewCell.nib/runtime.nib
new file mode 100644
index 0000000..f128e0e
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/SBPCollectionViewCell.nib/runtime.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Sage.momd/Sage.mom b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Sage.momd/Sage.mom
similarity index 93%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Sage.momd/Sage.mom
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Sage.momd/Sage.mom
index 6e7be6f..36f557b 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Sage.momd/Sage.mom and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Sage.momd/Sage.mom differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Sage.momd/VersionInfo.plist b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Sage.momd/VersionInfo.plist
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Sage.momd/VersionInfo.plist
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/Sage.momd/VersionInfo.plist
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ScrollableTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ScrollableTableViewCell.nib
new file mode 100644
index 0000000..3485d22
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/ScrollableTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/StatusTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/StatusTableViewCell.nib
new file mode 100644
index 0000000..c996f0c
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/StatusTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCFLocalizable.strings b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCFLocalizable.strings
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCFLocalizable.strings
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCFLocalizable.strings
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/Assets.car b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/Assets.car
new file mode 100644
index 0000000..f7c7b5f
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/Assets.car differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/Info.plist
new file mode 100644
index 0000000..38ab3ad
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/Info.plist differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeDirectory b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000..5b9b83e
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeDirectory differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeRequirements b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeRequirements
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeRequirements
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeRequirements
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeRequirements-1 b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeRequirements-1
new file mode 100644
index 0000000..f4b0e36
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeRequirements-1 differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeResources b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeResources
similarity index 94%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeResources
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeResources
index a35f763..22166e0 100644
--- a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeResources
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Assets.car
- IX5/w5HbQFCeqgIW2cqIod/KG80=
+ 9ZYTdrF36Hf3wXQSN4ndh7Fodmc=
files2
@@ -15,11 +15,11 @@
hash
- IX5/w5HbQFCeqgIW2cqIod/KG80=
+ 9ZYTdrF36Hf3wXQSN4ndh7Fodmc=
hash2
- uzpj+k5Sgb29JGn+OqPeh5i4K971ZIdVmasefvyp+50=
+ GVOrxOxp7dTuUPDQF5zJvxfESEEUct7tOSIedL/AruY=
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeSignature b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeSignature
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeSignature
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeSignature
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCardField.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCardField.nib
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCardField.nib
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCardField.nib
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCardFieldButtonsView.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCardFieldButtonsView.nib
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCardFieldButtonsView.nib
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCardFieldButtonsView.nib
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCardFieldIconsView.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCardFieldIconsView.nib
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCardFieldIconsView.nib
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCardFieldIconsView.nib
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCardFieldInputView.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCardFieldInputView.nib
new file mode 100644
index 0000000..4b50f88
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSCardFieldInputView.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSStackViewContainer.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSStackViewContainer.nib
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSStackViewContainer.nib
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TCSStackViewContainer.nib
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/Assets.car b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/Assets.car
similarity index 89%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/Assets.car
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/Assets.car
index f64dac9..0b2bcb1 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/Assets.car and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/Assets.car differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/Info.plist
new file mode 100644
index 0000000..52c13be
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/Info.plist differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeDirectory b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000..b3aed2e
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeDirectory differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeRequirements b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeRequirements
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeRequirements
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeRequirements
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeRequirements-1 b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeRequirements-1
new file mode 100644
index 0000000..017ada0
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeRequirements-1 differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeResources b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeResources
similarity index 94%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeResources
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeResources
index 0348f6d..cbfee6b 100644
--- a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeResources
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeResources
@@ -6,7 +6,7 @@
Assets.car
- OPuVjH92gCCzo0U7A+klBqRYjDc=
+ gE0w535mzDbOspesBvjSx1H7SaU=
files2
@@ -15,11 +15,11 @@
hash
- OPuVjH92gCCzo0U7A+klBqRYjDc=
+ gE0w535mzDbOspesBvjSx1H7SaU=
hash2
- Xoo1o7wJyGeQOXJGbmccviOt0mx1ufr70zcZPlgEREo=
+ CL0PxqUEfrhFgb06SDpD/Mv1y8FJKJIO2Vy89irC5Ow=
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeSignature b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeSignature
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeSignature
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeSignature
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TextFieldTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TextFieldTableViewCell.nib
new file mode 100644
index 0000000..bf083b1
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TextFieldTableViewCell.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/Info.plist
new file mode 100644
index 0000000..e8c9e8c
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/Info.plist differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeDirectory b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000..7f5f6d5
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeDirectory differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeRequirements b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeRequirements
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeRequirements
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeRequirements
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeRequirements-1 b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeRequirements-1
new file mode 100644
index 0000000..1800d8e
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeRequirements-1 differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeResources b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeResources
similarity index 71%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeResources
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeResources
index 2472dcd..ac649af 100644
--- a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeResources
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeResources
@@ -4,23 +4,52 @@
files
- Assets.car
-
- 609tpgvcPiOwTFLZMxaQ9he30P8=
-
+ en.lproj/Localizable.strings
+
+ hash
+
+ tD474zGqRJUDPd/V8E2uZcEJgOk=
+
+ optional
+
+
+ ru.lproj/Localizable.strings
+
+ hash
+
+ roR+mtdnIdx7YfkDr8yA130OPS0=
+
+ optional
+
+
files2
- Assets.car
+ en.lproj/Localizable.strings
hash
- 609tpgvcPiOwTFLZMxaQ9he30P8=
+ tD474zGqRJUDPd/V8E2uZcEJgOk=
hash2
- PrpVWkw0Hh6HlhRzqr88b9EAmk059RMTmZbDok8lIP4=
+ p5k7XtvJWwPG0u6Dm9IJC2/RLIo9Cr39nxlTMr1n5nk=
+ optional
+
+
+ ru.lproj/Localizable.strings
+
+ hash
+
+ roR+mtdnIdx7YfkDr8yA130OPS0=
+
+ hash2
+
+ oUOKo4voNzH/ruelsJrA3TeNBRBX+a/ZHdq9Q/Zhdr8=
+
+ optional
+
rules
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeSignature b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeSignature
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeSignature
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/_CodeSignature/CodeSignature
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/en.lproj/TinkoffASDKCoreLocalizable.strings b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/en.lproj/Localizable.strings
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/en.lproj/TinkoffASDKCoreLocalizable.strings
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/en.lproj/Localizable.strings
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ru.lproj/TinkoffASDKCoreLocalizable.strings b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/ru.lproj/Localizable.strings
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ru.lproj/TinkoffASDKCoreLocalizable.strings
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKCoreResources.bundle/ru.lproj/Localizable.strings
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Assets.car b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Assets.car
similarity index 79%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Assets.car
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Assets.car
index 14316ee..1136832 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Assets.car and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Assets.car differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Info.plist
new file mode 100644
index 0000000..29aaf0f
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Info.plist differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeDirectory b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeDirectory
new file mode 100644
index 0000000..80e35de
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeDirectory differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeRequirements b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeRequirements
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements-1 b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements-1
new file mode 100644
index 0000000..bc6299e
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements-1 differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeResources b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeResources
similarity index 72%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeResources
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeResources
index 142ca6f..69095bd 100644
--- a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeResources
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeResources
@@ -4,68 +4,67 @@
files
- SFProRounded-Bold.otf
+ Assets.car
- 5Abx6CJrpZnChFQdmD0hJAIlMNo=
+ A3wM/RSV2mFxOey8PfCaZ/rDN8Q=
- SFProRounded-Medium.otf
-
- dq/gwnj+ia3q8gZyGmb56qo0o+s=
-
- SFProRounded-Semibold.otf
-
- wCNmwTkjpjbvFZMPA00P15EnfMI=
-
- Tinkoff_Avatar-Regular.otf
-
- 70Vyy03SiB1xWsHIzC+EldIWE3I=
-
-
- files2
-
- SFProRounded-Bold.otf
+ en.lproj/ASDKUILocalizable.strings
hash
- 5Abx6CJrpZnChFQdmD0hJAIlMNo=
+ MgxMH0704L2xNKi9mDtZVniBHB8=
- hash2
+ optional
+
+
+ ru.lproj/ASDKUILocalizable.strings
+
+ hash
- YCLbOCBUHe4NZtp36BhVYX6GStONkHiwtWNF4BlKcUY=
+ 6lKpOVmufck7+umCTogJ/aUQSDU=
+ optional
+
- SFProRounded-Medium.otf
+
+ files2
+
+ Assets.car
hash
- dq/gwnj+ia3q8gZyGmb56qo0o+s=
+ A3wM/RSV2mFxOey8PfCaZ/rDN8Q=
hash2
- B6PMt3y1Cjk1ICBuSYGpGiQ4JCVg0j7Xk+5JAAdsQDU=
+ 5JnSU2GUANsQ3xzlqIIrVRLkpgrYYYxlXr9fcZn7bu0=
- SFProRounded-Semibold.otf
+ en.lproj/ASDKUILocalizable.strings
hash
- wCNmwTkjpjbvFZMPA00P15EnfMI=
+ MgxMH0704L2xNKi9mDtZVniBHB8=
hash2
- 1spo/5v6U98oVDUYKqQltclbEfPPQtZRgkUrW3q+UeY=
+ WQ410CtGxMnA3qHODIduugPtFs9Z28IVZ+vu3EynqNw=
+ optional
+
- Tinkoff_Avatar-Regular.otf
+ ru.lproj/ASDKUILocalizable.strings
hash
- 70Vyy03SiB1xWsHIzC+EldIWE3I=
+ 6lKpOVmufck7+umCTogJ/aUQSDU=
hash2
- WxL5Q6mDP7ZNE5HH6bVQtDa7hMILdn7oMRa/+5500sM=
+ F3oXCEFQ1QGuxzGfNK8trZ6oBOd1X7/0H8h4lL9onow=
+ optional
+
rules
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeSignature b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeSignature
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeSignature
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeSignature
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/en.lproj/TinkoffASDKUILocalizable.strings b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/en.lproj/ASDKUILocalizable.strings
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/en.lproj/TinkoffASDKUILocalizable.strings
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/en.lproj/ASDKUILocalizable.strings
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ru.lproj/TinkoffASDKUILocalizable.strings b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/ru.lproj/ASDKUILocalizable.strings
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ru.lproj/TinkoffASDKUILocalizable.strings
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/ru.lproj/ASDKUILocalizable.strings
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/UICollectionReusableViewEmpty.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/UICollectionReusableViewEmpty.nib
similarity index 83%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/UICollectionReusableViewEmpty.nib
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/UICollectionReusableViewEmpty.nib
index ec4d4e4..c7168fd 100644
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/UICollectionReusableViewEmpty.nib and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/UICollectionReusableViewEmpty.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/WebViewController.nib b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/WebViewController.nib
new file mode 100644
index 0000000..1725496
Binary files /dev/null and b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/WebViewController.nib differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/_CodeSignature/CodeResources b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/_CodeSignature/CodeResources
similarity index 64%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/_CodeSignature/CodeResources
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/_CodeSignature/CodeResources
index 964b629..b5bf1a1 100644
--- a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/_CodeSignature/CodeResources
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/_CodeSignature/CodeResources
@@ -6,39 +6,39 @@
AcquiringAlertViewController.nib
- b26J1EB3GvxSU2P4Ee7DLm0eIdY=
+ oo0xRNdyxc4U+2NyHz0IXnc2ElY=
AcquiringPaymentViewController.nib
- Sgv+XPLHOxAFbq0wD5mGngNsN+s=
+ hLN83QH8jmf/cx5vaPRqhqNKZrw=
AddCardTableViewCell.nib
- qnyqoFjDux5v+ooqaawA2jDLkhs=
+ 7kBcRX6ObQyexJuiwvNT1it5wgU=
AmountTableViewCell.nib
- yDp/hMRqhik8i5WGwXkuDWQiOXw=
+ zY69KD7PfsvoMKXV4y0DaKs9BRI=
ButtonInputAccessoryView.nib
- GJYeDMgE6A1LIEhXkMfBRugzX0w=
+ 3wVF6DzEBOFjk4rKM6rt/pn9uK8=
ButtonTableViewCell.nib
- gaiB5h36oeQ1Md4G+MMVk0DzMmo=
+ SqfBwQZitDuxRAsbmpc0K2lPtEk=
CardListStatusCollectionViewCell.nib/objects-12.3+.nib
- Vkw1IH0p0WKsVq7i/bQVj56ojh4=
+ 5hfoj0Rfx6tPSsMcb+pAxbFcZlc=
CardListStatusCollectionViewCell.nib/runtime.nib
- 4e27K0NU8ZwI5WmgO2vRxOIalA8=
+ m7ef5NhyN1rlY/B7QBLSnj5OV90=
CardsViewController.nib
- KLcUUGv5HtiyzcGb2xO6oarh93g=
+ dVXLsTdPVTMZSDgoAdfBMyO/+oE=
ComodoRsaDomainValidationCA.der
@@ -46,15 +46,15 @@
DolyameSDKImages.bundle/Assets.car
- qhqikNPwatslafGJ1NeSvWfC+fU=
+ ueLxgnRgJnN/YPtvlsrbTOx1OaE=
DolyameSDKImages.bundle/Info.plist
- h0Zlc+kAlggW7r+bHq+V/waXjGc=
+ SjOBizSulnDtU/Rc4FwZyY5sqho=
DolyameSDKImages.bundle/_CodeSignature/CodeDirectory
- CszT2HtG71eFHGCEd/UIklVGZF4=
+ tABrQfWhyM/9Km2WG12NKxvDyKU=
DolyameSDKImages.bundle/_CodeSignature/CodeRequirements
@@ -62,11 +62,11 @@
DolyameSDKImages.bundle/_CodeSignature/CodeRequirements-1
- fuwasaqx8SspD2BmPyo15K651+Y=
+ wUFlFerVtI0awfALBGKKO9z3aFw=
DolyameSDKImages.bundle/_CodeSignature/CodeResources
- DcHhvNMJNAYuSveQ4XaWhxMTUw0=
+ 6rJtqu538f99OkjqhFxnO0yEkmU=
DolyameSDKImages.bundle/_CodeSignature/CodeSignature
@@ -74,7 +74,7 @@
Events.momd/Events.mom
- Hn55rynOmgFNcd5K/ayqG4lYa50=
+ M4BEW7U1GgCRsHaP7XnBmtf0x9U=
Events.momd/VersionInfo.plist
@@ -142,27 +142,23 @@
Headers/Amplitude.h
- opG9cgxRED/GDts5kFHo6DzPpOM=
+ 4dGnD6/7KAD+n0jmBgI/cIa6P5E=
Headers/AmplitudePrivate.h
h4yltFvYg1anLRYnlq+63S4bSeU=
- Headers/CGImage+WebP.h
-
- yfUULCMrALqd99Y9C0c9C2rae3Y=
-
Headers/DolyameSDK-Swift.h
- PPZNQGMbaKSyUt6jwyod4q4Az78=
+ R7FJ+/NxjMelelEmFKadWap/CJI=
Headers/DolyameSDK-umbrella.h
- qo/OWsC59t0zs9mPmWgjAK7J2Gs=
+ FZ6Cu6tAU82Z2KtQmxUjAPE1jV8=
Headers/ISPCertificatePinning.h
- dQ0g6wVsgojvYndTXNQiUvPKTzw=
+ 24w/z+k2Qjx7Tq0UP16FvDk2w7g=
Headers/ISPPinnedNSURLConnectionDelegate.h
@@ -176,10 +172,6 @@
D4+d2hZJ5IjCOhRB/eoFpH9TFbg=
- Headers/KingfisherWebP.h
-
- oTLsN2vq+3TI0YBf7KNx1k1jArw=
-
Headers/NSBundle+Resources.h
BQ498joFs0NMApyX5/1lgSvecxQ=
@@ -188,6 +180,10 @@
8HkLUaS8nRI19mIY/FpouyuDv3U=
+ Headers/RSSwizzle.h
+
+ ZsMY8zxrcLfOuGwnFDwmm1yJ1bI=
+
Headers/TCSMaskEditor.h
DYOZT5RW17u7Ybthz1V3Hl7z/uY=
@@ -196,6 +192,10 @@
DXqeweQiMaS3cdtGg/AmNqErHCE=
+ Headers/TCSObjCExceptionHandlingInSwift.h
+
+ eGhafpqFnh5b1jlDDmSU16OEoIE=
+
Headers/TPKeyboardAvoidingCollectionView.h
axqB6qL3Pop43lev3adbVj8Ah/M=
@@ -208,6 +208,74 @@
CgL9i2ZVp5brqI3+eOVTFnD7N1Y=
+ Headers/TSKBackgroundReporter.h
+
+ 0YGorvkg+m78DegQhBSKQQ4QmiQ=
+
+ Headers/TSKLog.h
+
+ g5Hu/1n/vCCy5vL+PpwDLz3/cjc=
+
+ Headers/TSKNSURLConnectionDelegateProxy.h
+
+ Y257R2fB/qtyAGXOE1u0EjVo4cQ=
+
+ Headers/TSKNSURLSessionDelegateProxy.h
+
+ ILPv3HhvsfBLn6+ZTbG0awF4Epw=
+
+ Headers/TSKPinFailureReport.h
+
+ /nUIrz9SeIOazhC7ju/xLE+8GGs=
+
+ Headers/TSKPinningValidator.h
+
+ Hctu3qyjn91by3gj7JxdSPwtBXo=
+
+ Headers/TSKPinningValidatorCallback.h
+
+ vFukzds9ztytKZhPKv61wp9mI7w=
+
+ Headers/TSKPinningValidatorResult.h
+
+ vHKnNiQAsMVPhMqhp6BMIuvKJ7g=
+
+ Headers/TSKPinningValidator_Private.h
+
+ iHvponVMR8szYJVPTIAnePboR4w=
+
+ Headers/TSKPublicKeyAlgorithm.h
+
+ tZTo7H1F2F3QnOsa7jS5a1OnOTM=
+
+ Headers/TSKReportsRateLimiter.h
+
+ DHooKBz/0lIiiGQ+BMtM9Lf/HdM=
+
+ Headers/TSKSPKIHashCache.h
+
+ cIgsiMEjyWhlKueddJVi6NloF5o=
+
+ Headers/TSKTrustDecision.h
+
+ 4orezCcJxJZT6OrpFbO6ljIEqH4=
+
+ Headers/TSKTrustKitConfig.h
+
+ T22HcK87T8qZTbZwt4+rURvVyGI=
+
+ Headers/TinkoffASDKCore.h
+
+ 7HKbN/BSZd7g+CILVNvrvttWehM=
+
+ Headers/TinkoffASDKUI.h
+
+ NWMSxMBZtKGgTvCTd9oYoTdb8oY=
+
+ Headers/TrustKit.h
+
+ dXc7OoBvJaxWLQ6vK8jnt76MTKY=
+
Headers/UIImage+ImageEffects.h
dpp376a/YNYv5f1Mn4lGAfGAIzg=
@@ -216,25 +284,73 @@
TZKBBId2cmlcet7rS/WScP01pVI=
+ Headers/configuration_utils.h
+
+ b7heGOcoO93yVt5v7aDlsTsFxww=
+
+ Headers/domain_registry.h
+
+ xtGE4bUfTZjiTvMzWwjarMRYdvM=
+
+ Headers/parse_configuration.h
+
+ 27fpoNbqF/DQFSDvB7I5fSCNtyc=
+
+ Headers/registry_tables.h
+
+ MS0RWfj8OJyZmKb6o/66jgH7Wag=
+
+ Headers/registry_types.h
+
+ ZBDE61AYBrE6XFFbRktEGidX+yk=
+
+ Headers/reporting_utils.h
+
+ t+Hnmp4hPv2jVCsv0fcZKvpXSY8=
+
+ Headers/ssl_pin_verifier.h
+
+ kSF9yo1fHb+jVbv1p8HRSMnbHr0=
+
+ Headers/string_util.h
+
+ amOjASYWJTHibjWKFU6+VD3aGa0=
+
+ Headers/trie_node.h
+
+ Qi0yLQORcLsiy2aBS2jdSjQPPqc=
+
+ Headers/trie_search.h
+
+ xYUyHA6TRRawClO+jUW5ZTZTIt8=
+
+ Headers/tsk_assert.h
+
+ FIMaHTh0GlU4xBvJeufdl43ciTM=
+
+ Headers/vendor_identifier.h
+
+ SJnG+gpjwF3/1N7nqgBkT4oDqPQ=
+
Info.plist
- ijGd84s7OYG7/sJqLcigq4rU8MA=
+ HT9xMmRbVWBHkAx8BxRgFQRJ8e0=
- InpuCardtRequisitesTableViewCell.nib
+ InputCardRequisitesTableViewCell.nib
- 6IbI8INmhlFWpIqiruwY6QuBg3I=
+ iULwrUn1q3hAOrifqkrYKABc9oo=
LabelTableViewCell.nib
- sbjFD8+GEmTy1I1zdAb1VQJokzg=
+ OBWI1ItCpNlJcJ0paKzfIGD5QCQ=
LoadingCollectionViewCell.nib/objects-12.3+.nib
- LY+xWl7DoXccRNXPkVYYMLR284s=
+ PGsWFBmExWs6PVRWIu1dwjny+ao=
LoadingCollectionViewCell.nib/runtime.nib
- 5muXPH9AmtT/TleG5AQ675M5wTI=
+ qPHqtmed0N0RAEBxhhW0MTTZHdA=
Localizable.strings
@@ -244,73 +360,97 @@
bGyOrfnNFGcRc3qsHIyDL/abWhc=
+ Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
+
+ 7F0qRVdGWTi9xqa2WE76JkpZRss=
+
+ Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
+
+ XCj/iQ2uIftY2IEby2dT4ntXiks=
+
+ Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc
+
+ qAq+gm/Ttp8NrsCrGgBdNMnkTuE=
+
+ Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
+
+ XCj/iQ2uIftY2IEby2dT4ntXiks=
+
+ Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule
+
+ 5L09KEl2U046X9W8FRXvaKp0Iyo=
+
+ Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
+
+ 7F0qRVdGWTi9xqa2WE76JkpZRss=
+
+ Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
+
+ gaXa/Gofjiror6O4c8LeNogKyb4=
+
Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
- aOqBwZg3IWZB7lAD8O1tK0BtUHo=
+ ZYWsI0RZ0IYNAmwqF9HhR2qFfcw=
Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
- 2ftWvgrr9Q+9BTLLxu9EZgnQHQI=
+ gaXa/Gofjiror6O4c8LeNogKyb4=
Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
- xXMTGEkPgoYkP1YdG/m4q1+aKzg=
+ NOAdGk6j7VGxy6cck9DKMq505k8=
Modules/module.modulemap
- tmNK5rTVFgj9UEDrfh+3FGgSG1o=
+ BP2oZuVNwvfIC1Hz6+etkrYz1uM=
PSLogoTableViewCell.nib
- Gex/jByjBcO27UnVMqgIubUWHqQ=
+ bKeIFI317gXqiqRJFR0ommObJtA=
PageStatusCollectionViewCell.nib/objects-12.3+.nib
- zlG14cyiTO8UiYUrCpBOboSI7C0=
+ sJnLfTeAcG8PIr2MXlkQPjzTLPw=
PageStatusCollectionViewCell.nib/runtime.nib
- EOZ1LCZtzjLIIVtrruE2Fg3Ib3Y=
+ yS766mA9FTeGsUCwoGzxgDOJ8Js=
PageStatusListCollectionViewCell.nib/objects-12.3+.nib
- Ww2ezud7rhztLZmfBqRfAVx0Szw=
+ UN2ilp73dwfYX05FH5TvoP43aqM=
PageStatusListCollectionViewCell.nib/runtime.nib
- UgMcYbtOIQ/TDFjIYKN86kRnQ58=
+ R2VqRP+qsp1ZhT2MtYlfkICTz8o=
PaymentCardCollectionViewCell.nib/objects-12.3+.nib
- 1lrGzvhgqeNpAgx5xIG150YzOns=
+ 7jNW3Co1bMiCQTCcqluBpi41cH0=
PaymentCardCollectionViewCell.nib/runtime.nib
- awx4njPHYFxVjemGAlSlpp3b/Mw=
+ X7UiKgMAz1oSxvmYq/RwRhKOL88=
PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib
- qzd4aNe/PxYWtL3SiluJW0Ckfvo=
+ nd/e52WlKippqQRhW37Bhz/MSQ8=
PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib
- SEghzeyxZvK6YQ9+W7V7c/oUNi0=
+ /8PU++K629t0Dn61G6npUqR51uc=
PaymentCardTableViewCell.nib
- y7LkoRKzydalUhjRwWxXUCHqSfs=
+ 7Yasdr/gnWQj5jF8YwLo+GIsAIo=
PopUpViewContoller.nib
- 2d6yM9ir1gwetoV0aHo7KoSS2DQ=
-
- PosterView.nib
-
- JQwLq0KtCZBwo+EaUcIapql2MiM=
+ Riiq9u5kfizvNuPisx+QUBZ0OWY=
QRCodeImageTableViewCell.nib
- rQ4tABk+SISJRlevIBODpYf50ig=
+ a644PtErkFWcjm5X70yp4b3NKMA=
QRCodeViewController.nib
@@ -318,27 +458,31 @@
QRCodeWebTableViewCell.nib
- 2k2tJh/j91RAsEtC09zy9kPA6dI=
+ zdqtd+NQM0WD5NUwT8oGm/yedns=
+
+ README.md
+
+ ZQCQqW7MrkqW22YZhWALRRGsn9k=
RandomAmounCheckingViewController.nib
- JlZuEFRUGQQanZAP5TpmsfhCEhg=
+ zE3djGsOxZZQbASw9b6uTF6IL8U=
ResistanceSpaceTableViewCell.nib
- jckrqRrbAndnWcKCDHx/gp7cNWI=
+ ne8FSqhKHa88GKSGrXrxwuqAfpc=
SBPCollectionViewCell.nib/objects-12.3+.nib
- T2ZPtwCmqoC2hPj8o/QoF7Ekq58=
+ 6LCEr8ccr2JE3B0aiwxHgxgOAhk=
SBPCollectionViewCell.nib/runtime.nib
- xj2bVLY3mlRS8AaEDaluTMPrAVY=
+ hpQuZP9XE1YlPnR42UfiHA7jwss=
Sage.momd/Sage.mom
- Hjn7AUEqJp0w+SQ2lvl12Z5HVw8=
+ XDxcTw0zYOphrvWweaWkhnomArk=
Sage.momd/VersionInfo.plist
@@ -346,39 +490,27 @@
ScrollableTableViewCell.nib
- 791aZcj5cAKGKpy3h5jInJcKcmk=
+ foWTi00OK4JvOOCx/BoMt8/PnAc=
StatusTableViewCell.nib
- 4unESgAVIwI+A3pdf9WSBk5NAmU=
+ 6M8G5yrEGM662lj3cItOfoJjgnE=
TCFLocalizable.strings
7RdyBKgz6aYxSO2wrxwU9zTaFVY=
- TCSActionView.nib
-
- kmdQMoMiA+/no6seVSEYHuQWU34=
-
- TCSAvatarView.nib
-
- VlmbCsGNnrpFmgY64sGYh9jYDZI=
-
- TCSBlockWithTitleView.nib
-
- ESFSn/CC64HJgSA+CfmMyFKDamg=
-
TCSCFImages.bundle/Assets.car
- 609tpgvcPiOwTFLZMxaQ9he30P8=
+ 9ZYTdrF36Hf3wXQSN4ndh7Fodmc=
TCSCFImages.bundle/Info.plist
- rpDznHse+b3/b84Xy264F5+vcDY=
+ ZzEcixMeY/yAcMrn5sj31cHWpGQ=
TCSCFImages.bundle/_CodeSignature/CodeDirectory
- 4Oek2rpO28dR/le3oGBpxYxJtiY=
+ U89fuq0Yj/UF44mPhyzIxQwKefs=
TCSCFImages.bundle/_CodeSignature/CodeRequirements
@@ -386,11 +518,11 @@
TCSCFImages.bundle/_CodeSignature/CodeRequirements-1
- le+QYRt5C9U4XilU/OfNcLjQep4=
+ UnpUXM7a/21SmIX1NadIXtpiR58=
TCSCFImages.bundle/_CodeSignature/CodeResources
- YWHxK7lEfIQ3O3kwVtDRZltQyUs=
+ cHsExYqnmwN5aYxNw/7KanstoD0=
TCSCFImages.bundle/_CodeSignature/CodeSignature
@@ -410,151 +542,97 @@
TCSCardFieldInputView.nib
- GuD0S+v7Wze47FbzuKfkjGyWf5k=
-
- TCSCardView.nib
-
- 0k7r7+tr+Wbv9IawPVHHYtLm6h0=
-
- TCSCellView.nib
-
- cQ9lpNaI35fyIlMdNVWe528Btlw=
-
- TCSCheckboxView.nib
-
- 5D11SuvGAMWIHdMEHRAmVVdVcW8=
-
- TCSDetailedBlockView.nib
-
- EgsUsx4wl8LSZp2Ty8BePXh50Nk=
-
- TCSLoyaltyProgramView.nib
-
- 9jQlCpWz1zkZJqyfY7bCoBZGQ94=
-
- TCSOfferView.nib
-
- wu2m/i27KXCFzwK1+xQIKR5C8D0=
-
- TCSSimpleTableViewContainer.nib
-
- ElaHy/Uan34Ujb4qTyKLdUQcfsg=
+ aT6UeEPKyGE0RJSaVqK/7yNxncI=
TCSStackViewContainer.nib
pImshlAIMejj7X7GJ//u3YxSWeE=
- TDKFonts.bundle/Info.plist
-
- RQV0ijvfrH4hFamfFAseO5mJwV8=
-
- TDKFonts.bundle/SFProRounded-Bold.otf
-
- 5Abx6CJrpZnChFQdmD0hJAIlMNo=
-
- TDKFonts.bundle/SFProRounded-Medium.otf
-
- dq/gwnj+ia3q8gZyGmb56qo0o+s=
-
- TDKFonts.bundle/SFProRounded-Semibold.otf
-
- wCNmwTkjpjbvFZMPA00P15EnfMI=
-
- TDKFonts.bundle/Tinkoff_Avatar-Regular.otf
-
- 70Vyy03SiB1xWsHIzC+EldIWE3I=
-
- TDKFonts.bundle/_CodeSignature/CodeDirectory
-
- lZ+GtR7ErTkvnx3SU30UhObpC18=
-
- TDKFonts.bundle/_CodeSignature/CodeRequirements
-
- OnX22wWFKRSOFN1+obRynMCeyXM=
-
- TDKFonts.bundle/_CodeSignature/CodeRequirements-1
-
- R1zF8tYo7sM3GV9DOTdyTjO+314=
-
- TDKFonts.bundle/_CodeSignature/CodeResources
-
- mDYoI8vfgosgnJBpqdXVVjOttug=
-
- TDKFonts.bundle/_CodeSignature/CodeSignature
-
- 2jmj7l5rSw0yVb/vlWAYkK/YBwk=
-
- TDKImages.bundle/Assets.car
+ TSFImages.bundle/Assets.car
- OPuVjH92gCCzo0U7A+klBqRYjDc=
+ gE0w535mzDbOspesBvjSx1H7SaU=
- TDKImages.bundle/Info.plist
+ TSFImages.bundle/Info.plist
- XMOW0Vr6eUVNNXVP77aSZTIGXes=
+ qPzt7V4kHYdIbLY4nd4cxjQMI90=
- TDKImages.bundle/_CodeSignature/CodeDirectory
+ TSFImages.bundle/_CodeSignature/CodeDirectory
- kery9kSiXzG0CnwaYSmIUAV79DU=
+ BlvIkEfuMhqkmEVXRagvMV88nkQ=
- TDKImages.bundle/_CodeSignature/CodeRequirements
+ TSFImages.bundle/_CodeSignature/CodeRequirements
OnX22wWFKRSOFN1+obRynMCeyXM=
- TDKImages.bundle/_CodeSignature/CodeRequirements-1
+ TSFImages.bundle/_CodeSignature/CodeRequirements-1
- /UiRNu8GYsXdjo8OCtg8Wd0BdgQ=
+ j7YCrj6zAneCUpEmIu7mxU+OOow=
- TDKImages.bundle/_CodeSignature/CodeResources
+ TSFImages.bundle/_CodeSignature/CodeResources
- Oh13spRJXWQcEchiT1FBVCtQZaY=
+ QFt1je2tQCtGevn2CF4t4gUC1hY=
- TDKImages.bundle/_CodeSignature/CodeSignature
+ TSFImages.bundle/_CodeSignature/CodeSignature
2jmj7l5rSw0yVb/vlWAYkK/YBwk=
- TSFImages.bundle/Assets.car
+ TextFieldTableViewCell.nib
- IX5/w5HbQFCeqgIW2cqIod/KG80=
+ C45tR7kTvX9DHVt3CESXmsHnrCY=
- TSFImages.bundle/Info.plist
+ TinkoffASDKCoreResources.bundle/Info.plist
- f4aBv8ty3nP2WDy0IZh3RIlP3vk=
+ w9TX507w8U2X72a9FH+Cvi71apo=
- TSFImages.bundle/_CodeSignature/CodeDirectory
+ TinkoffASDKCoreResources.bundle/_CodeSignature/CodeDirectory
- hatlbtY5Heom4uOSU6MjP2jmuHc=
+ zyhGVDe1KwcO0zk0dk2AS6XmlfY=
- TSFImages.bundle/_CodeSignature/CodeRequirements
+ TinkoffASDKCoreResources.bundle/_CodeSignature/CodeRequirements
OnX22wWFKRSOFN1+obRynMCeyXM=
- TSFImages.bundle/_CodeSignature/CodeRequirements-1
+ TinkoffASDKCoreResources.bundle/_CodeSignature/CodeRequirements-1
- 0AgB4wwBSF/YZ//bzcqGZAe8Y2Q=
+ bEPlVwmt9zqbCSMXzw3i8mJNrkM=
- TSFImages.bundle/_CodeSignature/CodeResources
+ TinkoffASDKCoreResources.bundle/_CodeSignature/CodeResources
- aVPK3t2K/WJ9qOQOd7O7EjzLusE=
+ XtgdHgH9YOGK5UmnsT59XTmqOyM=
- TSFImages.bundle/_CodeSignature/CodeSignature
+ TinkoffASDKCoreResources.bundle/_CodeSignature/CodeSignature
2jmj7l5rSw0yVb/vlWAYkK/YBwk=
- TextFieldTableViewCell.nib
-
- jQDYV/Z0pEN1WzG/e70X984oHlw=
-
+ TinkoffASDKCoreResources.bundle/en.lproj/Localizable.strings
+
+ hash
+
+ tD474zGqRJUDPd/V8E2uZcEJgOk=
+
+ optional
+
+
+ TinkoffASDKCoreResources.bundle/ru.lproj/Localizable.strings
+
+ hash
+
+ roR+mtdnIdx7YfkDr8yA130OPS0=
+
+ optional
+
+
TinkoffASDKUIResources.bundle/Assets.car
- b1n36BzBk2CBGl9a2p5QhJFhgrs=
+ A3wM/RSV2mFxOey8PfCaZ/rDN8Q=
TinkoffASDKUIResources.bundle/Info.plist
- AWz06x9s8vlccBss9WXtR9vtLTw=
+ pM7Dt8aosc3I3m2Uh5Nybal1vB4=
TinkoffASDKUIResources.bundle/_CodeSignature/CodeDirectory
- dJF2I1+qY8YX2XunFtOPsQXrf1A=
+ AWzlXTmtZD2OYoMMHakFzgFavM8=
TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements
@@ -562,64 +640,62 @@
TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements-1
- CKVgzdG3F8n+uZn0g2A+ivM3HT0=
+ 0EruEGPz8SwwE1TvAoBgHybi27I=
TinkoffASDKUIResources.bundle/_CodeSignature/CodeResources
- xlxARJs2AZ388IWgGU0jZagJtq0=
+ b4AU+gBOiUX4jnb+dAPHe0wprg0=
TinkoffASDKUIResources.bundle/_CodeSignature/CodeSignature
2jmj7l5rSw0yVb/vlWAYkK/YBwk=
- UICollectionReusableViewEmpty.nib
-
- VAv1NJW56tS3Tp3FqB2kQGI6LSA=
-
- WebViewController.nib
-
- 1WVHNkTyQVmtKlIICTITgxOPOD0=
-
- en.lproj/TinkoffASDKCoreLocalizable.strings
+ TinkoffASDKUIResources.bundle/en.lproj/ASDKUILocalizable.strings
hash
- tD474zGqRJUDPd/V8E2uZcEJgOk=
+ MgxMH0704L2xNKi9mDtZVniBHB8=
optional
- en.lproj/TinkoffASDKUILocalizable.strings
+ TinkoffASDKUIResources.bundle/ru.lproj/ASDKUILocalizable.strings
hash
- MgxMH0704L2xNKi9mDtZVniBHB8=
+ 6lKpOVmufck7+umCTogJ/aUQSDU=
optional
+ UICollectionReusableViewEmpty.nib
+
+ 42JJFUN4AGHQqcCekvc+kBewGuk=
+
+ WebViewController.nib
+
+ D/+7ak6+vso4cVcdnOuqKwGobpM=
+
+ hosts_and_pins.json
+
+ JcZhyieCmY8bGEZja2/XPC8eKaw=
+
mb.html
oHx+auJx4KwpYPa91yaDXHnEv04=
- ru.lproj/TinkoffASDKCoreLocalizable.strings
-
- hash
-
- roR+mtdnIdx7YfkDr8yA130OPS0=
-
- optional
-
-
- ru.lproj/TinkoffASDKUILocalizable.strings
-
- hash
-
- 6lKpOVmufck7+umCTogJ/aUQSDU=
-
- optional
-
-
+ rootca_ssl_rsa2022.cer
+
+ dgkZazAas5rrx+er5BGQUpDAe/c=
+
+ thawtePrimaryRootCA.cer
+
+ TOcDPT+llTSTuyesAgDbqVL+sMs=
+
+ tinkoffrsa2020.cer
+
+ dcHCbABGLhrtn9B0LdnQmBxQlzc=
+
files2
@@ -627,63 +703,63 @@
hash2
- v/4vVtLiW+RnE2PxvsQwnlpGp1AhYlWvOyKPPu/IXt8=
+ gylGyvmt94BM9KWqw/eo95olMhpx6WE6Bh/5Hmi9YTc=
AcquiringPaymentViewController.nib
hash2
- +lGwbMzfs4Lbfr05pdSjmgSloRWKD4eOF112jKDMfWk=
+ jdhj5w6WQU287vpQmBbYVo3ejaO3LlM6WnyxUpo+x44=
AddCardTableViewCell.nib
hash2
- gZ/1Vg0FLqGR0qCD+mSjq/NdlRcJLjjHSkyJtMFFebI=
+ r/eEhWT28ThvPQAUE9Oyi9NnA/NIcV9NoXrP9D86qWc=
AmountTableViewCell.nib
hash2
- PjIrPIIDpmJn6k+HcAdz+OuyAe43eTugr/x8Ws6vjtM=
+ 8mhBtu+WsRqg0Q31iAdZ8cDCCEW9z1MiBrgsuCXC9VQ=
ButtonInputAccessoryView.nib
hash2
- wv6FnFuBWrdCLRcj2Cd4DcaeALcxaSR11QLHQk8tU8Y=
+ ROQyXWMwUdEiUHlLkZYMlHEPfs1cPQr83Vr2TLl3vWE=
ButtonTableViewCell.nib
hash2
- on3w3pdXtOIRZt7agO0wUvt/fH2D0IRakUkezGawFkw=
+ W1jmEao6A+ByNxhtIMZSWhD721amvalz9LKMNf8OSmc=
CardListStatusCollectionViewCell.nib/objects-12.3+.nib
hash2
- 1OPWq/Hlv5yuWgYkEW5Qv8D4v0aU1IuEE5MofNI0ux8=
+ b94pUOcCbWj6gdL/f3sZXbYWydI7aUUF8M0Om4pXJIo=
CardListStatusCollectionViewCell.nib/runtime.nib
hash2
- PWpMlRXscWajpXZYBjTrYROcaC6VM54rN0MMkXoK7Jk=
+ GCOt79mf85gp0D+cZwACqoBDOy9sGHUIg8CRqz92P/4=
CardsViewController.nib
hash2
- Cp9X79kurYuYONFGNeB7UAY8/CwX9S40o/hXN9Z/rBw=
+ 4iLlTPPjCJtdvSobOzg2S+pAG2SajaB8ftbVyECTRCA=
ComodoRsaDomainValidationCA.der
@@ -697,21 +773,21 @@
hash2
- hQh+qcqqn67IBIpdlfw6T16bwQ1JkK72oJGJ0D+4Qow=
+ EKBrNOCxLvn9FPiL7/tQErOcLsUEs6YNhdb5g5VwO4U=
DolyameSDKImages.bundle/Info.plist
hash2
- L2QgRdJRudGPqBO8YjzrjtnVH8AY6KvyDMn0nWYZwo0=
+ YGn3oEtMhUsWwH/eWwUrzPV2uXRePfr28zRkTh0zI/Y=
DolyameSDKImages.bundle/_CodeSignature/CodeDirectory
hash2
- azX+yEvamdfs1+YjCOyLJHTa6fmfvdIbPVKmJl0LN6c=
+ MWqJyZBfYCkV4JXRWu0/AfpOadmaLOKidWqTdM6umRo=
DolyameSDKImages.bundle/_CodeSignature/CodeRequirements
@@ -725,14 +801,14 @@
hash2
- i7HpJXNapVFqLUXEg8VOG28eVxU9BLZ+QtM/xof5mok=
+ CCkNZibROTmboXEH/IKlhkWpJKe6L+et6dQUliAyg+4=
DolyameSDKImages.bundle/_CodeSignature/CodeResources
hash2
- 7+dPT/BR5+pGq3ljWokYdPVrt86fkK1q8OpDRjJ/80A=
+ 7ruDalfwtuaKVDyw0CWOT6JhLWVhz+EFHTzI0xdZCXk=
DolyameSDKImages.bundle/_CodeSignature/CodeSignature
@@ -746,7 +822,7 @@
hash2
- dJmBUfXf+zOYuSsZDRTjTvcxJ+DKg1bChJXEflsLOY4=
+ 7AeyP3WMPCOxoZwDFrJzJQLz8mAD3PeHBVJZBGS4ZEY=
Events.momd/VersionInfo.plist
@@ -865,7 +941,7 @@
hash2
- 8jehpV+eeOaHRmAkvRICf6N0ti+hQl+d/CcFK0lbKF4=
+ FscGnyxvqKEDUOFKUqzjrWc6Qq/WXMppEVJ6UiEz6s0=
Headers/AmplitudePrivate.h
@@ -875,32 +951,25 @@
ZttYmBhh5VA7D0Irpyjf5gTSbqDQpPzJ5lSNZabdVeU=
- Headers/CGImage+WebP.h
-
- hash2
-
- eZZ7R87t1yGbixSVewu7PL5F4U4SjXlZvcVkytSGbOE=
-
-
Headers/DolyameSDK-Swift.h
hash2
- NiK0LY7duP4dPsoyzOAKOfR6dyWixqbhwkFpRsCrzJw=
+ zfXaf0JykRXj0TUvTNBwCE8slrYKk45yTS/RaJdglN4=
Headers/DolyameSDK-umbrella.h
hash2
- WOlPoV2+RPnOri6TYpchiAtC7mxUTdQfQlkYGFv9yhc=
+ /D/W9ELDxKPfuLtd4F09bFbUvjvk4dJFMMKDdihj6f4=
Headers/ISPCertificatePinning.h
hash2
- RxY6n5XaDTiOR25MmLGZoSSTppb4kPSgMUqIL0yxB9g=
+ y1cdGQXrN12hKJOJ3T5Y7i6Fzu8LxwwLfZ0YhJS6QG0=
Headers/ISPPinnedNSURLConnectionDelegate.h
@@ -924,25 +993,25 @@
AYx/OmpRKkEH+RG3Fs50TYgqVYNSBZIrWx1FmtniU80=
- Headers/KingfisherWebP.h
+ Headers/NSBundle+Resources.h
hash2
- a/OAsmWkHnU3xoHLKsn7Y74+FZxjuwgcmroR1In6mLM=
+ Ow3zgzsdwqoxNpKy/l8NX0R44CWdgMuWyLi9fvQI+9E=
- Headers/NSBundle+Resources.h
+ Headers/NSString+Util.h
hash2
- Ow3zgzsdwqoxNpKy/l8NX0R44CWdgMuWyLi9fvQI+9E=
+ X1CzGvBFEFJXrlWGm1x4MQhptWvzNeTHAp9I4VbNN2k=
- Headers/NSString+Util.h
+ Headers/RSSwizzle.h
hash2
- X1CzGvBFEFJXrlWGm1x4MQhptWvzNeTHAp9I4VbNN2k=
+ eSmCBlCnY5I71HuqRwDZrNNX5O7KFN1he3XNEU47co4=
Headers/TCSMaskEditor.h
@@ -959,6 +1028,13 @@
zkZA0oxOVh6YDuOXS/ZTqTKPWZrQzQRHMC/Shn+njac=
+ Headers/TCSObjCExceptionHandlingInSwift.h
+
+ hash2
+
+ WIP4m/i84kHXCSM08790VRBnMkPaG5TF/HA74CmTE3A=
+
+
Headers/TPKeyboardAvoidingCollectionView.h
hash2
@@ -980,550 +1056,613 @@
Oc/J8ohwaz7WYevvgPld+/lYWzKMYedL2BWsVQ2tpSg=
- Headers/UIImage+ImageEffects.h
+ Headers/TSKBackgroundReporter.h
hash2
- 5rcQAdDEcNL22w0xKx6hPrEHhfqjYgV+6gW00ClZmgk=
+ Kd58LlS/prQGnZqjcJBW6uTkoxshiycPkl+k3O9EA9E=
- Headers/UIScrollView+TPKeyboardAvoidingAdditions.h
+ Headers/TSKLog.h
hash2
- 1LgUZlHmhg/Aq+xXMke6/e/z3Vevdj/L+HJCOkGy8cA=
+ Ywz/h8ZZB+Af2MBhJ7O7OEoMx6WK3/RKmIttpnSgzQ0=
- InpuCardtRequisitesTableViewCell.nib
+ Headers/TSKNSURLConnectionDelegateProxy.h
hash2
- voe+sUE81cJVOpNUdzf2lKoQdXYs4Tqm5r5YIfhmRTI=
+ L25JTGW4cTEGve7w3M5nmVEyxkTOSTJZXjHIqFVpXc4=
- LabelTableViewCell.nib
+ Headers/TSKNSURLSessionDelegateProxy.h
hash2
- +63A8HCmUG5yTijKfzIMvIUHzJ2PIyhwdv8gJjFb//M=
+ T6cJENA9gkNq8qWINsAhsqMEkGyhdyssuptKAJ4m/vI=
- LoadingCollectionViewCell.nib/objects-12.3+.nib
+ Headers/TSKPinFailureReport.h
hash2
- 8oG4EUbwxluYOPnULl32O1JnKJI6Wr5/GgcoAW2gb2A=
+ +AaBrZEpiVVeJxV7VBzl4x2vSguujjLWGt+VXAIT0X0=
- LoadingCollectionViewCell.nib/runtime.nib
+ Headers/TSKPinningValidator.h
hash2
- djRgq+WHBfv1K1h38SF4U8MDrsAKbC8dTOBBiBomhlw=
+ 9tQ8UZqO1k1hzlAES13BLMXknG8lirtQkOgrm8Osasc=
- Localizable.strings
+ Headers/TSKPinningValidatorCallback.h
hash2
- A+ffIk7Nmm44qT6sxf8TyR2GDc2e7eS6DOZ1V510xro=
+ ZiDuJA/aZlzlw6543gVxE1mSJGz35jMyXpsfccJyoxg=
- Localizable.stringsdict
+ Headers/TSKPinningValidatorResult.h
hash2
- 35qXZX8XsIkJ8ipcxUTdJNQhSx26zOHX9yINT+XnkM0=
+ bIF3xkFWh7HU45Gkr3voIP5OlsLhp6q698kfMsUwk/E=
- Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
+ Headers/TSKPinningValidator_Private.h
hash2
- ZTigrSssANNLXsKp7tV/SglsA4lYaYO73/EvO3DAEJM=
+ Eb7ljQ4Xy9RQE+yn+GftKjkg61sVgLgGKXZ19ocj1xw=
- Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
+ Headers/TSKPublicKeyAlgorithm.h
hash2
- TsNfm+j2DS6VILJR8adTR8ND61vuFCnr7k38Hsoh5Fo=
+ i2FZuoEL1V1PrFxw430DGTcFFwOqJkS3AcUrmzGswgI=
- Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
+ Headers/TSKReportsRateLimiter.h
hash2
- +lel/iFc0Bg5904gSNTqaSUhBcDn0PUJBHnJ78H561Q=
+ /7/dcADuZXo6u094BZCWgmpv5M/Fi+Lg1Z6UYHylN24=
- Modules/module.modulemap
+ Headers/TSKSPKIHashCache.h
hash2
- uLyJ47YDCGtbMW5muG8bSuwV6Fqp2nrrRJPZz+4bPlM=
+ gEA2sebxydEBvjiRit84kp+nlv0DpAJ+fD08p8hu2Lc=
- PSLogoTableViewCell.nib
+ Headers/TSKTrustDecision.h
hash2
- xHm5zpG7/rebfK9VgDzEwzkHGdf3IoTG1OrO6pIRvGo=
+ H3kXqNz42OeDYiJmXHNWqkzK7UZgyOG4aKkCCOh+mUQ=
- PageStatusCollectionViewCell.nib/objects-12.3+.nib
+ Headers/TSKTrustKitConfig.h
hash2
- uM7FDWSXJybDRa8+p6a438S5GGq8Zxfx4ghc21J6ARo=
+ i27E8LpR+Cgm9S+mbWnyTIdWnkGOr2gjbobMomxSXiw=
- PageStatusCollectionViewCell.nib/runtime.nib
+ Headers/TinkoffASDKCore.h
hash2
- sv1OeTIiUJLLyhYtnYXCGgsc2og041iPerVFUUvlXS0=
+ 8QRL5BB7CzyOtlCbX0ISf7LJWtto/rgi2Da2aW0IPLM=
- PageStatusListCollectionViewCell.nib/objects-12.3+.nib
+ Headers/TinkoffASDKUI.h
hash2
- gWRpNTVeGWeUzOvs5ds3C14z5xz9kDtmYBkT0JbFQ2E=
+ ftCffnFgKiLffX/iXevl8IZs3get6+cFfsLrIQsB0dY=
- PageStatusListCollectionViewCell.nib/runtime.nib
+ Headers/TrustKit.h
hash2
- B0EOr+e6FrmsmDxgIGDF/S1FN2L3DQ5VdJxXxsoRgvk=
+ YADuD3nj0EdHyyXwl2YgZ5NHkrph9oYIQNxfSBFDbcI=
- PaymentCardCollectionViewCell.nib/objects-12.3+.nib
+ Headers/UIImage+ImageEffects.h
hash2
- YXQ0ggxTLfYdrBmFK+QQcS7RxE770pORj3BiwrRUFZw=
+ 5rcQAdDEcNL22w0xKx6hPrEHhfqjYgV+6gW00ClZmgk=
- PaymentCardCollectionViewCell.nib/runtime.nib
+ Headers/UIScrollView+TPKeyboardAvoidingAdditions.h
hash2
- UN/wPxTYkyWPEj9YYjGSUq/3144SIwozz4S0obXu00A=
+ 1LgUZlHmhg/Aq+xXMke6/e/z3Vevdj/L+HJCOkGy8cA=
- PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib
+ Headers/configuration_utils.h
hash2
- xdmQBsPuHlt1ovQj6hdDuH2CRkDwL+cm75pjoxKTDeY=
+ zh0YxNCkaLmHSbosQa3rRMlqrjw0I8m2TFsTrzBHX2E=
- PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib
+ Headers/domain_registry.h
hash2
- 13X3Qw6+Xq+xlfEJzuC1RDEEM+zrkF/8ZAwz9KmVwvI=
+ PLkcq/mXlq0z6S7EM2uKLS8fdYZu9x9uSRf4SCU6eDQ=
- PaymentCardTableViewCell.nib
+ Headers/parse_configuration.h
hash2
- UrrkPyy3ic6AekzK3wmxYzypisw/eOg5wDb3dc6idIA=
+ F8Ms7NdZIPoLVw7dheT4Sls02ThspbeqPmffj3Rqc2E=
- PopUpViewContoller.nib
+ Headers/registry_tables.h
hash2
- IC8EXb56eimjdvrIFMM5ZUujcAv/tsxU106d9f5cGBs=
+ W5vSIC8LQIRrFTOGU161pK4b/FO/SO+dr8XMc+fjIEU=
- PosterView.nib
+ Headers/registry_types.h
hash2
- EWKC4y2JOstGeXQqRroM7MUqw+9yiMEBNGSyIJDPJ2E=
+ KROJjUovY2x8okaNXGWm3BT74sXmGvy0Aw1PYuUIzWo=
- QRCodeImageTableViewCell.nib
+ Headers/reporting_utils.h
hash2
- QlpFRN5VZFRypJN1EMMxpiSvcAZQM4VOKeH1sV3zTrk=
+ DvDMsWwyyTbtk1LRUbA+WL6vFqWytGsIfrIPRHrBuP8=
- QRCodeViewController.nib
+ Headers/ssl_pin_verifier.h
hash2
- m93pfyu+TL8xKth0sfh43vdaDGLZygLuB3PJSrwrLA4=
+ uZDQ+IA4O4qMyhcO3r6EdLja3rO7ZKKrpm1VkfaLEJM=
- QRCodeWebTableViewCell.nib
+ Headers/string_util.h
hash2
- 8aijxvUbeeeH571UYEOBW3XLrywNtD8jpyz5sEQTeCE=
+ PyDQEFl2YZ+yCtq8iM5j+zmDyNH25Rd5MCk0h8V9t9Q=
- RandomAmounCheckingViewController.nib
+ Headers/trie_node.h
hash2
- snNgOX5vAC8WqRHdrRUocp1/e7J9k2fqkSLWppK08wE=
+ OviKqZKdxwhiRhzjo1akYI6ak9J4WAHM7QIFQaTivuY=
- ResistanceSpaceTableViewCell.nib
+ Headers/trie_search.h
hash2
- 7Xn+5XV7jSqTOuqx1noOqkD15Ro7Kh1LY4zT4Fc9d6U=
+ HRWKwFeslldxGoM4QgeMtvANgoIBYM9dRT56OQ/gtJw=
- SBPCollectionViewCell.nib/objects-12.3+.nib
+ Headers/tsk_assert.h
hash2
- 88Oqy+u966nZLH3BPzR3W/lKnRVI/uKgnT0C8IVAXLI=
+ bEDaVS7ttQ6BDD24Y6fGOKTlExpFgg76ljzaOWJYFGI=
- SBPCollectionViewCell.nib/runtime.nib
+ Headers/vendor_identifier.h
hash2
- lDymLqFa5lxxtNgX66wbcmU2k/JnubHP5T9rLsPvcOo=
+ OUsmGyY7bAws31+cQbBtPgprQw6pNA+lep2Cazd9e7M=
- Sage.momd/Sage.mom
+ InputCardRequisitesTableViewCell.nib
hash2
- iEWXq+d4iJFufIOFXpUTKzKnnLfwikrri5vf7BLNtb8=
+ JaK4sK4eBpQyBMAC1xDWrktJuII7cRpriK/XmOTr/08=
- Sage.momd/VersionInfo.plist
+ LabelTableViewCell.nib
hash2
- rOz3TgXdwiUOIUFs88ztjC5UULvWEbuqrv13Pi21Qak=
+ IQeNV7E1LfEGbiQlCV0WXA/v+PgH9wpXeQPSZc5OTgc=
- ScrollableTableViewCell.nib
+ LoadingCollectionViewCell.nib/objects-12.3+.nib
hash2
- UEFVUJYlIDIi5RPlcDSiQc4f+gt8ipmiGH+cav/SxfM=
+ +G3J+kvhlz5ttpByS04YrjYM+V+BPCXKZq4JSNviXxE=
- StatusTableViewCell.nib
+ LoadingCollectionViewCell.nib/runtime.nib
hash2
- TQ8KHNZwrRdAj9kMsIUxHmkMKegWMt1NDzJSc+k5kb0=
+ V3At+TAED2Qm9I+fVlUXSFDrCuGkuKzVLC9fE7HYiBo=
- TCFLocalizable.strings
+ Localizable.strings
hash2
- lYHNyYS8n/Ze0Bn1NtxQGs4fsZ3Vxbi5AI6umsKDMtg=
+ A+ffIk7Nmm44qT6sxf8TyR2GDc2e7eS6DOZ1V510xro=
- TCSActionView.nib
+ Localizable.stringsdict
hash2
- 22Hnv6++vqDZrAfXotEzM71SN+JJTNQX6pawdLKyRz8=
+ 35qXZX8XsIkJ8ipcxUTdJNQhSx26zOHX9yINT+XnkM0=
- TCSAvatarView.nib
+ Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.abi.json
hash2
- sc/XZ5ByVkaWG1UAyPWmJRRhg9j+idCG4tpdSoC1A2o=
+ N5hSoO7UlJe0F33Gof/Rhi71sN70mVdVdfEguLgxAvY=
- TCSBlockWithTitleView.nib
+ Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface
hash2
- brbdcp3B+ZWvNc7j1Tz5hO1J8HT1mFu/E6E2UMi7vvY=
+ q/FthjF/riJKaWm0wU3sU9bJs5wFwoMbk78Uz9c2tUg=
- TCSCFImages.bundle/Assets.car
+ Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc
hash2
- PrpVWkw0Hh6HlhRzqr88b9EAmk059RMTmZbDok8lIP4=
+ PCra18JP0YP76HzGqsfaXZWMyYI1GKH3OBGfHEwam6s=
- TCSCFImages.bundle/Info.plist
+ Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface
hash2
- R9K9shUjXmwO65c6v0wixi0I77FeQ+KYkD1UXbln1Cs=
+ q/FthjF/riJKaWm0wU3sU9bJs5wFwoMbk78Uz9c2tUg=
- TCSCFImages.bundle/_CodeSignature/CodeDirectory
+ Modules/DolyameSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule
hash2
- CyQFLRfPm8puJnmGZt5R92o48WaZNm5p6ij78ZZnAxY=
+ u84goLWroa7a6kylwAbX1LBVhK1LSzjT7d5YsLHBMpk=
- TCSCFImages.bundle/_CodeSignature/CodeRequirements
+ Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json
hash2
- mHkgkE6rZQ51eIwFSqCwUk5qgL/HGqMt+NI3phdD+YY=
+ N5hSoO7UlJe0F33Gof/Rhi71sN70mVdVdfEguLgxAvY=
- TCSCFImages.bundle/_CodeSignature/CodeRequirements-1
+ Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface
hash2
- mLIqj+JBlcDyUfcDm6fzNlHnsDS40Slj16jaGcRells=
+ s44ZWgmAk1Cw4tFX/FCRvXAkJoMRjKJ+uy6NsMsCwtQ=
- TCSCFImages.bundle/_CodeSignature/CodeResources
+ Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
hash2
- Ena4mDWMovDz6avD9eqlx1DqH/tIkgvUG+36T/oFGUI=
+ sXIRHDiUhDnAxiGVCa3krRrqMRE19vCKAFlRP0ujET4=
- TCSCFImages.bundle/_CodeSignature/CodeSignature
+ Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface
hash2
- 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
+ s44ZWgmAk1Cw4tFX/FCRvXAkJoMRjKJ+uy6NsMsCwtQ=
- TCSCardField.nib
+ Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule
hash2
- lvfWqGuq+RF6k2bOfwk7LIao4WEAwNS+MPDsK6fAcjI=
+ Qg7oIfTPKNxmZf75qhcEgvhlncejqPifrMx2m9d/y7U=
- TCSCardFieldButtonsView.nib
+ Modules/module.modulemap
hash2
- zPOBT055Bb3fBGVCKZF5yvCLVPtyfDwGm9gK3Be+1w0=
+ FSGD2zPboLkCEORKJnJIzqHEl7TK/7yuQgKcajslni8=
- TCSCardFieldIconsView.nib
+ PSLogoTableViewCell.nib
hash2
- hS6JulXPjNVcxHvNXrfzd7nWoZHrPR2yGN6+rbPZAZk=
+ DssRoZwXMLg4OEIrE/UstPzE5gp8I2t1Q73hYFm3/qQ=
- TCSCardFieldInputView.nib
+ PageStatusCollectionViewCell.nib/objects-12.3+.nib
hash2
- C+/5Qo7yyBb+iWPIIBUrbmwlff8zWgMpA+7dxQqx2UY=
+ ou+MAA9eyUM2lvqkbQN4o8E3iXZezPpUFiaL9ex8IFk=
- TCSCardView.nib
+ PageStatusCollectionViewCell.nib/runtime.nib
hash2
- KBMMc6Aqhl3oPc+tTX1h+ASzvdL/yzQZIYH5JxxJMbQ=
+ TRIhAiI2q5Mde+FXJ+Q9WFI9lrgwFCaybSzS7qkyk40=
- TCSCellView.nib
+ PageStatusListCollectionViewCell.nib/objects-12.3+.nib
hash2
- ESQahkjpZ0ZQ+9ou5I3uMHnevrrkBesqNXLEntkUtO8=
+ DmFArd2sjD14MhYIXQLFtDh+fxLKP2gPxh4xvpPLQyw=
- TCSCheckboxView.nib
+ PageStatusListCollectionViewCell.nib/runtime.nib
hash2
- DZvSrwl9p05BGVcKlN2sYYKGV5mXhb5QpEBPs5G2bp4=
+ 45iq/bl6Uc/yvIK5DRxAUp3cgeKAcAexJot6UhS0O9k=
- TCSDetailedBlockView.nib
+ PaymentCardCollectionViewCell.nib/objects-12.3+.nib
hash2
- dAvcWaJJcaJexaufNs1qL2BDL6fPAjBZUkEDIc3+rEQ=
+ VXeoxRFQbXXCzIYrJql31HOmi7yeWqAa8xo6gw6di8M=
- TCSLoyaltyProgramView.nib
+ PaymentCardCollectionViewCell.nib/runtime.nib
hash2
- uilcoh/fPNBc+xPrPv4+1l4cqfTVd9KnAGiIU4RgSpg=
+ 4ONh7h0ARqf2cOx2faekY2ectlcXyyjsVzQeWwDibF8=
- TCSOfferView.nib
+ PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib
hash2
- vvbQecNF8l+4xbgR3QKfPKIjKn3aw3nLzfnri8f/rww=
+ WcfK3/vaPPl0hkDp9nMH04MekH62Yjv6bYKfwrkUQIE=
- TCSSimpleTableViewContainer.nib
+ PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib
hash2
- 10M/aMcXm/aMnfbuR0uaX+M+WGjdWQY/JwK3QpNvwSc=
+ uyeDg6Mi+pFiKcuMDQ3cUpmKMJoJv8AnlKtdBNtnDuY=
- TCSStackViewContainer.nib
+ PaymentCardTableViewCell.nib
hash2
- zzBz304xS9jpNcIo4yhlGsuUwsj2qziEByezErjl2Zk=
+ VFLmI2SMwI5gkwOGlfWc+LB82pMRuQFul1CmKURkZJo=
- TDKFonts.bundle/Info.plist
+ PopUpViewContoller.nib
hash2
- GfgYCCPW3ALpfpERznH3hNiI776PmNY1lmY8eCRbUiM=
+ M6uVKG0m1pJ1MFE2dXl5s14F5oBytJBf5LQ5kTwtmn8=
- TDKFonts.bundle/SFProRounded-Bold.otf
+ QRCodeImageTableViewCell.nib
hash2
- YCLbOCBUHe4NZtp36BhVYX6GStONkHiwtWNF4BlKcUY=
+ U3mWVWN5U5CRM0RfUmnAN4W/kBG3FD+pkOVlrTtDm60=
- TDKFonts.bundle/SFProRounded-Medium.otf
+ QRCodeViewController.nib
hash2
- B6PMt3y1Cjk1ICBuSYGpGiQ4JCVg0j7Xk+5JAAdsQDU=
+ m93pfyu+TL8xKth0sfh43vdaDGLZygLuB3PJSrwrLA4=
- TDKFonts.bundle/SFProRounded-Semibold.otf
+ QRCodeWebTableViewCell.nib
hash2
- 1spo/5v6U98oVDUYKqQltclbEfPPQtZRgkUrW3q+UeY=
+ oIl1LiFE2eqa+uIoVQXtMhaPcnn/o3B3J0+oAWCV5+U=
- TDKFonts.bundle/Tinkoff_Avatar-Regular.otf
+ README.md
hash2
- WxL5Q6mDP7ZNE5HH6bVQtDa7hMILdn7oMRa/+5500sM=
+ R1CBsskXUq7d8TbwDL17QRTpKTA8iZc4fG2sCkVAaGI=
- TDKFonts.bundle/_CodeSignature/CodeDirectory
+ RandomAmounCheckingViewController.nib
hash2
- 71x0qo8Szh046jWntg+CKZbqwPliokctVKJr/IvuYz0=
+ 2oE2EfbxzE5sm8Olv1AFrF6+s6za8BaGgsxdCMpibW0=
- TDKFonts.bundle/_CodeSignature/CodeRequirements
+ ResistanceSpaceTableViewCell.nib
hash2
- mHkgkE6rZQ51eIwFSqCwUk5qgL/HGqMt+NI3phdD+YY=
+ FJU7kzk/ioXGcnKxDKmGYAGmw3feH6nT/rz+wXu5XzM=
- TDKFonts.bundle/_CodeSignature/CodeRequirements-1
+ SBPCollectionViewCell.nib/objects-12.3+.nib
hash2
- 5CmgpLgIY2BLV559252CldOFNBjITK/wHGKlyg3xsr8=
+ VjVDNnC8tx2IVGLC5350T4HlUCjA+rdMBZr2vMWXRFI=
- TDKFonts.bundle/_CodeSignature/CodeResources
+ SBPCollectionViewCell.nib/runtime.nib
hash2
- w+PxPjnI4mnOjPVEkZW2hKskpKHfEzku4KDr72lwdpk=
+ x3dx29SKpg77c/ZMArA4j5ofTTQhZ7NTpGy9EDSeTb4=
- TDKFonts.bundle/_CodeSignature/CodeSignature
+ Sage.momd/Sage.mom
hash2
- 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
+ lCSCOf+BRkGfk/1rkZiPyLY7z4ZsxkBgTIK8Vbe7XHc=
- TDKImages.bundle/Assets.car
+ Sage.momd/VersionInfo.plist
hash2
- Xoo1o7wJyGeQOXJGbmccviOt0mx1ufr70zcZPlgEREo=
+ rOz3TgXdwiUOIUFs88ztjC5UULvWEbuqrv13Pi21Qak=
- TDKImages.bundle/Info.plist
+ ScrollableTableViewCell.nib
hash2
- mAafiyE1NmHiWDglUc0WkjpWWmdJiMhD536iML05g9s=
+ 2UmwskqBXGj+h+sHIZRHH5YN9ppREEgvWBe/KSwGzQo=
- TDKImages.bundle/_CodeSignature/CodeDirectory
+ StatusTableViewCell.nib
hash2
- Ffxp2FBXL7XmyCoKnhBrDDffMfcEo4N8M/qzKBe2Z9M=
+ g0mZ39TwOaLBoZH9nSmwoLr7JgwIIvDGJAQG3OdX/Jc=
- TDKImages.bundle/_CodeSignature/CodeRequirements
+ TCFLocalizable.strings
+
+ hash2
+
+ lYHNyYS8n/Ze0Bn1NtxQGs4fsZ3Vxbi5AI6umsKDMtg=
+
+
+ TCSCFImages.bundle/Assets.car
+
+ hash2
+
+ GVOrxOxp7dTuUPDQF5zJvxfESEEUct7tOSIedL/AruY=
+
+
+ TCSCFImages.bundle/Info.plist
+
+ hash2
+
+ rVPxlA0CnOrQJ+AmGHF+k6OMN/OaLjk39ke8hsCE4sc=
+
+
+ TCSCFImages.bundle/_CodeSignature/CodeDirectory
+
+ hash2
+
+ zBKzr4HV0RgW+gJ3hdmW34TWiEjNPnlZomv9JQHuHjM=
+
+
+ TCSCFImages.bundle/_CodeSignature/CodeRequirements
hash2
mHkgkE6rZQ51eIwFSqCwUk5qgL/HGqMt+NI3phdD+YY=
- TDKImages.bundle/_CodeSignature/CodeRequirements-1
+ TCSCFImages.bundle/_CodeSignature/CodeRequirements-1
hash2
- A8G+DBoHPhs4/oHcwiJxOsbhgaJjmrgEXBWzFd7Uwkg=
+ /d2S5qEBRIEVYyalaUXomtL0+j/Q06p/tcuTkmoUN1I=
- TDKImages.bundle/_CodeSignature/CodeResources
+ TCSCFImages.bundle/_CodeSignature/CodeResources
hash2
- np7/uEOs2DyvMd5DL1IoqG3D4nYSjR3CqnKYzUFXPdg=
+ RJJ9ayB8okaWESq75GRa+vxQlgAJOKt7bihva0HtKq8=
- TDKImages.bundle/_CodeSignature/CodeSignature
+ TCSCFImages.bundle/_CodeSignature/CodeSignature
hash2
47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
+ TCSCardField.nib
+
+ hash2
+
+ lvfWqGuq+RF6k2bOfwk7LIao4WEAwNS+MPDsK6fAcjI=
+
+
+ TCSCardFieldButtonsView.nib
+
+ hash2
+
+ zPOBT055Bb3fBGVCKZF5yvCLVPtyfDwGm9gK3Be+1w0=
+
+
+ TCSCardFieldIconsView.nib
+
+ hash2
+
+ hS6JulXPjNVcxHvNXrfzd7nWoZHrPR2yGN6+rbPZAZk=
+
+
+ TCSCardFieldInputView.nib
+
+ hash2
+
+ ATYK876VfqGjrjsyKtl/JEFFqDAPtML4yX7tJ6KcLfE=
+
+
+ TCSStackViewContainer.nib
+
+ hash2
+
+ zzBz304xS9jpNcIo4yhlGsuUwsj2qziEByezErjl2Zk=
+
+
TSFImages.bundle/Assets.car
hash2
- uzpj+k5Sgb29JGn+OqPeh5i4K971ZIdVmasefvyp+50=
+ CL0PxqUEfrhFgb06SDpD/Mv1y8FJKJIO2Vy89irC5Ow=
TSFImages.bundle/Info.plist
hash2
- s+BKxOvMWMKpE+jm0hGik856uFX8hfohd+JBADlx1gY=
+ FBvjU0zp6slyIdYYI+eRHA0OhufseuJgkdYxKXKHA10=
TSFImages.bundle/_CodeSignature/CodeDirectory
hash2
- Ay+wi/XEIGmloqRa6A51ZcBNXxFygXjBF/M6TUI8D+k=
+ ZDm2b1PxU+/jYOPqv4Xa/9Zca9DyLPdIt9UAXkfpCaA=
TSFImages.bundle/_CodeSignature/CodeRequirements
@@ -1537,14 +1676,14 @@
hash2
- jk3C3FT2DlKFmLKdcR9E+zlgjh91bL6CEfTatzbW4v8=
+ 0Bj+LpYe0ij/jFLHwnPH5j+4EWlCvR1jTkKTLz0/VOM=
TSFImages.bundle/_CodeSignature/CodeResources
hash2
- /H/c6wS8ybolRs9kTt8Lx72kHytxxEpsH578YUxJGn4=
+ +brgokUxEkftRus5j852MbdAbvNP6cp2F7vGnewxcNY=
TSFImages.bundle/_CodeSignature/CodeSignature
@@ -1558,28 +1697,88 @@
hash2
- elA4YPRktmW5e0UqBdTe2ops1gcs8jUcSJ9RjqYWmfo=
+ yYqAydFMGLM+nNOFMoqN+yRDi5AYODY8e166do+uVGw=
+ TinkoffASDKCoreResources.bundle/Info.plist
+
+ hash2
+
+ eSICyM/KsKoGlt8Nyb51cR84a543phN516sI08oM3Fg=
+
+
+ TinkoffASDKCoreResources.bundle/_CodeSignature/CodeDirectory
+
+ hash2
+
+ 2v2lkOMaOWJT7/YARQ+77Ot+hjoOkDEJ1z1hw4dfZ0s=
+
+
+ TinkoffASDKCoreResources.bundle/_CodeSignature/CodeRequirements
+
+ hash2
+
+ mHkgkE6rZQ51eIwFSqCwUk5qgL/HGqMt+NI3phdD+YY=
+
+
+ TinkoffASDKCoreResources.bundle/_CodeSignature/CodeRequirements-1
+
+ hash2
+
+ 79lGwsDVPS3Jb5gtZiK2XG6oy9KmEK9lRCObw/ieD5A=
+
+
+ TinkoffASDKCoreResources.bundle/_CodeSignature/CodeResources
+
+ hash2
+
+ YA477bljAU3vY1QsqmYRUkEy0zkpjTfWaSgPNhPPfxU=
+
+
+ TinkoffASDKCoreResources.bundle/_CodeSignature/CodeSignature
+
+ hash2
+
+ 47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
+
+
+ TinkoffASDKCoreResources.bundle/en.lproj/Localizable.strings
+
+ hash2
+
+ p5k7XtvJWwPG0u6Dm9IJC2/RLIo9Cr39nxlTMr1n5nk=
+
+ optional
+
+
+ TinkoffASDKCoreResources.bundle/ru.lproj/Localizable.strings
+
+ hash2
+
+ oUOKo4voNzH/ruelsJrA3TeNBRBX+a/ZHdq9Q/Zhdr8=
+
+ optional
+
+
TinkoffASDKUIResources.bundle/Assets.car
hash2
- wnRzHnlFyn8ohKD61GaGn7zoWVNSoU1uJyybMquMiCc=
+ 5JnSU2GUANsQ3xzlqIIrVRLkpgrYYYxlXr9fcZn7bu0=
TinkoffASDKUIResources.bundle/Info.plist
hash2
- jFtL5IeN769IkVHTeG36pyymbdlgjLy7os+NWrSx4X0=
+ TjmQuMxymRwkLUGup8fMkMDOCHT6WIcqiyaqzpRiqHM=
TinkoffASDKUIResources.bundle/_CodeSignature/CodeDirectory
hash2
- UUt3Gt+aJfSXUrmQvkXHDVBCm3HrxB1mn4c/yUiVQXk=
+ nOIYTkucOvyw5hfAPHKkR2bBPHEfpYqeaDAE4P2DlqU=
TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements
@@ -1593,14 +1792,14 @@
hash2
- 5UM0f+jdlgZzyWRqB9aSZKqNfzj2U8BzjH3S50FCSY4=
+ A3+P8M4dTHjcix/C1JRUEhxOxta1OdkHLhVapc9xbvM=
TinkoffASDKUIResources.bundle/_CodeSignature/CodeResources
hash2
- bDFeWMY9GcdbLtrMQvRcias8TC2ppseWrMwBdARc6Wk=
+ muXbNAUFQNZVk4KC51ZZQxGGZglgxNq0Ij7VbayvzaU=
TinkoffASDKUIResources.bundle/_CodeSignature/CodeSignature
@@ -1610,37 +1809,44 @@
47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=
- UICollectionReusableViewEmpty.nib
+ TinkoffASDKUIResources.bundle/en.lproj/ASDKUILocalizable.strings
hash2
- by13HR39WAmylqeypTYLQwk+NgZCtZWrVT/AW8+qPp0=
+ WQ410CtGxMnA3qHODIduugPtFs9Z28IVZ+vu3EynqNw=
+ optional
+
- WebViewController.nib
+ TinkoffASDKUIResources.bundle/ru.lproj/ASDKUILocalizable.strings
hash2
- NSJg+3Dm9IdG4Ey5HsJJkt91TMxaZUdMa6HHv8qR2zg=
+ F3oXCEFQ1QGuxzGfNK8trZ6oBOd1X7/0H8h4lL9onow=
+ optional
+
- en.lproj/TinkoffASDKCoreLocalizable.strings
+ UICollectionReusableViewEmpty.nib
hash2
- p5k7XtvJWwPG0u6Dm9IJC2/RLIo9Cr39nxlTMr1n5nk=
+ 2HRtR2NOvULSbujgOigdK2YZZCP6xKhjKegS/uPW7gU=
- optional
-
- en.lproj/TinkoffASDKUILocalizable.strings
+ WebViewController.nib
hash2
- WQ410CtGxMnA3qHODIduugPtFs9Z28IVZ+vu3EynqNw=
+ GwbR0gR3BXpvvg/bWRwP40QDhQbD4B4zwMq2kfaf6yM=
+
+
+ hosts_and_pins.json
+
+ hash2
+
+ MC3RbCpNj4y2YZI6o32G440K/+b37vWTiJ+oBR6ohWw=
- optional
-
mb.html
@@ -1649,23 +1855,26 @@
gqWuVu35eRK0YXI+6mX3ZxDIGHNWfPoE/1CP1SkuUs4=
- ru.lproj/TinkoffASDKCoreLocalizable.strings
+ rootca_ssl_rsa2022.cer
hash2
- oUOKo4voNzH/ruelsJrA3TeNBRBX+a/ZHdq9Q/Zhdr8=
+ 5DcMm2tUDwY7oYKSItLWBBy7C/xdAB7mu7l2IJFFlNw=
- optional
-
- ru.lproj/TinkoffASDKUILocalizable.strings
+ thawtePrimaryRootCA.cer
hash2
- F3oXCEFQ1QGuxzGfNK8trZ6oBOd1X7/0H8h4lL9onow=
+ 2qK3DFT03NcpHseRVddZB0o/JZBQJNNhD0ktS+5uJCo=
+
+
+ tinkoffrsa2020.cer
+
+ hash2
+
+ SAxlkUAOQcUTZSnv06KXSJsxMpPCWQV0mjLArq+2t20=
- optional
-
rules
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/hosts_and_pins.json b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/hosts_and_pins.json
new file mode 100644
index 0000000..4605508
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/hosts_and_pins.json
@@ -0,0 +1,576 @@
+{
+ "payload": [
+ {
+ "host": "mvno-mobile.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "magentbet-biom.tcsbank.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "magentbep-biom.tcsbank.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "msgrapi.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "mvno-web.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "tmsg.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "acdn.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "Hk2UQp7TYPGhzNNUXQT1VmfSkqyNdabMJHgQgm45xr0=",
+ "serial": "73b5ebbef95cb523d2c559e1eabd6c4"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "mobile-minvest-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "dolyame.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "t1PZLrD23BFzz6S3I4aef3DjlUM8093htgRXwo/S9wk=",
+ "serial": "50a30fc846087a78419e5ce28c709474"
+ }
+ ]
+ },
+ {
+ "host": "appinapp-img-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "sme.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "tapi.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "config.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "TAOv+PwVaVXqWTrCMgV6lV/jiPZFLavHpHPMxX+C/lc=",
+ "serial": "b230d0ebe9148e6b9c44728c4d01ef1"
+ },
+ {
+ "pin": "s6xGyPIeuJv9rlIq8iBlc52SNk8p/ggMJwlhA3ErV3I=",
+ "serial": "3769300060e20238938081be9dabb47"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "api.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "www.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "mobile-bank.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "brands-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "mobile-core-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "origination.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "mobile-card2card-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "api-statist.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "rbac.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "mobile-lifestyle-static-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "static2.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "mobile-vkarmane-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "business.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "static.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "magentbet.tcsbank.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "id.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "magentbep.tcsbank.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "api-common.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "homeagents.online",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "bZjWDQHIv5ac5yLKHlOdNc4acNJP8N11cNcXV5dkRrQ=",
+ "serial": "6f9ce88bea3cca573862e13c75e206c"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "3WlsDD6NrYWmVA61rY9B2zbDPoQEFOMlm+uiksUEr+M=",
+ "serial": "5370813ff159097e5dc7de5b783901c"
+ },
+ {
+ "pin": "D403ov7UAPUgCCZyy7SpZJ6plFIYTdbhsPc4Ce5jUP8=",
+ "serial": "3f873b08a0cdc88d5b7caa7146a986f"
+ }
+ ]
+ },
+ {
+ "host": "sso.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ },
+ {
+ "host": "mobile-invest-course-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "mobile-appinapp-static-prod.cdn-tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "+7xuvCwnNkG3inMDD+ckESvkHzVqcecXPmCtDPJYkgg=",
+ "serial": "3dcb2301d72d6957379385df659e389"
+ }
+ ]
+ },
+ {
+ "host": "mobile-bank-cdn-fb.tinkoff.ru",
+ "pins": [
+ {
+ "is_online": true,
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ },
+ {
+ "pin": "fukxSqo6xlQnUz4xp2sCJdLgTo7S4XQNEeg1DhhyYQM=",
+ "serial": "dc76fb7069edbb6d563e250de83e529"
+ },
+ {
+ "pin": "jN4eTIDGCMA8uOCo4W6tAoXWGKAf+KV90nyOPEA0/4E=",
+ "serial": "2c9d2fb0601c98b90d8d863fafb26a9"
+ }
+ ]
+ }
+ ]
+}
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/mb.html b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/mb.html
similarity index 100%
rename from Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/mb.html
rename to Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/mb.html
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/rootca_ssl_rsa2022.cer b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/rootca_ssl_rsa2022.cer
new file mode 100644
index 0000000..253d971
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/rootca_ssl_rsa2022.cer
@@ -0,0 +1,33 @@
+-----BEGIN CERTIFICATE-----
+MIIFwjCCA6qgAwIBAgICEAAwDQYJKoZIhvcNAQELBQAwcDELMAkGA1UEBhMCUlUx
+PzA9BgNVBAoMNlRoZSBNaW5pc3RyeSBvZiBEaWdpdGFsIERldmVsb3BtZW50IGFu
+ZCBDb21tdW5pY2F0aW9uczEgMB4GA1UEAwwXUnVzc2lhbiBUcnVzdGVkIFJvb3Qg
+Q0EwHhcNMjIwMzAxMjEwNDE1WhcNMzIwMjI3MjEwNDE1WjBwMQswCQYDVQQGEwJS
+VTE/MD0GA1UECgw2VGhlIE1pbmlzdHJ5IG9mIERpZ2l0YWwgRGV2ZWxvcG1lbnQg
+YW5kIENvbW11bmljYXRpb25zMSAwHgYDVQQDDBdSdXNzaWFuIFRydXN0ZWQgUm9v
+dCBDQTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMfFOZ8pUAL3+r2n
+qqE0Zp52selXsKGFYoG0GM5bwz1bSFtCt+AZQMhkWQheI3poZAToYJu69pHLKS6Q
+XBiwBC1cvzYmUYKMYZC7jE5YhEU2bSL0mX7NaMxMDmH2/NwuOVRj8OImVa5s1F4U
+zn4Kv3PFlDBjjSjXKVY9kmjUBsXQrIHeaqmUIsPIlNWUnimXS0I0abExqkbdrXbX
+YwCOXhOO2pDUx3ckmJlCMUGacUTnylyQW2VsJIyIGA8V0xzdaeUXg0VZ6ZmNUr5Y
+Ber/EAOLPb8NYpsAhJe2mXjMB/J9HNsoFMBFJ0lLOT/+dQvjbdRZoOT8eqJpWnVD
+U+QL/qEZnz57N88OWM3rabJkRNdU/Z7x5SFIM9FrqtN8xewsiBWBI0K6XFuOBOTD
+4V08o4TzJ8+Ccq5XlCUW2L48pZNCYuBDfBh7FxkB7qDgGDiaftEkZZfApRg2E+M9
+G8wkNKTPLDc4wH0FDTijhgxR3Y4PiS1HL2Zhw7bD3CbslmEGgfnnZojNkJtcLeBH
+BLa52/dSwNU4WWLubaYSiAmA9IUMX1/RpfpxOxd4Ykmhz97oFbUaDJFipIggx5sX
+ePAlkTdWnv+RWBxlJwMQ25oEHmRguNYf4Zr/Rxr9cS93Y+mdXIZaBEE0KS2iLRqa
+OiWBki9IMQU4phqPOBAaG7A+eP8PAgMBAAGjZjBkMB0GA1UdDgQWBBTh0YHlzlpf
+BKrS6badZrHF+qwshzAfBgNVHSMEGDAWgBTh0YHlzlpfBKrS6badZrHF+qwshzAS
+BgNVHRMBAf8ECDAGAQH/AgEEMA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsF
+AAOCAgEAALIY1wkilt/urfEVM5vKzr6utOeDWCUczmWX/RX4ljpRdgF+5fAIS4vH
+tmXkqpSCOVeWUrJV9QvZn6L227ZwuE15cWi8DCDal3Ue90WgAJJZMfTshN4OI8cq
+W9E4EG9wglbEtMnObHlms8F3CHmrw3k6KmUkWGoa+/ENmcVl68u/cMRl1JbW2bM+
+/3A+SAg2c6iPDlehczKx2oa95QW0SkPPWGuNA/CE8CpyANIhu9XFrj3RQ3EqeRcS
+AQQod1RNuHpfETLU/A2gMmvn/w/sx7TB3W5BPs6rprOA37tutPq9u6FTZOcG1Oqj
+C/B7yTqgI7rbyvox7DEXoX7rIiEqyNNUguTk/u3SZ4VXE2kmxdmSh3TQvybfbnXV
+4JbCZVaqiZraqc7oZMnRoWrXRG3ztbnbes/9qhRGI7PqXqeKJBztxRTEVj8ONs1d
+WN5szTwaPIvhkhO3CO5ErU2rVdUr89wKpNXbBODFKRtgxUT70YpmJ46VVaqdAhOZ
+D9EUUn4YaeLaS8AjSF/h7UkjOibNc4qVDiPP+rkehFWM66PVnP1Msh93tc+taIfC
+EYVMxjh8zNbFuoc7fzvvrFILLe7ifvEIUqSVIC/AzplM/Jxw7buXFeGP1qVCBEHq
+391d/9RAfaZ12zkwFsl+IKwE/OZxW8AHa9i1p4GO0YSNuczzEm4=
+-----END CERTIFICATE-----
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/thawtePrimaryRootCA.cer b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/thawtePrimaryRootCA.cer
new file mode 100644
index 0000000..f71a18b
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/thawtePrimaryRootCA.cer
@@ -0,0 +1,33 @@
+-----BEGIN CERTIFICATE-----
+MIIFnzCCA4egAwIBAgIJAJiaqxX6OzF2MA0GCSqGSIb3DQEBCwUAMGYxCzAJBgNV
+BAYTAlJVMQ8wDQYDVQQIDAZNb3Njb3cxDzANBgNVBAcMBk1vc2NvdzEVMBMGA1UE
+CgwMVGlua29mZiBCYW5rMR4wHAYDVQQDDBVSb290IENBIC0gU1NMIFBpbm5pbmcw
+HhcNMTcwNTI2MDgwNDEwWhcNMzcwNTIxMDgwNDEwWjBmMQswCQYDVQQGEwJSVTEP
+MA0GA1UECAwGTW9zY293MQ8wDQYDVQQHDAZNb3Njb3cxFTATBgNVBAoMDFRpbmtv
+ZmYgQmFuazEeMBwGA1UEAwwVUm9vdCBDQSAtIFNTTCBQaW5uaW5nMIICIjANBgkq
+hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA5UCUl81vzaTmBe2mv36rMh61YGc3FxR1
+DlMlIvA2pWE4sagXnWFAMQi67LWvv9UsEuVQi3t2ok2HQoJt7f1iI92LLukYzx/s
+m6hSkEKC+0rBQZxFfXWk2TxZ6SrgEL45uzejpQDVWljGplL9mTsVI97ndewnqtQP
+AhJfdJo2T4V/4TSXIplviUxGPicOUV+kW45BGApzR0a/LFSOy6PJgRDWuouGqXYU
+qDJ/eUzFoOa5I5TUdLPewvS5aYyI0NdEyFXUgWmbaqorGSavtHsOGB9MoNY37VT6
+VIXYg+rCTi7fm6H51u0rwEKKjgSZAfUUJHrY0ICZtVHDN+4wt/U9by9B0GpB0cow
+swnIkORcNBYwhfjg+Fc9MkuyLSB6y8GENgEx9ukO8ur6qxhXrzzB7oJ6Bu9kkpCY
+T71SLjdnkaNqSnL7vOdqlc1JVjuxUkxPZ+qTqJcI7c6Fi4LauKpV+XXyRAw7OBX9
+evVCSfWL24XYiUDPvyRTbylUTixQpaqfnZ6XkhAFY54TY67dgB2jk1yrMwCqN+UB
+2/h0bOsIOOmRGOWTaVJVy44H3p2gTeFXwxMEDkmBYdgWpRlCMWnXfpjk3OHnExm0
+hKvR+JQHNhFUW9R7FHGhz3gSuJTmm0/xTrHSonc7emufV7gew5NucnpTmhC1irqq
+OpQ+1R7KlOUCAwEAAaNQME4wHQYDVR0OBBYEFDtOg9ARRKuX3tFFsdeXz9phq3iV
+MB8GA1UdIwQYMBaAFDtOg9ARRKuX3tFFsdeXz9phq3iVMAwGA1UdEwQFMAMBAf8w
+DQYJKoZIhvcNAQELBQADggIBACjxTIeRZSfPnCG5WHaH2aoxaVflapcDhzAt+sVZ
+JeXIbctKESkE9qyysfI/aUE8ij6B+BoMaXKx5wGVF1csFLPB3KxdCHzR0JJILUEJ
+PLPrWCAzM50S9IOAQmZb3DlXyndyjPY0x36C/TgnvrDlV/XC8sQHtfhgWIRDblGh
+yMIP2axs7R8//PykMV7zWUV0E1PXcdSzzxC3pvaR/zTUa41BEkJnMI4dNuq4Ucq2
+Rlt3rPj6MeagCAbkcpwaKwaDufioLh6u6Lb6wDDh4eP60R71UulhIkZ7KAbFjLmF
+4hf+LKpbqCS5E45oxxxZROe6KZD9RsEUCX4ecutb/d1oxSYSJjbWCmrD5AleaKgB
+O+/kSwRV0ICg/5VbG/4GQ3dRc7LTNZ27XPQ2F7J3ux04sAnVHNPvUvBSVrzRLs0S
+GxwYub0ShtgubYvpgz5+N3tizZq0htRr2X0sQHj30UQYAWJdite6G4hyGhR/xhgA
+hgZSzrqZPq8sSSOATveQMQDNIGhCCmkPX07F2O37Z/Yx8VMDrZhfx6NFn3YSybrn
+u9nErz51WxwRHc24W+pYWUfEuO8EfgN26ERAkATeAAnAMTfJgN+hnWNmXQHgPLUq
+yRsoPKsr7NJd88JEvYYkR7SXMMfHp8vOE4KMtdl2hc+XU7fC5vC702LmiglGT+3v
+YqZS
+-----END CERTIFICATE-----
diff --git a/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/tinkoffrsa2020.cer b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/tinkoffrsa2020.cer
new file mode 100644
index 0000000..6890b43
--- /dev/null
+++ b/Framework/DolyameSDK.xcframework/ios-arm64_x86_64-simulator/DolyameSDK.framework/tinkoffrsa2020.cer
@@ -0,0 +1,31 @@
+-----BEGIN CERTIFICATE-----
+MIIFVDCCAzygAwIBAgIQchJ4p+qpbrJMjzfTwBLEajANBgkqhkiG9w0BAQsFADAy
+MRkwFwYDVQQKExBKU0MgVGlua29mZiBCYW5rMRUwEwYDVQQDEwxUaW5rb2ZmIEJh
+bmswHhcNMjAwNjIzMTgwNzE0WhcNMzUwNjIzMTgxNzEyWjAyMRkwFwYDVQQKExBK
+U0MgVGlua29mZiBCYW5rMRUwEwYDVQQDEwxUaW5rb2ZmIEJhbmswggIiMA0GCSqG
+SIb3DQEBAQUAA4ICDwAwggIKAoICAQDqZxVwDoTYSks4X1ifr4JmDMjqcqqKDzXy
+LHClq7VeNfiI2TwBq4fFozSlLtvXj5EzwPnGLI9FvaV7AUxNE/ZWe8yGmuIlmKwh
+AgH1pwlpTyDyFKVYShSPZAwnJ81glm+df5Zh7/Z9D02DbqzYPRi0jMxgGYaO0i+S
+f7GUjp0oJQFOjbRDhjftD7m79oJyS5I3QeAS8l/OoD8zjZTr3GgUwPPyBds7uvic
+uDEZVHxBvtk5Jv8TbWID/bV/rV4yEIihqpQE8rKAFEhOCEo0riRxsrIljfgMyJaD
+jhrUOFVcwE3PMA1JjemnjfkL2ONoC9Ec0qZTql6Y3AgYQOn+aZr9t/H5Pe/01IYx
+q1r2lNO6WFXsiDIQi9Qne47PwvNrdU6NX6pOEj9I5wo1TnO2O4aYYtN2FKUj3aRi
+cGZ+kTm99bCFDU/7QvE6n+vh4AAryXQLyWQixz3/om18zr4/d407Swu3ru/jcUrg
+3HSK68+2xJBW93wG3yW2nwIjEzRyfEnYDBd35eO+Cb8DZPsRtX44oKv3Qf7R1qn3
+90cCutJjQkcOZdbjSu+2ZMOUyCsX8Ynn2nRCaz+1hmTLIqas8gSBCfl47neUYZJL
+bjvAcsr7P8yPrqcLn/U9zOFGAYEEY33xtiAX4SuFucLrLLem9dLj4YKP5NlJYM/5
+QztwNJOl6wIDAQABo2YwZDATBgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMC
+AYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUjLyGIYW+vWwPQ9Jl6x+dfQu/
+MXYwEAYJKwYBBAGCNxUBBAMCAQAwDQYJKoZIhvcNAQELBQADggIBAEHlSuuQxdJC
++hNdJW7bidnoOrMVdraRlw7pCC+B7TVEvuecinGjrJpqm3j34HLP1NBto1QVnqQ/
+pDjZ253ILxfa9acBGxdHnRnmymKxl14S/vVsdCVvpM1iZ+ss8jPCWT3JUX4PjuWI
+fW8xI6NvQUdxKt/GdqMJvGMinRV4Vg2XkX0BkIJH/F4VdORPhTiDZjNOIke9lta2
+PG2sKlzL4RW2NOjv5bbzL1l6dn3wJUeYBzyss1AuBjcBCHYtZEeTyDQGigYq/YRj
+S2z/fZMdia6iTPu3XsSERekttMi/8K3/NCIHcN79Ws0q0nOKR5RzAyxnILDggnRs
+bq2Ab0H/1BcMCCLx8DOzH+3ViAMlbIEWDb5dKwUJBCMJpHjdoMV2AHFPwGPQxjv3
+WOG+RsN+oJqZmPLrrTD+PWkdho5pTG8qu2ijKRzJgsUXPiiSAPCy+UtkDd/2OL/z
+EYEEkKcCXc99euWnl1w/FYIsnKwPwxPP0sNC9mcKtN2j6sdUjKa94ttSd6NrkE4F
+4E36iKlWtaZIXbC4jlpyuyQwbuvRzU/l3NIX7e3fYPsz9o0eDgl7hx2jsUKimEIv
+FSqFYA5n0x1jx2fgScxYDQaGGFM6Ox/BjPZvG32DbUb+9UXB/u0fjoJ7D/6Mw3H7
+vlyNOVXLq10yfyxkmJpF8IGvDK1UXhhB
+-----END CERTIFICATE-----
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/AcquiringAlertViewController.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/AcquiringAlertViewController.nib
deleted file mode 100644
index 518f909..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/AcquiringAlertViewController.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/AcquiringPaymentViewController.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/AcquiringPaymentViewController.nib
deleted file mode 100644
index 05a27c8..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/AcquiringPaymentViewController.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/AddCardTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/AddCardTableViewCell.nib
deleted file mode 100644
index a96f82f..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/AddCardTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/AmountTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/AmountTableViewCell.nib
deleted file mode 100644
index ac3c13c..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/AmountTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ButtonTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ButtonTableViewCell.nib
deleted file mode 100644
index 2d21c84..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ButtonTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/objects-12.3+.nib
deleted file mode 100644
index a84fbbe..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/objects-12.3+.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/runtime.nib
deleted file mode 100644
index 83e298a..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/CardListStatusCollectionViewCell.nib/runtime.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/CardsViewController.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/CardsViewController.nib
deleted file mode 100644
index 36783c8..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/CardsViewController.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDK b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDK
deleted file mode 100755
index c7af07c..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDK and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/Assets.car b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/Assets.car
deleted file mode 100644
index 8148ee2..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/Assets.car and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/Info.plist
deleted file mode 100644
index 73e61b9..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/Info.plist and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeDirectory b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeDirectory
deleted file mode 100644
index c474ab6..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeDirectory and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeRequirements-1 b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeRequirements-1
deleted file mode 100644
index 80c7432..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/DolyameSDKImages.bundle/_CodeSignature/CodeRequirements-1 and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Headers/DolyameSDK-Swift.h b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Headers/DolyameSDK-Swift.h
deleted file mode 100644
index bdb2415..0000000
--- a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Headers/DolyameSDK-Swift.h
+++ /dev/null
@@ -1,387 +0,0 @@
-// Generated by Apple Swift version 5.6.1 (swiftlang-5.6.0.323.66 clang-1316.0.20.12)
-#ifndef DOLYAMESDK_SWIFT_H
-#define DOLYAMESDK_SWIFT_H
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wgcc-compat"
-
-#if !defined(__has_include)
-# define __has_include(x) 0
-#endif
-#if !defined(__has_attribute)
-# define __has_attribute(x) 0
-#endif
-#if !defined(__has_feature)
-# define __has_feature(x) 0
-#endif
-#if !defined(__has_warning)
-# define __has_warning(x) 0
-#endif
-
-#if __has_include()
-# include
-#endif
-
-#pragma clang diagnostic ignored "-Wauto-import"
-#include
-#include
-#include
-#include
-
-#if !defined(SWIFT_TYPEDEFS)
-# define SWIFT_TYPEDEFS 1
-# if __has_include()
-# include
-# elif !defined(__cplusplus)
-typedef uint_least16_t char16_t;
-typedef uint_least32_t char32_t;
-# endif
-typedef float swift_float2 __attribute__((__ext_vector_type__(2)));
-typedef float swift_float3 __attribute__((__ext_vector_type__(3)));
-typedef float swift_float4 __attribute__((__ext_vector_type__(4)));
-typedef double swift_double2 __attribute__((__ext_vector_type__(2)));
-typedef double swift_double3 __attribute__((__ext_vector_type__(3)));
-typedef double swift_double4 __attribute__((__ext_vector_type__(4)));
-typedef int swift_int2 __attribute__((__ext_vector_type__(2)));
-typedef int swift_int3 __attribute__((__ext_vector_type__(3)));
-typedef int swift_int4 __attribute__((__ext_vector_type__(4)));
-typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2)));
-typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3)));
-typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4)));
-#endif
-
-#if !defined(SWIFT_PASTE)
-# define SWIFT_PASTE_HELPER(x, y) x##y
-# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y)
-#endif
-#if !defined(SWIFT_METATYPE)
-# define SWIFT_METATYPE(X) Class
-#endif
-#if !defined(SWIFT_CLASS_PROPERTY)
-# if __has_feature(objc_class_property)
-# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__
-# else
-# define SWIFT_CLASS_PROPERTY(...)
-# endif
-#endif
-
-#if __has_attribute(objc_runtime_name)
-# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X)))
-#else
-# define SWIFT_RUNTIME_NAME(X)
-#endif
-#if __has_attribute(swift_name)
-# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X)))
-#else
-# define SWIFT_COMPILE_NAME(X)
-#endif
-#if __has_attribute(objc_method_family)
-# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X)))
-#else
-# define SWIFT_METHOD_FAMILY(X)
-#endif
-#if __has_attribute(noescape)
-# define SWIFT_NOESCAPE __attribute__((noescape))
-#else
-# define SWIFT_NOESCAPE
-#endif
-#if __has_attribute(ns_consumed)
-# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed))
-#else
-# define SWIFT_RELEASES_ARGUMENT
-#endif
-#if __has_attribute(warn_unused_result)
-# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
-#else
-# define SWIFT_WARN_UNUSED_RESULT
-#endif
-#if __has_attribute(noreturn)
-# define SWIFT_NORETURN __attribute__((noreturn))
-#else
-# define SWIFT_NORETURN
-#endif
-#if !defined(SWIFT_CLASS_EXTRA)
-# define SWIFT_CLASS_EXTRA
-#endif
-#if !defined(SWIFT_PROTOCOL_EXTRA)
-# define SWIFT_PROTOCOL_EXTRA
-#endif
-#if !defined(SWIFT_ENUM_EXTRA)
-# define SWIFT_ENUM_EXTRA
-#endif
-#if !defined(SWIFT_CLASS)
-# if __has_attribute(objc_subclassing_restricted)
-# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA
-# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# else
-# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA
-# endif
-#endif
-#if !defined(SWIFT_RESILIENT_CLASS)
-# if __has_attribute(objc_class_stub)
-# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub))
-# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME)
-# else
-# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME)
-# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME)
-# endif
-#endif
-
-#if !defined(SWIFT_PROTOCOL)
-# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
-# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA
-#endif
-
-#if !defined(SWIFT_EXTENSION)
-# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__)
-#endif
-
-#if !defined(OBJC_DESIGNATED_INITIALIZER)
-# if __has_attribute(objc_designated_initializer)
-# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer))
-# else
-# define OBJC_DESIGNATED_INITIALIZER
-# endif
-#endif
-#if !defined(SWIFT_ENUM_ATTR)
-# if defined(__has_attribute) && __has_attribute(enum_extensibility)
-# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility)))
-# else
-# define SWIFT_ENUM_ATTR(_extensibility)
-# endif
-#endif
-#if !defined(SWIFT_ENUM)
-# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
-# if __has_feature(generalized_swift_name)
-# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type
-# else
-# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility)
-# endif
-#endif
-#if !defined(SWIFT_UNAVAILABLE)
-# define SWIFT_UNAVAILABLE __attribute__((unavailable))
-#endif
-#if !defined(SWIFT_UNAVAILABLE_MSG)
-# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg)))
-#endif
-#if !defined(SWIFT_AVAILABILITY)
-# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__)))
-#endif
-#if !defined(SWIFT_WEAK_IMPORT)
-# define SWIFT_WEAK_IMPORT __attribute__((weak_import))
-#endif
-#if !defined(SWIFT_DEPRECATED)
-# define SWIFT_DEPRECATED __attribute__((deprecated))
-#endif
-#if !defined(SWIFT_DEPRECATED_MSG)
-# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__)))
-#endif
-#if __has_feature(attribute_diagnose_if_objc)
-# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning")))
-#else
-# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg)
-#endif
-#if !defined(IBSegueAction)
-# define IBSegueAction
-#endif
-#if !defined(SWIFT_EXTERN)
-# if defined(__cplusplus)
-# define SWIFT_EXTERN extern "C"
-# else
-# define SWIFT_EXTERN extern
-# endif
-#endif
-#if __has_feature(modules)
-#if __has_warning("-Watimport-in-framework-header")
-#pragma clang diagnostic ignored "-Watimport-in-framework-header"
-#endif
-@import CoreData;
-@import CoreGraphics;
-@import UIKit;
-#endif
-
-#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch"
-#pragma clang diagnostic ignored "-Wduplicate-method-arg"
-#if __has_warning("-Wpragma-clang-attribute")
-# pragma clang diagnostic ignored "-Wpragma-clang-attribute"
-#endif
-#pragma clang diagnostic ignored "-Wunknown-pragmas"
-#pragma clang diagnostic ignored "-Wnullability"
-
-#if __has_attribute(external_source_symbol)
-# pragma push_macro("any")
-# undef any
-# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="DolyameSDK",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol))
-# pragma pop_macro("any")
-#endif
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-@class NSCoder;
-
-SWIFT_CLASS("_TtC10DolyameSDK20DolyamePaymentButton")
-@interface DolyamePaymentButton : UIView
-- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER;
-- (nullable instancetype)initWithCoder:(NSCoder * _Nonnull)coder SWIFT_UNAVAILABLE;
-@property (nonatomic, readonly) CGSize intrinsicContentSize;
-- (nonnull instancetype)initWithFrame:(CGRect)frame SWIFT_UNAVAILABLE;
-@end
-
-@class NSEntityDescription;
-@class NSManagedObjectContext;
-
-SWIFT_CLASS("_TtC10DolyameSDK7EventMO")
-@interface EventMO : NSManagedObject
-- (nonnull instancetype)initWithEntity:(NSEntityDescription * _Nonnull)entity insertIntoManagedObjectContext:(NSManagedObjectContext * _Nullable)context OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-@class NSData;
-@class NSString;
-
-@interface EventMO (SWIFT_EXTENSION(DolyameSDK))
-@property (nonatomic, copy) NSData * _Nullable clientParameters;
-@property (nonatomic, copy) NSData * _Nullable eventParameters;
-@property (nonatomic, copy) NSString * _Nullable name;
-@property (nonatomic, copy) NSData * _Nullable parameters;
-@property (nonatomic, copy) NSString * _Nullable project;
-@property (nonatomic) int64_t timestamp;
-@end
-
-
-
-
-SWIFT_CLASS("_TtC10DolyameSDK5LogMO")
-@interface LogMO : NSManagedObject
-- (nonnull instancetype)initWithEntity:(NSEntityDescription * _Nonnull)entity insertIntoManagedObjectContext:(NSManagedObjectContext * _Nullable)context OBJC_DESIGNATED_INITIALIZER;
-@end
-
-
-
-@interface LogMO (SWIFT_EXTENSION(DolyameSDK))
-@property (nonatomic, copy) NSString * _Nullable file;
-@property (nonatomic, copy) NSString * _Nullable function;
-@property (nonatomic) int16_t level;
-@property (nonatomic) int64_t line;
-@property (nonatomic, copy) NSString * _Nullable message;
-@property (nonatomic, copy) NSData * _Nullable metadata;
-@property (nonatomic, copy) NSString * _Nullable tag;
-@property (nonatomic, copy) NSString * _Nullable thread;
-@property (nonatomic) double timestamp;
-@end
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-#if __has_attribute(external_source_symbol)
-# pragma clang attribute pop
-#endif
-#pragma clang diagnostic pop
-#endif
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Info.plist b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Info.plist
deleted file mode 100644
index 9aae04d..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Info.plist and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/InpuCardtRequisitesTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/InpuCardtRequisitesTableViewCell.nib
deleted file mode 100644
index ac35722..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/InpuCardtRequisitesTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/LabelTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/LabelTableViewCell.nib
deleted file mode 100644
index 7e2c0e9..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/LabelTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/LoadingCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/LoadingCollectionViewCell.nib/objects-12.3+.nib
deleted file mode 100644
index f3ecfa2..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/LoadingCollectionViewCell.nib/objects-12.3+.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/LoadingCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/LoadingCollectionViewCell.nib/runtime.nib
deleted file mode 100644
index 20fdc72..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/LoadingCollectionViewCell.nib/runtime.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
deleted file mode 100644
index 17a2c9b..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/Modules/DolyameSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PSLogoTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PSLogoTableViewCell.nib
deleted file mode 100644
index fee9558..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PSLogoTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PageStatusCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PageStatusCollectionViewCell.nib/objects-12.3+.nib
deleted file mode 100644
index 9a5fb75..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PageStatusCollectionViewCell.nib/objects-12.3+.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PageStatusCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PageStatusCollectionViewCell.nib/runtime.nib
deleted file mode 100644
index f286428..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PageStatusCollectionViewCell.nib/runtime.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/objects-12.3+.nib
deleted file mode 100644
index 40f3ab5..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/objects-12.3+.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/runtime.nib
deleted file mode 100644
index e7a11fe..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PageStatusListCollectionViewCell.nib/runtime.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/objects-12.3+.nib
deleted file mode 100644
index bcd1bdb..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/objects-12.3+.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/runtime.nib
deleted file mode 100644
index a180201..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardCollectionViewCell.nib/runtime.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib
deleted file mode 100644
index 73bb1ac..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/objects-12.3+.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib
deleted file mode 100644
index 738a786..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardInputRequisitesCollectionViewCell.nib/runtime.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardTableViewCell.nib
deleted file mode 100644
index 354fba5..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PaymentCardTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PopUpViewContoller.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PopUpViewContoller.nib
deleted file mode 100644
index 78b7aee..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PopUpViewContoller.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PosterView.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PosterView.nib
deleted file mode 100644
index 23ec839..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/PosterView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/QRCodeImageTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/QRCodeImageTableViewCell.nib
deleted file mode 100644
index b2befd0..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/QRCodeImageTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/QRCodeWebTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/QRCodeWebTableViewCell.nib
deleted file mode 100644
index b319a00..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/QRCodeWebTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/RandomAmounCheckingViewController.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/RandomAmounCheckingViewController.nib
deleted file mode 100644
index 69b7e3c..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/RandomAmounCheckingViewController.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ResistanceSpaceTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ResistanceSpaceTableViewCell.nib
deleted file mode 100644
index cb547b9..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ResistanceSpaceTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/SBPCollectionViewCell.nib/objects-12.3+.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/SBPCollectionViewCell.nib/objects-12.3+.nib
deleted file mode 100644
index d511fc3..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/SBPCollectionViewCell.nib/objects-12.3+.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/SBPCollectionViewCell.nib/runtime.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/SBPCollectionViewCell.nib/runtime.nib
deleted file mode 100644
index 0a6ecad..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/SBPCollectionViewCell.nib/runtime.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ScrollableTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ScrollableTableViewCell.nib
deleted file mode 100644
index 0255653..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/ScrollableTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/StatusTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/StatusTableViewCell.nib
deleted file mode 100644
index f2c1a58..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/StatusTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSActionView.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSActionView.nib
deleted file mode 100644
index 7c7a439..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSActionView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSAvatarView.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSAvatarView.nib
deleted file mode 100644
index 4094a63..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSAvatarView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSBlockWithTitleView.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSBlockWithTitleView.nib
deleted file mode 100644
index 35fc560..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSBlockWithTitleView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/Assets.car b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/Assets.car
deleted file mode 100644
index 909cfb1..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/Assets.car and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/Info.plist
deleted file mode 100644
index 6373594..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/Info.plist and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeDirectory b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeDirectory
deleted file mode 100644
index 06fd599..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeDirectory and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeRequirements-1 b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeRequirements-1
deleted file mode 100644
index 35cf5eb..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCFImages.bundle/_CodeSignature/CodeRequirements-1 and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCardFieldInputView.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCardFieldInputView.nib
deleted file mode 100644
index 992f579..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCardFieldInputView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCardView.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCardView.nib
deleted file mode 100644
index 23ab23d..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCardView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCellView.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCellView.nib
deleted file mode 100644
index 31ccf98..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCellView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCheckboxView.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCheckboxView.nib
deleted file mode 100644
index 07a9aea..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSCheckboxView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSDetailedBlockView.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSDetailedBlockView.nib
deleted file mode 100644
index 711ca16..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSDetailedBlockView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSLoyaltyProgramView.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSLoyaltyProgramView.nib
deleted file mode 100644
index 4138756..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSLoyaltyProgramView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSOfferView.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSOfferView.nib
deleted file mode 100644
index db8bcba..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSOfferView.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSSimpleTableViewContainer.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSSimpleTableViewContainer.nib
deleted file mode 100644
index 2754de5..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TCSSimpleTableViewContainer.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/Info.plist
deleted file mode 100644
index 365008a..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/Info.plist and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Bold.otf b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Bold.otf
deleted file mode 100755
index 8516148..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Bold.otf and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Medium.otf b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Medium.otf
deleted file mode 100755
index 1a0a7e4..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Medium.otf and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Semibold.otf b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Semibold.otf
deleted file mode 100755
index c0792aa..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/SFProRounded-Semibold.otf and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/Tinkoff_Avatar-Regular.otf b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/Tinkoff_Avatar-Regular.otf
deleted file mode 100644
index e95a9f7..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/Tinkoff_Avatar-Regular.otf and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeDirectory b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeDirectory
deleted file mode 100644
index 71a597a..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeDirectory and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeRequirements-1 b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeRequirements-1
deleted file mode 100644
index 76ded09..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKFonts.bundle/_CodeSignature/CodeRequirements-1 and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/Assets.car b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/Assets.car
deleted file mode 100644
index 57b0ec8..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/Assets.car and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/Info.plist
deleted file mode 100644
index e396f64..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/Info.plist and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeDirectory b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeDirectory
deleted file mode 100644
index d8b3b21..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeDirectory and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeRequirements-1 b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeRequirements-1
deleted file mode 100644
index 13b69ad..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TDKImages.bundle/_CodeSignature/CodeRequirements-1 and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/Info.plist
deleted file mode 100644
index 1f92f9a..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/Info.plist and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeDirectory b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeDirectory
deleted file mode 100644
index e8a8a64..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeDirectory and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeRequirements-1 b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeRequirements-1
deleted file mode 100644
index c27810d..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TSFImages.bundle/_CodeSignature/CodeRequirements-1 and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TextFieldTableViewCell.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TextFieldTableViewCell.nib
deleted file mode 100644
index 25bf870..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TextFieldTableViewCell.nib and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Info.plist b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Info.plist
deleted file mode 100644
index c302cbe..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/Info.plist and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeDirectory b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeDirectory
deleted file mode 100644
index 29ce425..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeDirectory and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements
deleted file mode 100644
index dbf9d61..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements-1 b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements-1
deleted file mode 100644
index 5e5771b..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeRequirements-1 and /dev/null differ
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeResources b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeResources
deleted file mode 100644
index 0538a39..0000000
--- a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeResources
+++ /dev/null
@@ -1,113 +0,0 @@
-
-
-
-
- files
-
- Assets.car
-
- b1n36BzBk2CBGl9a2p5QhJFhgrs=
-
-
- files2
-
- Assets.car
-
- hash
-
- b1n36BzBk2CBGl9a2p5QhJFhgrs=
-
- hash2
-
- wnRzHnlFyn8ohKD61GaGn7zoWVNSoU1uJyybMquMiCc=
-
-
-
- rules
-
- ^.*
-
- ^.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Base\.lproj/
-
- weight
- 1010
-
- ^version.plist$
-
-
- rules2
-
- .*\.dSYM($|/)
-
- weight
- 11
-
- ^(.*/)?\.DS_Store$
-
- omit
-
- weight
- 2000
-
- ^.*
-
- ^.*\.lproj/
-
- optional
-
- weight
- 1000
-
- ^.*\.lproj/locversion.plist$
-
- omit
-
- weight
- 1100
-
- ^Base\.lproj/
-
- weight
- 1010
-
- ^Info\.plist$
-
- omit
-
- weight
- 20
-
- ^PkgInfo$
-
- omit
-
- weight
- 20
-
- ^embedded\.provisionprofile$
-
- weight
- 20
-
- ^version\.plist$
-
- weight
- 20
-
-
-
-
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeSignature b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/TinkoffASDKUIResources.bundle/_CodeSignature/CodeSignature
deleted file mode 100644
index e69de29..0000000
diff --git a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/WebViewController.nib b/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/WebViewController.nib
deleted file mode 100644
index c4950d0..0000000
Binary files a/Framework/DolyameSDK.xcframework/ios-x86_64-simulator/DolyameSDK.framework/WebViewController.nib and /dev/null differ
diff --git a/Framework/JuicyScoreFramework.xcframework.zip b/Framework/JuicyScoreFramework.xcframework.zip
index 96e82b3..820a7ad 100644
Binary files a/Framework/JuicyScoreFramework.xcframework.zip and b/Framework/JuicyScoreFramework.xcframework.zip differ
diff --git a/JuicyScoreCarthageSpec.json b/JuicyScoreCarthageSpec.json
index 9075786..02beab7 100644
--- a/JuicyScoreCarthageSpec.json
+++ b/JuicyScoreCarthageSpec.json
@@ -3,5 +3,6 @@
"1.0.12": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.12/Framework/JuicyScoreFramework.xcframework.zip",
"1.0.13": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.13/Framework/JuicyScoreFramework.xcframework.zip",
"1.0.14": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.14/Framework/JuicyScoreFramework.xcframework.zip",
- "1.0.15": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.15/Framework/JuicyScoreFramework.xcframework.zip"
+ "1.0.15": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.15/Framework/JuicyScoreFramework.xcframework.zip",
+ "1.0.16": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.16/Framework/JuicyScoreFramework.xcframework.zip"
}
\ No newline at end of file
diff --git a/README.md b/README.md
index ec25a08..4438193 100644
--- a/README.md
+++ b/README.md
@@ -10,34 +10,8 @@
Иконка магазина|JPG/PNG, без альфа-канала или прозрачных частей, квадратный, разрешение мин. 160x160 макс. 480x480, без контента по углам, так как в дизайне углы иконки будут обрезаться до состояния круга.|Иконка магазина будет отображаться в интерфейсах SDK для того, чтобы пользователь видел в каком магазине приобретает товар
## Установка SDK
-Начиная с версии 1.0.11, выключена поддержка bitcode.
-### Установка через CocoaPods
-
-Добавьте в Podfile:
-```ruby
-pod 'DolyameSDK'
-```
-
-### Установка через Carthage
-
-Добавьте в Cartfile:
-```
-binary "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/main/DolyameSDK.json"
-binary "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/main/JuicyScoreCarthageSpec.json"
-```
-
-Затем вызовите
-```
-carthage bootstrap --use-xcframeworks
-```
-
-Затем добавьте:
-
-- `./Carthage/Build/DolyameSDK.xcframework`
-- `./Carthage/Build/JuicyScoreFramework.xcframework`
-
-в `Frameworks, Libraries and Embedded Content` своего таргета приложения.
+[Инструкция по установке в Installation.md](./docs/Installation.md)
## Подготовительные работы на вашем бэкенде
@@ -49,26 +23,72 @@ URL на который будет приходить вебхук вы може
Для работы с SDK Долями вашему бэкенду НЕ нужно вызывать `Create`!
-## Использование SDK
-Минимальная версия iOS 12.0.
-
-SDK Долями предоставляет возможность нашим клиентам интегрировать платежный флоу через сервис Долями в безопасной и эффективной манере. Под капотом, нативный приватный код SDK осуществляет менеджмент многих аспектов связанных с использованием сервиса, таких как:
-- авторизация пользователя
-- менеджмент платежных методов
-- работа с осуществлением платежей
-
-Однако, несмотря на сложность и закрытость имплементации, целью этого SDK является предоставление минималистичного API с единой точкой входа и единой точкой выхода, которое позволит интегрировать SDK с минимальными усилиями.
-
## Алгоритмика использования SDK
+Минимальная версия iOS 12.0, bitcode выключен.
+
Для интеграции SDK нужно:
+- встроить настройки `NSAppTransportSecurity` в `Info.plist`
- встроить в свой интерфейс кнопку **Оплатить Долями**, класс `DolyamePaymentButton`.
-- создать объект конфигурации SDK, класс `DolyamePaymentConfiguration`
-- создать интанс координатора SDK, класс `DolyamePaymentCoordinator`
+- создать объект координатора SDK, класс `DolyamePaymentCoordinator`
- подписаться на результат работы координатора, проперти, `DolyamePaymentCoordinator.onFinish`.
+- вызвать `start` на `DolyamePaymentCoordinator`
+# Секция 0: `NSAppTransportSecurity` в `Info.plist`
+
+Нужно добавить `cdn-tinkoff.ru`, `tinkoff.ru`, `tcsbank.ru` и `dolyame.ru` в App Transport Security - Excluded Domains. Для каждого из них нужно сделать `AllowsInsecureHTTPLoads = YES` и, обязательно, `NSIncludesSubdomains = YES`.
+
+
+ Вот так будет выглядеть секция Info для таргета вашего приложения
+
+![A screenshot from Xcode](./docs/res/app-trasport-sec.png)
+
+
+
+ Пример raw Info.plist с нужными значениями
+
+```text.xml.plist
+NSAppTransportSecurity
+
+ NSAllowsArbitraryLoads
+
+ NSExceptionDomains
+
+ cdn-tinkoff.ru
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
+ tinkoff.ru
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
+ tcsbank.ru
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
+ dolyame.ru
+
+ NSExceptionAllowsInsecureHTTPLoads
+
+ NSIncludesSubdomains
+
+
+
+
+```
+
+
# Секция 1: Кнопка "Оплатить Долями"
## Класс `DolyamePaymentButton`
@@ -154,7 +174,7 @@ email|`String?`|Email клиента. Обязательно передайте,
Начиная с 2022 года, в App Store для страны Китай нельзя использовать API CallKit. При этом, символы и модуль могут быть упомянуты, однако на стороне кода должна быть бизнес-логика которая определяет что приложение запущено в Китае и отключает использование этих API. При этом на этапе ревью придет reject, и Apple запросит подтверждение, что действительно в приложении есть такая бизнес-логика. Нужно указать, что "да" и затем ревью будет пройдено.
-Мы используем функцонал CallKit и предоставляем способ его выключить. Но вместо того, чтобы самими брать ответственность за определение региона и принятие решения, мы оставляем это право вам. Из того, что вы видели в интернете, достаточно проверки региона текущей локали, однако вы можете использовать другие методы.
+Мы используем функцонал CallKit и предоставляем способ его выключить. Но вместо того, чтобы самим брать ответственность за определение региона и принятие решения, мы оставляем это право вам. Из того, что мы видели в интернете, достаточно проверки региона текущей локали, однако вы можете использовать другие методы.
Если ваше приложение не выклыдывается в китайский стор или вы никогда не сталкивались с такой проблемой App Review, то рекомендуем никогда не отключать это поведение. Именно поэтому этот флаг по-умолчанию `true`.
@@ -243,6 +263,27 @@ public class DolyamePaymentCoordinator {
# Тестирование интеграции
+## Демо-заявка
+
+Для того чтобы не тестировать на проде, SDK предлагает возможность проверки интеграции через демо заявку.
+
+Отличия демо-заявки от нормального флоу:
+- перед запуском основного флоу вам будет показан экран, на котором вы можете выбрать результат, чем флоу кончится
+- не будет производиться работа с эквайрингом. При этом, подтверждение платежа будет приходить аналогично настоящему.
+
+Есть пять вариантов окончания флоу:
+1. Отказ скоринга
+1. Успешная оплата 1го платежа
+1. Неуспешная оплата 1го платежа
+1. Результат оплаты неизвестен, но в итоге оплата пройдет успешно
+1. Результат оплаты неизвестен и в итоге неуспешная оплата
+
+Шаги для запуска демо-заявки:
+- в конфигурации `Partner` нужно указать `notificationUrl`, чтобы он указывал на ваше тестовое окружение. Если вы не укажете здесь `notificationUrl`, то вы не получите подтверждения платежа, даже если при интеграции вы давали дефолтный URL. Так как он не тестовый, а боевой.
+- передайте в `demoFlow` значение `true`
+
+
+
## Неожиданные события
В процессе работы SDK Долями могут возникнуть непредвиденные ситуации. С точки зрения UX, мы берем на себя реагирование на них и правильный вывод пользователя из флоу SDK обратно в приложение партнера. Однако, для целей проверки интеграции, во время тестирования подключенного SDK, вам стоит подписаться на эти события, чтобы быть в курсе, если вы сделали что-то неправильно.
@@ -277,82 +318,4 @@ public class DolyamePaymentCoordinator {
`wrongPersonData`|Переданные данные отличаются от хранимых|Этот кейс также не должен никогда случаться, но на случай если случится, сообщите об этом вашему персональному менеджеру по интеграции Долями.
`noPartnerForClient`|Ошибка доступа к SDK|Обратитесь к вашему персональному менеджеру по интеграции Долями.
-
-
-## Демо-заявка
-
-Для того чтобы не тестировать на проде, SDK предлагает возможность проверки интеграции через демо заявку.
-
-Отличия демо-заявки от нормального флоу:
-- перед запуском основного флоу вам будет показан экран, на котором вы можете выбрать результат, чем флоу кончится
-- не будет производиться работа с эквайрингом. При этом, подтверждение платежа будет приходить аналогично настоящему.
-
-Есть пять вариантов окончания флоу:
-1. Отказ скоринга
-1. Успешная оплата 1го платежа
-1. Неуспешная оплата 1го платежа
-1. Результат оплаты неизвестен, но в итоге оплата пройдет успешно
-1. Результат оплаты неизвестен и в итоге неуспешная оплата
-
-Шаги для запуска демо-заявки:
-- в конфигурации `Partner` нужно указать `notificationUrl`, чтобы он указывал на ваше тестовое окружение. Если вы не укажете здесь `notificationUrl`, то вы не получите подтверждения платежа, даже если при интеграции вы давали дефолтный URL. Так как он не тестовый, а боевой.
-- передайте в `demoFlow` значение `true`
-
-
-
-# Подключение Apple Pay
-
-Основные принципы:
-- SDK Долями поддерживает проведение платежей через Apple Pay.
-- В силу специфики работы инфраструктуры Apple Pay, мы не можем использовать наш собственный Merchant ID для проведения платежей с нашего Apple Developer аккаунта.
-- Framework, который мы поставляем, будет встраиваться в ваши приложения и подписываться под вашим Apple Development Team'ом.
-- Из-за этого Apple Pay Merchant ID должен быть создан на вашей стороне.
-- Если в вашем проекте уже используется Apple Pay и создан Merchant ID, обратите внимание, что мы будем пользоваться своим, отдельным Merchant ID для проведения платежей, который будет существовать параллельно вашему.
-
-## Шаги по настройке Apple Pay в проекте и в Apple Developer Portal:
-
-Вместе с SDK Долями вам будет предоставлен файл Certificate Signing Request. Этот файл будет использоваться для создания Payment Processing Certificate.
-
-Для начала нужно создать новый Merchant ID:
-
-- На портале Apple Developer, в меню слева "Certificates, IDs & Profiles" в секции "Identifiers"
-- Нажмите на "+", чтобы создать новый идентификатор, далее выберите тип идентификатора "Merchant ID"
-- Поле Description: любой. Например "Dolyame SDK Merchant ID".
-- Поле Identifier: `merchant.ru.dolyame.DolyameSDK-*название вашего магазина*`.
-- Сообщите вашему персональному менеджеру в проекте Долями, какой Merchant ID вы создали.
-
-Если с этим шагом будут сложности, обратитесь к вашему персональному менеджеру из проекта Долями.
-
-Затем, создайте Payment Processing Certificate:
-
-- на портале Apple Developer, в меню слева "Certificates, IDs & Profiles", в секции "Certificates"
-- создайте новый сертификат, тип - "Apple Pay Payment Processing Certificate".
-- При создании вас попросят выбрать Merchant ID - выберите новосозданный Merchant ID из предыдущего пункта.
-- На вопрос "Will payments associated with this Merchant ID be processed exclusively in China mainland?" отвечайте "No."
-- На запрос "Upload a Certificate Signing Request", загрузите Certificate Signing Request `.certSigningRequest` **который мы прислали вам**. Не создавайте свой, это критически важно!
-- Скачайте получившийся `.cer` файл
-- Запакуйте его в .zip архив
-- Передайте архив вашему персональному менеджеру в проекте Долями
-
-После этого шага, Merchant ID создан и у нас есть сертификат для того чтобы по нему обрабатывать платежи ваших пользователей. После этого необходимо настроить ваш Xcode проект.
-
-Как настроить ваш Xcode проект:
-
-Если у вас еще не подключена Apple Pay Capability:
-
-- В настройках Таргета вашего приложения, перейдите во вкладку Signing & Capabilities
-- Нажмите на "+ Capability" чтобы добавить новую Capability
-- Выберите Apple Pay
-- Посмотрите, чтобы эта Capability создавалась для всех конфигураций (Debug, Release и все что у вас созданы дополнительно)
-- Если у вас не был создан файл .entitlements и Xcode предложит его создать, соглашайтесь
-
-Когда Apple Pay Capability подключена:
-
-- добавьте Merchant ID, который вы создали, в список Merchant ID. Им сможет пользоваться ваше приложение.
-- проверьте что Merchant ID успешно добавился в .entitlements файл
-
-На этом шаге проект должен быть настроен и готов.
-
-Однако:
-- Вы не передаете Merchant ID напрямую через конфигурацию SDK, вместо этого мы сами узнаем у наших серверов, какой Merchant ID нам использовать. Поэтому, заработает Apple Pay только после того как мы получим и обработаем Merchant ID и сертификат который вы нам пришлете
-- Из-за этого, протестировать работоспособность и правильность настройки сразу не получится. После настройки свяжитесь с нами для проверки работоспособности оплаты через Apple Pay.
+
\ No newline at end of file
diff --git a/docs/Installation.md b/docs/Installation.md
new file mode 100644
index 0000000..2ef536f
--- /dev/null
+++ b/docs/Installation.md
@@ -0,0 +1,29 @@
+# Установка
+
+### Установка через CocoaPods
+
+Добавьте в Podfile:
+```ruby
+pod 'DolyameSDK'
+```
+
+### Установка через Carthage
+
+Добавьте в Cartfile:
+```
+binary "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/main/DolyameSDK.json"
+binary "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/main/JuicyScoreCarthageSpec.json"
+```
+
+Затем вызовите
+```
+carthage bootstrap --use-xcframeworks
+```
+
+Затем добавьте:
+
+- `./Carthage/Build/DolyameSDK.xcframework`
+- `./Carthage/Build/JuicyScoreFramework.xcframework`
+
+в `Frameworks, Libraries and Embedded Content` своего таргета приложения.
+
diff --git a/docs/res/app-trasport-sec.png b/docs/res/app-trasport-sec.png
new file mode 100644
index 0000000..d23a344
Binary files /dev/null and b/docs/res/app-trasport-sec.png differ