@doorstepai/dropoff-sdk 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/android/build.gradle +1 -1
- package/android/src/main/java/com/doorstepai/dropoffsdk/DoorstepAIModule.kt +16 -3
- package/ios/DoorstepAI.mm +2 -0
- package/ios/DoorstepAI.swift +15 -1
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Info.plist +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.abi.json +931 -416
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +17 -19
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios.swiftinterface +17 -19
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/PrivacyInfo.xcprivacy +39 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +22 -11
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +1583 -1462
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Info.plist +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +931 -416
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +17 -19
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +17 -19
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +931 -416
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +17 -19
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/Modules/DoorstepDropoffSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +17 -19
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/PrivacyInfo.xcprivacy +39 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/DoorstepDropoffSDK.framework/_CodeSignature/CodeResources +32 -21
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/DWARF/DoorstepDropoffSDK +0 -0
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/aarch64/DoorstepDropoffSDK.yml +1583 -1462
- package/ios/DoorstepDropoffSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/DoorstepDropoffSDK.framework.dSYM/Contents/Resources/Relocations/x86_64/DoorstepDropoffSDK.yml +1578 -1457
- package/lib/module/DoorstepAI.js +5 -12
- package/lib/module/DoorstepAI.js.map +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/DoorstepAI.d.ts +7 -2
- package/lib/typescript/src/DoorstepAI.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +1 -0
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/DoorstepAI.tsx +13 -9
- package/src/index.tsx +1 -0
|
@@ -334,6 +334,13 @@
|
|
|
334
334
|
],
|
|
335
335
|
"enumRawTypeName": "Int",
|
|
336
336
|
"conformances": [
|
|
337
|
+
{
|
|
338
|
+
"kind": "Conformance",
|
|
339
|
+
"name": "Comparable",
|
|
340
|
+
"printedName": "Comparable",
|
|
341
|
+
"usr": "s:SL",
|
|
342
|
+
"mangledName": "$sSL"
|
|
343
|
+
},
|
|
337
344
|
{
|
|
338
345
|
"kind": "Conformance",
|
|
339
346
|
"name": "Copyable",
|
|
@@ -341,13 +348,6 @@
|
|
|
341
348
|
"usr": "s:s8CopyableP",
|
|
342
349
|
"mangledName": "$ss8CopyableP"
|
|
343
350
|
},
|
|
344
|
-
{
|
|
345
|
-
"kind": "Conformance",
|
|
346
|
-
"name": "Escapable",
|
|
347
|
-
"printedName": "Escapable",
|
|
348
|
-
"usr": "s:s9EscapableP",
|
|
349
|
-
"mangledName": "$ss9EscapableP"
|
|
350
|
-
},
|
|
351
351
|
{
|
|
352
352
|
"kind": "Conformance",
|
|
353
353
|
"name": "Equatable",
|
|
@@ -400,10 +400,10 @@
|
|
|
400
400
|
},
|
|
401
401
|
{
|
|
402
402
|
"kind": "Conformance",
|
|
403
|
-
"name": "
|
|
404
|
-
"printedName": "
|
|
405
|
-
"usr": "s:
|
|
406
|
-
"mangledName": "$
|
|
403
|
+
"name": "Escapable",
|
|
404
|
+
"printedName": "Escapable",
|
|
405
|
+
"usr": "s:s9EscapableP",
|
|
406
|
+
"mangledName": "$ss9EscapableP"
|
|
407
407
|
}
|
|
408
408
|
]
|
|
409
409
|
},
|
|
@@ -502,14 +502,21 @@
|
|
|
502
502
|
},
|
|
503
503
|
{
|
|
504
504
|
"kind": "Import",
|
|
505
|
-
"name": "
|
|
506
|
-
"printedName": "
|
|
505
|
+
"name": "SQLite3",
|
|
506
|
+
"printedName": "SQLite3",
|
|
507
507
|
"declKind": "Import",
|
|
508
508
|
"moduleName": "DoorstepDropoffSDK",
|
|
509
509
|
"declAttributes": [
|
|
510
510
|
"RawDocComment"
|
|
511
511
|
]
|
|
512
512
|
},
|
|
513
|
+
{
|
|
514
|
+
"kind": "Import",
|
|
515
|
+
"name": "os",
|
|
516
|
+
"printedName": "os",
|
|
517
|
+
"declKind": "Import",
|
|
518
|
+
"moduleName": "DoorstepDropoffSDK"
|
|
519
|
+
},
|
|
513
520
|
{
|
|
514
521
|
"kind": "Import",
|
|
515
522
|
"name": "Compression",
|
|
@@ -558,6 +565,20 @@
|
|
|
558
565
|
"declKind": "Import",
|
|
559
566
|
"moduleName": "DoorstepDropoffSDK"
|
|
560
567
|
},
|
|
568
|
+
{
|
|
569
|
+
"kind": "Import",
|
|
570
|
+
"name": "CoreLocation",
|
|
571
|
+
"printedName": "CoreLocation",
|
|
572
|
+
"declKind": "Import",
|
|
573
|
+
"moduleName": "DoorstepDropoffSDK"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"kind": "Import",
|
|
577
|
+
"name": "CoreMotion",
|
|
578
|
+
"printedName": "CoreMotion",
|
|
579
|
+
"declKind": "Import",
|
|
580
|
+
"moduleName": "DoorstepDropoffSDK"
|
|
581
|
+
},
|
|
561
582
|
{
|
|
562
583
|
"kind": "TypeDecl",
|
|
563
584
|
"name": "AddressType",
|
|
@@ -934,6 +955,215 @@
|
|
|
934
955
|
"declAttributes": [
|
|
935
956
|
"AccessControl"
|
|
936
957
|
],
|
|
958
|
+
"conformances": [
|
|
959
|
+
{
|
|
960
|
+
"kind": "Conformance",
|
|
961
|
+
"name": "AddressDesignation",
|
|
962
|
+
"printedName": "AddressDesignation",
|
|
963
|
+
"usr": "s:18DoorstepDropoffSDK18AddressDesignationP",
|
|
964
|
+
"mangledName": "$s18DoorstepDropoffSDK18AddressDesignationP"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"kind": "Conformance",
|
|
968
|
+
"name": "Copyable",
|
|
969
|
+
"printedName": "Copyable",
|
|
970
|
+
"usr": "s:s8CopyableP",
|
|
971
|
+
"mangledName": "$ss8CopyableP"
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"kind": "Conformance",
|
|
975
|
+
"name": "Escapable",
|
|
976
|
+
"printedName": "Escapable",
|
|
977
|
+
"usr": "s:s9EscapableP",
|
|
978
|
+
"mangledName": "$ss9EscapableP"
|
|
979
|
+
}
|
|
980
|
+
]
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"kind": "TypeDecl",
|
|
984
|
+
"name": "LatLngObject",
|
|
985
|
+
"printedName": "LatLngObject",
|
|
986
|
+
"children": [
|
|
987
|
+
{
|
|
988
|
+
"kind": "Var",
|
|
989
|
+
"name": "lat",
|
|
990
|
+
"printedName": "lat",
|
|
991
|
+
"children": [
|
|
992
|
+
{
|
|
993
|
+
"kind": "TypeNominal",
|
|
994
|
+
"name": "Double",
|
|
995
|
+
"printedName": "Swift.Double",
|
|
996
|
+
"usr": "s:Sd"
|
|
997
|
+
}
|
|
998
|
+
],
|
|
999
|
+
"declKind": "Var",
|
|
1000
|
+
"usr": "s:18DoorstepDropoffSDK12LatLngObjectV3latSdvp",
|
|
1001
|
+
"mangledName": "$s18DoorstepDropoffSDK12LatLngObjectV3latSdvp",
|
|
1002
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1003
|
+
"declAttributes": [
|
|
1004
|
+
"HasStorage",
|
|
1005
|
+
"AccessControl"
|
|
1006
|
+
],
|
|
1007
|
+
"isLet": true,
|
|
1008
|
+
"hasStorage": true,
|
|
1009
|
+
"accessors": [
|
|
1010
|
+
{
|
|
1011
|
+
"kind": "Accessor",
|
|
1012
|
+
"name": "Get",
|
|
1013
|
+
"printedName": "Get()",
|
|
1014
|
+
"children": [
|
|
1015
|
+
{
|
|
1016
|
+
"kind": "TypeNominal",
|
|
1017
|
+
"name": "Double",
|
|
1018
|
+
"printedName": "Swift.Double",
|
|
1019
|
+
"usr": "s:Sd"
|
|
1020
|
+
}
|
|
1021
|
+
],
|
|
1022
|
+
"declKind": "Accessor",
|
|
1023
|
+
"usr": "s:18DoorstepDropoffSDK12LatLngObjectV3latSdvg",
|
|
1024
|
+
"mangledName": "$s18DoorstepDropoffSDK12LatLngObjectV3latSdvg",
|
|
1025
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1026
|
+
"implicit": true,
|
|
1027
|
+
"accessorKind": "get"
|
|
1028
|
+
}
|
|
1029
|
+
]
|
|
1030
|
+
},
|
|
1031
|
+
{
|
|
1032
|
+
"kind": "Var",
|
|
1033
|
+
"name": "lng",
|
|
1034
|
+
"printedName": "lng",
|
|
1035
|
+
"children": [
|
|
1036
|
+
{
|
|
1037
|
+
"kind": "TypeNominal",
|
|
1038
|
+
"name": "Double",
|
|
1039
|
+
"printedName": "Swift.Double",
|
|
1040
|
+
"usr": "s:Sd"
|
|
1041
|
+
}
|
|
1042
|
+
],
|
|
1043
|
+
"declKind": "Var",
|
|
1044
|
+
"usr": "s:18DoorstepDropoffSDK12LatLngObjectV3lngSdvp",
|
|
1045
|
+
"mangledName": "$s18DoorstepDropoffSDK12LatLngObjectV3lngSdvp",
|
|
1046
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1047
|
+
"declAttributes": [
|
|
1048
|
+
"HasStorage",
|
|
1049
|
+
"AccessControl"
|
|
1050
|
+
],
|
|
1051
|
+
"isLet": true,
|
|
1052
|
+
"hasStorage": true,
|
|
1053
|
+
"accessors": [
|
|
1054
|
+
{
|
|
1055
|
+
"kind": "Accessor",
|
|
1056
|
+
"name": "Get",
|
|
1057
|
+
"printedName": "Get()",
|
|
1058
|
+
"children": [
|
|
1059
|
+
{
|
|
1060
|
+
"kind": "TypeNominal",
|
|
1061
|
+
"name": "Double",
|
|
1062
|
+
"printedName": "Swift.Double",
|
|
1063
|
+
"usr": "s:Sd"
|
|
1064
|
+
}
|
|
1065
|
+
],
|
|
1066
|
+
"declKind": "Accessor",
|
|
1067
|
+
"usr": "s:18DoorstepDropoffSDK12LatLngObjectV3lngSdvg",
|
|
1068
|
+
"mangledName": "$s18DoorstepDropoffSDK12LatLngObjectV3lngSdvg",
|
|
1069
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1070
|
+
"implicit": true,
|
|
1071
|
+
"accessorKind": "get"
|
|
1072
|
+
}
|
|
1073
|
+
]
|
|
1074
|
+
},
|
|
1075
|
+
{
|
|
1076
|
+
"kind": "Constructor",
|
|
1077
|
+
"name": "init",
|
|
1078
|
+
"printedName": "init(lat:lng:)",
|
|
1079
|
+
"children": [
|
|
1080
|
+
{
|
|
1081
|
+
"kind": "TypeNominal",
|
|
1082
|
+
"name": "LatLngObject",
|
|
1083
|
+
"printedName": "DoorstepDropoffSDK.LatLngObject",
|
|
1084
|
+
"usr": "s:18DoorstepDropoffSDK12LatLngObjectV"
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"kind": "TypeNominal",
|
|
1088
|
+
"name": "Double",
|
|
1089
|
+
"printedName": "Swift.Double",
|
|
1090
|
+
"usr": "s:Sd"
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"kind": "TypeNominal",
|
|
1094
|
+
"name": "Double",
|
|
1095
|
+
"printedName": "Swift.Double",
|
|
1096
|
+
"usr": "s:Sd"
|
|
1097
|
+
}
|
|
1098
|
+
],
|
|
1099
|
+
"declKind": "Constructor",
|
|
1100
|
+
"usr": "s:18DoorstepDropoffSDK12LatLngObjectV3lat3lngACSd_Sdtcfc",
|
|
1101
|
+
"mangledName": "$s18DoorstepDropoffSDK12LatLngObjectV3lat3lngACSd_Sdtcfc",
|
|
1102
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1103
|
+
"declAttributes": [
|
|
1104
|
+
"AccessControl"
|
|
1105
|
+
],
|
|
1106
|
+
"init_kind": "Designated"
|
|
1107
|
+
},
|
|
1108
|
+
{
|
|
1109
|
+
"kind": "Constructor",
|
|
1110
|
+
"name": "init",
|
|
1111
|
+
"printedName": "init(from:)",
|
|
1112
|
+
"children": [
|
|
1113
|
+
{
|
|
1114
|
+
"kind": "TypeNominal",
|
|
1115
|
+
"name": "LatLngObject",
|
|
1116
|
+
"printedName": "DoorstepDropoffSDK.LatLngObject",
|
|
1117
|
+
"usr": "s:18DoorstepDropoffSDK12LatLngObjectV"
|
|
1118
|
+
},
|
|
1119
|
+
{
|
|
1120
|
+
"kind": "TypeNominal",
|
|
1121
|
+
"name": "Decoder",
|
|
1122
|
+
"printedName": "any Swift.Decoder",
|
|
1123
|
+
"usr": "s:s7DecoderP"
|
|
1124
|
+
}
|
|
1125
|
+
],
|
|
1126
|
+
"declKind": "Constructor",
|
|
1127
|
+
"usr": "s:18DoorstepDropoffSDK12LatLngObjectV4fromACs7Decoder_p_tKcfc",
|
|
1128
|
+
"mangledName": "$s18DoorstepDropoffSDK12LatLngObjectV4fromACs7Decoder_p_tKcfc",
|
|
1129
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1130
|
+
"implicit": true,
|
|
1131
|
+
"throwing": true,
|
|
1132
|
+
"init_kind": "Designated"
|
|
1133
|
+
},
|
|
1134
|
+
{
|
|
1135
|
+
"kind": "Function",
|
|
1136
|
+
"name": "encode",
|
|
1137
|
+
"printedName": "encode(to:)",
|
|
1138
|
+
"children": [
|
|
1139
|
+
{
|
|
1140
|
+
"kind": "TypeNominal",
|
|
1141
|
+
"name": "Void",
|
|
1142
|
+
"printedName": "()"
|
|
1143
|
+
},
|
|
1144
|
+
{
|
|
1145
|
+
"kind": "TypeNominal",
|
|
1146
|
+
"name": "Encoder",
|
|
1147
|
+
"printedName": "any Swift.Encoder",
|
|
1148
|
+
"usr": "s:s7EncoderP"
|
|
1149
|
+
}
|
|
1150
|
+
],
|
|
1151
|
+
"declKind": "Func",
|
|
1152
|
+
"usr": "s:18DoorstepDropoffSDK12LatLngObjectV6encode2toys7Encoder_p_tKF",
|
|
1153
|
+
"mangledName": "$s18DoorstepDropoffSDK12LatLngObjectV6encode2toys7Encoder_p_tKF",
|
|
1154
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1155
|
+
"implicit": true,
|
|
1156
|
+
"throwing": true,
|
|
1157
|
+
"funcSelfKind": "NonMutating"
|
|
1158
|
+
}
|
|
1159
|
+
],
|
|
1160
|
+
"declKind": "Struct",
|
|
1161
|
+
"usr": "s:18DoorstepDropoffSDK12LatLngObjectV",
|
|
1162
|
+
"mangledName": "$s18DoorstepDropoffSDK12LatLngObjectV",
|
|
1163
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1164
|
+
"declAttributes": [
|
|
1165
|
+
"AccessControl"
|
|
1166
|
+
],
|
|
937
1167
|
"conformances": [
|
|
938
1168
|
{
|
|
939
1169
|
"kind": "Conformance",
|
|
@@ -942,6 +1172,20 @@
|
|
|
942
1172
|
"usr": "s:s8CopyableP",
|
|
943
1173
|
"mangledName": "$ss8CopyableP"
|
|
944
1174
|
},
|
|
1175
|
+
{
|
|
1176
|
+
"kind": "Conformance",
|
|
1177
|
+
"name": "Decodable",
|
|
1178
|
+
"printedName": "Decodable",
|
|
1179
|
+
"usr": "s:Se",
|
|
1180
|
+
"mangledName": "$sSe"
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
"kind": "Conformance",
|
|
1184
|
+
"name": "Encodable",
|
|
1185
|
+
"printedName": "Encodable",
|
|
1186
|
+
"usr": "s:SE",
|
|
1187
|
+
"mangledName": "$sSE"
|
|
1188
|
+
},
|
|
945
1189
|
{
|
|
946
1190
|
"kind": "Conformance",
|
|
947
1191
|
"name": "Escapable",
|
|
@@ -951,10 +1195,17 @@
|
|
|
951
1195
|
},
|
|
952
1196
|
{
|
|
953
1197
|
"kind": "Conformance",
|
|
954
|
-
"name": "
|
|
955
|
-
"printedName": "
|
|
956
|
-
"usr": "s:
|
|
957
|
-
"mangledName": "$
|
|
1198
|
+
"name": "Sendable",
|
|
1199
|
+
"printedName": "Sendable",
|
|
1200
|
+
"usr": "s:s8SendableP",
|
|
1201
|
+
"mangledName": "$ss8SendableP"
|
|
1202
|
+
},
|
|
1203
|
+
{
|
|
1204
|
+
"kind": "Conformance",
|
|
1205
|
+
"name": "SendableMetatype",
|
|
1206
|
+
"printedName": "SendableMetatype",
|
|
1207
|
+
"usr": "s:s16SendableMetatypeP",
|
|
1208
|
+
"mangledName": "$ss16SendableMetatypeP"
|
|
958
1209
|
}
|
|
959
1210
|
]
|
|
960
1211
|
},
|
|
@@ -1183,6 +1434,13 @@
|
|
|
1183
1434
|
"AccessControl"
|
|
1184
1435
|
],
|
|
1185
1436
|
"conformances": [
|
|
1437
|
+
{
|
|
1438
|
+
"kind": "Conformance",
|
|
1439
|
+
"name": "AddressDesignation",
|
|
1440
|
+
"printedName": "AddressDesignation",
|
|
1441
|
+
"usr": "s:18DoorstepDropoffSDK18AddressDesignationP",
|
|
1442
|
+
"mangledName": "$s18DoorstepDropoffSDK18AddressDesignationP"
|
|
1443
|
+
},
|
|
1186
1444
|
{
|
|
1187
1445
|
"kind": "Conformance",
|
|
1188
1446
|
"name": "Copyable",
|
|
@@ -1196,13 +1454,6 @@
|
|
|
1196
1454
|
"printedName": "Escapable",
|
|
1197
1455
|
"usr": "s:s9EscapableP",
|
|
1198
1456
|
"mangledName": "$ss9EscapableP"
|
|
1199
|
-
},
|
|
1200
|
-
{
|
|
1201
|
-
"kind": "Conformance",
|
|
1202
|
-
"name": "AddressDesignation",
|
|
1203
|
-
"printedName": "AddressDesignation",
|
|
1204
|
-
"usr": "s:18DoorstepDropoffSDK18AddressDesignationP",
|
|
1205
|
-
"mangledName": "$s18DoorstepDropoffSDK18AddressDesignationP"
|
|
1206
1457
|
}
|
|
1207
1458
|
]
|
|
1208
1459
|
},
|
|
@@ -1386,13 +1637,6 @@
|
|
|
1386
1637
|
"usr": "s:s8CopyableP",
|
|
1387
1638
|
"mangledName": "$ss8CopyableP"
|
|
1388
1639
|
},
|
|
1389
|
-
{
|
|
1390
|
-
"kind": "Conformance",
|
|
1391
|
-
"name": "Escapable",
|
|
1392
|
-
"printedName": "Escapable",
|
|
1393
|
-
"usr": "s:s9EscapableP",
|
|
1394
|
-
"mangledName": "$ss9EscapableP"
|
|
1395
|
-
},
|
|
1396
1640
|
{
|
|
1397
1641
|
"kind": "Conformance",
|
|
1398
1642
|
"name": "Error",
|
|
@@ -1400,6 +1644,13 @@
|
|
|
1400
1644
|
"usr": "s:s5ErrorP",
|
|
1401
1645
|
"mangledName": "$ss5ErrorP"
|
|
1402
1646
|
},
|
|
1647
|
+
{
|
|
1648
|
+
"kind": "Conformance",
|
|
1649
|
+
"name": "Escapable",
|
|
1650
|
+
"printedName": "Escapable",
|
|
1651
|
+
"usr": "s:s9EscapableP",
|
|
1652
|
+
"mangledName": "$ss9EscapableP"
|
|
1653
|
+
},
|
|
1403
1654
|
{
|
|
1404
1655
|
"kind": "Conformance",
|
|
1405
1656
|
"name": "Sendable",
|
|
@@ -1584,13 +1835,6 @@
|
|
|
1584
1835
|
"usr": "s:s8CopyableP",
|
|
1585
1836
|
"mangledName": "$ss8CopyableP"
|
|
1586
1837
|
},
|
|
1587
|
-
{
|
|
1588
|
-
"kind": "Conformance",
|
|
1589
|
-
"name": "Escapable",
|
|
1590
|
-
"printedName": "Escapable",
|
|
1591
|
-
"usr": "s:s9EscapableP",
|
|
1592
|
-
"mangledName": "$ss9EscapableP"
|
|
1593
|
-
},
|
|
1594
1838
|
{
|
|
1595
1839
|
"kind": "Conformance",
|
|
1596
1840
|
"name": "Equatable",
|
|
@@ -1598,6 +1842,13 @@
|
|
|
1598
1842
|
"usr": "s:SQ",
|
|
1599
1843
|
"mangledName": "$sSQ"
|
|
1600
1844
|
},
|
|
1845
|
+
{
|
|
1846
|
+
"kind": "Conformance",
|
|
1847
|
+
"name": "Escapable",
|
|
1848
|
+
"printedName": "Escapable",
|
|
1849
|
+
"usr": "s:s9EscapableP",
|
|
1850
|
+
"mangledName": "$ss9EscapableP"
|
|
1851
|
+
},
|
|
1601
1852
|
{
|
|
1602
1853
|
"kind": "Conformance",
|
|
1603
1854
|
"name": "Hashable",
|
|
@@ -1690,6 +1941,75 @@
|
|
|
1690
1941
|
],
|
|
1691
1942
|
"funcSelfKind": "NonMutating"
|
|
1692
1943
|
},
|
|
1944
|
+
{
|
|
1945
|
+
"kind": "Function",
|
|
1946
|
+
"name": "setBackgroundSessionCompletionHandler",
|
|
1947
|
+
"printedName": "setBackgroundSessionCompletionHandler(_:)",
|
|
1948
|
+
"children": [
|
|
1949
|
+
{
|
|
1950
|
+
"kind": "TypeNominal",
|
|
1951
|
+
"name": "Void",
|
|
1952
|
+
"printedName": "()"
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"kind": "TypeFunc",
|
|
1956
|
+
"name": "Function",
|
|
1957
|
+
"printedName": "() -> ()",
|
|
1958
|
+
"children": [
|
|
1959
|
+
{
|
|
1960
|
+
"kind": "TypeNominal",
|
|
1961
|
+
"name": "Void",
|
|
1962
|
+
"printedName": "()"
|
|
1963
|
+
},
|
|
1964
|
+
{
|
|
1965
|
+
"kind": "TypeNominal",
|
|
1966
|
+
"name": "Void",
|
|
1967
|
+
"printedName": "()"
|
|
1968
|
+
}
|
|
1969
|
+
]
|
|
1970
|
+
}
|
|
1971
|
+
],
|
|
1972
|
+
"declKind": "Func",
|
|
1973
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC37setBackgroundSessionCompletionHandleryyyycFZ",
|
|
1974
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC37setBackgroundSessionCompletionHandleryyyycFZ",
|
|
1975
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
1976
|
+
"static": true,
|
|
1977
|
+
"declAttributes": [
|
|
1978
|
+
"Final",
|
|
1979
|
+
"AccessControl"
|
|
1980
|
+
],
|
|
1981
|
+
"funcSelfKind": "NonMutating"
|
|
1982
|
+
},
|
|
1983
|
+
{
|
|
1984
|
+
"kind": "Function",
|
|
1985
|
+
"name": "requestAllPermissions",
|
|
1986
|
+
"printedName": "requestAllPermissions(requestAlwaysLocation:)",
|
|
1987
|
+
"children": [
|
|
1988
|
+
{
|
|
1989
|
+
"kind": "TypeNominal",
|
|
1990
|
+
"name": "Void",
|
|
1991
|
+
"printedName": "()"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"kind": "TypeNominal",
|
|
1995
|
+
"name": "Bool",
|
|
1996
|
+
"printedName": "Swift.Bool",
|
|
1997
|
+
"hasDefaultArg": true,
|
|
1998
|
+
"usr": "s:Sb"
|
|
1999
|
+
}
|
|
2000
|
+
],
|
|
2001
|
+
"declKind": "Func",
|
|
2002
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC21requestAllPermissions0E14AlwaysLocationySb_tFZ",
|
|
2003
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC21requestAllPermissions0E14AlwaysLocationySb_tFZ",
|
|
2004
|
+
"moduleName": "DoorstepDropoffSDK",
|
|
2005
|
+
"static": true,
|
|
2006
|
+
"declAttributes": [
|
|
2007
|
+
"Final",
|
|
2008
|
+
"AccessControl",
|
|
2009
|
+
"RawDocComment"
|
|
2010
|
+
],
|
|
2011
|
+
"funcSelfKind": "NonMutating"
|
|
2012
|
+
},
|
|
1693
2013
|
{
|
|
1694
2014
|
"kind": "Function",
|
|
1695
2015
|
"name": "configureRemoteLogging",
|
|
@@ -1867,9 +2187,11 @@
|
|
|
1867
2187
|
"mangledName": "$s18DoorstepDropoffSDK0A2AIC23startDeliveryByPlusCode04plusI010deliveryId14timeoutSecondsySS_SSSdSgtYaKFZ",
|
|
1868
2188
|
"moduleName": "DoorstepDropoffSDK",
|
|
1869
2189
|
"static": true,
|
|
2190
|
+
"deprecated": true,
|
|
1870
2191
|
"declAttributes": [
|
|
1871
2192
|
"Final",
|
|
1872
|
-
"AccessControl"
|
|
2193
|
+
"AccessControl",
|
|
2194
|
+
"Available"
|
|
1873
2195
|
],
|
|
1874
2196
|
"throwing": true,
|
|
1875
2197
|
"funcSelfKind": "NonMutating"
|
|
@@ -1877,7 +2199,7 @@
|
|
|
1877
2199
|
{
|
|
1878
2200
|
"kind": "Function",
|
|
1879
2201
|
"name": "startDeliveryByAddressType",
|
|
1880
|
-
"printedName": "startDeliveryByAddressType(address:deliveryId:timeoutSeconds:)",
|
|
2202
|
+
"printedName": "startDeliveryByAddressType(address:deliveryId:coordinates:timeoutSeconds:)",
|
|
1881
2203
|
"children": [
|
|
1882
2204
|
{
|
|
1883
2205
|
"kind": "TypeNominal",
|
|
@@ -1896,6 +2218,21 @@
|
|
|
1896
2218
|
"printedName": "Swift.String",
|
|
1897
2219
|
"usr": "s:SS"
|
|
1898
2220
|
},
|
|
2221
|
+
{
|
|
2222
|
+
"kind": "TypeNominal",
|
|
2223
|
+
"name": "Optional",
|
|
2224
|
+
"printedName": "DoorstepDropoffSDK.LatLngObject?",
|
|
2225
|
+
"children": [
|
|
2226
|
+
{
|
|
2227
|
+
"kind": "TypeNominal",
|
|
2228
|
+
"name": "LatLngObject",
|
|
2229
|
+
"printedName": "DoorstepDropoffSDK.LatLngObject",
|
|
2230
|
+
"usr": "s:18DoorstepDropoffSDK12LatLngObjectV"
|
|
2231
|
+
}
|
|
2232
|
+
],
|
|
2233
|
+
"hasDefaultArg": true,
|
|
2234
|
+
"usr": "s:Sq"
|
|
2235
|
+
},
|
|
1899
2236
|
{
|
|
1900
2237
|
"kind": "TypeNominal",
|
|
1901
2238
|
"name": "Optional",
|
|
@@ -1913,8 +2250,8 @@
|
|
|
1913
2250
|
}
|
|
1914
2251
|
],
|
|
1915
2252
|
"declKind": "Func",
|
|
1916
|
-
"usr": "s:
|
|
1917
|
-
"mangledName": "$
|
|
2253
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId11coordinates14timeoutSecondsyAA0hI0V_SSAA12LatLngObjectVSgSdSgtYaKFZ",
|
|
2254
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC26startDeliveryByAddressType7address10deliveryId11coordinates14timeoutSecondsyAA0hI0V_SSAA12LatLngObjectVSgSdSgtYaKFZ",
|
|
1918
2255
|
"moduleName": "DoorstepDropoffSDK",
|
|
1919
2256
|
"static": true,
|
|
1920
2257
|
"declAttributes": [
|
|
@@ -1927,7 +2264,7 @@
|
|
|
1927
2264
|
{
|
|
1928
2265
|
"kind": "Function",
|
|
1929
2266
|
"name": "startDeliveryByAddressString",
|
|
1930
|
-
"printedName": "startDeliveryByAddressString(address:deliveryId:timeoutSeconds:)",
|
|
2267
|
+
"printedName": "startDeliveryByAddressString(address:deliveryId:coordinates:timeoutSeconds:)",
|
|
1931
2268
|
"children": [
|
|
1932
2269
|
{
|
|
1933
2270
|
"kind": "TypeNominal",
|
|
@@ -1946,6 +2283,21 @@
|
|
|
1946
2283
|
"printedName": "Swift.String",
|
|
1947
2284
|
"usr": "s:SS"
|
|
1948
2285
|
},
|
|
2286
|
+
{
|
|
2287
|
+
"kind": "TypeNominal",
|
|
2288
|
+
"name": "Optional",
|
|
2289
|
+
"printedName": "DoorstepDropoffSDK.LatLngObject?",
|
|
2290
|
+
"children": [
|
|
2291
|
+
{
|
|
2292
|
+
"kind": "TypeNominal",
|
|
2293
|
+
"name": "LatLngObject",
|
|
2294
|
+
"printedName": "DoorstepDropoffSDK.LatLngObject",
|
|
2295
|
+
"usr": "s:18DoorstepDropoffSDK12LatLngObjectV"
|
|
2296
|
+
}
|
|
2297
|
+
],
|
|
2298
|
+
"hasDefaultArg": true,
|
|
2299
|
+
"usr": "s:Sq"
|
|
2300
|
+
},
|
|
1949
2301
|
{
|
|
1950
2302
|
"kind": "TypeNominal",
|
|
1951
2303
|
"name": "Optional",
|
|
@@ -1963,8 +2315,8 @@
|
|
|
1963
2315
|
}
|
|
1964
2316
|
],
|
|
1965
2317
|
"declKind": "Func",
|
|
1966
|
-
"usr": "s:
|
|
1967
|
-
"mangledName": "$
|
|
2318
|
+
"usr": "s:18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId11coordinates14timeoutSecondsySS_SSAA12LatLngObjectVSgSdSgtYaKFZ",
|
|
2319
|
+
"mangledName": "$s18DoorstepDropoffSDK0A2AIC28startDeliveryByAddressString7address10deliveryId11coordinates14timeoutSecondsySS_SSAA12LatLngObjectVSgSdSgtYaKFZ",
|
|
1968
2320
|
"moduleName": "DoorstepDropoffSDK",
|
|
1969
2321
|
"static": true,
|
|
1970
2322
|
"declAttributes": [
|
|
@@ -2029,9 +2381,11 @@
|
|
|
2029
2381
|
"mangledName": "$s18DoorstepDropoffSDK0A2AIC21startDeliveryByLatLng8latitude9longitude7subUnit10deliveryId14timeoutSecondsySd_SdS2SSdSgtYaKFZ",
|
|
2030
2382
|
"moduleName": "DoorstepDropoffSDK",
|
|
2031
2383
|
"static": true,
|
|
2384
|
+
"deprecated": true,
|
|
2032
2385
|
"declAttributes": [
|
|
2033
2386
|
"Final",
|
|
2034
|
-
"AccessControl"
|
|
2387
|
+
"AccessControl",
|
|
2388
|
+
"Available"
|
|
2035
2389
|
],
|
|
2036
2390
|
"throwing": true,
|
|
2037
2391
|
"funcSelfKind": "NonMutating"
|
|
@@ -2474,24 +2828,32 @@
|
|
|
2474
2828
|
"conformances": [
|
|
2475
2829
|
{
|
|
2476
2830
|
"kind": "Conformance",
|
|
2477
|
-
"name": "
|
|
2478
|
-
"printedName": "
|
|
2479
|
-
"
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2831
|
+
"name": "Transferable",
|
|
2832
|
+
"printedName": "Transferable",
|
|
2833
|
+
"children": [
|
|
2834
|
+
{
|
|
2835
|
+
"kind": "TypeWitness",
|
|
2836
|
+
"name": "Representation",
|
|
2837
|
+
"printedName": "Representation",
|
|
2838
|
+
"children": [
|
|
2839
|
+
{
|
|
2840
|
+
"kind": "TypeNominal",
|
|
2841
|
+
"name": "OpaqueTypeArchetype",
|
|
2842
|
+
"printedName": "some CoreTransferable.TransferRepresentation",
|
|
2843
|
+
"children": [
|
|
2844
|
+
{
|
|
2845
|
+
"kind": "TypeNominal",
|
|
2846
|
+
"name": "TransferRepresentation",
|
|
2847
|
+
"printedName": "CoreTransferable.TransferRepresentation",
|
|
2848
|
+
"usr": "s:16CoreTransferable22TransferRepresentationP"
|
|
2849
|
+
}
|
|
2850
|
+
]
|
|
2851
|
+
}
|
|
2852
|
+
]
|
|
2853
|
+
}
|
|
2854
|
+
],
|
|
2855
|
+
"usr": "s:16CoreTransferable0B0P",
|
|
2856
|
+
"mangledName": "$s16CoreTransferable0B0P"
|
|
2495
2857
|
},
|
|
2496
2858
|
{
|
|
2497
2859
|
"kind": "Conformance",
|
|
@@ -2502,24 +2864,79 @@
|
|
|
2502
2864
|
},
|
|
2503
2865
|
{
|
|
2504
2866
|
"kind": "Conformance",
|
|
2505
|
-
"name": "
|
|
2506
|
-
"printedName": "
|
|
2507
|
-
"
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2867
|
+
"name": "BidirectionalCollection",
|
|
2868
|
+
"printedName": "BidirectionalCollection",
|
|
2869
|
+
"children": [
|
|
2870
|
+
{
|
|
2871
|
+
"kind": "TypeWitness",
|
|
2872
|
+
"name": "Element",
|
|
2873
|
+
"printedName": "Element",
|
|
2874
|
+
"children": [
|
|
2875
|
+
{
|
|
2876
|
+
"kind": "TypeNominal",
|
|
2877
|
+
"name": "Character",
|
|
2878
|
+
"printedName": "Swift.Character",
|
|
2879
|
+
"usr": "s:SJ"
|
|
2880
|
+
}
|
|
2881
|
+
]
|
|
2882
|
+
},
|
|
2883
|
+
{
|
|
2884
|
+
"kind": "TypeWitness",
|
|
2885
|
+
"name": "Index",
|
|
2886
|
+
"printedName": "Index",
|
|
2887
|
+
"children": [
|
|
2888
|
+
{
|
|
2889
|
+
"kind": "TypeNominal",
|
|
2890
|
+
"name": "Index",
|
|
2891
|
+
"printedName": "Swift.String.Index",
|
|
2892
|
+
"usr": "s:SS5IndexV"
|
|
2893
|
+
}
|
|
2894
|
+
]
|
|
2895
|
+
},
|
|
2896
|
+
{
|
|
2897
|
+
"kind": "TypeWitness",
|
|
2898
|
+
"name": "SubSequence",
|
|
2899
|
+
"printedName": "SubSequence",
|
|
2900
|
+
"children": [
|
|
2901
|
+
{
|
|
2902
|
+
"kind": "TypeNominal",
|
|
2903
|
+
"name": "Substring",
|
|
2904
|
+
"printedName": "Swift.Substring",
|
|
2905
|
+
"usr": "s:Ss"
|
|
2906
|
+
}
|
|
2907
|
+
]
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"kind": "TypeWitness",
|
|
2911
|
+
"name": "Indices",
|
|
2912
|
+
"printedName": "Indices",
|
|
2913
|
+
"children": [
|
|
2914
|
+
{
|
|
2915
|
+
"kind": "TypeNominal",
|
|
2916
|
+
"name": "DefaultIndices",
|
|
2917
|
+
"printedName": "Swift.DefaultIndices<Swift.String>",
|
|
2918
|
+
"children": [
|
|
2919
|
+
{
|
|
2920
|
+
"kind": "TypeNominal",
|
|
2921
|
+
"name": "String",
|
|
2922
|
+
"printedName": "Swift.String",
|
|
2923
|
+
"usr": "s:SS"
|
|
2924
|
+
}
|
|
2925
|
+
],
|
|
2926
|
+
"usr": "s:SI"
|
|
2927
|
+
}
|
|
2928
|
+
]
|
|
2929
|
+
}
|
|
2930
|
+
],
|
|
2931
|
+
"usr": "s:SK",
|
|
2932
|
+
"mangledName": "$sSK"
|
|
2516
2933
|
},
|
|
2517
2934
|
{
|
|
2518
2935
|
"kind": "Conformance",
|
|
2519
|
-
"name": "
|
|
2520
|
-
"printedName": "
|
|
2521
|
-
"usr": "s:
|
|
2522
|
-
"mangledName": "$
|
|
2936
|
+
"name": "CVarArg",
|
|
2937
|
+
"printedName": "CVarArg",
|
|
2938
|
+
"usr": "s:s7CVarArgP",
|
|
2939
|
+
"mangledName": "$ss7CVarArgP"
|
|
2523
2940
|
},
|
|
2524
2941
|
{
|
|
2525
2942
|
"kind": "Conformance",
|
|
@@ -2530,158 +2947,8 @@
|
|
|
2530
2947
|
},
|
|
2531
2948
|
{
|
|
2532
2949
|
"kind": "Conformance",
|
|
2533
|
-
"name": "
|
|
2534
|
-
"printedName": "
|
|
2535
|
-
"usr": "s:s19_HasContiguousBytesP",
|
|
2536
|
-
"mangledName": "$ss19_HasContiguousBytesP"
|
|
2537
|
-
},
|
|
2538
|
-
{
|
|
2539
|
-
"kind": "Conformance",
|
|
2540
|
-
"name": "CustomReflectable",
|
|
2541
|
-
"printedName": "CustomReflectable",
|
|
2542
|
-
"usr": "s:s17CustomReflectableP",
|
|
2543
|
-
"mangledName": "$ss17CustomReflectableP"
|
|
2544
|
-
},
|
|
2545
|
-
{
|
|
2546
|
-
"kind": "Conformance",
|
|
2547
|
-
"name": "_CustomPlaygroundQuickLookable",
|
|
2548
|
-
"printedName": "_CustomPlaygroundQuickLookable",
|
|
2549
|
-
"usr": "s:s30_CustomPlaygroundQuickLookableP",
|
|
2550
|
-
"mangledName": "$ss30_CustomPlaygroundQuickLookableP"
|
|
2551
|
-
},
|
|
2552
|
-
{
|
|
2553
|
-
"kind": "Conformance",
|
|
2554
|
-
"name": "TextOutputStream",
|
|
2555
|
-
"printedName": "TextOutputStream",
|
|
2556
|
-
"usr": "s:s16TextOutputStreamP",
|
|
2557
|
-
"mangledName": "$ss16TextOutputStreamP"
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
"kind": "Conformance",
|
|
2561
|
-
"name": "TextOutputStreamable",
|
|
2562
|
-
"printedName": "TextOutputStreamable",
|
|
2563
|
-
"usr": "s:s20TextOutputStreamableP",
|
|
2564
|
-
"mangledName": "$ss20TextOutputStreamableP"
|
|
2565
|
-
},
|
|
2566
|
-
{
|
|
2567
|
-
"kind": "Conformance",
|
|
2568
|
-
"name": "Hashable",
|
|
2569
|
-
"printedName": "Hashable",
|
|
2570
|
-
"usr": "s:SH",
|
|
2571
|
-
"mangledName": "$sSH"
|
|
2572
|
-
},
|
|
2573
|
-
{
|
|
2574
|
-
"kind": "Conformance",
|
|
2575
|
-
"name": "Sendable",
|
|
2576
|
-
"printedName": "Sendable",
|
|
2577
|
-
"usr": "s:s8SendableP",
|
|
2578
|
-
"mangledName": "$ss8SendableP"
|
|
2579
|
-
},
|
|
2580
|
-
{
|
|
2581
|
-
"kind": "Conformance",
|
|
2582
|
-
"name": "SendableMetatype",
|
|
2583
|
-
"printedName": "SendableMetatype",
|
|
2584
|
-
"usr": "s:s16SendableMetatypeP",
|
|
2585
|
-
"mangledName": "$ss16SendableMetatypeP"
|
|
2586
|
-
},
|
|
2587
|
-
{
|
|
2588
|
-
"kind": "Conformance",
|
|
2589
|
-
"name": "_ExpressibleByBuiltinUnicodeScalarLiteral",
|
|
2590
|
-
"printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral",
|
|
2591
|
-
"usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP",
|
|
2592
|
-
"mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP"
|
|
2593
|
-
},
|
|
2594
|
-
{
|
|
2595
|
-
"kind": "Conformance",
|
|
2596
|
-
"name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral",
|
|
2597
|
-
"printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral",
|
|
2598
|
-
"usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP",
|
|
2599
|
-
"mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP"
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
"kind": "Conformance",
|
|
2603
|
-
"name": "ExpressibleByStringLiteral",
|
|
2604
|
-
"printedName": "ExpressibleByStringLiteral",
|
|
2605
|
-
"children": [
|
|
2606
|
-
{
|
|
2607
|
-
"kind": "TypeWitness",
|
|
2608
|
-
"name": "StringLiteralType",
|
|
2609
|
-
"printedName": "StringLiteralType",
|
|
2610
|
-
"children": [
|
|
2611
|
-
{
|
|
2612
|
-
"kind": "TypeNominal",
|
|
2613
|
-
"name": "String",
|
|
2614
|
-
"printedName": "Swift.String",
|
|
2615
|
-
"usr": "s:SS"
|
|
2616
|
-
}
|
|
2617
|
-
]
|
|
2618
|
-
}
|
|
2619
|
-
],
|
|
2620
|
-
"usr": "s:s26ExpressibleByStringLiteralP",
|
|
2621
|
-
"mangledName": "$ss26ExpressibleByStringLiteralP"
|
|
2622
|
-
},
|
|
2623
|
-
{
|
|
2624
|
-
"kind": "Conformance",
|
|
2625
|
-
"name": "ExpressibleByExtendedGraphemeClusterLiteral",
|
|
2626
|
-
"printedName": "ExpressibleByExtendedGraphemeClusterLiteral",
|
|
2627
|
-
"children": [
|
|
2628
|
-
{
|
|
2629
|
-
"kind": "TypeWitness",
|
|
2630
|
-
"name": "ExtendedGraphemeClusterLiteralType",
|
|
2631
|
-
"printedName": "ExtendedGraphemeClusterLiteralType",
|
|
2632
|
-
"children": [
|
|
2633
|
-
{
|
|
2634
|
-
"kind": "TypeNominal",
|
|
2635
|
-
"name": "String",
|
|
2636
|
-
"printedName": "Swift.String",
|
|
2637
|
-
"usr": "s:SS"
|
|
2638
|
-
}
|
|
2639
|
-
]
|
|
2640
|
-
}
|
|
2641
|
-
],
|
|
2642
|
-
"usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP",
|
|
2643
|
-
"mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP"
|
|
2644
|
-
},
|
|
2645
|
-
{
|
|
2646
|
-
"kind": "Conformance",
|
|
2647
|
-
"name": "ExpressibleByUnicodeScalarLiteral",
|
|
2648
|
-
"printedName": "ExpressibleByUnicodeScalarLiteral",
|
|
2649
|
-
"children": [
|
|
2650
|
-
{
|
|
2651
|
-
"kind": "TypeWitness",
|
|
2652
|
-
"name": "UnicodeScalarLiteralType",
|
|
2653
|
-
"printedName": "UnicodeScalarLiteralType",
|
|
2654
|
-
"children": [
|
|
2655
|
-
{
|
|
2656
|
-
"kind": "TypeNominal",
|
|
2657
|
-
"name": "String",
|
|
2658
|
-
"printedName": "Swift.String",
|
|
2659
|
-
"usr": "s:SS"
|
|
2660
|
-
}
|
|
2661
|
-
]
|
|
2662
|
-
}
|
|
2663
|
-
],
|
|
2664
|
-
"usr": "s:s33ExpressibleByUnicodeScalarLiteralP",
|
|
2665
|
-
"mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP"
|
|
2666
|
-
},
|
|
2667
|
-
{
|
|
2668
|
-
"kind": "Conformance",
|
|
2669
|
-
"name": "CustomDebugStringConvertible",
|
|
2670
|
-
"printedName": "CustomDebugStringConvertible",
|
|
2671
|
-
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
2672
|
-
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
2673
|
-
},
|
|
2674
|
-
{
|
|
2675
|
-
"kind": "Conformance",
|
|
2676
|
-
"name": "CustomStringConvertible",
|
|
2677
|
-
"printedName": "CustomStringConvertible",
|
|
2678
|
-
"usr": "s:s23CustomStringConvertibleP",
|
|
2679
|
-
"mangledName": "$ss23CustomStringConvertibleP"
|
|
2680
|
-
},
|
|
2681
|
-
{
|
|
2682
|
-
"kind": "Conformance",
|
|
2683
|
-
"name": "BidirectionalCollection",
|
|
2684
|
-
"printedName": "BidirectionalCollection",
|
|
2950
|
+
"name": "Collection",
|
|
2951
|
+
"printedName": "Collection",
|
|
2685
2952
|
"children": [
|
|
2686
2953
|
{
|
|
2687
2954
|
"kind": "TypeWitness",
|
|
@@ -2709,6 +2976,19 @@
|
|
|
2709
2976
|
}
|
|
2710
2977
|
]
|
|
2711
2978
|
},
|
|
2979
|
+
{
|
|
2980
|
+
"kind": "TypeWitness",
|
|
2981
|
+
"name": "Iterator",
|
|
2982
|
+
"printedName": "Iterator",
|
|
2983
|
+
"children": [
|
|
2984
|
+
{
|
|
2985
|
+
"kind": "TypeNominal",
|
|
2986
|
+
"name": "Iterator",
|
|
2987
|
+
"printedName": "Swift.String.Iterator",
|
|
2988
|
+
"usr": "s:SS8IteratorV"
|
|
2989
|
+
}
|
|
2990
|
+
]
|
|
2991
|
+
},
|
|
2712
2992
|
{
|
|
2713
2993
|
"kind": "TypeWitness",
|
|
2714
2994
|
"name": "SubSequence",
|
|
@@ -2744,90 +3024,216 @@
|
|
|
2744
3024
|
]
|
|
2745
3025
|
}
|
|
2746
3026
|
],
|
|
2747
|
-
"usr": "s:
|
|
2748
|
-
"mangledName": "$
|
|
3027
|
+
"usr": "s:Sl",
|
|
3028
|
+
"mangledName": "$sSl"
|
|
2749
3029
|
},
|
|
2750
3030
|
{
|
|
2751
3031
|
"kind": "Conformance",
|
|
2752
|
-
"name": "
|
|
2753
|
-
"printedName": "
|
|
3032
|
+
"name": "Comparable",
|
|
3033
|
+
"printedName": "Comparable",
|
|
3034
|
+
"usr": "s:SL",
|
|
3035
|
+
"mangledName": "$sSL"
|
|
3036
|
+
},
|
|
3037
|
+
{
|
|
3038
|
+
"kind": "Conformance",
|
|
3039
|
+
"name": "Copyable",
|
|
3040
|
+
"printedName": "Copyable",
|
|
3041
|
+
"usr": "s:s8CopyableP",
|
|
3042
|
+
"mangledName": "$ss8CopyableP"
|
|
3043
|
+
},
|
|
3044
|
+
{
|
|
3045
|
+
"kind": "Conformance",
|
|
3046
|
+
"name": "CustomDebugStringConvertible",
|
|
3047
|
+
"printedName": "CustomDebugStringConvertible",
|
|
3048
|
+
"usr": "s:s28CustomDebugStringConvertibleP",
|
|
3049
|
+
"mangledName": "$ss28CustomDebugStringConvertibleP"
|
|
3050
|
+
},
|
|
3051
|
+
{
|
|
3052
|
+
"kind": "Conformance",
|
|
3053
|
+
"name": "CustomReflectable",
|
|
3054
|
+
"printedName": "CustomReflectable",
|
|
3055
|
+
"usr": "s:s17CustomReflectableP",
|
|
3056
|
+
"mangledName": "$ss17CustomReflectableP"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"kind": "Conformance",
|
|
3060
|
+
"name": "CustomStringConvertible",
|
|
3061
|
+
"printedName": "CustomStringConvertible",
|
|
3062
|
+
"usr": "s:s23CustomStringConvertibleP",
|
|
3063
|
+
"mangledName": "$ss23CustomStringConvertibleP"
|
|
3064
|
+
},
|
|
3065
|
+
{
|
|
3066
|
+
"kind": "Conformance",
|
|
3067
|
+
"name": "Decodable",
|
|
3068
|
+
"printedName": "Decodable",
|
|
3069
|
+
"usr": "s:Se",
|
|
3070
|
+
"mangledName": "$sSe"
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"kind": "Conformance",
|
|
3074
|
+
"name": "Encodable",
|
|
3075
|
+
"printedName": "Encodable",
|
|
3076
|
+
"usr": "s:SE",
|
|
3077
|
+
"mangledName": "$sSE"
|
|
3078
|
+
},
|
|
3079
|
+
{
|
|
3080
|
+
"kind": "Conformance",
|
|
3081
|
+
"name": "Equatable",
|
|
3082
|
+
"printedName": "Equatable",
|
|
3083
|
+
"usr": "s:SQ",
|
|
3084
|
+
"mangledName": "$sSQ"
|
|
3085
|
+
},
|
|
3086
|
+
{
|
|
3087
|
+
"kind": "Conformance",
|
|
3088
|
+
"name": "Escapable",
|
|
3089
|
+
"printedName": "Escapable",
|
|
3090
|
+
"usr": "s:s9EscapableP",
|
|
3091
|
+
"mangledName": "$ss9EscapableP"
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"kind": "Conformance",
|
|
3095
|
+
"name": "ExpressibleByExtendedGraphemeClusterLiteral",
|
|
3096
|
+
"printedName": "ExpressibleByExtendedGraphemeClusterLiteral",
|
|
2754
3097
|
"children": [
|
|
2755
3098
|
{
|
|
2756
3099
|
"kind": "TypeWitness",
|
|
2757
|
-
"name": "
|
|
2758
|
-
"printedName": "
|
|
3100
|
+
"name": "ExtendedGraphemeClusterLiteralType",
|
|
3101
|
+
"printedName": "ExtendedGraphemeClusterLiteralType",
|
|
2759
3102
|
"children": [
|
|
2760
3103
|
{
|
|
2761
3104
|
"kind": "TypeNominal",
|
|
2762
|
-
"name": "
|
|
2763
|
-
"printedName": "Swift.
|
|
2764
|
-
"usr": "s:
|
|
3105
|
+
"name": "String",
|
|
3106
|
+
"printedName": "Swift.String",
|
|
3107
|
+
"usr": "s:SS"
|
|
2765
3108
|
}
|
|
2766
3109
|
]
|
|
2767
|
-
}
|
|
3110
|
+
}
|
|
3111
|
+
],
|
|
3112
|
+
"usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP",
|
|
3113
|
+
"mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP"
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"kind": "Conformance",
|
|
3117
|
+
"name": "ExpressibleByStringInterpolation",
|
|
3118
|
+
"printedName": "ExpressibleByStringInterpolation",
|
|
3119
|
+
"children": [
|
|
2768
3120
|
{
|
|
2769
3121
|
"kind": "TypeWitness",
|
|
2770
|
-
"name": "
|
|
2771
|
-
"printedName": "
|
|
3122
|
+
"name": "StringInterpolation",
|
|
3123
|
+
"printedName": "StringInterpolation",
|
|
2772
3124
|
"children": [
|
|
2773
3125
|
{
|
|
2774
3126
|
"kind": "TypeNominal",
|
|
2775
|
-
"name": "
|
|
2776
|
-
"printedName": "Swift.
|
|
2777
|
-
"usr": "s:
|
|
3127
|
+
"name": "DefaultStringInterpolation",
|
|
3128
|
+
"printedName": "Swift.DefaultStringInterpolation",
|
|
3129
|
+
"usr": "s:s26DefaultStringInterpolationV"
|
|
2778
3130
|
}
|
|
2779
3131
|
]
|
|
2780
|
-
}
|
|
3132
|
+
}
|
|
3133
|
+
],
|
|
3134
|
+
"usr": "s:s32ExpressibleByStringInterpolationP",
|
|
3135
|
+
"mangledName": "$ss32ExpressibleByStringInterpolationP"
|
|
3136
|
+
},
|
|
3137
|
+
{
|
|
3138
|
+
"kind": "Conformance",
|
|
3139
|
+
"name": "ExpressibleByStringLiteral",
|
|
3140
|
+
"printedName": "ExpressibleByStringLiteral",
|
|
3141
|
+
"children": [
|
|
2781
3142
|
{
|
|
2782
3143
|
"kind": "TypeWitness",
|
|
2783
|
-
"name": "
|
|
2784
|
-
"printedName": "
|
|
3144
|
+
"name": "StringLiteralType",
|
|
3145
|
+
"printedName": "StringLiteralType",
|
|
2785
3146
|
"children": [
|
|
2786
3147
|
{
|
|
2787
3148
|
"kind": "TypeNominal",
|
|
2788
|
-
"name": "
|
|
2789
|
-
"printedName": "Swift.String
|
|
2790
|
-
"usr": "s:
|
|
3149
|
+
"name": "String",
|
|
3150
|
+
"printedName": "Swift.String",
|
|
3151
|
+
"usr": "s:SS"
|
|
2791
3152
|
}
|
|
2792
3153
|
]
|
|
2793
|
-
}
|
|
3154
|
+
}
|
|
3155
|
+
],
|
|
3156
|
+
"usr": "s:s26ExpressibleByStringLiteralP",
|
|
3157
|
+
"mangledName": "$ss26ExpressibleByStringLiteralP"
|
|
3158
|
+
},
|
|
3159
|
+
{
|
|
3160
|
+
"kind": "Conformance",
|
|
3161
|
+
"name": "ExpressibleByUnicodeScalarLiteral",
|
|
3162
|
+
"printedName": "ExpressibleByUnicodeScalarLiteral",
|
|
3163
|
+
"children": [
|
|
2794
3164
|
{
|
|
2795
3165
|
"kind": "TypeWitness",
|
|
2796
|
-
"name": "
|
|
2797
|
-
"printedName": "
|
|
3166
|
+
"name": "UnicodeScalarLiteralType",
|
|
3167
|
+
"printedName": "UnicodeScalarLiteralType",
|
|
2798
3168
|
"children": [
|
|
2799
3169
|
{
|
|
2800
3170
|
"kind": "TypeNominal",
|
|
2801
|
-
"name": "
|
|
2802
|
-
"printedName": "Swift.
|
|
2803
|
-
"usr": "s:
|
|
3171
|
+
"name": "String",
|
|
3172
|
+
"printedName": "Swift.String",
|
|
3173
|
+
"usr": "s:SS"
|
|
2804
3174
|
}
|
|
2805
3175
|
]
|
|
2806
|
-
}
|
|
3176
|
+
}
|
|
3177
|
+
],
|
|
3178
|
+
"usr": "s:s33ExpressibleByUnicodeScalarLiteralP",
|
|
3179
|
+
"mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP"
|
|
3180
|
+
},
|
|
3181
|
+
{
|
|
3182
|
+
"kind": "Conformance",
|
|
3183
|
+
"name": "Hashable",
|
|
3184
|
+
"printedName": "Hashable",
|
|
3185
|
+
"usr": "s:SH",
|
|
3186
|
+
"mangledName": "$sSH"
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"kind": "Conformance",
|
|
3190
|
+
"name": "LosslessStringConvertible",
|
|
3191
|
+
"printedName": "LosslessStringConvertible",
|
|
3192
|
+
"usr": "s:s25LosslessStringConvertibleP",
|
|
3193
|
+
"mangledName": "$ss25LosslessStringConvertibleP"
|
|
3194
|
+
},
|
|
3195
|
+
{
|
|
3196
|
+
"kind": "Conformance",
|
|
3197
|
+
"name": "MirrorPath",
|
|
3198
|
+
"printedName": "MirrorPath",
|
|
3199
|
+
"usr": "s:s10MirrorPathP",
|
|
3200
|
+
"mangledName": "$ss10MirrorPathP"
|
|
3201
|
+
},
|
|
3202
|
+
{
|
|
3203
|
+
"kind": "Conformance",
|
|
3204
|
+
"name": "RangeReplaceableCollection",
|
|
3205
|
+
"printedName": "RangeReplaceableCollection",
|
|
3206
|
+
"children": [
|
|
2807
3207
|
{
|
|
2808
3208
|
"kind": "TypeWitness",
|
|
2809
|
-
"name": "
|
|
2810
|
-
"printedName": "
|
|
3209
|
+
"name": "SubSequence",
|
|
3210
|
+
"printedName": "SubSequence",
|
|
2811
3211
|
"children": [
|
|
2812
3212
|
{
|
|
2813
3213
|
"kind": "TypeNominal",
|
|
2814
|
-
"name": "
|
|
2815
|
-
"printedName": "Swift.
|
|
2816
|
-
"
|
|
2817
|
-
{
|
|
2818
|
-
"kind": "TypeNominal",
|
|
2819
|
-
"name": "String",
|
|
2820
|
-
"printedName": "Swift.String",
|
|
2821
|
-
"usr": "s:SS"
|
|
2822
|
-
}
|
|
2823
|
-
],
|
|
2824
|
-
"usr": "s:SI"
|
|
3214
|
+
"name": "Substring",
|
|
3215
|
+
"printedName": "Swift.Substring",
|
|
3216
|
+
"usr": "s:Ss"
|
|
2825
3217
|
}
|
|
2826
3218
|
]
|
|
2827
3219
|
}
|
|
2828
3220
|
],
|
|
2829
|
-
"usr": "s:
|
|
2830
|
-
"mangledName": "$
|
|
3221
|
+
"usr": "s:Sm",
|
|
3222
|
+
"mangledName": "$sSm"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"kind": "Conformance",
|
|
3226
|
+
"name": "Sendable",
|
|
3227
|
+
"printedName": "Sendable",
|
|
3228
|
+
"usr": "s:s8SendableP",
|
|
3229
|
+
"mangledName": "$ss8SendableP"
|
|
3230
|
+
},
|
|
3231
|
+
{
|
|
3232
|
+
"kind": "Conformance",
|
|
3233
|
+
"name": "SendableMetatype",
|
|
3234
|
+
"printedName": "SendableMetatype",
|
|
3235
|
+
"usr": "s:s16SendableMetatypeP",
|
|
3236
|
+
"mangledName": "$ss16SendableMetatypeP"
|
|
2831
3237
|
},
|
|
2832
3238
|
{
|
|
2833
3239
|
"kind": "Conformance",
|
|
@@ -2862,14 +3268,7 @@
|
|
|
2862
3268
|
}
|
|
2863
3269
|
],
|
|
2864
3270
|
"usr": "s:ST",
|
|
2865
|
-
"mangledName": "$sST"
|
|
2866
|
-
},
|
|
2867
|
-
{
|
|
2868
|
-
"kind": "Conformance",
|
|
2869
|
-
"name": "Comparable",
|
|
2870
|
-
"printedName": "Comparable",
|
|
2871
|
-
"usr": "s:SL",
|
|
2872
|
-
"mangledName": "$sSL"
|
|
3271
|
+
"mangledName": "$sST"
|
|
2873
3272
|
},
|
|
2874
3273
|
{
|
|
2875
3274
|
"kind": "Conformance",
|
|
@@ -2934,61 +3333,52 @@
|
|
|
2934
3333
|
},
|
|
2935
3334
|
{
|
|
2936
3335
|
"kind": "Conformance",
|
|
2937
|
-
"name": "
|
|
2938
|
-
"printedName": "
|
|
2939
|
-
"
|
|
2940
|
-
|
|
2941
|
-
"kind": "TypeWitness",
|
|
2942
|
-
"name": "StringInterpolation",
|
|
2943
|
-
"printedName": "StringInterpolation",
|
|
2944
|
-
"children": [
|
|
2945
|
-
{
|
|
2946
|
-
"kind": "TypeNominal",
|
|
2947
|
-
"name": "DefaultStringInterpolation",
|
|
2948
|
-
"printedName": "Swift.DefaultStringInterpolation",
|
|
2949
|
-
"usr": "s:s26DefaultStringInterpolationV"
|
|
2950
|
-
}
|
|
2951
|
-
]
|
|
2952
|
-
}
|
|
2953
|
-
],
|
|
2954
|
-
"usr": "s:s32ExpressibleByStringInterpolationP",
|
|
2955
|
-
"mangledName": "$ss32ExpressibleByStringInterpolationP"
|
|
3336
|
+
"name": "TextOutputStream",
|
|
3337
|
+
"printedName": "TextOutputStream",
|
|
3338
|
+
"usr": "s:s16TextOutputStreamP",
|
|
3339
|
+
"mangledName": "$ss16TextOutputStreamP"
|
|
2956
3340
|
},
|
|
2957
3341
|
{
|
|
2958
3342
|
"kind": "Conformance",
|
|
2959
|
-
"name": "
|
|
2960
|
-
"printedName": "
|
|
2961
|
-
"usr": "s:
|
|
2962
|
-
"mangledName": "$
|
|
3343
|
+
"name": "TextOutputStreamable",
|
|
3344
|
+
"printedName": "TextOutputStreamable",
|
|
3345
|
+
"usr": "s:s20TextOutputStreamableP",
|
|
3346
|
+
"mangledName": "$ss20TextOutputStreamableP"
|
|
2963
3347
|
},
|
|
2964
3348
|
{
|
|
2965
3349
|
"kind": "Conformance",
|
|
2966
|
-
"name": "
|
|
2967
|
-
"printedName": "
|
|
2968
|
-
"
|
|
2969
|
-
|
|
2970
|
-
"kind": "TypeWitness",
|
|
2971
|
-
"name": "SubSequence",
|
|
2972
|
-
"printedName": "SubSequence",
|
|
2973
|
-
"children": [
|
|
2974
|
-
{
|
|
2975
|
-
"kind": "TypeNominal",
|
|
2976
|
-
"name": "Substring",
|
|
2977
|
-
"printedName": "Swift.Substring",
|
|
2978
|
-
"usr": "s:Ss"
|
|
2979
|
-
}
|
|
2980
|
-
]
|
|
2981
|
-
}
|
|
2982
|
-
],
|
|
2983
|
-
"usr": "s:Sm",
|
|
2984
|
-
"mangledName": "$sSm"
|
|
3350
|
+
"name": "_CustomPlaygroundQuickLookable",
|
|
3351
|
+
"printedName": "_CustomPlaygroundQuickLookable",
|
|
3352
|
+
"usr": "s:s30_CustomPlaygroundQuickLookableP",
|
|
3353
|
+
"mangledName": "$ss30_CustomPlaygroundQuickLookableP"
|
|
2985
3354
|
},
|
|
2986
3355
|
{
|
|
2987
3356
|
"kind": "Conformance",
|
|
2988
|
-
"name": "
|
|
2989
|
-
"printedName": "
|
|
2990
|
-
"usr": "s:
|
|
2991
|
-
"mangledName": "$
|
|
3357
|
+
"name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral",
|
|
3358
|
+
"printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral",
|
|
3359
|
+
"usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP",
|
|
3360
|
+
"mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP"
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"kind": "Conformance",
|
|
3364
|
+
"name": "_ExpressibleByBuiltinStringLiteral",
|
|
3365
|
+
"printedName": "_ExpressibleByBuiltinStringLiteral",
|
|
3366
|
+
"usr": "s:s34_ExpressibleByBuiltinStringLiteralP",
|
|
3367
|
+
"mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP"
|
|
3368
|
+
},
|
|
3369
|
+
{
|
|
3370
|
+
"kind": "Conformance",
|
|
3371
|
+
"name": "_ExpressibleByBuiltinUnicodeScalarLiteral",
|
|
3372
|
+
"printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral",
|
|
3373
|
+
"usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP",
|
|
3374
|
+
"mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP"
|
|
3375
|
+
},
|
|
3376
|
+
{
|
|
3377
|
+
"kind": "Conformance",
|
|
3378
|
+
"name": "_HasContiguousBytes",
|
|
3379
|
+
"printedName": "_HasContiguousBytes",
|
|
3380
|
+
"usr": "s:s19_HasContiguousBytesP",
|
|
3381
|
+
"mangledName": "$ss19_HasContiguousBytesP"
|
|
2992
3382
|
},
|
|
2993
3383
|
{
|
|
2994
3384
|
"kind": "Conformance",
|
|
@@ -3011,42 +3401,6 @@
|
|
|
3011
3401
|
],
|
|
3012
3402
|
"usr": "s:s21_ObjectiveCBridgeableP",
|
|
3013
3403
|
"mangledName": "$ss21_ObjectiveCBridgeableP"
|
|
3014
|
-
},
|
|
3015
|
-
{
|
|
3016
|
-
"kind": "Conformance",
|
|
3017
|
-
"name": "CVarArg",
|
|
3018
|
-
"printedName": "CVarArg",
|
|
3019
|
-
"usr": "s:s7CVarArgP",
|
|
3020
|
-
"mangledName": "$ss7CVarArgP"
|
|
3021
|
-
},
|
|
3022
|
-
{
|
|
3023
|
-
"kind": "Conformance",
|
|
3024
|
-
"name": "Transferable",
|
|
3025
|
-
"printedName": "Transferable",
|
|
3026
|
-
"children": [
|
|
3027
|
-
{
|
|
3028
|
-
"kind": "TypeWitness",
|
|
3029
|
-
"name": "Representation",
|
|
3030
|
-
"printedName": "Representation",
|
|
3031
|
-
"children": [
|
|
3032
|
-
{
|
|
3033
|
-
"kind": "TypeNominal",
|
|
3034
|
-
"name": "OpaqueTypeArchetype",
|
|
3035
|
-
"printedName": "some CoreTransferable.TransferRepresentation",
|
|
3036
|
-
"children": [
|
|
3037
|
-
{
|
|
3038
|
-
"kind": "TypeNominal",
|
|
3039
|
-
"name": "TransferRepresentation",
|
|
3040
|
-
"printedName": "CoreTransferable.TransferRepresentation",
|
|
3041
|
-
"usr": "s:16CoreTransferable22TransferRepresentationP"
|
|
3042
|
-
}
|
|
3043
|
-
]
|
|
3044
|
-
}
|
|
3045
|
-
]
|
|
3046
|
-
}
|
|
3047
|
-
],
|
|
3048
|
-
"usr": "s:16CoreTransferable0B0P",
|
|
3049
|
-
"mangledName": "$s16CoreTransferable0B0P"
|
|
3050
3404
|
}
|
|
3051
3405
|
]
|
|
3052
3406
|
}
|
|
@@ -3236,164 +3590,269 @@
|
|
|
3236
3590
|
"length": 13,
|
|
3237
3591
|
"value": "\"dataCollect\""
|
|
3238
3592
|
},
|
|
3593
|
+
{
|
|
3594
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3595
|
+
"kind": "BooleanLiteral",
|
|
3596
|
+
"offset": 2419,
|
|
3597
|
+
"length": 5,
|
|
3598
|
+
"value": "false"
|
|
3599
|
+
},
|
|
3600
|
+
{
|
|
3601
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3602
|
+
"kind": "IntegerLiteral",
|
|
3603
|
+
"offset": 4491,
|
|
3604
|
+
"length": 2,
|
|
3605
|
+
"value": "-1"
|
|
3606
|
+
},
|
|
3239
3607
|
{
|
|
3240
3608
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3241
3609
|
"kind": "IntegerLiteral",
|
|
3242
|
-
"offset":
|
|
3610
|
+
"offset": 21977,
|
|
3243
3611
|
"length": 1,
|
|
3244
3612
|
"value": "0"
|
|
3245
3613
|
},
|
|
3246
3614
|
{
|
|
3247
3615
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3248
3616
|
"kind": "StringLiteral",
|
|
3249
|
-
"offset":
|
|
3617
|
+
"offset": 22023,
|
|
3250
3618
|
"length": 5,
|
|
3251
3619
|
"value": "\"1.7\""
|
|
3252
3620
|
},
|
|
3253
3621
|
{
|
|
3254
3622
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3255
3623
|
"kind": "StringLiteral",
|
|
3256
|
-
"offset":
|
|
3624
|
+
"offset": 22717,
|
|
3257
3625
|
"length": 21,
|
|
3258
3626
|
"value": "\"NetworkMonitorQueue\""
|
|
3259
3627
|
},
|
|
3260
3628
|
{
|
|
3261
3629
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3262
3630
|
"kind": "StringLiteral",
|
|
3263
|
-
"offset":
|
|
3631
|
+
"offset": 22790,
|
|
3264
3632
|
"length": 19,
|
|
3265
3633
|
"value": "\"NetworkStateQueue\""
|
|
3266
3634
|
},
|
|
3267
3635
|
{
|
|
3268
3636
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3269
3637
|
"kind": "BooleanLiteral",
|
|
3270
|
-
"offset":
|
|
3638
|
+
"offset": 22862,
|
|
3271
3639
|
"length": 4,
|
|
3272
3640
|
"value": "true"
|
|
3273
3641
|
},
|
|
3274
3642
|
{
|
|
3275
3643
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3276
3644
|
"kind": "IntegerLiteral",
|
|
3277
|
-
"offset":
|
|
3645
|
+
"offset": 22907,
|
|
3278
3646
|
"length": 1,
|
|
3279
3647
|
"value": "5"
|
|
3280
3648
|
},
|
|
3281
3649
|
{
|
|
3282
3650
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3283
3651
|
"kind": "IntegerLiteral",
|
|
3284
|
-
"offset":
|
|
3285
|
-
"length":
|
|
3286
|
-
"value": "
|
|
3652
|
+
"offset": 22955,
|
|
3653
|
+
"length": 1,
|
|
3654
|
+
"value": "5"
|
|
3655
|
+
},
|
|
3656
|
+
{
|
|
3657
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3658
|
+
"kind": "IntegerLiteral",
|
|
3659
|
+
"offset": 23003,
|
|
3660
|
+
"length": 3,
|
|
3661
|
+
"value": "300"
|
|
3662
|
+
},
|
|
3663
|
+
{
|
|
3664
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3665
|
+
"kind": "IntegerLiteral",
|
|
3666
|
+
"offset": 23043,
|
|
3667
|
+
"length": 1,
|
|
3668
|
+
"value": "0"
|
|
3287
3669
|
},
|
|
3288
3670
|
{
|
|
3289
3671
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3290
3672
|
"kind": "Array",
|
|
3291
|
-
"offset":
|
|
3673
|
+
"offset": 23151,
|
|
3292
3674
|
"length": 2,
|
|
3293
3675
|
"value": "[]"
|
|
3294
3676
|
},
|
|
3295
3677
|
{
|
|
3296
3678
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3297
3679
|
"kind": "StringLiteral",
|
|
3298
|
-
"offset":
|
|
3680
|
+
"offset": 23206,
|
|
3299
3681
|
"length": 24,
|
|
3300
3682
|
"value": "\"RequestQueueProcessing\""
|
|
3301
3683
|
},
|
|
3302
3684
|
{
|
|
3303
3685
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3304
3686
|
"kind": "StringLiteral",
|
|
3305
|
-
"offset":
|
|
3687
|
+
"offset": 23307,
|
|
3306
3688
|
"length": 22,
|
|
3307
3689
|
"value": "\"PendingRequestsQueue\""
|
|
3308
3690
|
},
|
|
3309
3691
|
{
|
|
3310
3692
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3311
3693
|
"kind": "StringLiteral",
|
|
3312
|
-
"offset":
|
|
3694
|
+
"offset": 23383,
|
|
3313
3695
|
"length": 24,
|
|
3314
3696
|
"value": "\"pendingNetworkRequests\""
|
|
3315
3697
|
},
|
|
3316
3698
|
{
|
|
3317
3699
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3318
3700
|
"kind": "IntegerLiteral",
|
|
3319
|
-
"offset":
|
|
3701
|
+
"offset": 23450,
|
|
3320
3702
|
"length": 3,
|
|
3321
3703
|
"value": "300"
|
|
3322
3704
|
},
|
|
3323
3705
|
{
|
|
3324
3706
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3325
|
-
"kind": "
|
|
3326
|
-
"offset":
|
|
3327
|
-
"length":
|
|
3328
|
-
"value": "
|
|
3707
|
+
"kind": "IntegerLiteral",
|
|
3708
|
+
"offset": 23501,
|
|
3709
|
+
"length": 3,
|
|
3710
|
+
"value": "100"
|
|
3711
|
+
},
|
|
3712
|
+
{
|
|
3713
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3714
|
+
"kind": "IntegerLiteral",
|
|
3715
|
+
"offset": 23507,
|
|
3716
|
+
"length": 4,
|
|
3717
|
+
"value": "1024"
|
|
3718
|
+
},
|
|
3719
|
+
{
|
|
3720
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3721
|
+
"kind": "IntegerLiteral",
|
|
3722
|
+
"offset": 23514,
|
|
3723
|
+
"length": 4,
|
|
3724
|
+
"value": "1024"
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3728
|
+
"kind": "IntegerLiteral",
|
|
3729
|
+
"offset": 23568,
|
|
3730
|
+
"length": 1,
|
|
3731
|
+
"value": "0"
|
|
3329
3732
|
},
|
|
3330
3733
|
{
|
|
3331
3734
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3332
3735
|
"kind": "BooleanLiteral",
|
|
3333
|
-
"offset":
|
|
3736
|
+
"offset": 23678,
|
|
3334
3737
|
"length": 4,
|
|
3335
3738
|
"value": "true"
|
|
3336
3739
|
},
|
|
3337
3740
|
{
|
|
3338
3741
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3339
3742
|
"kind": "BooleanLiteral",
|
|
3340
|
-
"offset":
|
|
3743
|
+
"offset": 23719,
|
|
3341
3744
|
"length": 5,
|
|
3342
3745
|
"value": "false"
|
|
3343
3746
|
},
|
|
3344
3747
|
{
|
|
3345
3748
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3346
3749
|
"kind": "StringLiteral",
|
|
3347
|
-
"offset":
|
|
3750
|
+
"offset": 23795,
|
|
3348
3751
|
"length": 2,
|
|
3349
3752
|
"value": "\"\""
|
|
3350
3753
|
},
|
|
3351
3754
|
{
|
|
3352
3755
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3353
3756
|
"kind": "StringLiteral",
|
|
3354
|
-
"offset":
|
|
3757
|
+
"offset": 24005,
|
|
3355
3758
|
"length": 27,
|
|
3356
3759
|
"value": "\"BackgroundLogSessionQueue\""
|
|
3357
3760
|
},
|
|
3761
|
+
{
|
|
3762
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3763
|
+
"kind": "StringLiteral",
|
|
3764
|
+
"offset": 24215,
|
|
3765
|
+
"length": 28,
|
|
3766
|
+
"value": "\"BackgroundMainSessionQueue\""
|
|
3767
|
+
},
|
|
3768
|
+
{
|
|
3769
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3770
|
+
"kind": "Dictionary",
|
|
3771
|
+
"offset": 24346,
|
|
3772
|
+
"length": 3,
|
|
3773
|
+
"value": "[]"
|
|
3774
|
+
},
|
|
3775
|
+
{
|
|
3776
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3777
|
+
"kind": "Dictionary",
|
|
3778
|
+
"offset": 24393,
|
|
3779
|
+
"length": 3,
|
|
3780
|
+
"value": "[]"
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3784
|
+
"kind": "Dictionary",
|
|
3785
|
+
"offset": 24440,
|
|
3786
|
+
"length": 3,
|
|
3787
|
+
"value": "[]"
|
|
3788
|
+
},
|
|
3358
3789
|
{
|
|
3359
3790
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3360
3791
|
"kind": "Dictionary",
|
|
3361
|
-
"offset":
|
|
3792
|
+
"offset": 24531,
|
|
3362
3793
|
"length": 3,
|
|
3363
3794
|
"value": "[]"
|
|
3364
3795
|
},
|
|
3365
3796
|
{
|
|
3366
3797
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3367
3798
|
"kind": "Dictionary",
|
|
3368
|
-
"offset":
|
|
3799
|
+
"offset": 24579,
|
|
3369
3800
|
"length": 3,
|
|
3370
3801
|
"value": "[]"
|
|
3371
3802
|
},
|
|
3372
3803
|
{
|
|
3373
3804
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3374
3805
|
"kind": "Dictionary",
|
|
3375
|
-
"offset":
|
|
3806
|
+
"offset": 24627,
|
|
3376
3807
|
"length": 3,
|
|
3377
3808
|
"value": "[]"
|
|
3378
3809
|
},
|
|
3379
3810
|
{
|
|
3380
3811
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3381
3812
|
"kind": "Dictionary",
|
|
3382
|
-
"offset":
|
|
3813
|
+
"offset": 24776,
|
|
3383
3814
|
"length": 3,
|
|
3384
3815
|
"value": "[]"
|
|
3385
3816
|
},
|
|
3386
3817
|
{
|
|
3387
3818
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3388
3819
|
"kind": "IntegerLiteral",
|
|
3389
|
-
"offset":
|
|
3820
|
+
"offset": 24840,
|
|
3821
|
+
"length": 2,
|
|
3822
|
+
"value": "60"
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3826
|
+
"kind": "IntegerLiteral",
|
|
3827
|
+
"offset": 24845,
|
|
3828
|
+
"length": 2,
|
|
3829
|
+
"value": "60"
|
|
3830
|
+
},
|
|
3831
|
+
{
|
|
3832
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3833
|
+
"kind": "IntegerLiteral",
|
|
3834
|
+
"offset": 47522,
|
|
3390
3835
|
"length": 1,
|
|
3391
3836
|
"value": "0"
|
|
3392
3837
|
},
|
|
3838
|
+
{
|
|
3839
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3840
|
+
"kind": "BooleanLiteral",
|
|
3841
|
+
"offset": 47565,
|
|
3842
|
+
"length": 5,
|
|
3843
|
+
"value": "false"
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3847
|
+
"kind": "BooleanLiteral",
|
|
3848
|
+
"offset": 47611,
|
|
3849
|
+
"length": 5,
|
|
3850
|
+
"value": "false"
|
|
3851
|
+
},
|
|
3393
3852
|
{
|
|
3394
3853
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/Network.swift",
|
|
3395
3854
|
"kind": "IntegerLiteral",
|
|
3396
|
-
"offset":
|
|
3855
|
+
"offset": 54330,
|
|
3397
3856
|
"length": 1,
|
|
3398
3857
|
"value": "0"
|
|
3399
3858
|
},
|
|
@@ -3596,80 +4055,101 @@
|
|
|
3596
4055
|
{
|
|
3597
4056
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
3598
4057
|
"kind": "StringLiteral",
|
|
3599
|
-
"offset":
|
|
4058
|
+
"offset": 2096,
|
|
3600
4059
|
"length": 5,
|
|
3601
4060
|
"value": "\"pod\""
|
|
3602
4061
|
},
|
|
3603
4062
|
{
|
|
3604
4063
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
3605
4064
|
"kind": "StringLiteral",
|
|
3606
|
-
"offset":
|
|
4065
|
+
"offset": 2121,
|
|
3607
4066
|
"length": 9,
|
|
3608
4067
|
"value": "\"non_pod\""
|
|
3609
4068
|
},
|
|
3610
4069
|
{
|
|
3611
4070
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
3612
4071
|
"kind": "Array",
|
|
3613
|
-
"offset":
|
|
4072
|
+
"offset": 2204,
|
|
3614
4073
|
"length": 2,
|
|
3615
4074
|
"value": "[]"
|
|
3616
4075
|
},
|
|
3617
4076
|
{
|
|
3618
4077
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
3619
4078
|
"kind": "BooleanLiteral",
|
|
3620
|
-
"offset":
|
|
4079
|
+
"offset": 2238,
|
|
3621
4080
|
"length": 5,
|
|
3622
4081
|
"value": "false"
|
|
3623
4082
|
},
|
|
3624
4083
|
{
|
|
3625
4084
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
3626
4085
|
"kind": "StringLiteral",
|
|
3627
|
-
"offset":
|
|
4086
|
+
"offset": 2310,
|
|
3628
4087
|
"length": 32,
|
|
3629
4088
|
"value": "\"DoorstepAI.SessionTimeoutQueue\""
|
|
3630
4089
|
},
|
|
3631
4090
|
{
|
|
3632
4091
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
3633
4092
|
"kind": "Dictionary",
|
|
3634
|
-
"offset":
|
|
4093
|
+
"offset": 2421,
|
|
3635
4094
|
"length": 3,
|
|
3636
4095
|
"value": "[]"
|
|
3637
4096
|
},
|
|
3638
4097
|
{
|
|
3639
4098
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
3640
4099
|
"kind": "BooleanLiteral",
|
|
3641
|
-
"offset":
|
|
4100
|
+
"offset": 2728,
|
|
4101
|
+
"length": 4,
|
|
4102
|
+
"value": "true"
|
|
4103
|
+
},
|
|
4104
|
+
{
|
|
4105
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4106
|
+
"kind": "BooleanLiteral",
|
|
4107
|
+
"offset": 2758,
|
|
3642
4108
|
"length": 4,
|
|
3643
4109
|
"value": "true"
|
|
3644
4110
|
},
|
|
3645
4111
|
{
|
|
3646
4112
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
3647
4113
|
"kind": "BooleanLiteral",
|
|
3648
|
-
"offset":
|
|
4114
|
+
"offset": 3581,
|
|
3649
4115
|
"length": 4,
|
|
3650
4116
|
"value": "true"
|
|
3651
4117
|
},
|
|
3652
4118
|
{
|
|
3653
4119
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
3654
4120
|
"kind": "IntegerLiteral",
|
|
3655
|
-
"offset":
|
|
4121
|
+
"offset": 4881,
|
|
3656
4122
|
"length": 2,
|
|
3657
4123
|
"value": "30"
|
|
3658
4124
|
},
|
|
3659
4125
|
{
|
|
3660
4126
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
3661
4127
|
"kind": "IntegerLiteral",
|
|
3662
|
-
"offset":
|
|
4128
|
+
"offset": 4910,
|
|
3663
4129
|
"length": 2,
|
|
3664
4130
|
"value": "50"
|
|
3665
4131
|
},
|
|
3666
4132
|
{
|
|
3667
4133
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
3668
4134
|
"kind": "IntegerLiteral",
|
|
3669
|
-
"offset":
|
|
4135
|
+
"offset": 4942,
|
|
3670
4136
|
"length": 4,
|
|
3671
4137
|
"value": "1000"
|
|
3672
4138
|
},
|
|
4139
|
+
{
|
|
4140
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4141
|
+
"kind": "IntegerLiteral",
|
|
4142
|
+
"offset": 12887,
|
|
4143
|
+
"length": 2,
|
|
4144
|
+
"value": "60"
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/DoorstepAI.swift",
|
|
4148
|
+
"kind": "IntegerLiteral",
|
|
4149
|
+
"offset": 12892,
|
|
4150
|
+
"length": 2,
|
|
4151
|
+
"value": "60"
|
|
4152
|
+
},
|
|
3673
4153
|
{
|
|
3674
4154
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/LocationManager.swift",
|
|
3675
4155
|
"kind": "BooleanLiteral",
|
|
@@ -3687,91 +4167,126 @@
|
|
|
3687
4167
|
{
|
|
3688
4168
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/Environment.swift",
|
|
3689
4169
|
"kind": "StringLiteral",
|
|
3690
|
-
"offset":
|
|
4170
|
+
"offset": 157,
|
|
3691
4171
|
"length": 42,
|
|
3692
4172
|
"value": "\"https:\/\/collection.api.track.doorstep.ai\""
|
|
3693
4173
|
},
|
|
3694
4174
|
{
|
|
3695
4175
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
3696
4176
|
"kind": "Array",
|
|
3697
|
-
"offset":
|
|
4177
|
+
"offset": 624,
|
|
3698
4178
|
"length": 2,
|
|
3699
4179
|
"value": "[]"
|
|
3700
4180
|
},
|
|
3701
4181
|
{
|
|
3702
4182
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
3703
4183
|
"kind": "Array",
|
|
3704
|
-
"offset":
|
|
4184
|
+
"offset": 694,
|
|
3705
4185
|
"length": 2,
|
|
3706
4186
|
"value": "[]"
|
|
3707
4187
|
},
|
|
3708
4188
|
{
|
|
3709
4189
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
3710
4190
|
"kind": "Array",
|
|
3711
|
-
"offset":
|
|
4191
|
+
"offset": 741,
|
|
3712
4192
|
"length": 2,
|
|
3713
4193
|
"value": "[]"
|
|
3714
4194
|
},
|
|
3715
4195
|
{
|
|
3716
4196
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
3717
4197
|
"kind": "Array",
|
|
3718
|
-
"offset":
|
|
4198
|
+
"offset": 788,
|
|
3719
4199
|
"length": 2,
|
|
3720
4200
|
"value": "[]"
|
|
3721
4201
|
},
|
|
3722
4202
|
{
|
|
3723
4203
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
3724
4204
|
"kind": "Array",
|
|
3725
|
-
"offset":
|
|
4205
|
+
"offset": 833,
|
|
3726
4206
|
"length": 2,
|
|
3727
4207
|
"value": "[]"
|
|
3728
4208
|
},
|
|
3729
4209
|
{
|
|
3730
4210
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
3731
4211
|
"kind": "Array",
|
|
3732
|
-
"offset":
|
|
4212
|
+
"offset": 876,
|
|
3733
4213
|
"length": 2,
|
|
3734
4214
|
"value": "[]"
|
|
3735
4215
|
},
|
|
3736
4216
|
{
|
|
3737
4217
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
3738
4218
|
"kind": "IntegerLiteral",
|
|
3739
|
-
"offset":
|
|
4219
|
+
"offset": 927,
|
|
3740
4220
|
"length": 2,
|
|
3741
4221
|
"value": "10"
|
|
3742
4222
|
},
|
|
3743
4223
|
{
|
|
3744
4224
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
3745
4225
|
"kind": "StringLiteral",
|
|
3746
|
-
"offset":
|
|
4226
|
+
"offset": 1058,
|
|
3747
4227
|
"length": 19,
|
|
3748
4228
|
"value": "\"PendingBatchQueue\""
|
|
3749
4229
|
},
|
|
3750
4230
|
{
|
|
3751
4231
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
3752
4232
|
"kind": "StringLiteral",
|
|
3753
|
-
"offset":
|
|
4233
|
+
"offset": 1128,
|
|
3754
4234
|
"length": 20,
|
|
3755
4235
|
"value": "\"pendingDataBatches\""
|
|
3756
4236
|
},
|
|
3757
4237
|
{
|
|
3758
4238
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
3759
4239
|
"kind": "Array",
|
|
3760
|
-
"offset":
|
|
4240
|
+
"offset": 1202,
|
|
3761
4241
|
"length": 2,
|
|
3762
4242
|
"value": "[]"
|
|
3763
4243
|
},
|
|
3764
4244
|
{
|
|
3765
4245
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
3766
4246
|
"kind": "IntegerLiteral",
|
|
3767
|
-
"offset":
|
|
4247
|
+
"offset": 1244,
|
|
3768
4248
|
"length": 3,
|
|
3769
4249
|
"value": "240"
|
|
3770
4250
|
},
|
|
4251
|
+
{
|
|
4252
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4253
|
+
"kind": "IntegerLiteral",
|
|
4254
|
+
"offset": 1292,
|
|
4255
|
+
"length": 2,
|
|
4256
|
+
"value": "16"
|
|
4257
|
+
},
|
|
4258
|
+
{
|
|
4259
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4260
|
+
"kind": "IntegerLiteral",
|
|
4261
|
+
"offset": 1297,
|
|
4262
|
+
"length": 4,
|
|
4263
|
+
"value": "1024"
|
|
4264
|
+
},
|
|
4265
|
+
{
|
|
4266
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4267
|
+
"kind": "IntegerLiteral",
|
|
4268
|
+
"offset": 1304,
|
|
4269
|
+
"length": 4,
|
|
4270
|
+
"value": "1024"
|
|
4271
|
+
},
|
|
4272
|
+
{
|
|
4273
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4274
|
+
"kind": "FloatLiteral",
|
|
4275
|
+
"offset": 1366,
|
|
4276
|
+
"length": 3,
|
|
4277
|
+
"value": "1.0"
|
|
4278
|
+
},
|
|
4279
|
+
{
|
|
4280
|
+
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
4281
|
+
"kind": "IntegerLiteral",
|
|
4282
|
+
"offset": 1476,
|
|
4283
|
+
"length": 1,
|
|
4284
|
+
"value": "0"
|
|
4285
|
+
},
|
|
3771
4286
|
{
|
|
3772
4287
|
"filePath": "\/Users\/sheelpatel\/Documents\/doorstepai\/doorstepai-track\/SDKs\/iOS\/DoorstepDropoffSDK\/DoorstepDropoffSDK\/src\/DataManager.swift",
|
|
3773
4288
|
"kind": "BooleanLiteral",
|
|
3774
|
-
"offset":
|
|
4289
|
+
"offset": 1521,
|
|
3775
4290
|
"length": 5,
|
|
3776
4291
|
"value": "false"
|
|
3777
4292
|
}
|