@expofp/react-native-efp-crowdconnected 0.1.8 → 0.1.10
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/ExpofpCrowdconnected.podspec +1 -1
- package/README.md +67 -5
- package/android/build.gradle +14 -4
- package/android/src/main/java/com/expofpcrowdconnected/ExpoFpCrowdConnectedLocationProviderSettings.kt +24 -20
- package/android/src/main/java/com/expofpcrowdconnected/RCTCrowdConnectedLocationProviderModule.kt +112 -6
- package/ios/ExpoFpLocationProvider/ExpoFpCrowdConnectedLocationProviderSettings.swift +2 -2
- package/ios/ExpoFpLocationProvider/ExpoFpLocationSettings.swift +2 -2
- package/ios/ExpoFpLocationProvider/ExpoFpSimulationDelegate.swift +40 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +48 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Info.plist +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.abi.json +731 -363
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.private.swiftinterface +13 -8
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios.swiftinterface +12 -7
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64/CrowdConnectedCore.framework/_CodeSignature/CodeResources +13 -13
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/CrowdConnectedCore +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Headers/CrowdConnectedCore-Swift.h +96 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Info.plist +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.abi.json +731 -363
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +13 -8
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/arm64-apple-ios-simulator.swiftinterface +12 -7
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.abi.json +731 -363
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +13 -8
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/Modules/CrowdConnectedCore.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +12 -7
- package/ios/Frameworks/CrowdConnectedCore.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCore.framework/_CodeSignature/CodeResources +23 -23
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios.abi.json +10 -10
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +4 -4
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/CrowdConnectedCoreBluetooth +0 -0
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/arm64-apple-ios-simulator.abi.json +10 -10
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/Modules/CrowdConnectedCoreBluetooth.swiftmodule/x86_64-apple-ios-simulator.abi.json +10 -10
- package/ios/Frameworks/CrowdConnectedCoreBluetooth.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedCoreBluetooth.framework/_CodeSignature/CodeResources +8 -8
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/Info.plist +5 -5
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.abi.json +142 -33
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.private.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +8 -8
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/CrowdConnectedGeo +0 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.abi.json +142 -33
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/arm64-apple-ios-simulator.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.abi.json +142 -33
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/Modules/CrowdConnectedGeo.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +7 -0
- package/ios/Frameworks/CrowdConnectedGeo.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedGeo.framework/_CodeSignature/CodeResources +16 -16
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.abi.json +251 -113
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.private.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +10 -10
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/CrowdConnectedIPS +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.abi.json +251 -113
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/arm64-apple-ios-simulator.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.abi.json +251 -113
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/Modules/CrowdConnectedIPS.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +7 -2
- package/ios/Frameworks/CrowdConnectedIPS.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedIPS.framework/_CodeSignature/CodeResources +20 -20
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.abi.json +904 -235
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.private.swiftinterface +33 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios.swiftinterface +31 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64/CrowdConnectedShared.framework/_CodeSignature/CodeResources +10 -10
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/CrowdConnectedShared +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.abi.json +904 -235
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +33 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/arm64-apple-ios-simulator.swiftinterface +31 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.abi.json +904 -235
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +33 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/Modules/CrowdConnectedShared.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +31 -3
- package/ios/Frameworks/CrowdConnectedShared.xcframework/ios-arm64_x86_64-simulator/CrowdConnectedShared.framework/_CodeSignature/CodeResources +20 -20
- package/ios/RCTCrowdConnectedLocationProvider.m +3 -0
- package/ios/RCTCrowdConnectedLocationProvider.swift +19 -1
- package/lib/module/crowdconnected-location-provider-native-module.js +30 -0
- package/lib/module/crowdconnected-location-provider-native-module.js.map +1 -1
- package/lib/typescript/src/crowdconnected-location-provider-native-module.d.ts.map +1 -1
- package/lib/typescript/src/types.d.ts +31 -2
- package/lib/typescript/src/types.d.ts.map +1 -1
- package/package.json +1 -9
- package/src/crowdconnected-location-provider-native-module.tsx +51 -0
- package/src/types.ts +33 -2
|
@@ -93,7 +93,10 @@
|
|
|
93
93
|
"name": "SQLite3",
|
|
94
94
|
"printedName": "SQLite3",
|
|
95
95
|
"declKind": "Import",
|
|
96
|
-
"moduleName": "CrowdConnectedCore"
|
|
96
|
+
"moduleName": "CrowdConnectedCore",
|
|
97
|
+
"declAttributes": [
|
|
98
|
+
"AccessControl"
|
|
99
|
+
]
|
|
97
100
|
},
|
|
98
101
|
{
|
|
99
102
|
"kind": "Import",
|
|
@@ -281,6 +284,7 @@
|
|
|
281
284
|
"declKind": "Import",
|
|
282
285
|
"moduleName": "CrowdConnectedCore",
|
|
283
286
|
"declAttributes": [
|
|
287
|
+
"AccessControl",
|
|
284
288
|
"RawDocComment"
|
|
285
289
|
]
|
|
286
290
|
},
|
|
@@ -548,7 +552,10 @@
|
|
|
548
552
|
"name": "CommonCrypto",
|
|
549
553
|
"printedName": "CommonCrypto",
|
|
550
554
|
"declKind": "Import",
|
|
551
|
-
"moduleName": "CrowdConnectedCore"
|
|
555
|
+
"moduleName": "CrowdConnectedCore",
|
|
556
|
+
"declAttributes": [
|
|
557
|
+
"AccessControl"
|
|
558
|
+
]
|
|
552
559
|
},
|
|
553
560
|
{
|
|
554
561
|
"kind": "Import",
|
|
@@ -592,7 +599,10 @@
|
|
|
592
599
|
"name": "CoreBluetooth",
|
|
593
600
|
"printedName": "CoreBluetooth",
|
|
594
601
|
"declKind": "Import",
|
|
595
|
-
"moduleName": "CrowdConnectedCore"
|
|
602
|
+
"moduleName": "CrowdConnectedCore",
|
|
603
|
+
"declAttributes": [
|
|
604
|
+
"AccessControl"
|
|
605
|
+
]
|
|
596
606
|
},
|
|
597
607
|
{
|
|
598
608
|
"kind": "Import",
|
|
@@ -606,7 +616,10 @@
|
|
|
606
616
|
"name": "UserNotifications",
|
|
607
617
|
"printedName": "UserNotifications",
|
|
608
618
|
"declKind": "Import",
|
|
609
|
-
"moduleName": "CrowdConnectedCore"
|
|
619
|
+
"moduleName": "CrowdConnectedCore",
|
|
620
|
+
"declAttributes": [
|
|
621
|
+
"AccessControl"
|
|
622
|
+
]
|
|
610
623
|
},
|
|
611
624
|
{
|
|
612
625
|
"kind": "Import",
|
|
@@ -1066,6 +1079,103 @@
|
|
|
1066
1079
|
"RawDocComment"
|
|
1067
1080
|
],
|
|
1068
1081
|
"funcSelfKind": "NonMutating"
|
|
1082
|
+
},
|
|
1083
|
+
{
|
|
1084
|
+
"kind": "Function",
|
|
1085
|
+
"name": "activateSimulation",
|
|
1086
|
+
"printedName": "activateSimulation(token:)",
|
|
1087
|
+
"children": [
|
|
1088
|
+
{
|
|
1089
|
+
"kind": "TypeNominal",
|
|
1090
|
+
"name": "Void",
|
|
1091
|
+
"printedName": "()"
|
|
1092
|
+
},
|
|
1093
|
+
{
|
|
1094
|
+
"kind": "TypeNominal",
|
|
1095
|
+
"name": "String",
|
|
1096
|
+
"printedName": "Swift.String",
|
|
1097
|
+
"usr": "s:SS"
|
|
1098
|
+
}
|
|
1099
|
+
],
|
|
1100
|
+
"declKind": "Func",
|
|
1101
|
+
"usr": "c:@CM@CrowdConnectedCore@objc(cs)CrowdConnected(im)activateSimulationWithToken:",
|
|
1102
|
+
"mangledName": "$s18CrowdConnectedCore0aB0C18activateSimulation5tokenySS_tF",
|
|
1103
|
+
"moduleName": "CrowdConnectedCore",
|
|
1104
|
+
"objc_name": "activateSimulationWithToken:",
|
|
1105
|
+
"declAttributes": [
|
|
1106
|
+
"Dynamic",
|
|
1107
|
+
"ObjC",
|
|
1108
|
+
"RawDocComment"
|
|
1109
|
+
],
|
|
1110
|
+
"isFromExtension": true,
|
|
1111
|
+
"funcSelfKind": "NonMutating"
|
|
1112
|
+
},
|
|
1113
|
+
{
|
|
1114
|
+
"kind": "Function",
|
|
1115
|
+
"name": "activateSimulation",
|
|
1116
|
+
"printedName": "activateSimulation(token:callback:)",
|
|
1117
|
+
"children": [
|
|
1118
|
+
{
|
|
1119
|
+
"kind": "TypeNominal",
|
|
1120
|
+
"name": "Void",
|
|
1121
|
+
"printedName": "()"
|
|
1122
|
+
},
|
|
1123
|
+
{
|
|
1124
|
+
"kind": "TypeNominal",
|
|
1125
|
+
"name": "String",
|
|
1126
|
+
"printedName": "Swift.String",
|
|
1127
|
+
"usr": "s:SS"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"kind": "TypeNominal",
|
|
1131
|
+
"name": "Optional",
|
|
1132
|
+
"printedName": "(any CrowdConnectedCore.SimulationCallback)?",
|
|
1133
|
+
"children": [
|
|
1134
|
+
{
|
|
1135
|
+
"kind": "TypeNominal",
|
|
1136
|
+
"name": "SimulationCallback",
|
|
1137
|
+
"printedName": "any CrowdConnectedCore.SimulationCallback",
|
|
1138
|
+
"usr": "c:@M@CrowdConnectedCore@objc(pl)SimulationCallback"
|
|
1139
|
+
}
|
|
1140
|
+
],
|
|
1141
|
+
"usr": "s:Sq"
|
|
1142
|
+
}
|
|
1143
|
+
],
|
|
1144
|
+
"declKind": "Func",
|
|
1145
|
+
"usr": "c:@CM@CrowdConnectedCore@objc(cs)CrowdConnected(im)activateSimulationWithToken:callback:",
|
|
1146
|
+
"mangledName": "$s18CrowdConnectedCore0aB0C18activateSimulation5token8callbackySS_AA0E8Callback_pSgtF",
|
|
1147
|
+
"moduleName": "CrowdConnectedCore",
|
|
1148
|
+
"objc_name": "activateSimulationWithToken:callback:",
|
|
1149
|
+
"declAttributes": [
|
|
1150
|
+
"Dynamic",
|
|
1151
|
+
"ObjC",
|
|
1152
|
+
"RawDocComment"
|
|
1153
|
+
],
|
|
1154
|
+
"isFromExtension": true,
|
|
1155
|
+
"funcSelfKind": "NonMutating"
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
"kind": "Function",
|
|
1159
|
+
"name": "deactivateSimulation",
|
|
1160
|
+
"printedName": "deactivateSimulation()",
|
|
1161
|
+
"children": [
|
|
1162
|
+
{
|
|
1163
|
+
"kind": "TypeNominal",
|
|
1164
|
+
"name": "Void",
|
|
1165
|
+
"printedName": "()"
|
|
1166
|
+
}
|
|
1167
|
+
],
|
|
1168
|
+
"declKind": "Func",
|
|
1169
|
+
"usr": "c:@CM@CrowdConnectedCore@objc(cs)CrowdConnected(im)deactivateSimulation",
|
|
1170
|
+
"mangledName": "$s18CrowdConnectedCore0aB0C20deactivateSimulationyyF",
|
|
1171
|
+
"moduleName": "CrowdConnectedCore",
|
|
1172
|
+
"declAttributes": [
|
|
1173
|
+
"Dynamic",
|
|
1174
|
+
"ObjC",
|
|
1175
|
+
"RawDocComment"
|
|
1176
|
+
],
|
|
1177
|
+
"isFromExtension": true,
|
|
1178
|
+
"funcSelfKind": "NonMutating"
|
|
1069
1179
|
}
|
|
1070
1180
|
],
|
|
1071
1181
|
"declKind": "Class",
|
|
@@ -2332,7 +2442,10 @@
|
|
|
2332
2442
|
"name": "UserNotifications",
|
|
2333
2443
|
"printedName": "UserNotifications",
|
|
2334
2444
|
"declKind": "Import",
|
|
2335
|
-
"moduleName": "CrowdConnectedCore"
|
|
2445
|
+
"moduleName": "CrowdConnectedCore",
|
|
2446
|
+
"declAttributes": [
|
|
2447
|
+
"AccessControl"
|
|
2448
|
+
]
|
|
2336
2449
|
},
|
|
2337
2450
|
{
|
|
2338
2451
|
"kind": "Import",
|
|
@@ -4193,7 +4306,10 @@
|
|
|
4193
4306
|
"name": "CommonCrypto",
|
|
4194
4307
|
"printedName": "CommonCrypto",
|
|
4195
4308
|
"declKind": "Import",
|
|
4196
|
-
"moduleName": "CrowdConnectedCore"
|
|
4309
|
+
"moduleName": "CrowdConnectedCore",
|
|
4310
|
+
"declAttributes": [
|
|
4311
|
+
"AccessControl"
|
|
4312
|
+
]
|
|
4197
4313
|
},
|
|
4198
4314
|
{
|
|
4199
4315
|
"kind": "Import",
|
|
@@ -5472,7 +5588,10 @@
|
|
|
5472
5588
|
"name": "UserNotifications",
|
|
5473
5589
|
"printedName": "UserNotifications",
|
|
5474
5590
|
"declKind": "Import",
|
|
5475
|
-
"moduleName": "CrowdConnectedCore"
|
|
5591
|
+
"moduleName": "CrowdConnectedCore",
|
|
5592
|
+
"declAttributes": [
|
|
5593
|
+
"AccessControl"
|
|
5594
|
+
]
|
|
5476
5595
|
},
|
|
5477
5596
|
{
|
|
5478
5597
|
"kind": "Import",
|
|
@@ -5491,6 +5610,173 @@
|
|
|
5491
5610
|
"declKind": "Import",
|
|
5492
5611
|
"moduleName": "CrowdConnectedCore"
|
|
5493
5612
|
},
|
|
5613
|
+
{
|
|
5614
|
+
"kind": "Import",
|
|
5615
|
+
"name": "Foundation",
|
|
5616
|
+
"printedName": "Foundation",
|
|
5617
|
+
"declKind": "Import",
|
|
5618
|
+
"moduleName": "CrowdConnectedCore"
|
|
5619
|
+
},
|
|
5620
|
+
{
|
|
5621
|
+
"kind": "Import",
|
|
5622
|
+
"name": "CrowdConnectedShared",
|
|
5623
|
+
"printedName": "CrowdConnectedShared",
|
|
5624
|
+
"declKind": "Import",
|
|
5625
|
+
"moduleName": "CrowdConnectedCore"
|
|
5626
|
+
},
|
|
5627
|
+
{
|
|
5628
|
+
"kind": "Import",
|
|
5629
|
+
"name": "Foundation",
|
|
5630
|
+
"printedName": "Foundation",
|
|
5631
|
+
"declKind": "Import",
|
|
5632
|
+
"moduleName": "CrowdConnectedCore"
|
|
5633
|
+
},
|
|
5634
|
+
{
|
|
5635
|
+
"kind": "Import",
|
|
5636
|
+
"name": "CrowdConnectedShared",
|
|
5637
|
+
"printedName": "CrowdConnectedShared",
|
|
5638
|
+
"declKind": "Import",
|
|
5639
|
+
"moduleName": "CrowdConnectedCore"
|
|
5640
|
+
},
|
|
5641
|
+
{
|
|
5642
|
+
"kind": "Import",
|
|
5643
|
+
"name": "Foundation",
|
|
5644
|
+
"printedName": "Foundation",
|
|
5645
|
+
"declKind": "Import",
|
|
5646
|
+
"moduleName": "CrowdConnectedCore"
|
|
5647
|
+
},
|
|
5648
|
+
{
|
|
5649
|
+
"kind": "TypeDecl",
|
|
5650
|
+
"name": "SimulationCallback",
|
|
5651
|
+
"printedName": "SimulationCallback",
|
|
5652
|
+
"children": [
|
|
5653
|
+
{
|
|
5654
|
+
"kind": "Function",
|
|
5655
|
+
"name": "onSimulationConnected",
|
|
5656
|
+
"printedName": "onSimulationConnected()",
|
|
5657
|
+
"children": [
|
|
5658
|
+
{
|
|
5659
|
+
"kind": "TypeNominal",
|
|
5660
|
+
"name": "Void",
|
|
5661
|
+
"printedName": "()"
|
|
5662
|
+
}
|
|
5663
|
+
],
|
|
5664
|
+
"declKind": "Func",
|
|
5665
|
+
"usr": "c:@M@CrowdConnectedCore@objc(pl)SimulationCallback(im)onSimulationConnected",
|
|
5666
|
+
"mangledName": "$s18CrowdConnectedCore18SimulationCallbackP02ondB0yyF",
|
|
5667
|
+
"moduleName": "CrowdConnectedCore",
|
|
5668
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedCore.SimulationCallback>",
|
|
5669
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedCore.SimulationCallback>",
|
|
5670
|
+
"protocolReq": true,
|
|
5671
|
+
"declAttributes": [
|
|
5672
|
+
"RawDocComment",
|
|
5673
|
+
"ObjC"
|
|
5674
|
+
],
|
|
5675
|
+
"reqNewWitnessTableEntry": true,
|
|
5676
|
+
"funcSelfKind": "NonMutating"
|
|
5677
|
+
},
|
|
5678
|
+
{
|
|
5679
|
+
"kind": "Function",
|
|
5680
|
+
"name": "onSimulationError",
|
|
5681
|
+
"printedName": "onSimulationError(reason:)",
|
|
5682
|
+
"children": [
|
|
5683
|
+
{
|
|
5684
|
+
"kind": "TypeNominal",
|
|
5685
|
+
"name": "Void",
|
|
5686
|
+
"printedName": "()"
|
|
5687
|
+
},
|
|
5688
|
+
{
|
|
5689
|
+
"kind": "TypeNominal",
|
|
5690
|
+
"name": "String",
|
|
5691
|
+
"printedName": "Swift.String",
|
|
5692
|
+
"usr": "s:SS"
|
|
5693
|
+
}
|
|
5694
|
+
],
|
|
5695
|
+
"declKind": "Func",
|
|
5696
|
+
"usr": "c:@M@CrowdConnectedCore@objc(pl)SimulationCallback(im)onSimulationErrorWithReason:",
|
|
5697
|
+
"mangledName": "$s18CrowdConnectedCore18SimulationCallbackP02onD5Error6reasonySS_tF",
|
|
5698
|
+
"moduleName": "CrowdConnectedCore",
|
|
5699
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedCore.SimulationCallback>",
|
|
5700
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedCore.SimulationCallback>",
|
|
5701
|
+
"protocolReq": true,
|
|
5702
|
+
"declAttributes": [
|
|
5703
|
+
"RawDocComment",
|
|
5704
|
+
"ObjC"
|
|
5705
|
+
],
|
|
5706
|
+
"reqNewWitnessTableEntry": true,
|
|
5707
|
+
"funcSelfKind": "NonMutating"
|
|
5708
|
+
},
|
|
5709
|
+
{
|
|
5710
|
+
"kind": "Function",
|
|
5711
|
+
"name": "onSimulationDisconnected",
|
|
5712
|
+
"printedName": "onSimulationDisconnected()",
|
|
5713
|
+
"children": [
|
|
5714
|
+
{
|
|
5715
|
+
"kind": "TypeNominal",
|
|
5716
|
+
"name": "Void",
|
|
5717
|
+
"printedName": "()"
|
|
5718
|
+
}
|
|
5719
|
+
],
|
|
5720
|
+
"declKind": "Func",
|
|
5721
|
+
"usr": "c:@M@CrowdConnectedCore@objc(pl)SimulationCallback(im)onSimulationDisconnected",
|
|
5722
|
+
"mangledName": "$s18CrowdConnectedCore18SimulationCallbackP02onD12DisconnectedyyF",
|
|
5723
|
+
"moduleName": "CrowdConnectedCore",
|
|
5724
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedCore.SimulationCallback>",
|
|
5725
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedCore.SimulationCallback>",
|
|
5726
|
+
"protocolReq": true,
|
|
5727
|
+
"declAttributes": [
|
|
5728
|
+
"RawDocComment",
|
|
5729
|
+
"ObjC"
|
|
5730
|
+
],
|
|
5731
|
+
"reqNewWitnessTableEntry": true,
|
|
5732
|
+
"funcSelfKind": "NonMutating"
|
|
5733
|
+
}
|
|
5734
|
+
],
|
|
5735
|
+
"declKind": "Protocol",
|
|
5736
|
+
"usr": "c:@M@CrowdConnectedCore@objc(pl)SimulationCallback",
|
|
5737
|
+
"mangledName": "$s18CrowdConnectedCore18SimulationCallbackP",
|
|
5738
|
+
"moduleName": "CrowdConnectedCore",
|
|
5739
|
+
"genericSig": "<τ_0_0 : AnyObject>",
|
|
5740
|
+
"sugared_genericSig": "<Self : AnyObject>",
|
|
5741
|
+
"declAttributes": [
|
|
5742
|
+
"AccessControl",
|
|
5743
|
+
"ObjC",
|
|
5744
|
+
"RawDocComment"
|
|
5745
|
+
],
|
|
5746
|
+
"conformances": [
|
|
5747
|
+
{
|
|
5748
|
+
"kind": "Conformance",
|
|
5749
|
+
"name": "Escapable",
|
|
5750
|
+
"printedName": "Escapable",
|
|
5751
|
+
"usr": "s:s9EscapableP",
|
|
5752
|
+
"mangledName": "$ss9EscapableP"
|
|
5753
|
+
},
|
|
5754
|
+
{
|
|
5755
|
+
"kind": "Conformance",
|
|
5756
|
+
"name": "Copyable",
|
|
5757
|
+
"printedName": "Copyable",
|
|
5758
|
+
"usr": "s:s8CopyableP",
|
|
5759
|
+
"mangledName": "$ss8CopyableP"
|
|
5760
|
+
}
|
|
5761
|
+
]
|
|
5762
|
+
},
|
|
5763
|
+
{
|
|
5764
|
+
"kind": "Import",
|
|
5765
|
+
"name": "Foundation",
|
|
5766
|
+
"printedName": "Foundation",
|
|
5767
|
+
"declKind": "Import",
|
|
5768
|
+
"moduleName": "CrowdConnectedCore"
|
|
5769
|
+
},
|
|
5770
|
+
{
|
|
5771
|
+
"kind": "Import",
|
|
5772
|
+
"name": "CrowdConnectedShared",
|
|
5773
|
+
"printedName": "CrowdConnectedShared",
|
|
5774
|
+
"declKind": "Import",
|
|
5775
|
+
"moduleName": "CrowdConnectedCore",
|
|
5776
|
+
"declAttributes": [
|
|
5777
|
+
"SPIAccessControl"
|
|
5778
|
+
]
|
|
5779
|
+
},
|
|
5494
5780
|
{
|
|
5495
5781
|
"kind": "Import",
|
|
5496
5782
|
"name": "Foundation",
|
|
@@ -5506,7 +5792,10 @@
|
|
|
5506
5792
|
"name": "SQLite3",
|
|
5507
5793
|
"printedName": "SQLite3",
|
|
5508
5794
|
"declKind": "Import",
|
|
5509
|
-
"moduleName": "CrowdConnectedCore"
|
|
5795
|
+
"moduleName": "CrowdConnectedCore",
|
|
5796
|
+
"declAttributes": [
|
|
5797
|
+
"AccessControl"
|
|
5798
|
+
]
|
|
5510
5799
|
},
|
|
5511
5800
|
{
|
|
5512
5801
|
"kind": "Import",
|
|
@@ -5554,7 +5843,10 @@
|
|
|
5554
5843
|
"name": "UIKit",
|
|
5555
5844
|
"printedName": "UIKit",
|
|
5556
5845
|
"declKind": "Import",
|
|
5557
|
-
"moduleName": "CrowdConnectedCore"
|
|
5846
|
+
"moduleName": "CrowdConnectedCore",
|
|
5847
|
+
"declAttributes": [
|
|
5848
|
+
"AccessControl"
|
|
5849
|
+
]
|
|
5558
5850
|
},
|
|
5559
5851
|
{
|
|
5560
5852
|
"kind": "Import",
|
|
@@ -5811,7 +6103,10 @@
|
|
|
5811
6103
|
"name": "SystemConfiguration.CaptiveNetwork",
|
|
5812
6104
|
"printedName": "SystemConfiguration.CaptiveNetwork",
|
|
5813
6105
|
"declKind": "Import",
|
|
5814
|
-
"moduleName": "CrowdConnectedCore"
|
|
6106
|
+
"moduleName": "CrowdConnectedCore",
|
|
6107
|
+
"declAttributes": [
|
|
6108
|
+
"AccessControl"
|
|
6109
|
+
]
|
|
5815
6110
|
},
|
|
5816
6111
|
{
|
|
5817
6112
|
"kind": "Import",
|
|
@@ -5852,7 +6147,10 @@
|
|
|
5852
6147
|
"name": "CoreBluetooth",
|
|
5853
6148
|
"printedName": "CoreBluetooth",
|
|
5854
6149
|
"declKind": "Import",
|
|
5855
|
-
"moduleName": "CrowdConnectedCore"
|
|
6150
|
+
"moduleName": "CrowdConnectedCore",
|
|
6151
|
+
"declAttributes": [
|
|
6152
|
+
"AccessControl"
|
|
6153
|
+
]
|
|
5856
6154
|
},
|
|
5857
6155
|
{
|
|
5858
6156
|
"kind": "Import",
|
|
@@ -5880,2149 +6178,2219 @@
|
|
|
5880
6178
|
},
|
|
5881
6179
|
"ConstValues": [
|
|
5882
6180
|
{
|
|
5883
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6181
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Network\/TimedRequestExecutor.swift",
|
|
5884
6182
|
"kind": "IntegerLiteral",
|
|
5885
6183
|
"offset": 590,
|
|
5886
6184
|
"length": 4,
|
|
5887
6185
|
"value": "5000"
|
|
5888
6186
|
},
|
|
5889
6187
|
{
|
|
5890
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6188
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/AuthenticationSession.swift",
|
|
5891
6189
|
"kind": "StringLiteral",
|
|
5892
6190
|
"offset": 185,
|
|
5893
6191
|
"length": 44,
|
|
5894
6192
|
"value": "\"CrowdConnected.Session.Username.StorageKey\""
|
|
5895
6193
|
},
|
|
5896
6194
|
{
|
|
5897
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6195
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/AuthenticationSession.swift",
|
|
5898
6196
|
"kind": "StringLiteral",
|
|
5899
6197
|
"offset": 303,
|
|
5900
6198
|
"length": 44,
|
|
5901
6199
|
"value": "\"CrowdConnected.Session.Password.StorageKey\""
|
|
5902
6200
|
},
|
|
5903
6201
|
{
|
|
5904
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6202
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/AuthenticationSession.swift",
|
|
5905
6203
|
"kind": "StringLiteral",
|
|
5906
6204
|
"offset": 418,
|
|
5907
6205
|
"length": 41,
|
|
5908
6206
|
"value": "\"CrowdConnected.Session.Token.StorageKey\""
|
|
5909
6207
|
},
|
|
5910
6208
|
{
|
|
5911
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6209
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/AuthenticationSession.swift",
|
|
5912
6210
|
"kind": "StringLiteral",
|
|
5913
6211
|
"offset": 537,
|
|
5914
6212
|
"length": 48,
|
|
5915
6213
|
"value": "\"CrowdConnected.Session.RefreshToken.StorageKey\""
|
|
5916
6214
|
},
|
|
5917
6215
|
{
|
|
5918
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6216
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/AuthenticationSession.swift",
|
|
5919
6217
|
"kind": "StringLiteral",
|
|
5920
6218
|
"offset": 634,
|
|
5921
6219
|
"length": 20,
|
|
5922
6220
|
"value": "\"cc_aws_credentials\""
|
|
5923
6221
|
},
|
|
5924
6222
|
{
|
|
5925
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6223
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/AuthenticationSession.swift",
|
|
5926
6224
|
"kind": "StringLiteral",
|
|
5927
6225
|
"offset": 692,
|
|
5928
6226
|
"length": 14,
|
|
5929
6227
|
"value": "\"cc_device_id\""
|
|
5930
6228
|
},
|
|
5931
6229
|
{
|
|
5932
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6230
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/AuthenticationSession.swift",
|
|
5933
6231
|
"kind": "StringLiteral",
|
|
5934
6232
|
"offset": 740,
|
|
5935
6233
|
"length": 12,
|
|
5936
6234
|
"value": "\"cc_app_key\""
|
|
5937
6235
|
},
|
|
5938
6236
|
{
|
|
5939
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6237
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/AuthenticationSession.swift",
|
|
5940
6238
|
"kind": "StringLiteral",
|
|
5941
6239
|
"offset": 790,
|
|
5942
6240
|
"length": 14,
|
|
5943
6241
|
"value": "\"cc_client_id\""
|
|
5944
6242
|
},
|
|
5945
6243
|
{
|
|
5946
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6244
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/AuthenticationSession.swift",
|
|
5947
6245
|
"kind": "StringLiteral",
|
|
5948
6246
|
"offset": 846,
|
|
5949
6247
|
"length": 18,
|
|
5950
6248
|
"value": "\"cc_client_secret\""
|
|
5951
6249
|
},
|
|
5952
6250
|
{
|
|
5953
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6251
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/SDKState\/SDKStateStore.swift",
|
|
5954
6252
|
"kind": "StringLiteral",
|
|
5955
6253
|
"offset": 164,
|
|
5956
6254
|
"length": 40,
|
|
5957
6255
|
"value": "\"CrowdConnected.LibraryState.StorageKey\""
|
|
5958
6256
|
},
|
|
5959
6257
|
{
|
|
5960
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6258
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/SDKState\/SDKStateStore.swift",
|
|
5961
6259
|
"kind": "StringLiteral",
|
|
5962
6260
|
"offset": 245,
|
|
5963
6261
|
"length": 10,
|
|
5964
6262
|
"value": "\"stateKey\""
|
|
5965
6263
|
},
|
|
5966
6264
|
{
|
|
5967
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6265
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/SDKState\/SDKStateStore.swift",
|
|
5968
6266
|
"kind": "StringLiteral",
|
|
5969
6267
|
"offset": 299,
|
|
5970
6268
|
"length": 18,
|
|
5971
6269
|
"value": "\"locationValueKey\""
|
|
5972
6270
|
},
|
|
5973
6271
|
{
|
|
5974
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6272
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/SDKState\/SDKStateStore.swift",
|
|
5975
6273
|
"kind": "StringLiteral",
|
|
5976
6274
|
"offset": 357,
|
|
5977
6275
|
"length": 14,
|
|
5978
6276
|
"value": "\"timestampKey\""
|
|
5979
6277
|
},
|
|
5980
6278
|
{
|
|
5981
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6279
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/SDKVersionResolver.swift",
|
|
5982
6280
|
"kind": "StringLiteral",
|
|
5983
6281
|
"offset": 141,
|
|
5984
6282
|
"length": 45,
|
|
5985
6283
|
"value": "\"CrowdConnected.lastConfiguredBuildNumberKey\""
|
|
5986
6284
|
},
|
|
5987
6285
|
{
|
|
5988
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6286
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Aliases\/AliasesManager.swift",
|
|
5989
6287
|
"kind": "StringLiteral",
|
|
5990
6288
|
"offset": 420,
|
|
5991
6289
|
"length": 33,
|
|
5992
6290
|
"value": "\"CrowdConnected.Alias.StorageKey\""
|
|
5993
6291
|
},
|
|
5994
6292
|
{
|
|
5995
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6293
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Aliases\/AliasesManager.swift",
|
|
6294
|
+
"kind": "Array",
|
|
6295
|
+
"offset": 852,
|
|
6296
|
+
"length": 2,
|
|
6297
|
+
"value": "[]"
|
|
6298
|
+
},
|
|
6299
|
+
{
|
|
6300
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/API\/APIConstants.swift",
|
|
5996
6301
|
"kind": "StringLiteral",
|
|
5997
6302
|
"offset": 144,
|
|
5998
6303
|
"length": 35,
|
|
5999
6304
|
"value": "\"https:\/\/mobile.crowdconnected.com\""
|
|
6000
6305
|
},
|
|
6001
6306
|
{
|
|
6002
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6307
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Login\/IAMAuthenticationProvider.swift",
|
|
6308
|
+
"kind": "StringLiteral",
|
|
6309
|
+
"offset": 504,
|
|
6310
|
+
"length": 3,
|
|
6311
|
+
"value": "\"\/\""
|
|
6312
|
+
},
|
|
6313
|
+
{
|
|
6314
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Login\/IAMAuthenticationProvider.swift",
|
|
6003
6315
|
"kind": "IntegerLiteral",
|
|
6004
|
-
"offset":
|
|
6316
|
+
"offset": 955,
|
|
6005
6317
|
"length": 2,
|
|
6006
6318
|
"value": "60"
|
|
6007
6319
|
},
|
|
6008
6320
|
{
|
|
6009
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6321
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Login\/IAMAuthenticationProvider.swift",
|
|
6010
6322
|
"kind": "IntegerLiteral",
|
|
6011
|
-
"offset":
|
|
6323
|
+
"offset": 1035,
|
|
6012
6324
|
"length": 1,
|
|
6013
6325
|
"value": "5"
|
|
6014
6326
|
},
|
|
6015
6327
|
{
|
|
6016
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6328
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Login\/IAMAuthenticationProvider.swift",
|
|
6017
6329
|
"kind": "IntegerLiteral",
|
|
6018
|
-
"offset":
|
|
6330
|
+
"offset": 1039,
|
|
6019
6331
|
"length": 2,
|
|
6020
6332
|
"value": "60"
|
|
6021
6333
|
},
|
|
6022
6334
|
{
|
|
6023
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6335
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Login\/IAMAuthenticationProvider.swift",
|
|
6024
6336
|
"kind": "StringLiteral",
|
|
6025
|
-
"offset":
|
|
6337
|
+
"offset": 1791,
|
|
6026
6338
|
"length": 24,
|
|
6027
6339
|
"value": "\"CrowdConnected.IAMAuth\""
|
|
6028
6340
|
},
|
|
6029
6341
|
{
|
|
6030
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6342
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Login\/IAMAuthenticationProvider.swift",
|
|
6031
6343
|
"kind": "BooleanLiteral",
|
|
6032
|
-
"offset":
|
|
6344
|
+
"offset": 1849,
|
|
6033
6345
|
"length": 5,
|
|
6034
6346
|
"value": "false"
|
|
6035
6347
|
},
|
|
6036
6348
|
{
|
|
6037
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6349
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/RecordsDatabase\/RecordsManager.swift",
|
|
6038
6350
|
"kind": "StringLiteral",
|
|
6039
6351
|
"offset": 521,
|
|
6040
6352
|
"length": 44,
|
|
6041
6353
|
"value": "\"crowdconnected.recodsdatabase.serial-queue\""
|
|
6042
6354
|
},
|
|
6043
6355
|
{
|
|
6044
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6356
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/SDKState\/SDKStateManager.swift",
|
|
6045
6357
|
"kind": "BooleanLiteral",
|
|
6046
|
-
"offset":
|
|
6358
|
+
"offset": 314,
|
|
6047
6359
|
"length": 4,
|
|
6048
6360
|
"value": "true"
|
|
6049
6361
|
},
|
|
6050
6362
|
{
|
|
6051
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6363
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/SDKState\/SDKStateManager.swift",
|
|
6052
6364
|
"kind": "BooleanLiteral",
|
|
6053
|
-
"offset":
|
|
6365
|
+
"offset": 450,
|
|
6054
6366
|
"length": 5,
|
|
6055
6367
|
"value": "false"
|
|
6056
6368
|
},
|
|
6057
6369
|
{
|
|
6058
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6370
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/SDKState\/SDKStateManager.swift",
|
|
6059
6371
|
"kind": "BooleanLiteral",
|
|
6060
|
-
"offset":
|
|
6372
|
+
"offset": 479,
|
|
6061
6373
|
"length": 5,
|
|
6062
6374
|
"value": "false"
|
|
6063
6375
|
},
|
|
6064
6376
|
{
|
|
6065
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6377
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/SDKState\/SDKStateManager.swift",
|
|
6066
6378
|
"kind": "BooleanLiteral",
|
|
6067
|
-
"offset":
|
|
6379
|
+
"offset": 519,
|
|
6068
6380
|
"length": 5,
|
|
6069
6381
|
"value": "false"
|
|
6070
6382
|
},
|
|
6071
6383
|
{
|
|
6072
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6384
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/SDKState\/SDKStateManager.swift",
|
|
6073
6385
|
"kind": "IntegerLiteral",
|
|
6074
|
-
"offset":
|
|
6386
|
+
"offset": 754,
|
|
6075
6387
|
"length": 1,
|
|
6076
6388
|
"value": "0"
|
|
6077
6389
|
},
|
|
6078
6390
|
{
|
|
6079
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6391
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/LogsMonitor.swift",
|
|
6080
6392
|
"kind": "IntegerLiteral",
|
|
6081
6393
|
"offset": 624,
|
|
6082
6394
|
"length": 3,
|
|
6083
6395
|
"value": "500"
|
|
6084
6396
|
},
|
|
6085
6397
|
{
|
|
6086
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6398
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/LogsMonitor.swift",
|
|
6087
6399
|
"kind": "IntegerLiteral",
|
|
6088
6400
|
"offset": 669,
|
|
6089
6401
|
"length": 3,
|
|
6090
6402
|
"value": "100"
|
|
6091
6403
|
},
|
|
6092
6404
|
{
|
|
6093
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6405
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/LogsMonitor.swift",
|
|
6094
6406
|
"kind": "StringLiteral",
|
|
6095
6407
|
"offset": 774,
|
|
6096
6408
|
"length": 17,
|
|
6097
6409
|
"value": "\"LogsAccessQueue\""
|
|
6098
6410
|
},
|
|
6099
6411
|
{
|
|
6100
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6412
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6101
6413
|
"kind": "StringLiteral",
|
|
6102
|
-
"offset":
|
|
6414
|
+
"offset": 1856,
|
|
6103
6415
|
"length": 43,
|
|
6104
6416
|
"value": "\"https:\/\/firehose.us-east-1.amazonaws.com\/\""
|
|
6105
6417
|
},
|
|
6106
6418
|
{
|
|
6107
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6419
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6108
6420
|
"kind": "Array",
|
|
6109
|
-
"offset":
|
|
6421
|
+
"offset": 1940,
|
|
6110
6422
|
"length": 2,
|
|
6111
6423
|
"value": "[]"
|
|
6112
6424
|
},
|
|
6113
6425
|
{
|
|
6114
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6426
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6115
6427
|
"kind": "Array",
|
|
6116
|
-
"offset":
|
|
6428
|
+
"offset": 1978,
|
|
6117
6429
|
"length": 2,
|
|
6118
6430
|
"value": "[]"
|
|
6119
6431
|
},
|
|
6120
6432
|
{
|
|
6121
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6433
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6122
6434
|
"kind": "Array",
|
|
6123
|
-
"offset":
|
|
6435
|
+
"offset": 2032,
|
|
6124
6436
|
"length": 2,
|
|
6125
6437
|
"value": "[]"
|
|
6126
6438
|
},
|
|
6127
6439
|
{
|
|
6128
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6440
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6129
6441
|
"kind": "StringLiteral",
|
|
6130
|
-
"offset":
|
|
6442
|
+
"offset": 2689,
|
|
6131
6443
|
"length": 15,
|
|
6132
6444
|
"value": "\"positions.txt\""
|
|
6133
6445
|
},
|
|
6134
6446
|
{
|
|
6135
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6447
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6136
6448
|
"kind": "StringLiteral",
|
|
6137
|
-
"offset":
|
|
6449
|
+
"offset": 2733,
|
|
6138
6450
|
"length": 11,
|
|
6139
6451
|
"value": "\"steps.txt\""
|
|
6140
6452
|
},
|
|
6141
6453
|
{
|
|
6142
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6454
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6143
6455
|
"kind": "StringLiteral",
|
|
6144
|
-
"offset":
|
|
6456
|
+
"offset": 2789,
|
|
6145
6457
|
"length": 27,
|
|
6146
6458
|
"value": "\"bluetoothObservations.txt\""
|
|
6147
6459
|
},
|
|
6148
6460
|
{
|
|
6149
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6461
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6150
6462
|
"kind": "StringLiteral",
|
|
6151
|
-
"offset":
|
|
6463
|
+
"offset": 2871,
|
|
6152
6464
|
"length": 28,
|
|
6153
6465
|
"value": "\"FirehoseDatabase.syncQueue\""
|
|
6154
6466
|
},
|
|
6155
6467
|
{
|
|
6156
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6468
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6157
6469
|
"kind": "Dictionary",
|
|
6158
|
-
"offset":
|
|
6470
|
+
"offset": 3003,
|
|
6159
6471
|
"length": 3,
|
|
6160
6472
|
"value": "[]"
|
|
6161
6473
|
},
|
|
6162
6474
|
{
|
|
6163
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6475
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6164
6476
|
"kind": "IntegerLiteral",
|
|
6165
|
-
"offset":
|
|
6477
|
+
"offset": 3042,
|
|
6166
6478
|
"length": 1,
|
|
6167
6479
|
"value": "3"
|
|
6168
6480
|
},
|
|
6169
6481
|
{
|
|
6170
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6482
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6171
6483
|
"kind": "Dictionary",
|
|
6172
|
-
"offset":
|
|
6484
|
+
"offset": 3101,
|
|
6173
6485
|
"length": 3,
|
|
6174
6486
|
"value": "[]"
|
|
6175
6487
|
},
|
|
6176
6488
|
{
|
|
6177
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6489
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6178
6490
|
"kind": "IntegerLiteral",
|
|
6179
|
-
"offset":
|
|
6491
|
+
"offset": 3148,
|
|
6180
6492
|
"length": 2,
|
|
6181
6493
|
"value": "60"
|
|
6182
6494
|
},
|
|
6183
6495
|
{
|
|
6184
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6496
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6185
6497
|
"kind": "StringLiteral",
|
|
6186
|
-
"offset":
|
|
6498
|
+
"offset": 3295,
|
|
6187
6499
|
"length": 33,
|
|
6188
6500
|
"value": "\"FirehoseDatabase.uploadTracking\""
|
|
6189
6501
|
},
|
|
6190
6502
|
{
|
|
6191
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6503
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/FirehoseDatabase\/FirehoseDatabase.swift",
|
|
6192
6504
|
"kind": "BooleanLiteral",
|
|
6193
|
-
"offset":
|
|
6505
|
+
"offset": 21002,
|
|
6194
6506
|
"length": 4,
|
|
6195
6507
|
"value": "true"
|
|
6196
6508
|
},
|
|
6197
6509
|
{
|
|
6198
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6510
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/SQLiteDatabase\/SQLiteDatabase+Commands.swift",
|
|
6199
6511
|
"kind": "StringLiteral",
|
|
6200
6512
|
"offset": 132,
|
|
6201
6513
|
"length": 29,
|
|
6202
6514
|
"value": "\"BEGIN IMMEDIATE TRANSACTION\""
|
|
6203
6515
|
},
|
|
6204
6516
|
{
|
|
6205
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6517
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/SQLiteDatabase\/SQLiteDatabase+Commands.swift",
|
|
6206
6518
|
"kind": "StringLiteral",
|
|
6207
6519
|
"offset": 198,
|
|
6208
6520
|
"length": 20,
|
|
6209
6521
|
"value": "\"COMMIT TRANSACTION\""
|
|
6210
6522
|
},
|
|
6211
6523
|
{
|
|
6212
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6524
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/SQLiteDatabase\/SQLiteDatabase+Commands.swift",
|
|
6213
6525
|
"kind": "StringLiteral",
|
|
6214
6526
|
"offset": 258,
|
|
6215
6527
|
"length": 13,
|
|
6216
6528
|
"value": "\"SDKSettings\""
|
|
6217
6529
|
},
|
|
6218
6530
|
{
|
|
6219
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6531
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/SQLiteDatabase\/SQLiteDatabase+Commands.swift",
|
|
6220
6532
|
"kind": "StringLiteral",
|
|
6221
6533
|
"offset": 314,
|
|
6222
6534
|
"length": 17,
|
|
6223
6535
|
"value": "\"SDKDeviceStatus\""
|
|
6224
6536
|
},
|
|
6225
6537
|
{
|
|
6226
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6538
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/SQLiteDatabase\/SQLiteDatabase+Commands.swift",
|
|
6227
6539
|
"kind": "StringLiteral",
|
|
6228
6540
|
"offset": 379,
|
|
6229
6541
|
"length": 142,
|
|
6230
6542
|
"value": "\"CREATE TABLE IF NOT EXISTS \""
|
|
6231
6543
|
},
|
|
6232
6544
|
{
|
|
6233
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6545
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/SQLiteDatabase\/SQLiteDatabase+Commands.swift",
|
|
6234
6546
|
"kind": "StringLiteral",
|
|
6235
6547
|
"offset": 452,
|
|
6236
6548
|
"length": 1,
|
|
6237
6549
|
"value": "\"(\nID INTEGER PRIMARY KEY AUTOINCREMENT,\nRECORD TEXT);\""
|
|
6238
6550
|
},
|
|
6239
6551
|
{
|
|
6240
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6552
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/SQLiteDatabase\/SQLiteDatabase+Commands.swift",
|
|
6241
6553
|
"kind": "StringLiteral",
|
|
6242
6554
|
"offset": 577,
|
|
6243
6555
|
"length": 146,
|
|
6244
6556
|
"value": "\"CREATE TABLE IF NOT EXISTS \""
|
|
6245
6557
|
},
|
|
6246
6558
|
{
|
|
6247
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6559
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConcreteDatabases\/SQLiteDatabase\/SQLiteDatabase+Commands.swift",
|
|
6248
6560
|
"kind": "StringLiteral",
|
|
6249
6561
|
"offset": 654,
|
|
6250
6562
|
"length": 1,
|
|
6251
6563
|
"value": "\"(\nID INTEGER PRIMARY KEY AUTOINCREMENT,\nRECORD TEXT);\""
|
|
6252
6564
|
},
|
|
6253
6565
|
{
|
|
6254
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6566
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/ModulesManager.swift",
|
|
6255
6567
|
"kind": "BooleanLiteral",
|
|
6256
6568
|
"offset": 1370,
|
|
6257
6569
|
"length": 5,
|
|
6258
6570
|
"value": "false"
|
|
6259
6571
|
},
|
|
6260
6572
|
{
|
|
6261
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6573
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/ModulesManager.swift",
|
|
6262
6574
|
"kind": "BooleanLiteral",
|
|
6263
6575
|
"offset": 1405,
|
|
6264
6576
|
"length": 5,
|
|
6265
6577
|
"value": "false"
|
|
6266
6578
|
},
|
|
6267
6579
|
{
|
|
6268
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6580
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/ModulesManager.swift",
|
|
6269
6581
|
"kind": "BooleanLiteral",
|
|
6270
6582
|
"offset": 1450,
|
|
6271
6583
|
"length": 5,
|
|
6272
6584
|
"value": "false"
|
|
6273
6585
|
},
|
|
6274
6586
|
{
|
|
6275
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6587
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DeviceStatusProvider.swift",
|
|
6276
6588
|
"kind": "StringLiteral",
|
|
6277
|
-
"offset":
|
|
6589
|
+
"offset": 613,
|
|
6278
6590
|
"length": 9,
|
|
6279
6591
|
"value": "\"unknown\""
|
|
6280
6592
|
},
|
|
6281
6593
|
{
|
|
6282
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6594
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DeviceStatusProvider.swift",
|
|
6283
6595
|
"kind": "BooleanLiteral",
|
|
6284
|
-
"offset":
|
|
6596
|
+
"offset": 2229,
|
|
6285
6597
|
"length": 5,
|
|
6286
6598
|
"value": "false"
|
|
6287
6599
|
},
|
|
6288
6600
|
{
|
|
6289
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6601
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DeviceStatusProvider.swift",
|
|
6290
6602
|
"kind": "BooleanLiteral",
|
|
6291
|
-
"offset":
|
|
6603
|
+
"offset": 2273,
|
|
6292
6604
|
"length": 5,
|
|
6293
6605
|
"value": "false"
|
|
6294
6606
|
},
|
|
6295
6607
|
{
|
|
6296
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6608
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DeviceStatusProvider.swift",
|
|
6297
6609
|
"kind": "BooleanLiteral",
|
|
6298
|
-
"offset":
|
|
6610
|
+
"offset": 2323,
|
|
6299
6611
|
"length": 5,
|
|
6300
6612
|
"value": "false"
|
|
6301
6613
|
},
|
|
6302
6614
|
{
|
|
6303
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6615
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DeviceStatusProvider.swift",
|
|
6304
6616
|
"kind": "StringLiteral",
|
|
6305
|
-
"offset":
|
|
6617
|
+
"offset": 2487,
|
|
6306
6618
|
"length": 79,
|
|
6307
6619
|
"value": "\"\""
|
|
6308
6620
|
},
|
|
6309
6621
|
{
|
|
6310
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6622
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DeviceStatusProvider.swift",
|
|
6311
6623
|
"kind": "StringLiteral",
|
|
6312
|
-
"offset":
|
|
6624
|
+
"offset": 2513,
|
|
6313
6625
|
"length": 1,
|
|
6314
6626
|
"value": "\".\""
|
|
6315
6627
|
},
|
|
6316
6628
|
{
|
|
6317
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6629
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DeviceStatusProvider.swift",
|
|
6318
6630
|
"kind": "StringLiteral",
|
|
6319
|
-
"offset":
|
|
6631
|
+
"offset": 2539,
|
|
6320
6632
|
"length": 1,
|
|
6321
6633
|
"value": "\".\""
|
|
6322
6634
|
},
|
|
6323
6635
|
{
|
|
6324
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6636
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DeviceStatusProvider.swift",
|
|
6325
6637
|
"kind": "StringLiteral",
|
|
6326
|
-
"offset":
|
|
6638
|
+
"offset": 2565,
|
|
6327
6639
|
"length": 1,
|
|
6328
6640
|
"value": "\"\""
|
|
6329
6641
|
},
|
|
6330
6642
|
{
|
|
6331
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6643
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/CrowdConnected.swift",
|
|
6332
6644
|
"kind": "StringLiteral",
|
|
6333
6645
|
"offset": 2173,
|
|
6334
6646
|
"length": 38,
|
|
6335
6647
|
"value": "\"com.crowdconnected.v3.libraryrefresh\""
|
|
6336
6648
|
},
|
|
6337
6649
|
{
|
|
6338
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6650
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/CrowdConnected.swift",
|
|
6339
6651
|
"kind": "StringLiteral",
|
|
6340
6652
|
"offset": 2257,
|
|
6341
6653
|
"length": 28,
|
|
6342
6654
|
"value": "\"com.crowdconnected.v3.lock\""
|
|
6343
6655
|
},
|
|
6344
6656
|
{
|
|
6345
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6657
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/CrowdConnected.swift",
|
|
6346
6658
|
"kind": "StringLiteral",
|
|
6347
|
-
"offset":
|
|
6659
|
+
"offset": 2333,
|
|
6348
6660
|
"length": 37,
|
|
6349
6661
|
"value": "\"com.crowdconnected.v3.sdk.lifesycle\""
|
|
6350
6662
|
},
|
|
6351
6663
|
{
|
|
6352
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6664
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/CrowdConnected.swift",
|
|
6353
6665
|
"kind": "BooleanLiteral",
|
|
6354
|
-
"offset":
|
|
6666
|
+
"offset": 2719,
|
|
6355
6667
|
"length": 5,
|
|
6356
6668
|
"value": "false"
|
|
6357
6669
|
},
|
|
6358
6670
|
{
|
|
6359
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6671
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/CrowdConnected.swift",
|
|
6360
6672
|
"kind": "BooleanLiteral",
|
|
6361
|
-
"offset":
|
|
6673
|
+
"offset": 2982,
|
|
6362
6674
|
"length": 5,
|
|
6363
6675
|
"value": "false"
|
|
6364
6676
|
},
|
|
6365
6677
|
{
|
|
6366
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6678
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/CrowdConnected.swift",
|
|
6367
6679
|
"kind": "BooleanLiteral",
|
|
6368
|
-
"offset":
|
|
6680
|
+
"offset": 3254,
|
|
6369
6681
|
"length": 5,
|
|
6370
6682
|
"value": "false"
|
|
6371
6683
|
},
|
|
6372
6684
|
{
|
|
6373
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6685
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/CrowdConnected.swift",
|
|
6374
6686
|
"kind": "IntegerLiteral",
|
|
6375
|
-
"offset":
|
|
6687
|
+
"offset": 3568,
|
|
6376
6688
|
"length": 1,
|
|
6377
6689
|
"value": "0"
|
|
6378
6690
|
},
|
|
6379
6691
|
{
|
|
6380
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6692
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/PlistReader.swift",
|
|
6381
6693
|
"kind": "StringLiteral",
|
|
6382
6694
|
"offset": 960,
|
|
6383
6695
|
"length": 19,
|
|
6384
6696
|
"value": "\"UIBackgroundModes\""
|
|
6385
6697
|
},
|
|
6386
6698
|
{
|
|
6387
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6699
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6388
6700
|
"kind": "IntegerLiteral",
|
|
6389
6701
|
"offset": 120,
|
|
6390
6702
|
"length": 4,
|
|
6391
6703
|
"value": "1000"
|
|
6392
6704
|
},
|
|
6393
6705
|
{
|
|
6394
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6706
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6395
6707
|
"kind": "IntegerLiteral",
|
|
6396
6708
|
"offset": 127,
|
|
6397
6709
|
"length": 2,
|
|
6398
6710
|
"value": "60"
|
|
6399
6711
|
},
|
|
6400
6712
|
{
|
|
6401
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6713
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6402
6714
|
"kind": "IntegerLiteral",
|
|
6403
6715
|
"offset": 132,
|
|
6404
6716
|
"length": 1,
|
|
6405
6717
|
"value": "1"
|
|
6406
6718
|
},
|
|
6407
6719
|
{
|
|
6408
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6720
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6409
6721
|
"kind": "IntegerLiteral",
|
|
6410
6722
|
"offset": 194,
|
|
6411
6723
|
"length": 4,
|
|
6412
6724
|
"value": "1000"
|
|
6413
6725
|
},
|
|
6414
6726
|
{
|
|
6415
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6727
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6416
6728
|
"kind": "IntegerLiteral",
|
|
6417
6729
|
"offset": 201,
|
|
6418
6730
|
"length": 2,
|
|
6419
6731
|
"value": "60"
|
|
6420
6732
|
},
|
|
6421
6733
|
{
|
|
6422
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6734
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6423
6735
|
"kind": "IntegerLiteral",
|
|
6424
6736
|
"offset": 206,
|
|
6425
6737
|
"length": 2,
|
|
6426
6738
|
"value": "60"
|
|
6427
6739
|
},
|
|
6428
6740
|
{
|
|
6429
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6741
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6430
6742
|
"kind": "IntegerLiteral",
|
|
6431
6743
|
"offset": 211,
|
|
6432
6744
|
"length": 1,
|
|
6433
6745
|
"value": "2"
|
|
6434
6746
|
},
|
|
6435
6747
|
{
|
|
6436
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6748
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6437
6749
|
"kind": "IntegerLiteral",
|
|
6438
6750
|
"offset": 277,
|
|
6439
6751
|
"length": 4,
|
|
6440
6752
|
"value": "1000"
|
|
6441
6753
|
},
|
|
6442
6754
|
{
|
|
6443
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6755
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6444
6756
|
"kind": "IntegerLiteral",
|
|
6445
6757
|
"offset": 284,
|
|
6446
6758
|
"length": 2,
|
|
6447
6759
|
"value": "60"
|
|
6448
6760
|
},
|
|
6449
6761
|
{
|
|
6450
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6762
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6451
6763
|
"kind": "IntegerLiteral",
|
|
6452
6764
|
"offset": 289,
|
|
6453
6765
|
"length": 2,
|
|
6454
6766
|
"value": "10"
|
|
6455
6767
|
},
|
|
6456
6768
|
{
|
|
6457
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6769
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6458
6770
|
"kind": "IntegerLiteral",
|
|
6459
6771
|
"offset": 347,
|
|
6460
6772
|
"length": 2,
|
|
6461
6773
|
"value": "60"
|
|
6462
6774
|
},
|
|
6463
6775
|
{
|
|
6464
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6776
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6465
6777
|
"kind": "IntegerLiteral",
|
|
6466
6778
|
"offset": 352,
|
|
6467
6779
|
"length": 2,
|
|
6468
6780
|
"value": "10"
|
|
6469
6781
|
},
|
|
6470
6782
|
{
|
|
6471
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6783
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6472
6784
|
"kind": "IntegerLiteral",
|
|
6473
6785
|
"offset": 425,
|
|
6474
6786
|
"length": 2,
|
|
6475
6787
|
"value": "60"
|
|
6476
6788
|
},
|
|
6477
6789
|
{
|
|
6478
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6790
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6479
6791
|
"kind": "IntegerLiteral",
|
|
6480
6792
|
"offset": 430,
|
|
6481
6793
|
"length": 1,
|
|
6482
6794
|
"value": "5"
|
|
6483
6795
|
},
|
|
6484
6796
|
{
|
|
6485
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6797
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6486
6798
|
"kind": "IntegerLiteral",
|
|
6487
6799
|
"offset": 512,
|
|
6488
6800
|
"length": 2,
|
|
6489
6801
|
"value": "60"
|
|
6490
6802
|
},
|
|
6491
6803
|
{
|
|
6492
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6804
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6493
6805
|
"kind": "IntegerLiteral",
|
|
6494
6806
|
"offset": 517,
|
|
6495
6807
|
"length": 2,
|
|
6496
6808
|
"value": "15"
|
|
6497
6809
|
},
|
|
6498
6810
|
{
|
|
6499
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6811
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6500
6812
|
"kind": "IntegerLiteral",
|
|
6501
6813
|
"offset": 575,
|
|
6502
6814
|
"length": 4,
|
|
6503
6815
|
"value": "1000"
|
|
6504
6816
|
},
|
|
6505
6817
|
{
|
|
6506
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6818
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6507
6819
|
"kind": "IntegerLiteral",
|
|
6508
6820
|
"offset": 582,
|
|
6509
6821
|
"length": 1,
|
|
6510
6822
|
"value": "4"
|
|
6511
6823
|
},
|
|
6512
6824
|
{
|
|
6513
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6825
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6514
6826
|
"kind": "IntegerLiteral",
|
|
6515
6827
|
"offset": 665,
|
|
6516
6828
|
"length": 4,
|
|
6517
6829
|
"value": "1000"
|
|
6518
6830
|
},
|
|
6519
6831
|
{
|
|
6520
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6832
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6521
6833
|
"kind": "IntegerLiteral",
|
|
6522
6834
|
"offset": 672,
|
|
6523
6835
|
"length": 1,
|
|
6524
6836
|
"value": "2"
|
|
6525
6837
|
},
|
|
6526
6838
|
{
|
|
6527
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6839
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6528
6840
|
"kind": "IntegerLiteral",
|
|
6529
6841
|
"offset": 739,
|
|
6530
6842
|
"length": 4,
|
|
6531
6843
|
"value": "1000"
|
|
6532
6844
|
},
|
|
6533
6845
|
{
|
|
6534
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6846
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6535
6847
|
"kind": "IntegerLiteral",
|
|
6536
6848
|
"offset": 746,
|
|
6537
6849
|
"length": 2,
|
|
6538
6850
|
"value": "30"
|
|
6539
6851
|
},
|
|
6540
6852
|
{
|
|
6541
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6853
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6542
6854
|
"kind": "IntegerLiteral",
|
|
6543
6855
|
"offset": 811,
|
|
6544
6856
|
"length": 2,
|
|
6545
6857
|
"value": "60"
|
|
6546
6858
|
},
|
|
6547
6859
|
{
|
|
6548
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6860
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6549
6861
|
"kind": "IntegerLiteral",
|
|
6550
6862
|
"offset": 816,
|
|
6551
6863
|
"length": 1,
|
|
6552
6864
|
"value": "1"
|
|
6553
6865
|
},
|
|
6554
6866
|
{
|
|
6555
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6867
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6556
6868
|
"kind": "IntegerLiteral",
|
|
6557
6869
|
"offset": 892,
|
|
6558
6870
|
"length": 1,
|
|
6559
6871
|
"value": "4"
|
|
6560
6872
|
},
|
|
6561
6873
|
{
|
|
6562
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6874
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6563
6875
|
"kind": "IntegerLiteral",
|
|
6564
6876
|
"offset": 976,
|
|
6565
6877
|
"length": 1,
|
|
6566
6878
|
"value": "8"
|
|
6567
6879
|
},
|
|
6568
6880
|
{
|
|
6569
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6881
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6570
6882
|
"kind": "IntegerLiteral",
|
|
6571
6883
|
"offset": 1093,
|
|
6572
6884
|
"length": 2,
|
|
6573
6885
|
"value": "10"
|
|
6574
6886
|
},
|
|
6575
6887
|
{
|
|
6576
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6888
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6577
6889
|
"kind": "IntegerLiteral",
|
|
6578
6890
|
"offset": 1171,
|
|
6579
6891
|
"length": 2,
|
|
6580
6892
|
"value": "10"
|
|
6581
6893
|
},
|
|
6582
6894
|
{
|
|
6583
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6895
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6584
6896
|
"kind": "IntegerLiteral",
|
|
6585
6897
|
"offset": 1244,
|
|
6586
6898
|
"length": 4,
|
|
6587
6899
|
"value": "1000"
|
|
6588
6900
|
},
|
|
6589
6901
|
{
|
|
6590
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6902
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6591
6903
|
"kind": "IntegerLiteral",
|
|
6592
6904
|
"offset": 1251,
|
|
6593
6905
|
"length": 2,
|
|
6594
6906
|
"value": "60"
|
|
6595
6907
|
},
|
|
6596
6908
|
{
|
|
6597
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6909
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6598
6910
|
"kind": "IntegerLiteral",
|
|
6599
6911
|
"offset": 1256,
|
|
6600
6912
|
"length": 2,
|
|
6601
6913
|
"value": "60"
|
|
6602
6914
|
},
|
|
6603
6915
|
{
|
|
6604
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6916
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/Constants.swift",
|
|
6605
6917
|
"kind": "IntegerLiteral",
|
|
6606
6918
|
"offset": 1261,
|
|
6607
6919
|
"length": 2,
|
|
6608
6920
|
"value": "24"
|
|
6609
6921
|
},
|
|
6610
6922
|
{
|
|
6611
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6923
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/Configuration.swift",
|
|
6612
6924
|
"kind": "Dictionary",
|
|
6613
6925
|
"offset": 2623,
|
|
6614
6926
|
"length": 3,
|
|
6615
6927
|
"value": "[]"
|
|
6616
6928
|
},
|
|
6617
6929
|
{
|
|
6618
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6930
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/Configuration.swift",
|
|
6619
6931
|
"kind": "Array",
|
|
6620
6932
|
"offset": 4775,
|
|
6621
6933
|
"length": 2,
|
|
6622
6934
|
"value": "[]"
|
|
6623
6935
|
},
|
|
6624
6936
|
{
|
|
6625
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6937
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/Configuration.swift",
|
|
6626
6938
|
"kind": "Dictionary",
|
|
6627
6939
|
"offset": 5123,
|
|
6628
6940
|
"length": 3,
|
|
6629
6941
|
"value": "[]"
|
|
6630
6942
|
},
|
|
6631
6943
|
{
|
|
6632
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6944
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/Configuration.swift",
|
|
6633
6945
|
"kind": "BooleanLiteral",
|
|
6634
6946
|
"offset": 9143,
|
|
6635
6947
|
"length": 4,
|
|
6636
6948
|
"value": "true"
|
|
6637
6949
|
},
|
|
6638
6950
|
{
|
|
6639
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6951
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6640
6952
|
"kind": "StringLiteral",
|
|
6641
6953
|
"offset": 3032,
|
|
6642
6954
|
"length": 11,
|
|
6643
6955
|
"value": "\"iPhone1,1\""
|
|
6644
6956
|
},
|
|
6645
6957
|
{
|
|
6646
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6958
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6647
6959
|
"kind": "StringLiteral",
|
|
6648
6960
|
"offset": 3064,
|
|
6649
6961
|
"length": 11,
|
|
6650
6962
|
"value": "\"iPhone1,2\""
|
|
6651
6963
|
},
|
|
6652
6964
|
{
|
|
6653
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6965
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6654
6966
|
"kind": "StringLiteral",
|
|
6655
6967
|
"offset": 3096,
|
|
6656
6968
|
"length": 11,
|
|
6657
6969
|
"value": "\"iPhone2,1\""
|
|
6658
6970
|
},
|
|
6659
6971
|
{
|
|
6660
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6972
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6661
6973
|
"kind": "StringLiteral",
|
|
6662
6974
|
"offset": 3128,
|
|
6663
6975
|
"length": 11,
|
|
6664
6976
|
"value": "\"iPhone3,1\""
|
|
6665
6977
|
},
|
|
6666
6978
|
{
|
|
6667
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6979
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6668
6980
|
"kind": "StringLiteral",
|
|
6669
6981
|
"offset": 3160,
|
|
6670
6982
|
"length": 11,
|
|
6671
6983
|
"value": "\"iPhone3,3\""
|
|
6672
6984
|
},
|
|
6673
6985
|
{
|
|
6674
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6986
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6675
6987
|
"kind": "StringLiteral",
|
|
6676
6988
|
"offset": 3192,
|
|
6677
6989
|
"length": 11,
|
|
6678
6990
|
"value": "\"iPhone4,1\""
|
|
6679
6991
|
},
|
|
6680
6992
|
{
|
|
6681
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
6993
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6682
6994
|
"kind": "StringLiteral",
|
|
6683
6995
|
"offset": 3224,
|
|
6684
6996
|
"length": 11,
|
|
6685
6997
|
"value": "\"iPhone5,1\""
|
|
6686
6998
|
},
|
|
6687
6999
|
{
|
|
6688
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7000
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6689
7001
|
"kind": "StringLiteral",
|
|
6690
7002
|
"offset": 3256,
|
|
6691
7003
|
"length": 11,
|
|
6692
7004
|
"value": "\"iPhone5,2\""
|
|
6693
7005
|
},
|
|
6694
7006
|
{
|
|
6695
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7007
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6696
7008
|
"kind": "StringLiteral",
|
|
6697
7009
|
"offset": 3288,
|
|
6698
7010
|
"length": 11,
|
|
6699
7011
|
"value": "\"iPhone5,3\""
|
|
6700
7012
|
},
|
|
6701
7013
|
{
|
|
6702
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7014
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6703
7015
|
"kind": "StringLiteral",
|
|
6704
7016
|
"offset": 3320,
|
|
6705
7017
|
"length": 11,
|
|
6706
7018
|
"value": "\"iPhone5,4\""
|
|
6707
7019
|
},
|
|
6708
7020
|
{
|
|
6709
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7021
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6710
7022
|
"kind": "StringLiteral",
|
|
6711
7023
|
"offset": 3352,
|
|
6712
7024
|
"length": 11,
|
|
6713
7025
|
"value": "\"iPhone6,1\""
|
|
6714
7026
|
},
|
|
6715
7027
|
{
|
|
6716
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7028
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6717
7029
|
"kind": "StringLiteral",
|
|
6718
7030
|
"offset": 3384,
|
|
6719
7031
|
"length": 11,
|
|
6720
7032
|
"value": "\"iPhone6,2\""
|
|
6721
7033
|
},
|
|
6722
7034
|
{
|
|
6723
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7035
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6724
7036
|
"kind": "StringLiteral",
|
|
6725
7037
|
"offset": 3417,
|
|
6726
7038
|
"length": 11,
|
|
6727
7039
|
"value": "\"iPhone7,1\""
|
|
6728
7040
|
},
|
|
6729
7041
|
{
|
|
6730
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7042
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6731
7043
|
"kind": "StringLiteral",
|
|
6732
7044
|
"offset": 3449,
|
|
6733
7045
|
"length": 11,
|
|
6734
7046
|
"value": "\"iPhone7,2\""
|
|
6735
7047
|
},
|
|
6736
7048
|
{
|
|
6737
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7049
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6738
7050
|
"kind": "StringLiteral",
|
|
6739
7051
|
"offset": 3481,
|
|
6740
7052
|
"length": 11,
|
|
6741
7053
|
"value": "\"iPhone8,1\""
|
|
6742
7054
|
},
|
|
6743
7055
|
{
|
|
6744
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7056
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6745
7057
|
"kind": "StringLiteral",
|
|
6746
7058
|
"offset": 3513,
|
|
6747
7059
|
"length": 11,
|
|
6748
7060
|
"value": "\"iPhone8,2\""
|
|
6749
7061
|
},
|
|
6750
7062
|
{
|
|
6751
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7063
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6752
7064
|
"kind": "StringLiteral",
|
|
6753
7065
|
"offset": 3545,
|
|
6754
7066
|
"length": 11,
|
|
6755
7067
|
"value": "\"iPhone8,4\""
|
|
6756
7068
|
},
|
|
6757
7069
|
{
|
|
6758
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7070
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6759
7071
|
"kind": "StringLiteral",
|
|
6760
7072
|
"offset": 3578,
|
|
6761
7073
|
"length": 11,
|
|
6762
7074
|
"value": "\"iPhone9,1\""
|
|
6763
7075
|
},
|
|
6764
7076
|
{
|
|
6765
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7077
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6766
7078
|
"kind": "StringLiteral",
|
|
6767
7079
|
"offset": 3610,
|
|
6768
7080
|
"length": 11,
|
|
6769
7081
|
"value": "\"iPhone9,3\""
|
|
6770
7082
|
},
|
|
6771
7083
|
{
|
|
6772
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7084
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6773
7085
|
"kind": "StringLiteral",
|
|
6774
7086
|
"offset": 3642,
|
|
6775
7087
|
"length": 11,
|
|
6776
7088
|
"value": "\"iPhone9,2\""
|
|
6777
7089
|
},
|
|
6778
7090
|
{
|
|
6779
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7091
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6780
7092
|
"kind": "StringLiteral",
|
|
6781
7093
|
"offset": 3674,
|
|
6782
7094
|
"length": 11,
|
|
6783
7095
|
"value": "\"iPhone9,4\""
|
|
6784
7096
|
},
|
|
6785
7097
|
{
|
|
6786
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7098
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6787
7099
|
"kind": "StringLiteral",
|
|
6788
7100
|
"offset": 3708,
|
|
6789
7101
|
"length": 12,
|
|
6790
7102
|
"value": "\"iPhone10,1\""
|
|
6791
7103
|
},
|
|
6792
7104
|
{
|
|
6793
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7105
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6794
7106
|
"kind": "StringLiteral",
|
|
6795
7107
|
"offset": 3742,
|
|
6796
7108
|
"length": 12,
|
|
6797
7109
|
"value": "\"iPhone10,4\""
|
|
6798
7110
|
},
|
|
6799
7111
|
{
|
|
6800
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7112
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6801
7113
|
"kind": "StringLiteral",
|
|
6802
7114
|
"offset": 3776,
|
|
6803
7115
|
"length": 12,
|
|
6804
7116
|
"value": "\"iPhone10,2\""
|
|
6805
7117
|
},
|
|
6806
7118
|
{
|
|
6807
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7119
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6808
7120
|
"kind": "StringLiteral",
|
|
6809
7121
|
"offset": 3810,
|
|
6810
7122
|
"length": 12,
|
|
6811
7123
|
"value": "\"iPhone10,5\""
|
|
6812
7124
|
},
|
|
6813
7125
|
{
|
|
6814
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7126
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6815
7127
|
"kind": "StringLiteral",
|
|
6816
7128
|
"offset": 3845,
|
|
6817
7129
|
"length": 12,
|
|
6818
7130
|
"value": "\"iPhone10,3\""
|
|
6819
7131
|
},
|
|
6820
7132
|
{
|
|
6821
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7133
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6822
7134
|
"kind": "StringLiteral",
|
|
6823
7135
|
"offset": 3879,
|
|
6824
7136
|
"length": 12,
|
|
6825
7137
|
"value": "\"iPhone10,6\""
|
|
6826
7138
|
},
|
|
6827
7139
|
{
|
|
6828
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7140
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6829
7141
|
"kind": "StringLiteral",
|
|
6830
7142
|
"offset": 3913,
|
|
6831
7143
|
"length": 12,
|
|
6832
7144
|
"value": "\"iPhone11,2\""
|
|
6833
7145
|
},
|
|
6834
7146
|
{
|
|
6835
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7147
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6836
7148
|
"kind": "StringLiteral",
|
|
6837
7149
|
"offset": 3947,
|
|
6838
7150
|
"length": 12,
|
|
6839
7151
|
"value": "\"iPhone11,4\""
|
|
6840
7152
|
},
|
|
6841
7153
|
{
|
|
6842
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7154
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6843
7155
|
"kind": "StringLiteral",
|
|
6844
7156
|
"offset": 3981,
|
|
6845
7157
|
"length": 12,
|
|
6846
7158
|
"value": "\"iPhone11,6\""
|
|
6847
7159
|
},
|
|
6848
7160
|
{
|
|
6849
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7161
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6850
7162
|
"kind": "StringLiteral",
|
|
6851
7163
|
"offset": 4015,
|
|
6852
7164
|
"length": 12,
|
|
6853
7165
|
"value": "\"iPhone11,8\""
|
|
6854
7166
|
},
|
|
6855
7167
|
{
|
|
6856
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7168
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6857
7169
|
"kind": "StringLiteral",
|
|
6858
7170
|
"offset": 4050,
|
|
6859
7171
|
"length": 12,
|
|
6860
7172
|
"value": "\"iPhone12,1\""
|
|
6861
7173
|
},
|
|
6862
7174
|
{
|
|
6863
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7175
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6864
7176
|
"kind": "StringLiteral",
|
|
6865
7177
|
"offset": 4084,
|
|
6866
7178
|
"length": 12,
|
|
6867
7179
|
"value": "\"iPhone12,3\""
|
|
6868
7180
|
},
|
|
6869
7181
|
{
|
|
6870
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7182
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6871
7183
|
"kind": "StringLiteral",
|
|
6872
7184
|
"offset": 4118,
|
|
6873
7185
|
"length": 12,
|
|
6874
7186
|
"value": "\"iPhone12,5\""
|
|
6875
7187
|
},
|
|
6876
7188
|
{
|
|
6877
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7189
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6878
7190
|
"kind": "StringLiteral",
|
|
6879
7191
|
"offset": 4152,
|
|
6880
7192
|
"length": 12,
|
|
6881
7193
|
"value": "\"iPhone12,8\""
|
|
6882
7194
|
},
|
|
6883
7195
|
{
|
|
6884
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7196
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6885
7197
|
"kind": "StringLiteral",
|
|
6886
7198
|
"offset": 4187,
|
|
6887
7199
|
"length": 12,
|
|
6888
7200
|
"value": "\"iPhone13,1\""
|
|
6889
7201
|
},
|
|
6890
7202
|
{
|
|
6891
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7203
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6892
7204
|
"kind": "StringLiteral",
|
|
6893
7205
|
"offset": 4221,
|
|
6894
7206
|
"length": 12,
|
|
6895
7207
|
"value": "\"iPhone13,2\""
|
|
6896
7208
|
},
|
|
6897
7209
|
{
|
|
6898
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7210
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6899
7211
|
"kind": "StringLiteral",
|
|
6900
7212
|
"offset": 4255,
|
|
6901
7213
|
"length": 12,
|
|
6902
7214
|
"value": "\"iPhone13,3\""
|
|
6903
7215
|
},
|
|
6904
7216
|
{
|
|
6905
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7217
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6906
7218
|
"kind": "StringLiteral",
|
|
6907
7219
|
"offset": 4289,
|
|
6908
7220
|
"length": 12,
|
|
6909
7221
|
"value": "\"iPhone13,4\""
|
|
6910
7222
|
},
|
|
6911
7223
|
{
|
|
6912
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7224
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6913
7225
|
"kind": "StringLiteral",
|
|
6914
7226
|
"offset": 4324,
|
|
6915
7227
|
"length": 12,
|
|
6916
7228
|
"value": "\"iPhone14,2\""
|
|
6917
7229
|
},
|
|
6918
7230
|
{
|
|
6919
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7231
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6920
7232
|
"kind": "StringLiteral",
|
|
6921
7233
|
"offset": 4358,
|
|
6922
7234
|
"length": 12,
|
|
6923
7235
|
"value": "\"iPhone14,3\""
|
|
6924
7236
|
},
|
|
6925
7237
|
{
|
|
6926
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7238
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6927
7239
|
"kind": "StringLiteral",
|
|
6928
7240
|
"offset": 4392,
|
|
6929
7241
|
"length": 12,
|
|
6930
7242
|
"value": "\"iPhone14,4\""
|
|
6931
7243
|
},
|
|
6932
7244
|
{
|
|
6933
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7245
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6934
7246
|
"kind": "StringLiteral",
|
|
6935
7247
|
"offset": 4426,
|
|
6936
7248
|
"length": 12,
|
|
6937
7249
|
"value": "\"iPhone14,5\""
|
|
6938
7250
|
},
|
|
6939
7251
|
{
|
|
6940
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7252
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6941
7253
|
"kind": "StringLiteral",
|
|
6942
7254
|
"offset": 4460,
|
|
6943
7255
|
"length": 12,
|
|
6944
7256
|
"value": "\"iPhone14,6\""
|
|
6945
7257
|
},
|
|
6946
7258
|
{
|
|
6947
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7259
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6948
7260
|
"kind": "StringLiteral",
|
|
6949
7261
|
"offset": 4494,
|
|
6950
7262
|
"length": 12,
|
|
6951
7263
|
"value": "\"iPhone14,7\""
|
|
6952
7264
|
},
|
|
6953
7265
|
{
|
|
6954
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7266
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6955
7267
|
"kind": "StringLiteral",
|
|
6956
7268
|
"offset": 4528,
|
|
6957
7269
|
"length": 12,
|
|
6958
7270
|
"value": "\"iPhone14,8\""
|
|
6959
7271
|
},
|
|
6960
7272
|
{
|
|
6961
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7273
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6962
7274
|
"kind": "StringLiteral",
|
|
6963
7275
|
"offset": 4563,
|
|
6964
7276
|
"length": 12,
|
|
6965
7277
|
"value": "\"iPhone15,2\""
|
|
6966
7278
|
},
|
|
6967
7279
|
{
|
|
6968
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7280
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6969
7281
|
"kind": "StringLiteral",
|
|
6970
7282
|
"offset": 4597,
|
|
6971
7283
|
"length": 12,
|
|
6972
7284
|
"value": "\"iPhone15,3\""
|
|
6973
7285
|
},
|
|
6974
7286
|
{
|
|
6975
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7287
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6976
7288
|
"kind": "StringLiteral",
|
|
6977
7289
|
"offset": 4631,
|
|
6978
7290
|
"length": 12,
|
|
6979
7291
|
"value": "\"iPhone15,4\""
|
|
6980
7292
|
},
|
|
6981
7293
|
{
|
|
6982
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7294
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6983
7295
|
"kind": "StringLiteral",
|
|
6984
7296
|
"offset": 4665,
|
|
6985
7297
|
"length": 12,
|
|
6986
7298
|
"value": "\"iPhone15,5\""
|
|
6987
7299
|
},
|
|
6988
7300
|
{
|
|
6989
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7301
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6990
7302
|
"kind": "StringLiteral",
|
|
6991
7303
|
"offset": 4699,
|
|
6992
7304
|
"length": 12,
|
|
6993
7305
|
"value": "\"iPhone16,1\""
|
|
6994
7306
|
},
|
|
6995
7307
|
{
|
|
6996
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7308
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
6997
7309
|
"kind": "StringLiteral",
|
|
6998
7310
|
"offset": 4733,
|
|
6999
7311
|
"length": 12,
|
|
7000
7312
|
"value": "\"iPhone16,2\""
|
|
7001
7313
|
},
|
|
7002
7314
|
{
|
|
7003
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7315
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7004
7316
|
"kind": "StringLiteral",
|
|
7005
7317
|
"offset": 4767,
|
|
7006
7318
|
"length": 12,
|
|
7007
7319
|
"value": "\"iPhone17,3\""
|
|
7008
7320
|
},
|
|
7009
7321
|
{
|
|
7010
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7322
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7011
7323
|
"kind": "StringLiteral",
|
|
7012
7324
|
"offset": 4801,
|
|
7013
7325
|
"length": 12,
|
|
7014
7326
|
"value": "\"iPhone17,4\""
|
|
7015
7327
|
},
|
|
7016
7328
|
{
|
|
7017
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7329
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7018
7330
|
"kind": "StringLiteral",
|
|
7019
7331
|
"offset": 4835,
|
|
7020
7332
|
"length": 12,
|
|
7021
7333
|
"value": "\"iPhone17,1\""
|
|
7022
7334
|
},
|
|
7023
7335
|
{
|
|
7024
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7336
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7025
7337
|
"kind": "StringLiteral",
|
|
7026
7338
|
"offset": 4869,
|
|
7027
7339
|
"length": 12,
|
|
7028
7340
|
"value": "\"iPhone17,2\""
|
|
7029
7341
|
},
|
|
7030
7342
|
{
|
|
7031
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7343
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7032
7344
|
"kind": "StringLiteral",
|
|
7033
7345
|
"offset": 4916,
|
|
7034
7346
|
"length": 9,
|
|
7035
7347
|
"value": "\"iPod1,1\""
|
|
7036
7348
|
},
|
|
7037
7349
|
{
|
|
7038
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7350
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7039
7351
|
"kind": "StringLiteral",
|
|
7040
7352
|
"offset": 4944,
|
|
7041
7353
|
"length": 9,
|
|
7042
7354
|
"value": "\"iPod2,1\""
|
|
7043
7355
|
},
|
|
7044
7356
|
{
|
|
7045
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7357
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7046
7358
|
"kind": "StringLiteral",
|
|
7047
7359
|
"offset": 4972,
|
|
7048
7360
|
"length": 9,
|
|
7049
7361
|
"value": "\"iPod3,1\""
|
|
7050
7362
|
},
|
|
7051
7363
|
{
|
|
7052
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7364
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7053
7365
|
"kind": "StringLiteral",
|
|
7054
7366
|
"offset": 5000,
|
|
7055
7367
|
"length": 9,
|
|
7056
7368
|
"value": "\"iPod4,1\""
|
|
7057
7369
|
},
|
|
7058
7370
|
{
|
|
7059
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7371
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7060
7372
|
"kind": "StringLiteral",
|
|
7061
7373
|
"offset": 5028,
|
|
7062
7374
|
"length": 9,
|
|
7063
7375
|
"value": "\"iPod5,1\""
|
|
7064
7376
|
},
|
|
7065
7377
|
{
|
|
7066
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7378
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7067
7379
|
"kind": "StringLiteral",
|
|
7068
7380
|
"offset": 5056,
|
|
7069
7381
|
"length": 9,
|
|
7070
7382
|
"value": "\"iPod7,1\""
|
|
7071
7383
|
},
|
|
7072
7384
|
{
|
|
7073
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7385
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7074
7386
|
"kind": "StringLiteral",
|
|
7075
7387
|
"offset": 5084,
|
|
7076
7388
|
"length": 9,
|
|
7077
7389
|
"value": "\"iPod9,1\""
|
|
7078
7390
|
},
|
|
7079
7391
|
{
|
|
7080
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7392
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7081
7393
|
"kind": "StringLiteral",
|
|
7082
7394
|
"offset": 5128,
|
|
7083
7395
|
"length": 9,
|
|
7084
7396
|
"value": "\"iPad1,1\""
|
|
7085
7397
|
},
|
|
7086
7398
|
{
|
|
7087
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7399
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7088
7400
|
"kind": "StringLiteral",
|
|
7089
7401
|
"offset": 5156,
|
|
7090
7402
|
"length": 9,
|
|
7091
7403
|
"value": "\"iPad2,1\""
|
|
7092
7404
|
},
|
|
7093
7405
|
{
|
|
7094
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7406
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7095
7407
|
"kind": "StringLiteral",
|
|
7096
7408
|
"offset": 5184,
|
|
7097
7409
|
"length": 9,
|
|
7098
7410
|
"value": "\"iPad2,2\""
|
|
7099
7411
|
},
|
|
7100
7412
|
{
|
|
7101
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7413
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7102
7414
|
"kind": "StringLiteral",
|
|
7103
7415
|
"offset": 5212,
|
|
7104
7416
|
"length": 9,
|
|
7105
7417
|
"value": "\"iPad2,3\""
|
|
7106
7418
|
},
|
|
7107
7419
|
{
|
|
7108
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7420
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7109
7421
|
"kind": "StringLiteral",
|
|
7110
7422
|
"offset": 5240,
|
|
7111
7423
|
"length": 9,
|
|
7112
7424
|
"value": "\"iPad2,4\""
|
|
7113
7425
|
},
|
|
7114
7426
|
{
|
|
7115
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7427
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7116
7428
|
"kind": "StringLiteral",
|
|
7117
7429
|
"offset": 5268,
|
|
7118
7430
|
"length": 9,
|
|
7119
7431
|
"value": "\"iPad2,5\""
|
|
7120
7432
|
},
|
|
7121
7433
|
{
|
|
7122
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7434
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7123
7435
|
"kind": "StringLiteral",
|
|
7124
7436
|
"offset": 5296,
|
|
7125
7437
|
"length": 9,
|
|
7126
7438
|
"value": "\"iPad2,6\""
|
|
7127
7439
|
},
|
|
7128
7440
|
{
|
|
7129
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7441
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7130
7442
|
"kind": "StringLiteral",
|
|
7131
7443
|
"offset": 5324,
|
|
7132
7444
|
"length": 9,
|
|
7133
7445
|
"value": "\"iPad2,7\""
|
|
7134
7446
|
},
|
|
7135
7447
|
{
|
|
7136
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7448
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7137
7449
|
"kind": "StringLiteral",
|
|
7138
7450
|
"offset": 5352,
|
|
7139
7451
|
"length": 9,
|
|
7140
7452
|
"value": "\"iPad3,1\""
|
|
7141
7453
|
},
|
|
7142
7454
|
{
|
|
7143
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7455
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7144
7456
|
"kind": "StringLiteral",
|
|
7145
7457
|
"offset": 5380,
|
|
7146
7458
|
"length": 9,
|
|
7147
7459
|
"value": "\"iPad3,2\""
|
|
7148
7460
|
},
|
|
7149
7461
|
{
|
|
7150
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7462
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7151
7463
|
"kind": "StringLiteral",
|
|
7152
7464
|
"offset": 5408,
|
|
7153
7465
|
"length": 9,
|
|
7154
7466
|
"value": "\"iPad3,3\""
|
|
7155
7467
|
},
|
|
7156
7468
|
{
|
|
7157
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7469
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7158
7470
|
"kind": "StringLiteral",
|
|
7159
7471
|
"offset": 5436,
|
|
7160
7472
|
"length": 9,
|
|
7161
7473
|
"value": "\"iPad3,4\""
|
|
7162
7474
|
},
|
|
7163
7475
|
{
|
|
7164
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7476
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7165
7477
|
"kind": "StringLiteral",
|
|
7166
7478
|
"offset": 5464,
|
|
7167
7479
|
"length": 9,
|
|
7168
7480
|
"value": "\"iPad3,5\""
|
|
7169
7481
|
},
|
|
7170
7482
|
{
|
|
7171
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7483
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7172
7484
|
"kind": "StringLiteral",
|
|
7173
7485
|
"offset": 5492,
|
|
7174
7486
|
"length": 9,
|
|
7175
7487
|
"value": "\"iPad3,6\""
|
|
7176
7488
|
},
|
|
7177
7489
|
{
|
|
7178
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7490
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7179
7491
|
"kind": "StringLiteral",
|
|
7180
7492
|
"offset": 5520,
|
|
7181
7493
|
"length": 9,
|
|
7182
7494
|
"value": "\"iPad4,1\""
|
|
7183
7495
|
},
|
|
7184
7496
|
{
|
|
7185
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7497
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7186
7498
|
"kind": "StringLiteral",
|
|
7187
7499
|
"offset": 5548,
|
|
7188
7500
|
"length": 9,
|
|
7189
7501
|
"value": "\"iPad4,2\""
|
|
7190
7502
|
},
|
|
7191
7503
|
{
|
|
7192
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7504
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7193
7505
|
"kind": "StringLiteral",
|
|
7194
7506
|
"offset": 5576,
|
|
7195
7507
|
"length": 9,
|
|
7196
7508
|
"value": "\"iPad4,4\""
|
|
7197
7509
|
},
|
|
7198
7510
|
{
|
|
7199
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7511
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7200
7512
|
"kind": "StringLiteral",
|
|
7201
7513
|
"offset": 5604,
|
|
7202
7514
|
"length": 9,
|
|
7203
7515
|
"value": "\"iPad4,5\""
|
|
7204
7516
|
},
|
|
7205
7517
|
{
|
|
7206
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7518
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7207
7519
|
"kind": "StringLiteral",
|
|
7208
7520
|
"offset": 5632,
|
|
7209
7521
|
"length": 9,
|
|
7210
7522
|
"value": "\"iPad4,6\""
|
|
7211
7523
|
},
|
|
7212
7524
|
{
|
|
7213
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7525
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7214
7526
|
"kind": "StringLiteral",
|
|
7215
7527
|
"offset": 5660,
|
|
7216
7528
|
"length": 9,
|
|
7217
7529
|
"value": "\"iPad4,7\""
|
|
7218
7530
|
},
|
|
7219
7531
|
{
|
|
7220
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7532
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7221
7533
|
"kind": "StringLiteral",
|
|
7222
7534
|
"offset": 5688,
|
|
7223
7535
|
"length": 9,
|
|
7224
7536
|
"value": "\"iPad4,8\""
|
|
7225
7537
|
},
|
|
7226
7538
|
{
|
|
7227
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7539
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7228
7540
|
"kind": "StringLiteral",
|
|
7229
7541
|
"offset": 5716,
|
|
7230
7542
|
"length": 9,
|
|
7231
7543
|
"value": "\"iPad4,9\""
|
|
7232
7544
|
},
|
|
7233
7545
|
{
|
|
7234
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7546
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7235
7547
|
"kind": "StringLiteral",
|
|
7236
7548
|
"offset": 5744,
|
|
7237
7549
|
"length": 9,
|
|
7238
7550
|
"value": "\"iPad5,1\""
|
|
7239
7551
|
},
|
|
7240
7552
|
{
|
|
7241
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7553
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7242
7554
|
"kind": "StringLiteral",
|
|
7243
7555
|
"offset": 5772,
|
|
7244
7556
|
"length": 9,
|
|
7245
7557
|
"value": "\"iPad5,2\""
|
|
7246
7558
|
},
|
|
7247
7559
|
{
|
|
7248
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7560
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7249
7561
|
"kind": "StringLiteral",
|
|
7250
7562
|
"offset": 5800,
|
|
7251
7563
|
"length": 9,
|
|
7252
7564
|
"value": "\"iPad5,3\""
|
|
7253
7565
|
},
|
|
7254
7566
|
{
|
|
7255
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7567
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7256
7568
|
"kind": "StringLiteral",
|
|
7257
7569
|
"offset": 5828,
|
|
7258
7570
|
"length": 9,
|
|
7259
7571
|
"value": "\"iPad5,4\""
|
|
7260
7572
|
},
|
|
7261
7573
|
{
|
|
7262
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7574
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7263
7575
|
"kind": "StringLiteral",
|
|
7264
7576
|
"offset": 5856,
|
|
7265
7577
|
"length": 9,
|
|
7266
7578
|
"value": "\"iPad6,3\""
|
|
7267
7579
|
},
|
|
7268
7580
|
{
|
|
7269
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7581
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7270
7582
|
"kind": "StringLiteral",
|
|
7271
7583
|
"offset": 5884,
|
|
7272
7584
|
"length": 9,
|
|
7273
7585
|
"value": "\"iPad6,4\""
|
|
7274
7586
|
},
|
|
7275
7587
|
{
|
|
7276
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7588
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7277
7589
|
"kind": "StringLiteral",
|
|
7278
7590
|
"offset": 5912,
|
|
7279
7591
|
"length": 9,
|
|
7280
7592
|
"value": "\"iPad6,7\""
|
|
7281
7593
|
},
|
|
7282
7594
|
{
|
|
7283
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7595
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7284
7596
|
"kind": "StringLiteral",
|
|
7285
7597
|
"offset": 5940,
|
|
7286
7598
|
"length": 9,
|
|
7287
7599
|
"value": "\"iPad6,8\""
|
|
7288
7600
|
},
|
|
7289
7601
|
{
|
|
7290
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7602
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7291
7603
|
"kind": "StringLiteral",
|
|
7292
7604
|
"offset": 5970,
|
|
7293
7605
|
"length": 10,
|
|
7294
7606
|
"value": "\"iPad6,11\""
|
|
7295
7607
|
},
|
|
7296
7608
|
{
|
|
7297
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7609
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7298
7610
|
"kind": "StringLiteral",
|
|
7299
7611
|
"offset": 6000,
|
|
7300
7612
|
"length": 10,
|
|
7301
7613
|
"value": "\"iPad6,12\""
|
|
7302
7614
|
},
|
|
7303
7615
|
{
|
|
7304
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7616
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7305
7617
|
"kind": "StringLiteral",
|
|
7306
7618
|
"offset": 6029,
|
|
7307
7619
|
"length": 9,
|
|
7308
7620
|
"value": "\"iPad7,1\""
|
|
7309
7621
|
},
|
|
7310
7622
|
{
|
|
7311
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7623
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7312
7624
|
"kind": "StringLiteral",
|
|
7313
7625
|
"offset": 6057,
|
|
7314
7626
|
"length": 9,
|
|
7315
7627
|
"value": "\"iPad7,2\""
|
|
7316
7628
|
},
|
|
7317
7629
|
{
|
|
7318
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7630
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7319
7631
|
"kind": "StringLiteral",
|
|
7320
7632
|
"offset": 6085,
|
|
7321
7633
|
"length": 9,
|
|
7322
7634
|
"value": "\"iPad7,3\""
|
|
7323
7635
|
},
|
|
7324
7636
|
{
|
|
7325
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7637
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7326
7638
|
"kind": "StringLiteral",
|
|
7327
7639
|
"offset": 6113,
|
|
7328
7640
|
"length": 9,
|
|
7329
7641
|
"value": "\"iPad7,4\""
|
|
7330
7642
|
},
|
|
7331
7643
|
{
|
|
7332
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7644
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7333
7645
|
"kind": "StringLiteral",
|
|
7334
7646
|
"offset": 6141,
|
|
7335
7647
|
"length": 9,
|
|
7336
7648
|
"value": "\"iPad7,5\""
|
|
7337
7649
|
},
|
|
7338
7650
|
{
|
|
7339
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7651
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7340
7652
|
"kind": "StringLiteral",
|
|
7341
7653
|
"offset": 6169,
|
|
7342
7654
|
"length": 9,
|
|
7343
7655
|
"value": "\"iPad7,6\""
|
|
7344
7656
|
},
|
|
7345
7657
|
{
|
|
7346
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7658
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7347
7659
|
"kind": "StringLiteral",
|
|
7348
7660
|
"offset": 6198,
|
|
7349
7661
|
"length": 9,
|
|
7350
7662
|
"value": "\"iPad8,1\""
|
|
7351
7663
|
},
|
|
7352
7664
|
{
|
|
7353
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7665
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7354
7666
|
"kind": "StringLiteral",
|
|
7355
7667
|
"offset": 6226,
|
|
7356
7668
|
"length": 9,
|
|
7357
7669
|
"value": "\"iPad8,2\""
|
|
7358
7670
|
},
|
|
7359
7671
|
{
|
|
7360
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7672
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7361
7673
|
"kind": "StringLiteral",
|
|
7362
7674
|
"offset": 6254,
|
|
7363
7675
|
"length": 9,
|
|
7364
7676
|
"value": "\"iPad8,3\""
|
|
7365
7677
|
},
|
|
7366
7678
|
{
|
|
7367
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7679
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7368
7680
|
"kind": "StringLiteral",
|
|
7369
7681
|
"offset": 6282,
|
|
7370
7682
|
"length": 9,
|
|
7371
7683
|
"value": "\"iPad8,4\""
|
|
7372
7684
|
},
|
|
7373
7685
|
{
|
|
7374
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7686
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7375
7687
|
"kind": "StringLiteral",
|
|
7376
7688
|
"offset": 6310,
|
|
7377
7689
|
"length": 9,
|
|
7378
7690
|
"value": "\"iPad8,5\""
|
|
7379
7691
|
},
|
|
7380
7692
|
{
|
|
7381
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7693
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7382
7694
|
"kind": "StringLiteral",
|
|
7383
7695
|
"offset": 6338,
|
|
7384
7696
|
"length": 9,
|
|
7385
7697
|
"value": "\"iPad8,6\""
|
|
7386
7698
|
},
|
|
7387
7699
|
{
|
|
7388
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7700
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7389
7701
|
"kind": "StringLiteral",
|
|
7390
7702
|
"offset": 6366,
|
|
7391
7703
|
"length": 9,
|
|
7392
7704
|
"value": "\"iPad8,7\""
|
|
7393
7705
|
},
|
|
7394
7706
|
{
|
|
7395
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7707
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7396
7708
|
"kind": "StringLiteral",
|
|
7397
7709
|
"offset": 6394,
|
|
7398
7710
|
"length": 9,
|
|
7399
7711
|
"value": "\"iPad8,8\""
|
|
7400
7712
|
},
|
|
7401
7713
|
{
|
|
7402
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7714
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7403
7715
|
"kind": "StringLiteral",
|
|
7404
7716
|
"offset": 6422,
|
|
7405
7717
|
"length": 9,
|
|
7406
7718
|
"value": "\"iPad8,9\""
|
|
7407
7719
|
},
|
|
7408
7720
|
{
|
|
7409
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7721
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7410
7722
|
"kind": "StringLiteral",
|
|
7411
7723
|
"offset": 6451,
|
|
7412
7724
|
"length": 10,
|
|
7413
7725
|
"value": "\"iPad8,10\""
|
|
7414
7726
|
},
|
|
7415
7727
|
{
|
|
7416
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7728
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7417
7729
|
"kind": "StringLiteral",
|
|
7418
7730
|
"offset": 6481,
|
|
7419
7731
|
"length": 10,
|
|
7420
7732
|
"value": "\"iPad8,11\""
|
|
7421
7733
|
},
|
|
7422
7734
|
{
|
|
7423
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7735
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7424
7736
|
"kind": "StringLiteral",
|
|
7425
7737
|
"offset": 6511,
|
|
7426
7738
|
"length": 10,
|
|
7427
7739
|
"value": "\"iPad8,12\""
|
|
7428
7740
|
},
|
|
7429
7741
|
{
|
|
7430
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7742
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7431
7743
|
"kind": "StringLiteral",
|
|
7432
7744
|
"offset": 6542,
|
|
7433
7745
|
"length": 10,
|
|
7434
7746
|
"value": "\"iPad11,1\""
|
|
7435
7747
|
},
|
|
7436
7748
|
{
|
|
7437
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7749
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7438
7750
|
"kind": "StringLiteral",
|
|
7439
7751
|
"offset": 6572,
|
|
7440
7752
|
"length": 10,
|
|
7441
7753
|
"value": "\"iPad11,2\""
|
|
7442
7754
|
},
|
|
7443
7755
|
{
|
|
7444
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7756
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7445
7757
|
"kind": "StringLiteral",
|
|
7446
7758
|
"offset": 6602,
|
|
7447
7759
|
"length": 10,
|
|
7448
7760
|
"value": "\"iPad11,3\""
|
|
7449
7761
|
},
|
|
7450
7762
|
{
|
|
7451
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7763
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7452
7764
|
"kind": "StringLiteral",
|
|
7453
7765
|
"offset": 6632,
|
|
7454
7766
|
"length": 10,
|
|
7455
7767
|
"value": "\"iPad11,4\""
|
|
7456
7768
|
},
|
|
7457
7769
|
{
|
|
7458
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7770
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7459
7771
|
"kind": "StringLiteral",
|
|
7460
7772
|
"offset": 6663,
|
|
7461
7773
|
"length": 10,
|
|
7462
7774
|
"value": "\"iPad13,4\""
|
|
7463
7775
|
},
|
|
7464
7776
|
{
|
|
7465
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7777
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7466
7778
|
"kind": "StringLiteral",
|
|
7467
7779
|
"offset": 6693,
|
|
7468
7780
|
"length": 10,
|
|
7469
7781
|
"value": "\"iPad13,5\""
|
|
7470
7782
|
},
|
|
7471
7783
|
{
|
|
7472
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7784
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7473
7785
|
"kind": "StringLiteral",
|
|
7474
7786
|
"offset": 6723,
|
|
7475
7787
|
"length": 10,
|
|
7476
7788
|
"value": "\"iPad13,6\""
|
|
7477
7789
|
},
|
|
7478
7790
|
{
|
|
7479
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7791
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7480
7792
|
"kind": "StringLiteral",
|
|
7481
7793
|
"offset": 6753,
|
|
7482
7794
|
"length": 10,
|
|
7483
7795
|
"value": "\"iPad13,7\""
|
|
7484
7796
|
},
|
|
7485
7797
|
{
|
|
7486
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7798
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7487
7799
|
"kind": "StringLiteral",
|
|
7488
7800
|
"offset": 6783,
|
|
7489
7801
|
"length": 10,
|
|
7490
7802
|
"value": "\"iPad13,8\""
|
|
7491
7803
|
},
|
|
7492
7804
|
{
|
|
7493
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7805
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7494
7806
|
"kind": "StringLiteral",
|
|
7495
7807
|
"offset": 6813,
|
|
7496
7808
|
"length": 10,
|
|
7497
7809
|
"value": "\"iPad13,9\""
|
|
7498
7810
|
},
|
|
7499
7811
|
{
|
|
7500
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7812
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7501
7813
|
"kind": "StringLiteral",
|
|
7502
7814
|
"offset": 6844,
|
|
7503
7815
|
"length": 11,
|
|
7504
7816
|
"value": "\"iPad13,10\""
|
|
7505
7817
|
},
|
|
7506
7818
|
{
|
|
7507
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7819
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7508
7820
|
"kind": "StringLiteral",
|
|
7509
7821
|
"offset": 6876,
|
|
7510
7822
|
"length": 11,
|
|
7511
7823
|
"value": "\"iPad13,11\""
|
|
7512
7824
|
},
|
|
7513
7825
|
{
|
|
7514
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7826
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7515
7827
|
"kind": "StringLiteral",
|
|
7516
7828
|
"offset": 6908,
|
|
7517
7829
|
"length": 10,
|
|
7518
7830
|
"value": "\"iPad14,1\""
|
|
7519
7831
|
},
|
|
7520
7832
|
{
|
|
7521
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7833
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7522
7834
|
"kind": "StringLiteral",
|
|
7523
7835
|
"offset": 6938,
|
|
7524
7836
|
"length": 10,
|
|
7525
7837
|
"value": "\"iPad14,2\""
|
|
7526
7838
|
},
|
|
7527
7839
|
{
|
|
7528
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7840
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7529
7841
|
"kind": "StringLiteral",
|
|
7530
7842
|
"offset": 6986,
|
|
7531
7843
|
"length": 6,
|
|
7532
7844
|
"value": "\"i386\""
|
|
7533
7845
|
},
|
|
7534
7846
|
{
|
|
7535
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7847
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7536
7848
|
"kind": "StringLiteral",
|
|
7537
7849
|
"offset": 7011,
|
|
7538
7850
|
"length": 8,
|
|
7539
7851
|
"value": "\"x86_64\""
|
|
7540
7852
|
},
|
|
7541
7853
|
{
|
|
7542
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7854
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/DevicePlatform.swift",
|
|
7543
7855
|
"kind": "StringLiteral",
|
|
7544
7856
|
"offset": 7037,
|
|
7545
7857
|
"length": 7,
|
|
7546
7858
|
"value": "\"arm64\""
|
|
7547
7859
|
},
|
|
7548
7860
|
{
|
|
7549
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7861
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/Module.swift",
|
|
7550
7862
|
"kind": "IntegerLiteral",
|
|
7551
7863
|
"offset": 250,
|
|
7552
7864
|
"length": 1,
|
|
7553
7865
|
"value": "0"
|
|
7554
7866
|
},
|
|
7555
7867
|
{
|
|
7556
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7868
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/Module.swift",
|
|
7557
7869
|
"kind": "IntegerLiteral",
|
|
7558
7870
|
"offset": 315,
|
|
7559
7871
|
"length": 1,
|
|
7560
7872
|
"value": "1"
|
|
7561
7873
|
},
|
|
7562
7874
|
{
|
|
7563
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7875
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/Module.swift",
|
|
7564
7876
|
"kind": "IntegerLiteral",
|
|
7565
7877
|
"offset": 394,
|
|
7566
7878
|
"length": 1,
|
|
7567
7879
|
"value": "2"
|
|
7568
7880
|
},
|
|
7569
7881
|
{
|
|
7570
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7882
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/AppConfigurationValidator.swift",
|
|
7571
7883
|
"kind": "StringLiteral",
|
|
7572
7884
|
"offset": 675,
|
|
7573
7885
|
"length": 10,
|
|
7574
7886
|
"value": "\"isActive\""
|
|
7575
7887
|
},
|
|
7576
7888
|
{
|
|
7577
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7889
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/AppConfigurationValidator.swift",
|
|
7578
7890
|
"kind": "IntegerLiteral",
|
|
7579
7891
|
"offset": 727,
|
|
7580
7892
|
"length": 1,
|
|
7581
7893
|
"value": "2"
|
|
7582
7894
|
},
|
|
7583
7895
|
{
|
|
7584
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7896
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Network\/AWSSigV4Signer.swift",
|
|
7585
7897
|
"kind": "StringLiteral",
|
|
7586
|
-
"offset":
|
|
7898
|
+
"offset": 445,
|
|
7587
7899
|
"length": 11,
|
|
7588
7900
|
"value": "\"us-east-1\""
|
|
7589
7901
|
},
|
|
7590
7902
|
{
|
|
7591
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7903
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Network\/AWSSigV4Signer.swift",
|
|
7592
7904
|
"kind": "StringLiteral",
|
|
7593
|
-
"offset":
|
|
7905
|
+
"offset": 476,
|
|
7594
7906
|
"length": 13,
|
|
7595
7907
|
"value": "\"execute-api\""
|
|
7596
7908
|
},
|
|
7597
7909
|
{
|
|
7598
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7910
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/DeviceStore.swift",
|
|
7599
7911
|
"kind": "StringLiteral",
|
|
7600
7912
|
"offset": 209,
|
|
7601
7913
|
"length": 44,
|
|
7602
7914
|
"value": "\"CrowdConnected.Session.DeviceID.StorageKey\""
|
|
7603
7915
|
},
|
|
7604
7916
|
{
|
|
7605
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7917
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/DeviceStore.swift",
|
|
7606
7918
|
"kind": "StringLiteral",
|
|
7607
7919
|
"offset": 292,
|
|
7608
7920
|
"length": 10,
|
|
7609
7921
|
"value": "\"deviceId\""
|
|
7610
7922
|
},
|
|
7611
7923
|
{
|
|
7612
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7924
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/DeviceStore.swift",
|
|
7613
7925
|
"kind": "StringLiteral",
|
|
7614
7926
|
"offset": 339,
|
|
7615
7927
|
"length": 8,
|
|
7616
7928
|
"value": "\"appKey\""
|
|
7617
7929
|
},
|
|
7618
7930
|
{
|
|
7619
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7931
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceStatusManager.swift",
|
|
7620
7932
|
"kind": "StringLiteral",
|
|
7621
7933
|
"offset": 527,
|
|
7622
7934
|
"length": 36,
|
|
7623
7935
|
"value": "\"CrowdConnected.DeviceStatusManager\""
|
|
7624
7936
|
},
|
|
7625
7937
|
{
|
|
7626
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7938
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceStatusManager.swift",
|
|
7627
7939
|
"kind": "FloatLiteral",
|
|
7628
7940
|
"offset": 813,
|
|
7629
7941
|
"length": 3,
|
|
7630
7942
|
"value": "1.0"
|
|
7631
7943
|
},
|
|
7632
7944
|
{
|
|
7633
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7945
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/StateMonitor.swift",
|
|
7634
7946
|
"kind": "BooleanLiteral",
|
|
7635
7947
|
"offset": 1213,
|
|
7636
7948
|
"length": 5,
|
|
7637
7949
|
"value": "false"
|
|
7638
7950
|
},
|
|
7639
7951
|
{
|
|
7640
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7952
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/LocationTrackingMode.swift",
|
|
7641
7953
|
"kind": "IntegerLiteral",
|
|
7642
7954
|
"offset": 473,
|
|
7643
7955
|
"length": 1,
|
|
7644
7956
|
"value": "0"
|
|
7645
7957
|
},
|
|
7646
7958
|
{
|
|
7647
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7959
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/LocationTrackingMode.swift",
|
|
7648
7960
|
"kind": "IntegerLiteral",
|
|
7649
7961
|
"offset": 560,
|
|
7650
7962
|
"length": 1,
|
|
7651
7963
|
"value": "1"
|
|
7652
7964
|
},
|
|
7653
7965
|
{
|
|
7654
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7966
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7655
7967
|
"kind": "IntegerLiteral",
|
|
7656
7968
|
"offset": 408,
|
|
7657
7969
|
"length": 1,
|
|
7658
7970
|
"value": "0"
|
|
7659
7971
|
},
|
|
7660
7972
|
{
|
|
7661
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7973
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7662
7974
|
"kind": "IntegerLiteral",
|
|
7663
7975
|
"offset": 501,
|
|
7664
7976
|
"length": 1,
|
|
7665
7977
|
"value": "1"
|
|
7666
7978
|
},
|
|
7667
7979
|
{
|
|
7668
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7980
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7669
7981
|
"kind": "IntegerLiteral",
|
|
7670
7982
|
"offset": 589,
|
|
7671
7983
|
"length": 1,
|
|
7672
7984
|
"value": "2"
|
|
7673
7985
|
},
|
|
7674
7986
|
{
|
|
7675
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7987
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7676
7988
|
"kind": "IntegerLiteral",
|
|
7677
7989
|
"offset": 674,
|
|
7678
7990
|
"length": 1,
|
|
7679
7991
|
"value": "3"
|
|
7680
7992
|
},
|
|
7681
7993
|
{
|
|
7682
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
7994
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7683
7995
|
"kind": "IntegerLiteral",
|
|
7684
7996
|
"offset": 761,
|
|
7685
7997
|
"length": 1,
|
|
7686
7998
|
"value": "4"
|
|
7687
7999
|
},
|
|
7688
8000
|
{
|
|
7689
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8001
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7690
8002
|
"kind": "IntegerLiteral",
|
|
7691
8003
|
"offset": 872,
|
|
7692
8004
|
"length": 1,
|
|
7693
8005
|
"value": "5"
|
|
7694
8006
|
},
|
|
7695
8007
|
{
|
|
7696
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8008
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7697
8009
|
"kind": "IntegerLiteral",
|
|
7698
8010
|
"offset": 957,
|
|
7699
8011
|
"length": 1,
|
|
7700
8012
|
"value": "6"
|
|
7701
8013
|
},
|
|
7702
8014
|
{
|
|
7703
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8015
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7704
8016
|
"kind": "IntegerLiteral",
|
|
7705
8017
|
"offset": 1078,
|
|
7706
8018
|
"length": 1,
|
|
7707
8019
|
"value": "7"
|
|
7708
8020
|
},
|
|
7709
8021
|
{
|
|
7710
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8022
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7711
8023
|
"kind": "IntegerLiteral",
|
|
7712
8024
|
"offset": 1210,
|
|
7713
8025
|
"length": 1,
|
|
7714
8026
|
"value": "8"
|
|
7715
8027
|
},
|
|
7716
8028
|
{
|
|
7717
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8029
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7718
8030
|
"kind": "IntegerLiteral",
|
|
7719
8031
|
"offset": 1347,
|
|
7720
8032
|
"length": 1,
|
|
7721
8033
|
"value": "9"
|
|
7722
8034
|
},
|
|
7723
8035
|
{
|
|
7724
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8036
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7725
8037
|
"kind": "IntegerLiteral",
|
|
7726
8038
|
"offset": 1475,
|
|
7727
8039
|
"length": 2,
|
|
7728
8040
|
"value": "10"
|
|
7729
8041
|
},
|
|
7730
8042
|
{
|
|
7731
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8043
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7732
8044
|
"kind": "IntegerLiteral",
|
|
7733
8045
|
"offset": 1614,
|
|
7734
8046
|
"length": 2,
|
|
7735
8047
|
"value": "11"
|
|
7736
8048
|
},
|
|
7737
8049
|
{
|
|
7738
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8050
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7739
8051
|
"kind": "IntegerLiteral",
|
|
7740
8052
|
"offset": 1653,
|
|
7741
8053
|
"length": 2,
|
|
7742
8054
|
"value": "15"
|
|
7743
8055
|
},
|
|
7744
8056
|
{
|
|
7745
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8057
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7746
8058
|
"kind": "IntegerLiteral",
|
|
7747
8059
|
"offset": 1687,
|
|
7748
8060
|
"length": 2,
|
|
7749
8061
|
"value": "17"
|
|
7750
8062
|
},
|
|
7751
8063
|
{
|
|
7752
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8064
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Interface\/ErrorCode.swift",
|
|
7753
8065
|
"kind": "IntegerLiteral",
|
|
7754
8066
|
"offset": 1731,
|
|
7755
8067
|
"length": 2,
|
|
7756
8068
|
"value": "19"
|
|
7757
8069
|
},
|
|
7758
8070
|
{
|
|
7759
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8071
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/API\/APIProvider.swift",
|
|
7760
8072
|
"kind": "StringLiteral",
|
|
7761
8073
|
"offset": 341,
|
|
7762
8074
|
"length": 10,
|
|
7763
8075
|
"value": "\"settings\""
|
|
7764
8076
|
},
|
|
7765
8077
|
{
|
|
7766
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8078
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/API\/APIProvider.swift",
|
|
7767
8079
|
"kind": "StringLiteral",
|
|
7768
8080
|
"offset": 381,
|
|
7769
8081
|
"length": 16,
|
|
7770
8082
|
"value": "\"debug-settings\""
|
|
7771
8083
|
},
|
|
7772
8084
|
{
|
|
7773
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8085
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/API\/APIProvider.swift",
|
|
7774
8086
|
"kind": "StringLiteral",
|
|
7775
8087
|
"offset": 426,
|
|
7776
8088
|
"length": 15,
|
|
7777
8089
|
"value": "\"device-status\""
|
|
7778
8090
|
},
|
|
7779
8091
|
{
|
|
7780
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8092
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/API\/APIProvider.swift",
|
|
7781
8093
|
"kind": "StringLiteral",
|
|
7782
8094
|
"offset": 469,
|
|
7783
8095
|
"length": 14,
|
|
7784
8096
|
"value": "\"device-alias\""
|
|
7785
8097
|
},
|
|
7786
8098
|
{
|
|
7787
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8099
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/API\/APIProvider.swift",
|
|
7788
8100
|
"kind": "StringLiteral",
|
|
7789
8101
|
"offset": 517,
|
|
7790
8102
|
"length": 21,
|
|
7791
8103
|
"value": "\"device-alias\/cached\""
|
|
7792
8104
|
},
|
|
7793
8105
|
{
|
|
7794
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8106
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/API\/APIProvider.swift",
|
|
7795
8107
|
"kind": "StringLiteral",
|
|
7796
8108
|
"offset": 561,
|
|
7797
8109
|
"length": 8,
|
|
7798
8110
|
"value": "\"events\""
|
|
7799
8111
|
},
|
|
7800
8112
|
{
|
|
7801
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8113
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/API\/APIProvider.swift",
|
|
7802
8114
|
"kind": "StringLiteral",
|
|
7803
8115
|
"offset": 601,
|
|
7804
8116
|
"length": 19,
|
|
7805
8117
|
"value": "\"beacons\/last-seen\""
|
|
7806
8118
|
},
|
|
7807
8119
|
{
|
|
7808
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8120
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/API\/APIProvider.swift",
|
|
7809
8121
|
"kind": "BooleanLiteral",
|
|
7810
|
-
"offset":
|
|
8122
|
+
"offset": 3364,
|
|
7811
8123
|
"length": 4,
|
|
7812
8124
|
"value": "true"
|
|
7813
8125
|
},
|
|
7814
8126
|
{
|
|
7815
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8127
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/API\/APIProvider.swift",
|
|
7816
8128
|
"kind": "BooleanLiteral",
|
|
7817
|
-
"offset":
|
|
8129
|
+
"offset": 5983,
|
|
7818
8130
|
"length": 4,
|
|
7819
8131
|
"value": "true"
|
|
7820
8132
|
},
|
|
7821
8133
|
{
|
|
7822
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8134
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/API\/APIProvider.swift",
|
|
7823
8135
|
"kind": "BooleanLiteral",
|
|
7824
|
-
"offset":
|
|
8136
|
+
"offset": 7004,
|
|
7825
8137
|
"length": 4,
|
|
7826
8138
|
"value": "true"
|
|
7827
8139
|
},
|
|
7828
8140
|
{
|
|
7829
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8141
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/API\/APIProvider.swift",
|
|
8142
|
+
"kind": "BooleanLiteral",
|
|
8143
|
+
"offset": 7024,
|
|
8144
|
+
"length": 5,
|
|
8145
|
+
"value": "false"
|
|
8146
|
+
},
|
|
8147
|
+
{
|
|
8148
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Simulation\/SimLogger.swift",
|
|
8149
|
+
"kind": "IntegerLiteral",
|
|
8150
|
+
"offset": 307,
|
|
8151
|
+
"length": 1,
|
|
8152
|
+
"value": "5"
|
|
8153
|
+
},
|
|
8154
|
+
{
|
|
8155
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Simulation\/SimLogger.swift",
|
|
8156
|
+
"kind": "IntegerLiteral",
|
|
8157
|
+
"offset": 348,
|
|
8158
|
+
"length": 3,
|
|
8159
|
+
"value": "100"
|
|
8160
|
+
},
|
|
8161
|
+
{
|
|
8162
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Simulation\/SimLogger.swift",
|
|
8163
|
+
"kind": "StringLiteral",
|
|
8164
|
+
"offset": 460,
|
|
8165
|
+
"length": 14,
|
|
8166
|
+
"value": "\"HH:mm:ss.SSS\""
|
|
8167
|
+
},
|
|
8168
|
+
{
|
|
8169
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Simulation\/SimLogger.swift",
|
|
8170
|
+
"kind": "Array",
|
|
8171
|
+
"offset": 538,
|
|
8172
|
+
"length": 2,
|
|
8173
|
+
"value": "[]"
|
|
8174
|
+
},
|
|
8175
|
+
{
|
|
8176
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Simulation\/SimulationSession.swift",
|
|
7830
8177
|
"kind": "BooleanLiteral",
|
|
7831
|
-
"offset":
|
|
8178
|
+
"offset": 667,
|
|
7832
8179
|
"length": 5,
|
|
7833
8180
|
"value": "false"
|
|
7834
8181
|
},
|
|
7835
8182
|
{
|
|
7836
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8183
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Simulation\/SimulationSession.swift",
|
|
8184
|
+
"kind": "StringLiteral",
|
|
8185
|
+
"offset": 822,
|
|
8186
|
+
"length": 38,
|
|
8187
|
+
"value": "\"com.crowdconnected.simulation.replay\""
|
|
8188
|
+
},
|
|
8189
|
+
{
|
|
8190
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/DataStreamManagers\/DataPublisher.swift",
|
|
7837
8191
|
"kind": "IntegerLiteral",
|
|
7838
8192
|
"offset": 485,
|
|
7839
8193
|
"length": 2,
|
|
7840
8194
|
"value": "60"
|
|
7841
8195
|
},
|
|
7842
8196
|
{
|
|
7843
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8197
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/BeaconsLastSeenMonitor\/BeaconsLastSeenMonitor.swift",
|
|
8198
|
+
"kind": "StringLiteral",
|
|
8199
|
+
"offset": 658,
|
|
8200
|
+
"length": 84,
|
|
8201
|
+
"value": "\"Upload interval remains unchanged at \""
|
|
8202
|
+
},
|
|
8203
|
+
{
|
|
8204
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/BeaconsLastSeenMonitor\/BeaconsLastSeenMonitor.swift",
|
|
8205
|
+
"kind": "StringLiteral",
|
|
8206
|
+
"offset": 713,
|
|
8207
|
+
"length": 7,
|
|
8208
|
+
"value": "\" seconds. Timer not updated.\""
|
|
8209
|
+
},
|
|
8210
|
+
{
|
|
8211
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/BeaconsLastSeenMonitor\/BeaconsLastSeenMonitor.swift",
|
|
7844
8212
|
"kind": "IntegerLiteral",
|
|
7845
8213
|
"offset": 482,
|
|
7846
8214
|
"length": 2,
|
|
7847
8215
|
"value": "15"
|
|
7848
8216
|
},
|
|
7849
8217
|
{
|
|
7850
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8218
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/BeaconsLastSeenMonitor\/BeaconsLastSeenMonitor.swift",
|
|
7851
8219
|
"kind": "IntegerLiteral",
|
|
7852
8220
|
"offset": 487,
|
|
7853
8221
|
"length": 2,
|
|
7854
8222
|
"value": "60"
|
|
7855
8223
|
},
|
|
7856
8224
|
{
|
|
7857
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8225
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/BeaconsLastSeenMonitor\/BeaconsLastSeenMonitor.swift",
|
|
7858
8226
|
"kind": "Dictionary",
|
|
7859
|
-
"offset":
|
|
8227
|
+
"offset": 932,
|
|
7860
8228
|
"length": 3,
|
|
7861
8229
|
"value": "[]"
|
|
7862
8230
|
},
|
|
7863
8231
|
{
|
|
7864
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8232
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DeviceCapabilities\/LocationAuthorizationStatusProvider.swift",
|
|
7865
8233
|
"kind": "BooleanLiteral",
|
|
7866
8234
|
"offset": 670,
|
|
7867
8235
|
"length": 5,
|
|
7868
8236
|
"value": "false"
|
|
7869
8237
|
},
|
|
7870
8238
|
{
|
|
7871
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8239
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConfigurationDatabase\/SDKConfigurationManager.swift",
|
|
7872
8240
|
"kind": "StringLiteral",
|
|
7873
8241
|
"offset": 567,
|
|
7874
8242
|
"length": 51,
|
|
7875
8243
|
"value": "\"crowdconnected.configurationdatabase.serial-queue\""
|
|
7876
8244
|
},
|
|
7877
8245
|
{
|
|
7878
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8246
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Databases\/ConfigurationDatabase\/SDKConfigurationManager.swift",
|
|
7879
8247
|
"kind": "StringLiteral",
|
|
7880
8248
|
"offset": 661,
|
|
7881
8249
|
"length": 56,
|
|
7882
8250
|
"value": "\"CrowdConnected.ConfigurationPersistence.SDKSettingsKey\""
|
|
7883
8251
|
},
|
|
7884
8252
|
{
|
|
7885
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8253
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Utils\/NetworkScanner.swift",
|
|
7886
8254
|
"kind": "BooleanLiteral",
|
|
7887
|
-
"offset":
|
|
8255
|
+
"offset": 1648,
|
|
7888
8256
|
"length": 5,
|
|
7889
8257
|
"value": "false"
|
|
7890
8258
|
},
|
|
7891
8259
|
{
|
|
7892
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8260
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7893
8261
|
"kind": "Array",
|
|
7894
8262
|
"offset": 3090,
|
|
7895
8263
|
"length": 2,
|
|
7896
8264
|
"value": "[]"
|
|
7897
8265
|
},
|
|
7898
8266
|
{
|
|
7899
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8267
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7900
8268
|
"kind": "Dictionary",
|
|
7901
8269
|
"offset": 3553,
|
|
7902
8270
|
"length": 3,
|
|
7903
8271
|
"value": "[]"
|
|
7904
8272
|
},
|
|
7905
8273
|
{
|
|
7906
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8274
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7907
8275
|
"kind": "Dictionary",
|
|
7908
8276
|
"offset": 4028,
|
|
7909
8277
|
"length": 3,
|
|
7910
8278
|
"value": "[]"
|
|
7911
8279
|
},
|
|
7912
8280
|
{
|
|
7913
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8281
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7914
8282
|
"kind": "IntegerLiteral",
|
|
7915
8283
|
"offset": 4533,
|
|
7916
8284
|
"length": 1,
|
|
7917
8285
|
"value": "0"
|
|
7918
8286
|
},
|
|
7919
8287
|
{
|
|
7920
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8288
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7921
8289
|
"kind": "IntegerLiteral",
|
|
7922
8290
|
"offset": 4561,
|
|
7923
8291
|
"length": 1,
|
|
7924
8292
|
"value": "0"
|
|
7925
8293
|
},
|
|
7926
8294
|
{
|
|
7927
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8295
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7928
8296
|
"kind": "Array",
|
|
7929
8297
|
"offset": 4632,
|
|
7930
8298
|
"length": 2,
|
|
7931
8299
|
"value": "[]"
|
|
7932
8300
|
},
|
|
7933
8301
|
{
|
|
7934
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8302
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7935
8303
|
"kind": "StringLiteral",
|
|
7936
8304
|
"offset": 4811,
|
|
7937
8305
|
"length": 39,
|
|
7938
8306
|
"value": "\"net.crowdconnected.android.core.proto\""
|
|
7939
8307
|
},
|
|
7940
8308
|
{
|
|
7941
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8309
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7942
8310
|
"kind": "StringLiteral",
|
|
7943
8311
|
"offset": 5074,
|
|
7944
8312
|
"length": 14,
|
|
7945
8313
|
"value": "\".DynamoValue\""
|
|
7946
8314
|
},
|
|
7947
8315
|
{
|
|
7948
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8316
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7949
8317
|
"kind": "StringLiteral",
|
|
7950
8318
|
"offset": 5155,
|
|
7951
8319
|
"length": 109,
|
|
7952
8320
|
"value": "\"\u0000\u0003string_value\u0000\u0003number_value\u0000\u0003bool_value\u0000\u0003list_value\u0000\u0003map_value\u0000\u0003null_value\u0000\""
|
|
7953
8321
|
},
|
|
7954
8322
|
{
|
|
7955
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8323
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7956
8324
|
"kind": "StringLiteral",
|
|
7957
8325
|
"offset": 9685,
|
|
7958
8326
|
"length": 13,
|
|
7959
8327
|
"value": "\".DynamoList\""
|
|
7960
8328
|
},
|
|
7961
8329
|
{
|
|
7962
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8330
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7963
8331
|
"kind": "StringLiteral",
|
|
7964
8332
|
"offset": 9765,
|
|
7965
8333
|
"length": 17,
|
|
7966
8334
|
"value": "\"\u0000\u0001values\u0000\""
|
|
7967
8335
|
},
|
|
7968
8336
|
{
|
|
7969
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8337
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7970
8338
|
"kind": "StringLiteral",
|
|
7971
8339
|
"offset": 11037,
|
|
7972
8340
|
"length": 12,
|
|
7973
8341
|
"value": "\".DynamoMap\""
|
|
7974
8342
|
},
|
|
7975
8343
|
{
|
|
7976
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8344
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7977
8345
|
"kind": "StringLiteral",
|
|
7978
8346
|
"offset": 11116,
|
|
7979
8347
|
"length": 17,
|
|
7980
8348
|
"value": "\"\u0000\u0001fields\u0000\""
|
|
7981
8349
|
},
|
|
7982
8350
|
{
|
|
7983
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8351
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7984
8352
|
"kind": "StringLiteral",
|
|
7985
8353
|
"offset": 12627,
|
|
7986
8354
|
"length": 15,
|
|
7987
8355
|
"value": "\".SnapshotItem\""
|
|
7988
8356
|
},
|
|
7989
8357
|
{
|
|
7990
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8358
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7991
8359
|
"kind": "StringLiteral",
|
|
7992
8360
|
"offset": 12709,
|
|
7993
8361
|
"length": 21,
|
|
7994
8362
|
"value": "\"\u0000\u0001attributes\u0000\""
|
|
7995
8363
|
},
|
|
7996
8364
|
{
|
|
7997
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8365
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
7998
8366
|
"kind": "StringLiteral",
|
|
7999
8367
|
"offset": 14246,
|
|
8000
8368
|
"length": 11,
|
|
8001
8369
|
"value": "\".Snapshot\""
|
|
8002
8370
|
},
|
|
8003
8371
|
{
|
|
8004
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8372
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/Proto\/Generated\/beacon_snapshot.pb.swift",
|
|
8005
8373
|
"kind": "StringLiteral",
|
|
8006
8374
|
"offset": 14324,
|
|
8007
8375
|
"length": 104,
|
|
8008
8376
|
"value": "\"\u0000\u0003table_id\u0000\u0003table_name\u0000\u0003partition_key\u0000\u0003generated_at\u0000\u0003item_count\u0000\u0001items\u0000\""
|
|
8009
8377
|
},
|
|
8010
8378
|
{
|
|
8011
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8379
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DynamicIntervalsManager.swift",
|
|
8012
8380
|
"kind": "StringLiteral",
|
|
8013
8381
|
"offset": 987,
|
|
8014
8382
|
"length": 38,
|
|
8015
8383
|
"value": "\"\""
|
|
8016
8384
|
},
|
|
8017
8385
|
{
|
|
8018
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8386
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DynamicIntervalsManager.swift",
|
|
8019
8387
|
"kind": "StringLiteral",
|
|
8020
8388
|
"offset": 1019,
|
|
8021
8389
|
"length": 5,
|
|
8022
8390
|
"value": "\"Queue\""
|
|
8023
8391
|
},
|
|
8024
8392
|
{
|
|
8025
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
8393
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorCore\/CrowdConnectedCore\/StateMonitor\/DynamicIntervalsManager.swift",
|
|
8026
8394
|
"kind": "Array",
|
|
8027
8395
|
"offset": 1104,
|
|
8028
8396
|
"length": 2,
|