@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
|
@@ -343,6 +343,72 @@
|
|
|
343
343
|
}
|
|
344
344
|
]
|
|
345
345
|
},
|
|
346
|
+
{
|
|
347
|
+
"kind": "Function",
|
|
348
|
+
"name": "addLogger",
|
|
349
|
+
"printedName": "addLogger(_:)",
|
|
350
|
+
"children": [
|
|
351
|
+
{
|
|
352
|
+
"kind": "TypeNominal",
|
|
353
|
+
"name": "Void",
|
|
354
|
+
"printedName": "()"
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
"kind": "TypeNominal",
|
|
358
|
+
"name": "LoggerProtocol",
|
|
359
|
+
"printedName": "any CrowdConnectedShared.LoggerProtocol",
|
|
360
|
+
"usr": "s:20CrowdConnectedShared14LoggerProtocolP"
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"declKind": "Func",
|
|
364
|
+
"usr": "s:20CrowdConnectedShared10MainLoggerC03addE0yyAA0E8Protocol_pFZ",
|
|
365
|
+
"mangledName": "$s20CrowdConnectedShared10MainLoggerC03addE0yyAA0E8Protocol_pFZ",
|
|
366
|
+
"moduleName": "CrowdConnectedShared",
|
|
367
|
+
"static": true,
|
|
368
|
+
"declAttributes": [
|
|
369
|
+
"Final",
|
|
370
|
+
"AccessControl",
|
|
371
|
+
"SPIAccessControl",
|
|
372
|
+
"RawDocComment"
|
|
373
|
+
],
|
|
374
|
+
"spi_group_names": [
|
|
375
|
+
"CoreSDK"
|
|
376
|
+
],
|
|
377
|
+
"funcSelfKind": "NonMutating"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"kind": "Function",
|
|
381
|
+
"name": "removeLogger",
|
|
382
|
+
"printedName": "removeLogger(_:)",
|
|
383
|
+
"children": [
|
|
384
|
+
{
|
|
385
|
+
"kind": "TypeNominal",
|
|
386
|
+
"name": "Void",
|
|
387
|
+
"printedName": "()"
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"kind": "TypeNominal",
|
|
391
|
+
"name": "LoggerProtocol",
|
|
392
|
+
"printedName": "any CrowdConnectedShared.LoggerProtocol",
|
|
393
|
+
"usr": "s:20CrowdConnectedShared14LoggerProtocolP"
|
|
394
|
+
}
|
|
395
|
+
],
|
|
396
|
+
"declKind": "Func",
|
|
397
|
+
"usr": "s:20CrowdConnectedShared10MainLoggerC06removeE0yyAA0E8Protocol_pFZ",
|
|
398
|
+
"mangledName": "$s20CrowdConnectedShared10MainLoggerC06removeE0yyAA0E8Protocol_pFZ",
|
|
399
|
+
"moduleName": "CrowdConnectedShared",
|
|
400
|
+
"static": true,
|
|
401
|
+
"declAttributes": [
|
|
402
|
+
"Final",
|
|
403
|
+
"AccessControl",
|
|
404
|
+
"SPIAccessControl",
|
|
405
|
+
"RawDocComment"
|
|
406
|
+
],
|
|
407
|
+
"spi_group_names": [
|
|
408
|
+
"CoreSDK"
|
|
409
|
+
],
|
|
410
|
+
"funcSelfKind": "NonMutating"
|
|
411
|
+
},
|
|
346
412
|
{
|
|
347
413
|
"kind": "Function",
|
|
348
414
|
"name": "reset",
|
|
@@ -2348,6 +2414,8 @@
|
|
|
2348
2414
|
"usr": "s:20CrowdConnectedShared14LoggerProtocolP",
|
|
2349
2415
|
"mangledName": "$s20CrowdConnectedShared14LoggerProtocolP",
|
|
2350
2416
|
"moduleName": "CrowdConnectedShared",
|
|
2417
|
+
"genericSig": "<τ_0_0 : AnyObject>",
|
|
2418
|
+
"sugared_genericSig": "<Self : AnyObject>",
|
|
2351
2419
|
"declAttributes": [
|
|
2352
2420
|
"AccessControl",
|
|
2353
2421
|
"RawDocComment"
|
|
@@ -3547,14 +3615,20 @@
|
|
|
3547
3615
|
"name": "os",
|
|
3548
3616
|
"printedName": "os",
|
|
3549
3617
|
"declKind": "Import",
|
|
3550
|
-
"moduleName": "CrowdConnectedShared"
|
|
3618
|
+
"moduleName": "CrowdConnectedShared",
|
|
3619
|
+
"declAttributes": [
|
|
3620
|
+
"AccessControl"
|
|
3621
|
+
]
|
|
3551
3622
|
},
|
|
3552
3623
|
{
|
|
3553
3624
|
"kind": "Import",
|
|
3554
3625
|
"name": "OSLog",
|
|
3555
3626
|
"printedName": "OSLog",
|
|
3556
3627
|
"declKind": "Import",
|
|
3557
|
-
"moduleName": "CrowdConnectedShared"
|
|
3628
|
+
"moduleName": "CrowdConnectedShared",
|
|
3629
|
+
"declAttributes": [
|
|
3630
|
+
"AccessControl"
|
|
3631
|
+
]
|
|
3558
3632
|
},
|
|
3559
3633
|
{
|
|
3560
3634
|
"kind": "Import",
|
|
@@ -4688,50 +4762,614 @@
|
|
|
4688
4762
|
},
|
|
4689
4763
|
{
|
|
4690
4764
|
"kind": "TypeNominal",
|
|
4691
|
-
"name": "Optional",
|
|
4692
|
-
"printedName": "[Swift.String : Swift.AnyHashable]?",
|
|
4765
|
+
"name": "Optional",
|
|
4766
|
+
"printedName": "[Swift.String : Swift.AnyHashable]?",
|
|
4767
|
+
"children": [
|
|
4768
|
+
{
|
|
4769
|
+
"kind": "TypeNominal",
|
|
4770
|
+
"name": "Dictionary",
|
|
4771
|
+
"printedName": "[Swift.String : Swift.AnyHashable]",
|
|
4772
|
+
"children": [
|
|
4773
|
+
{
|
|
4774
|
+
"kind": "TypeNominal",
|
|
4775
|
+
"name": "String",
|
|
4776
|
+
"printedName": "Swift.String",
|
|
4777
|
+
"usr": "s:SS"
|
|
4778
|
+
},
|
|
4779
|
+
{
|
|
4780
|
+
"kind": "TypeNominal",
|
|
4781
|
+
"name": "AnyHashable",
|
|
4782
|
+
"printedName": "Swift.AnyHashable",
|
|
4783
|
+
"usr": "s:s11AnyHashableV"
|
|
4784
|
+
}
|
|
4785
|
+
],
|
|
4786
|
+
"usr": "s:SD"
|
|
4787
|
+
}
|
|
4788
|
+
],
|
|
4789
|
+
"usr": "s:Sq"
|
|
4790
|
+
}
|
|
4791
|
+
],
|
|
4792
|
+
"declKind": "Func",
|
|
4793
|
+
"usr": "s:20CrowdConnectedShared29ReactiveNotificationsProtocolP4post12notification10dictionaryyAA0D12NotificationO_SDySSs11AnyHashableVGSgtF",
|
|
4794
|
+
"mangledName": "$s20CrowdConnectedShared29ReactiveNotificationsProtocolP4post12notification10dictionaryyAA0D12NotificationO_SDySSs11AnyHashableVGSgtF",
|
|
4795
|
+
"moduleName": "CrowdConnectedShared",
|
|
4796
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4797
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4798
|
+
"protocolReq": true,
|
|
4799
|
+
"declAttributes": [
|
|
4800
|
+
"RawDocComment"
|
|
4801
|
+
],
|
|
4802
|
+
"reqNewWitnessTableEntry": true,
|
|
4803
|
+
"funcSelfKind": "NonMutating"
|
|
4804
|
+
},
|
|
4805
|
+
{
|
|
4806
|
+
"kind": "Function",
|
|
4807
|
+
"name": "addObserver",
|
|
4808
|
+
"printedName": "addObserver(_:for:selector:)",
|
|
4809
|
+
"children": [
|
|
4810
|
+
{
|
|
4811
|
+
"kind": "TypeNominal",
|
|
4812
|
+
"name": "Void",
|
|
4813
|
+
"printedName": "()"
|
|
4814
|
+
},
|
|
4815
|
+
{
|
|
4816
|
+
"kind": "TypeNominal",
|
|
4817
|
+
"name": "ProtocolComposition",
|
|
4818
|
+
"printedName": "AnyObject"
|
|
4819
|
+
},
|
|
4820
|
+
{
|
|
4821
|
+
"kind": "TypeNominal",
|
|
4822
|
+
"name": "ReactiveNotification",
|
|
4823
|
+
"printedName": "CrowdConnectedShared.ReactiveNotification",
|
|
4824
|
+
"usr": "s:20CrowdConnectedShared20ReactiveNotificationO"
|
|
4825
|
+
},
|
|
4826
|
+
{
|
|
4827
|
+
"kind": "TypeNominal",
|
|
4828
|
+
"name": "Selector",
|
|
4829
|
+
"printedName": "ObjectiveC.Selector",
|
|
4830
|
+
"usr": "s:10ObjectiveC8SelectorV"
|
|
4831
|
+
}
|
|
4832
|
+
],
|
|
4833
|
+
"declKind": "Func",
|
|
4834
|
+
"usr": "s:20CrowdConnectedShared29ReactiveNotificationsProtocolP11addObserver_3for8selectoryyXl_AA0D12NotificationO10ObjectiveC8SelectorVtF",
|
|
4835
|
+
"mangledName": "$s20CrowdConnectedShared29ReactiveNotificationsProtocolP11addObserver_3for8selectoryyXl_AA0D12NotificationO10ObjectiveC8SelectorVtF",
|
|
4836
|
+
"moduleName": "CrowdConnectedShared",
|
|
4837
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4838
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4839
|
+
"protocolReq": true,
|
|
4840
|
+
"declAttributes": [
|
|
4841
|
+
"RawDocComment"
|
|
4842
|
+
],
|
|
4843
|
+
"reqNewWitnessTableEntry": true,
|
|
4844
|
+
"funcSelfKind": "NonMutating"
|
|
4845
|
+
},
|
|
4846
|
+
{
|
|
4847
|
+
"kind": "Function",
|
|
4848
|
+
"name": "removeObserver",
|
|
4849
|
+
"printedName": "removeObserver(_:for:)",
|
|
4850
|
+
"children": [
|
|
4851
|
+
{
|
|
4852
|
+
"kind": "TypeNominal",
|
|
4853
|
+
"name": "Void",
|
|
4854
|
+
"printedName": "()"
|
|
4855
|
+
},
|
|
4856
|
+
{
|
|
4857
|
+
"kind": "TypeNominal",
|
|
4858
|
+
"name": "ProtocolComposition",
|
|
4859
|
+
"printedName": "AnyObject"
|
|
4860
|
+
},
|
|
4861
|
+
{
|
|
4862
|
+
"kind": "TypeNominal",
|
|
4863
|
+
"name": "ReactiveNotification",
|
|
4864
|
+
"printedName": "CrowdConnectedShared.ReactiveNotification",
|
|
4865
|
+
"usr": "s:20CrowdConnectedShared20ReactiveNotificationO"
|
|
4866
|
+
}
|
|
4867
|
+
],
|
|
4868
|
+
"declKind": "Func",
|
|
4869
|
+
"usr": "s:20CrowdConnectedShared29ReactiveNotificationsProtocolP14removeObserver_3foryyXl_AA0D12NotificationOtF",
|
|
4870
|
+
"mangledName": "$s20CrowdConnectedShared29ReactiveNotificationsProtocolP14removeObserver_3foryyXl_AA0D12NotificationOtF",
|
|
4871
|
+
"moduleName": "CrowdConnectedShared",
|
|
4872
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4873
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4874
|
+
"protocolReq": true,
|
|
4875
|
+
"declAttributes": [
|
|
4876
|
+
"RawDocComment"
|
|
4877
|
+
],
|
|
4878
|
+
"reqNewWitnessTableEntry": true,
|
|
4879
|
+
"funcSelfKind": "NonMutating"
|
|
4880
|
+
},
|
|
4881
|
+
{
|
|
4882
|
+
"kind": "Function",
|
|
4883
|
+
"name": "getState",
|
|
4884
|
+
"printedName": "getState(of:)",
|
|
4885
|
+
"children": [
|
|
4886
|
+
{
|
|
4887
|
+
"kind": "TypeNominal",
|
|
4888
|
+
"name": "Optional",
|
|
4889
|
+
"printedName": "[Swift.String : Swift.AnyHashable]?",
|
|
4890
|
+
"children": [
|
|
4891
|
+
{
|
|
4892
|
+
"kind": "TypeNominal",
|
|
4893
|
+
"name": "Dictionary",
|
|
4894
|
+
"printedName": "[Swift.String : Swift.AnyHashable]",
|
|
4895
|
+
"children": [
|
|
4896
|
+
{
|
|
4897
|
+
"kind": "TypeNominal",
|
|
4898
|
+
"name": "String",
|
|
4899
|
+
"printedName": "Swift.String",
|
|
4900
|
+
"usr": "s:SS"
|
|
4901
|
+
},
|
|
4902
|
+
{
|
|
4903
|
+
"kind": "TypeNominal",
|
|
4904
|
+
"name": "AnyHashable",
|
|
4905
|
+
"printedName": "Swift.AnyHashable",
|
|
4906
|
+
"usr": "s:s11AnyHashableV"
|
|
4907
|
+
}
|
|
4908
|
+
],
|
|
4909
|
+
"usr": "s:SD"
|
|
4910
|
+
}
|
|
4911
|
+
],
|
|
4912
|
+
"usr": "s:Sq"
|
|
4913
|
+
},
|
|
4914
|
+
{
|
|
4915
|
+
"kind": "TypeNominal",
|
|
4916
|
+
"name": "ReactiveNotification",
|
|
4917
|
+
"printedName": "CrowdConnectedShared.ReactiveNotification",
|
|
4918
|
+
"usr": "s:20CrowdConnectedShared20ReactiveNotificationO"
|
|
4919
|
+
}
|
|
4920
|
+
],
|
|
4921
|
+
"declKind": "Func",
|
|
4922
|
+
"usr": "s:20CrowdConnectedShared29ReactiveNotificationsProtocolP8getState2ofSDySSs11AnyHashableVGSgAA0D12NotificationO_tF",
|
|
4923
|
+
"mangledName": "$s20CrowdConnectedShared29ReactiveNotificationsProtocolP8getState2ofSDySSs11AnyHashableVGSgAA0D12NotificationO_tF",
|
|
4924
|
+
"moduleName": "CrowdConnectedShared",
|
|
4925
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4926
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4927
|
+
"protocolReq": true,
|
|
4928
|
+
"declAttributes": [
|
|
4929
|
+
"RawDocComment"
|
|
4930
|
+
],
|
|
4931
|
+
"reqNewWitnessTableEntry": true,
|
|
4932
|
+
"funcSelfKind": "NonMutating"
|
|
4933
|
+
},
|
|
4934
|
+
{
|
|
4935
|
+
"kind": "Function",
|
|
4936
|
+
"name": "post",
|
|
4937
|
+
"printedName": "post(notification:)",
|
|
4938
|
+
"children": [
|
|
4939
|
+
{
|
|
4940
|
+
"kind": "TypeNominal",
|
|
4941
|
+
"name": "Void",
|
|
4942
|
+
"printedName": "()"
|
|
4943
|
+
},
|
|
4944
|
+
{
|
|
4945
|
+
"kind": "TypeNominal",
|
|
4946
|
+
"name": "ReactiveNotification",
|
|
4947
|
+
"printedName": "CrowdConnectedShared.ReactiveNotification",
|
|
4948
|
+
"usr": "s:20CrowdConnectedShared20ReactiveNotificationO"
|
|
4949
|
+
}
|
|
4950
|
+
],
|
|
4951
|
+
"declKind": "Func",
|
|
4952
|
+
"usr": "s:20CrowdConnectedShared29ReactiveNotificationsProtocolPAAE4post12notificationyAA0D12NotificationO_tF",
|
|
4953
|
+
"mangledName": "$s20CrowdConnectedShared29ReactiveNotificationsProtocolPAAE4post12notificationyAA0D12NotificationO_tF",
|
|
4954
|
+
"moduleName": "CrowdConnectedShared",
|
|
4955
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4956
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4957
|
+
"declAttributes": [
|
|
4958
|
+
"AccessControl",
|
|
4959
|
+
"RawDocComment"
|
|
4960
|
+
],
|
|
4961
|
+
"isFromExtension": true,
|
|
4962
|
+
"funcSelfKind": "NonMutating"
|
|
4963
|
+
}
|
|
4964
|
+
],
|
|
4965
|
+
"declKind": "Protocol",
|
|
4966
|
+
"usr": "s:20CrowdConnectedShared29ReactiveNotificationsProtocolP",
|
|
4967
|
+
"mangledName": "$s20CrowdConnectedShared29ReactiveNotificationsProtocolP",
|
|
4968
|
+
"moduleName": "CrowdConnectedShared",
|
|
4969
|
+
"declAttributes": [
|
|
4970
|
+
"AccessControl",
|
|
4971
|
+
"RawDocComment"
|
|
4972
|
+
],
|
|
4973
|
+
"conformances": [
|
|
4974
|
+
{
|
|
4975
|
+
"kind": "Conformance",
|
|
4976
|
+
"name": "Escapable",
|
|
4977
|
+
"printedName": "Escapable",
|
|
4978
|
+
"usr": "s:s9EscapableP",
|
|
4979
|
+
"mangledName": "$ss9EscapableP"
|
|
4980
|
+
},
|
|
4981
|
+
{
|
|
4982
|
+
"kind": "Conformance",
|
|
4983
|
+
"name": "Copyable",
|
|
4984
|
+
"printedName": "Copyable",
|
|
4985
|
+
"usr": "s:s8CopyableP",
|
|
4986
|
+
"mangledName": "$ss8CopyableP"
|
|
4987
|
+
}
|
|
4988
|
+
]
|
|
4989
|
+
},
|
|
4990
|
+
{
|
|
4991
|
+
"kind": "Import",
|
|
4992
|
+
"name": "Foundation",
|
|
4993
|
+
"printedName": "Foundation",
|
|
4994
|
+
"declKind": "Import",
|
|
4995
|
+
"moduleName": "CrowdConnectedShared"
|
|
4996
|
+
},
|
|
4997
|
+
{
|
|
4998
|
+
"kind": "TypeDecl",
|
|
4999
|
+
"name": "GpsSimulationSink",
|
|
5000
|
+
"printedName": "GpsSimulationSink",
|
|
5001
|
+
"children": [
|
|
5002
|
+
{
|
|
5003
|
+
"kind": "Function",
|
|
5004
|
+
"name": "injectLocation",
|
|
5005
|
+
"printedName": "injectLocation(lat:lng:accuracyMetres:surfaceId:)",
|
|
5006
|
+
"children": [
|
|
5007
|
+
{
|
|
5008
|
+
"kind": "TypeNominal",
|
|
5009
|
+
"name": "Void",
|
|
5010
|
+
"printedName": "()"
|
|
5011
|
+
},
|
|
5012
|
+
{
|
|
5013
|
+
"kind": "TypeNominal",
|
|
5014
|
+
"name": "Double",
|
|
5015
|
+
"printedName": "Swift.Double",
|
|
5016
|
+
"usr": "s:Sd"
|
|
5017
|
+
},
|
|
5018
|
+
{
|
|
5019
|
+
"kind": "TypeNominal",
|
|
5020
|
+
"name": "Double",
|
|
5021
|
+
"printedName": "Swift.Double",
|
|
5022
|
+
"usr": "s:Sd"
|
|
5023
|
+
},
|
|
5024
|
+
{
|
|
5025
|
+
"kind": "TypeNominal",
|
|
5026
|
+
"name": "Float",
|
|
5027
|
+
"printedName": "Swift.Float",
|
|
5028
|
+
"usr": "s:Sf"
|
|
5029
|
+
},
|
|
5030
|
+
{
|
|
5031
|
+
"kind": "TypeNominal",
|
|
5032
|
+
"name": "Optional",
|
|
5033
|
+
"printedName": "Swift.String?",
|
|
5034
|
+
"children": [
|
|
5035
|
+
{
|
|
5036
|
+
"kind": "TypeNominal",
|
|
5037
|
+
"name": "String",
|
|
5038
|
+
"printedName": "Swift.String",
|
|
5039
|
+
"usr": "s:SS"
|
|
5040
|
+
}
|
|
5041
|
+
],
|
|
5042
|
+
"usr": "s:Sq"
|
|
5043
|
+
}
|
|
5044
|
+
],
|
|
5045
|
+
"declKind": "Func",
|
|
5046
|
+
"usr": "s:20CrowdConnectedShared17GpsSimulationSinkP14injectLocation3lat3lng14accuracyMetres9surfaceIdySd_SdSfSSSgtF",
|
|
5047
|
+
"mangledName": "$s20CrowdConnectedShared17GpsSimulationSinkP14injectLocation3lat3lng14accuracyMetres9surfaceIdySd_SdSfSSSgtF",
|
|
5048
|
+
"moduleName": "CrowdConnectedShared",
|
|
5049
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.GpsSimulationSink>",
|
|
5050
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.GpsSimulationSink>",
|
|
5051
|
+
"protocolReq": true,
|
|
5052
|
+
"reqNewWitnessTableEntry": true,
|
|
5053
|
+
"funcSelfKind": "NonMutating"
|
|
5054
|
+
},
|
|
5055
|
+
{
|
|
5056
|
+
"kind": "Function",
|
|
5057
|
+
"name": "onSimulationStarted",
|
|
5058
|
+
"printedName": "onSimulationStarted()",
|
|
5059
|
+
"children": [
|
|
5060
|
+
{
|
|
5061
|
+
"kind": "TypeNominal",
|
|
5062
|
+
"name": "Void",
|
|
5063
|
+
"printedName": "()"
|
|
5064
|
+
}
|
|
5065
|
+
],
|
|
5066
|
+
"declKind": "Func",
|
|
5067
|
+
"usr": "s:20CrowdConnectedShared17GpsSimulationSinkP02onE7StartedyyF",
|
|
5068
|
+
"mangledName": "$s20CrowdConnectedShared17GpsSimulationSinkP02onE7StartedyyF",
|
|
5069
|
+
"moduleName": "CrowdConnectedShared",
|
|
5070
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.GpsSimulationSink>",
|
|
5071
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.GpsSimulationSink>",
|
|
5072
|
+
"protocolReq": true,
|
|
5073
|
+
"reqNewWitnessTableEntry": true,
|
|
5074
|
+
"funcSelfKind": "NonMutating"
|
|
5075
|
+
},
|
|
5076
|
+
{
|
|
5077
|
+
"kind": "Function",
|
|
5078
|
+
"name": "onSimulationStopped",
|
|
5079
|
+
"printedName": "onSimulationStopped()",
|
|
5080
|
+
"children": [
|
|
5081
|
+
{
|
|
5082
|
+
"kind": "TypeNominal",
|
|
5083
|
+
"name": "Void",
|
|
5084
|
+
"printedName": "()"
|
|
5085
|
+
}
|
|
5086
|
+
],
|
|
5087
|
+
"declKind": "Func",
|
|
5088
|
+
"usr": "s:20CrowdConnectedShared17GpsSimulationSinkP02onE7StoppedyyF",
|
|
5089
|
+
"mangledName": "$s20CrowdConnectedShared17GpsSimulationSinkP02onE7StoppedyyF",
|
|
5090
|
+
"moduleName": "CrowdConnectedShared",
|
|
5091
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.GpsSimulationSink>",
|
|
5092
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.GpsSimulationSink>",
|
|
5093
|
+
"protocolReq": true,
|
|
5094
|
+
"reqNewWitnessTableEntry": true,
|
|
5095
|
+
"funcSelfKind": "NonMutating"
|
|
5096
|
+
}
|
|
5097
|
+
],
|
|
5098
|
+
"declKind": "Protocol",
|
|
5099
|
+
"usr": "s:20CrowdConnectedShared17GpsSimulationSinkP",
|
|
5100
|
+
"mangledName": "$s20CrowdConnectedShared17GpsSimulationSinkP",
|
|
5101
|
+
"moduleName": "CrowdConnectedShared",
|
|
5102
|
+
"genericSig": "<τ_0_0 : AnyObject>",
|
|
5103
|
+
"sugared_genericSig": "<Self : AnyObject>",
|
|
5104
|
+
"declAttributes": [
|
|
5105
|
+
"AccessControl",
|
|
5106
|
+
"RawDocComment"
|
|
5107
|
+
],
|
|
5108
|
+
"conformances": [
|
|
5109
|
+
{
|
|
5110
|
+
"kind": "Conformance",
|
|
5111
|
+
"name": "Escapable",
|
|
5112
|
+
"printedName": "Escapable",
|
|
5113
|
+
"usr": "s:s9EscapableP",
|
|
5114
|
+
"mangledName": "$ss9EscapableP"
|
|
5115
|
+
},
|
|
5116
|
+
{
|
|
5117
|
+
"kind": "Conformance",
|
|
5118
|
+
"name": "Copyable",
|
|
5119
|
+
"printedName": "Copyable",
|
|
5120
|
+
"usr": "s:s8CopyableP",
|
|
5121
|
+
"mangledName": "$ss8CopyableP"
|
|
5122
|
+
}
|
|
5123
|
+
]
|
|
5124
|
+
},
|
|
5125
|
+
{
|
|
5126
|
+
"kind": "Import",
|
|
5127
|
+
"name": "Foundation",
|
|
5128
|
+
"printedName": "Foundation",
|
|
5129
|
+
"declKind": "Import",
|
|
5130
|
+
"moduleName": "CrowdConnectedShared"
|
|
5131
|
+
},
|
|
5132
|
+
{
|
|
5133
|
+
"kind": "TypeDecl",
|
|
5134
|
+
"name": "IpsSimulationSink",
|
|
5135
|
+
"printedName": "IpsSimulationSink",
|
|
5136
|
+
"children": [
|
|
5137
|
+
{
|
|
5138
|
+
"kind": "Function",
|
|
5139
|
+
"name": "injectIpsPosition",
|
|
5140
|
+
"printedName": "injectIpsPosition(xMetres:yMetres:latitude:longitude:surfaceId:)",
|
|
5141
|
+
"children": [
|
|
5142
|
+
{
|
|
5143
|
+
"kind": "TypeNominal",
|
|
5144
|
+
"name": "Void",
|
|
5145
|
+
"printedName": "()"
|
|
5146
|
+
},
|
|
5147
|
+
{
|
|
5148
|
+
"kind": "TypeNominal",
|
|
5149
|
+
"name": "Double",
|
|
5150
|
+
"printedName": "Swift.Double",
|
|
5151
|
+
"usr": "s:Sd"
|
|
5152
|
+
},
|
|
5153
|
+
{
|
|
5154
|
+
"kind": "TypeNominal",
|
|
5155
|
+
"name": "Double",
|
|
5156
|
+
"printedName": "Swift.Double",
|
|
5157
|
+
"usr": "s:Sd"
|
|
5158
|
+
},
|
|
5159
|
+
{
|
|
5160
|
+
"kind": "TypeNominal",
|
|
5161
|
+
"name": "Double",
|
|
5162
|
+
"printedName": "Swift.Double",
|
|
5163
|
+
"usr": "s:Sd"
|
|
5164
|
+
},
|
|
5165
|
+
{
|
|
5166
|
+
"kind": "TypeNominal",
|
|
5167
|
+
"name": "Double",
|
|
5168
|
+
"printedName": "Swift.Double",
|
|
5169
|
+
"usr": "s:Sd"
|
|
5170
|
+
},
|
|
5171
|
+
{
|
|
5172
|
+
"kind": "TypeNominal",
|
|
5173
|
+
"name": "Optional",
|
|
5174
|
+
"printedName": "Swift.String?",
|
|
5175
|
+
"children": [
|
|
5176
|
+
{
|
|
5177
|
+
"kind": "TypeNominal",
|
|
5178
|
+
"name": "String",
|
|
5179
|
+
"printedName": "Swift.String",
|
|
5180
|
+
"usr": "s:SS"
|
|
5181
|
+
}
|
|
5182
|
+
],
|
|
5183
|
+
"usr": "s:Sq"
|
|
5184
|
+
}
|
|
5185
|
+
],
|
|
5186
|
+
"declKind": "Func",
|
|
5187
|
+
"usr": "s:20CrowdConnectedShared17IpsSimulationSinkP06injectD8Position7xMetres01yI08latitude9longitude9surfaceIdySd_S3dSSSgtF",
|
|
5188
|
+
"mangledName": "$s20CrowdConnectedShared17IpsSimulationSinkP06injectD8Position7xMetres01yI08latitude9longitude9surfaceIdySd_S3dSSSgtF",
|
|
5189
|
+
"moduleName": "CrowdConnectedShared",
|
|
5190
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.IpsSimulationSink>",
|
|
5191
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.IpsSimulationSink>",
|
|
5192
|
+
"protocolReq": true,
|
|
5193
|
+
"reqNewWitnessTableEntry": true,
|
|
5194
|
+
"funcSelfKind": "NonMutating"
|
|
5195
|
+
},
|
|
5196
|
+
{
|
|
5197
|
+
"kind": "Function",
|
|
5198
|
+
"name": "onSimulationStarted",
|
|
5199
|
+
"printedName": "onSimulationStarted()",
|
|
5200
|
+
"children": [
|
|
5201
|
+
{
|
|
5202
|
+
"kind": "TypeNominal",
|
|
5203
|
+
"name": "Void",
|
|
5204
|
+
"printedName": "()"
|
|
5205
|
+
}
|
|
5206
|
+
],
|
|
5207
|
+
"declKind": "Func",
|
|
5208
|
+
"usr": "s:20CrowdConnectedShared17IpsSimulationSinkP02onE7StartedyyF",
|
|
5209
|
+
"mangledName": "$s20CrowdConnectedShared17IpsSimulationSinkP02onE7StartedyyF",
|
|
5210
|
+
"moduleName": "CrowdConnectedShared",
|
|
5211
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.IpsSimulationSink>",
|
|
5212
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.IpsSimulationSink>",
|
|
5213
|
+
"protocolReq": true,
|
|
5214
|
+
"reqNewWitnessTableEntry": true,
|
|
5215
|
+
"funcSelfKind": "NonMutating"
|
|
5216
|
+
},
|
|
5217
|
+
{
|
|
5218
|
+
"kind": "Function",
|
|
5219
|
+
"name": "onSimulationStopped",
|
|
5220
|
+
"printedName": "onSimulationStopped()",
|
|
5221
|
+
"children": [
|
|
5222
|
+
{
|
|
5223
|
+
"kind": "TypeNominal",
|
|
5224
|
+
"name": "Void",
|
|
5225
|
+
"printedName": "()"
|
|
5226
|
+
}
|
|
5227
|
+
],
|
|
5228
|
+
"declKind": "Func",
|
|
5229
|
+
"usr": "s:20CrowdConnectedShared17IpsSimulationSinkP02onE7StoppedyyF",
|
|
5230
|
+
"mangledName": "$s20CrowdConnectedShared17IpsSimulationSinkP02onE7StoppedyyF",
|
|
5231
|
+
"moduleName": "CrowdConnectedShared",
|
|
5232
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.IpsSimulationSink>",
|
|
5233
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.IpsSimulationSink>",
|
|
5234
|
+
"protocolReq": true,
|
|
5235
|
+
"reqNewWitnessTableEntry": true,
|
|
5236
|
+
"funcSelfKind": "NonMutating"
|
|
5237
|
+
},
|
|
5238
|
+
{
|
|
5239
|
+
"kind": "Function",
|
|
5240
|
+
"name": "onSimulationStarted",
|
|
5241
|
+
"printedName": "onSimulationStarted()",
|
|
5242
|
+
"children": [
|
|
5243
|
+
{
|
|
5244
|
+
"kind": "TypeNominal",
|
|
5245
|
+
"name": "Void",
|
|
5246
|
+
"printedName": "()"
|
|
5247
|
+
}
|
|
5248
|
+
],
|
|
5249
|
+
"declKind": "Func",
|
|
5250
|
+
"usr": "s:20CrowdConnectedShared17IpsSimulationSinkPAAE02onE7StartedyyF",
|
|
5251
|
+
"mangledName": "$s20CrowdConnectedShared17IpsSimulationSinkPAAE02onE7StartedyyF",
|
|
5252
|
+
"moduleName": "CrowdConnectedShared",
|
|
5253
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.IpsSimulationSink>",
|
|
5254
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.IpsSimulationSink>",
|
|
5255
|
+
"isFromExtension": true,
|
|
5256
|
+
"funcSelfKind": "NonMutating"
|
|
5257
|
+
},
|
|
5258
|
+
{
|
|
5259
|
+
"kind": "Function",
|
|
5260
|
+
"name": "onSimulationStopped",
|
|
5261
|
+
"printedName": "onSimulationStopped()",
|
|
5262
|
+
"children": [
|
|
5263
|
+
{
|
|
5264
|
+
"kind": "TypeNominal",
|
|
5265
|
+
"name": "Void",
|
|
5266
|
+
"printedName": "()"
|
|
5267
|
+
}
|
|
5268
|
+
],
|
|
5269
|
+
"declKind": "Func",
|
|
5270
|
+
"usr": "s:20CrowdConnectedShared17IpsSimulationSinkPAAE02onE7StoppedyyF",
|
|
5271
|
+
"mangledName": "$s20CrowdConnectedShared17IpsSimulationSinkPAAE02onE7StoppedyyF",
|
|
5272
|
+
"moduleName": "CrowdConnectedShared",
|
|
5273
|
+
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.IpsSimulationSink>",
|
|
5274
|
+
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.IpsSimulationSink>",
|
|
5275
|
+
"isFromExtension": true,
|
|
5276
|
+
"funcSelfKind": "NonMutating"
|
|
5277
|
+
}
|
|
5278
|
+
],
|
|
5279
|
+
"declKind": "Protocol",
|
|
5280
|
+
"usr": "s:20CrowdConnectedShared17IpsSimulationSinkP",
|
|
5281
|
+
"mangledName": "$s20CrowdConnectedShared17IpsSimulationSinkP",
|
|
5282
|
+
"moduleName": "CrowdConnectedShared",
|
|
5283
|
+
"genericSig": "<τ_0_0 : AnyObject>",
|
|
5284
|
+
"sugared_genericSig": "<Self : AnyObject>",
|
|
5285
|
+
"declAttributes": [
|
|
5286
|
+
"AccessControl",
|
|
5287
|
+
"RawDocComment"
|
|
5288
|
+
],
|
|
5289
|
+
"conformances": [
|
|
5290
|
+
{
|
|
5291
|
+
"kind": "Conformance",
|
|
5292
|
+
"name": "Escapable",
|
|
5293
|
+
"printedName": "Escapable",
|
|
5294
|
+
"usr": "s:s9EscapableP",
|
|
5295
|
+
"mangledName": "$ss9EscapableP"
|
|
5296
|
+
},
|
|
5297
|
+
{
|
|
5298
|
+
"kind": "Conformance",
|
|
5299
|
+
"name": "Copyable",
|
|
5300
|
+
"printedName": "Copyable",
|
|
5301
|
+
"usr": "s:s8CopyableP",
|
|
5302
|
+
"mangledName": "$ss8CopyableP"
|
|
5303
|
+
}
|
|
5304
|
+
]
|
|
5305
|
+
},
|
|
5306
|
+
{
|
|
5307
|
+
"kind": "Import",
|
|
5308
|
+
"name": "Foundation",
|
|
5309
|
+
"printedName": "Foundation",
|
|
5310
|
+
"declKind": "Import",
|
|
5311
|
+
"moduleName": "CrowdConnectedShared"
|
|
5312
|
+
},
|
|
5313
|
+
{
|
|
5314
|
+
"kind": "TypeDecl",
|
|
5315
|
+
"name": "SimulationSinkRegistry",
|
|
5316
|
+
"printedName": "SimulationSinkRegistry",
|
|
5317
|
+
"children": [
|
|
5318
|
+
{
|
|
5319
|
+
"kind": "Var",
|
|
5320
|
+
"name": "shared",
|
|
5321
|
+
"printedName": "shared",
|
|
5322
|
+
"children": [
|
|
5323
|
+
{
|
|
5324
|
+
"kind": "TypeNominal",
|
|
5325
|
+
"name": "SimulationSinkRegistry",
|
|
5326
|
+
"printedName": "CrowdConnectedShared.SimulationSinkRegistry",
|
|
5327
|
+
"usr": "s:20CrowdConnectedShared22SimulationSinkRegistryC"
|
|
5328
|
+
}
|
|
5329
|
+
],
|
|
5330
|
+
"declKind": "Var",
|
|
5331
|
+
"usr": "s:20CrowdConnectedShared22SimulationSinkRegistryC6sharedACvpZ",
|
|
5332
|
+
"mangledName": "$s20CrowdConnectedShared22SimulationSinkRegistryC6sharedACvpZ",
|
|
5333
|
+
"moduleName": "CrowdConnectedShared",
|
|
5334
|
+
"static": true,
|
|
5335
|
+
"declAttributes": [
|
|
5336
|
+
"HasInitialValue",
|
|
5337
|
+
"Final",
|
|
5338
|
+
"HasStorage",
|
|
5339
|
+
"AccessControl"
|
|
5340
|
+
],
|
|
5341
|
+
"isLet": true,
|
|
5342
|
+
"hasStorage": true,
|
|
5343
|
+
"accessors": [
|
|
5344
|
+
{
|
|
5345
|
+
"kind": "Accessor",
|
|
5346
|
+
"name": "Get",
|
|
5347
|
+
"printedName": "Get()",
|
|
4693
5348
|
"children": [
|
|
4694
5349
|
{
|
|
4695
5350
|
"kind": "TypeNominal",
|
|
4696
|
-
"name": "
|
|
4697
|
-
"printedName": "
|
|
4698
|
-
"
|
|
4699
|
-
{
|
|
4700
|
-
"kind": "TypeNominal",
|
|
4701
|
-
"name": "String",
|
|
4702
|
-
"printedName": "Swift.String",
|
|
4703
|
-
"usr": "s:SS"
|
|
4704
|
-
},
|
|
4705
|
-
{
|
|
4706
|
-
"kind": "TypeNominal",
|
|
4707
|
-
"name": "AnyHashable",
|
|
4708
|
-
"printedName": "Swift.AnyHashable",
|
|
4709
|
-
"usr": "s:s11AnyHashableV"
|
|
4710
|
-
}
|
|
4711
|
-
],
|
|
4712
|
-
"usr": "s:SD"
|
|
5351
|
+
"name": "SimulationSinkRegistry",
|
|
5352
|
+
"printedName": "CrowdConnectedShared.SimulationSinkRegistry",
|
|
5353
|
+
"usr": "s:20CrowdConnectedShared22SimulationSinkRegistryC"
|
|
4713
5354
|
}
|
|
4714
5355
|
],
|
|
4715
|
-
"
|
|
5356
|
+
"declKind": "Accessor",
|
|
5357
|
+
"usr": "s:20CrowdConnectedShared22SimulationSinkRegistryC6sharedACvgZ",
|
|
5358
|
+
"mangledName": "$s20CrowdConnectedShared22SimulationSinkRegistryC6sharedACvgZ",
|
|
5359
|
+
"moduleName": "CrowdConnectedShared",
|
|
5360
|
+
"static": true,
|
|
5361
|
+
"implicit": true,
|
|
5362
|
+
"declAttributes": [
|
|
5363
|
+
"Final"
|
|
5364
|
+
],
|
|
5365
|
+
"accessorKind": "get"
|
|
4716
5366
|
}
|
|
4717
|
-
]
|
|
4718
|
-
"declKind": "Func",
|
|
4719
|
-
"usr": "s:20CrowdConnectedShared29ReactiveNotificationsProtocolP4post12notification10dictionaryyAA0D12NotificationO_SDySSs11AnyHashableVGSgtF",
|
|
4720
|
-
"mangledName": "$s20CrowdConnectedShared29ReactiveNotificationsProtocolP4post12notification10dictionaryyAA0D12NotificationO_SDySSs11AnyHashableVGSgtF",
|
|
4721
|
-
"moduleName": "CrowdConnectedShared",
|
|
4722
|
-
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4723
|
-
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4724
|
-
"protocolReq": true,
|
|
4725
|
-
"declAttributes": [
|
|
4726
|
-
"RawDocComment"
|
|
4727
|
-
],
|
|
4728
|
-
"reqNewWitnessTableEntry": true,
|
|
4729
|
-
"funcSelfKind": "NonMutating"
|
|
5367
|
+
]
|
|
4730
5368
|
},
|
|
4731
5369
|
{
|
|
4732
5370
|
"kind": "Function",
|
|
4733
|
-
"name": "
|
|
4734
|
-
"printedName": "
|
|
5371
|
+
"name": "register",
|
|
5372
|
+
"printedName": "register(gpsSink:)",
|
|
4735
5373
|
"children": [
|
|
4736
5374
|
{
|
|
4737
5375
|
"kind": "TypeNominal",
|
|
@@ -4740,39 +5378,25 @@
|
|
|
4740
5378
|
},
|
|
4741
5379
|
{
|
|
4742
5380
|
"kind": "TypeNominal",
|
|
4743
|
-
"name": "
|
|
4744
|
-
"printedName": "
|
|
4745
|
-
|
|
4746
|
-
{
|
|
4747
|
-
"kind": "TypeNominal",
|
|
4748
|
-
"name": "ReactiveNotification",
|
|
4749
|
-
"printedName": "CrowdConnectedShared.ReactiveNotification",
|
|
4750
|
-
"usr": "s:20CrowdConnectedShared20ReactiveNotificationO"
|
|
4751
|
-
},
|
|
4752
|
-
{
|
|
4753
|
-
"kind": "TypeNominal",
|
|
4754
|
-
"name": "Selector",
|
|
4755
|
-
"printedName": "ObjectiveC.Selector",
|
|
4756
|
-
"usr": "s:10ObjectiveC8SelectorV"
|
|
5381
|
+
"name": "GpsSimulationSink",
|
|
5382
|
+
"printedName": "any CrowdConnectedShared.GpsSimulationSink",
|
|
5383
|
+
"usr": "s:20CrowdConnectedShared17GpsSimulationSinkP"
|
|
4757
5384
|
}
|
|
4758
5385
|
],
|
|
4759
5386
|
"declKind": "Func",
|
|
4760
|
-
"usr": "s:
|
|
4761
|
-
"mangledName": "$
|
|
5387
|
+
"usr": "s:20CrowdConnectedShared22SimulationSinkRegistryC8register03gpsE0yAA03GpsdE0_p_tF",
|
|
5388
|
+
"mangledName": "$s20CrowdConnectedShared22SimulationSinkRegistryC8register03gpsE0yAA03GpsdE0_p_tF",
|
|
4762
5389
|
"moduleName": "CrowdConnectedShared",
|
|
4763
|
-
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4764
|
-
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4765
|
-
"protocolReq": true,
|
|
4766
5390
|
"declAttributes": [
|
|
4767
|
-
"
|
|
5391
|
+
"Final",
|
|
5392
|
+
"AccessControl"
|
|
4768
5393
|
],
|
|
4769
|
-
"reqNewWitnessTableEntry": true,
|
|
4770
5394
|
"funcSelfKind": "NonMutating"
|
|
4771
5395
|
},
|
|
4772
5396
|
{
|
|
4773
5397
|
"kind": "Function",
|
|
4774
|
-
"name": "
|
|
4775
|
-
"printedName": "
|
|
5398
|
+
"name": "register",
|
|
5399
|
+
"printedName": "register(ipsSink:)",
|
|
4776
5400
|
"children": [
|
|
4777
5401
|
{
|
|
4778
5402
|
"kind": "TypeNominal",
|
|
@@ -4781,135 +5405,166 @@
|
|
|
4781
5405
|
},
|
|
4782
5406
|
{
|
|
4783
5407
|
"kind": "TypeNominal",
|
|
4784
|
-
"name": "
|
|
4785
|
-
"printedName": "
|
|
4786
|
-
|
|
4787
|
-
{
|
|
4788
|
-
"kind": "TypeNominal",
|
|
4789
|
-
"name": "ReactiveNotification",
|
|
4790
|
-
"printedName": "CrowdConnectedShared.ReactiveNotification",
|
|
4791
|
-
"usr": "s:20CrowdConnectedShared20ReactiveNotificationO"
|
|
5408
|
+
"name": "IpsSimulationSink",
|
|
5409
|
+
"printedName": "any CrowdConnectedShared.IpsSimulationSink",
|
|
5410
|
+
"usr": "s:20CrowdConnectedShared17IpsSimulationSinkP"
|
|
4792
5411
|
}
|
|
4793
5412
|
],
|
|
4794
5413
|
"declKind": "Func",
|
|
4795
|
-
"usr": "s:
|
|
4796
|
-
"mangledName": "$
|
|
5414
|
+
"usr": "s:20CrowdConnectedShared22SimulationSinkRegistryC8register03ipsE0yAA03IpsdE0_p_tF",
|
|
5415
|
+
"mangledName": "$s20CrowdConnectedShared22SimulationSinkRegistryC8register03ipsE0yAA03IpsdE0_p_tF",
|
|
4797
5416
|
"moduleName": "CrowdConnectedShared",
|
|
4798
|
-
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4799
|
-
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4800
|
-
"protocolReq": true,
|
|
4801
5417
|
"declAttributes": [
|
|
4802
|
-
"
|
|
5418
|
+
"Final",
|
|
5419
|
+
"AccessControl"
|
|
4803
5420
|
],
|
|
4804
|
-
"reqNewWitnessTableEntry": true,
|
|
4805
5421
|
"funcSelfKind": "NonMutating"
|
|
4806
5422
|
},
|
|
4807
5423
|
{
|
|
4808
|
-
"kind": "
|
|
4809
|
-
"name": "
|
|
4810
|
-
"printedName": "
|
|
5424
|
+
"kind": "Var",
|
|
5425
|
+
"name": "gpsSinks",
|
|
5426
|
+
"printedName": "gpsSinks",
|
|
4811
5427
|
"children": [
|
|
4812
5428
|
{
|
|
4813
5429
|
"kind": "TypeNominal",
|
|
4814
|
-
"name": "
|
|
4815
|
-
"printedName": "[
|
|
5430
|
+
"name": "Array",
|
|
5431
|
+
"printedName": "[any CrowdConnectedShared.GpsSimulationSink]",
|
|
4816
5432
|
"children": [
|
|
4817
5433
|
{
|
|
4818
5434
|
"kind": "TypeNominal",
|
|
4819
|
-
"name": "
|
|
4820
|
-
"printedName": "
|
|
5435
|
+
"name": "GpsSimulationSink",
|
|
5436
|
+
"printedName": "any CrowdConnectedShared.GpsSimulationSink",
|
|
5437
|
+
"usr": "s:20CrowdConnectedShared17GpsSimulationSinkP"
|
|
5438
|
+
}
|
|
5439
|
+
],
|
|
5440
|
+
"usr": "s:Sa"
|
|
5441
|
+
}
|
|
5442
|
+
],
|
|
5443
|
+
"declKind": "Var",
|
|
5444
|
+
"usr": "s:20CrowdConnectedShared22SimulationSinkRegistryC8gpsSinksSayAA03GpsdE0_pGvp",
|
|
5445
|
+
"mangledName": "$s20CrowdConnectedShared22SimulationSinkRegistryC8gpsSinksSayAA03GpsdE0_pGvp",
|
|
5446
|
+
"moduleName": "CrowdConnectedShared",
|
|
5447
|
+
"declAttributes": [
|
|
5448
|
+
"Final",
|
|
5449
|
+
"AccessControl"
|
|
5450
|
+
],
|
|
5451
|
+
"accessors": [
|
|
5452
|
+
{
|
|
5453
|
+
"kind": "Accessor",
|
|
5454
|
+
"name": "Get",
|
|
5455
|
+
"printedName": "Get()",
|
|
5456
|
+
"children": [
|
|
5457
|
+
{
|
|
5458
|
+
"kind": "TypeNominal",
|
|
5459
|
+
"name": "Array",
|
|
5460
|
+
"printedName": "[any CrowdConnectedShared.GpsSimulationSink]",
|
|
4821
5461
|
"children": [
|
|
4822
5462
|
{
|
|
4823
5463
|
"kind": "TypeNominal",
|
|
4824
|
-
"name": "
|
|
4825
|
-
"printedName": "
|
|
4826
|
-
"usr": "s:
|
|
4827
|
-
},
|
|
4828
|
-
{
|
|
4829
|
-
"kind": "TypeNominal",
|
|
4830
|
-
"name": "AnyHashable",
|
|
4831
|
-
"printedName": "Swift.AnyHashable",
|
|
4832
|
-
"usr": "s:s11AnyHashableV"
|
|
5464
|
+
"name": "GpsSimulationSink",
|
|
5465
|
+
"printedName": "any CrowdConnectedShared.GpsSimulationSink",
|
|
5466
|
+
"usr": "s:20CrowdConnectedShared17GpsSimulationSinkP"
|
|
4833
5467
|
}
|
|
4834
5468
|
],
|
|
4835
|
-
"usr": "s:
|
|
5469
|
+
"usr": "s:Sa"
|
|
4836
5470
|
}
|
|
4837
5471
|
],
|
|
4838
|
-
"
|
|
4839
|
-
|
|
4840
|
-
|
|
4841
|
-
"
|
|
4842
|
-
"
|
|
4843
|
-
|
|
4844
|
-
|
|
5472
|
+
"declKind": "Accessor",
|
|
5473
|
+
"usr": "s:20CrowdConnectedShared22SimulationSinkRegistryC8gpsSinksSayAA03GpsdE0_pGvg",
|
|
5474
|
+
"mangledName": "$s20CrowdConnectedShared22SimulationSinkRegistryC8gpsSinksSayAA03GpsdE0_pGvg",
|
|
5475
|
+
"moduleName": "CrowdConnectedShared",
|
|
5476
|
+
"declAttributes": [
|
|
5477
|
+
"Final"
|
|
5478
|
+
],
|
|
5479
|
+
"accessorKind": "get"
|
|
4845
5480
|
}
|
|
4846
|
-
]
|
|
4847
|
-
"declKind": "Func",
|
|
4848
|
-
"usr": "s:20CrowdConnectedShared29ReactiveNotificationsProtocolP8getState2ofSDySSs11AnyHashableVGSgAA0D12NotificationO_tF",
|
|
4849
|
-
"mangledName": "$s20CrowdConnectedShared29ReactiveNotificationsProtocolP8getState2ofSDySSs11AnyHashableVGSgAA0D12NotificationO_tF",
|
|
4850
|
-
"moduleName": "CrowdConnectedShared",
|
|
4851
|
-
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4852
|
-
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4853
|
-
"protocolReq": true,
|
|
4854
|
-
"declAttributes": [
|
|
4855
|
-
"RawDocComment"
|
|
4856
|
-
],
|
|
4857
|
-
"reqNewWitnessTableEntry": true,
|
|
4858
|
-
"funcSelfKind": "NonMutating"
|
|
5481
|
+
]
|
|
4859
5482
|
},
|
|
4860
5483
|
{
|
|
4861
|
-
"kind": "
|
|
4862
|
-
"name": "
|
|
4863
|
-
"printedName": "
|
|
5484
|
+
"kind": "Var",
|
|
5485
|
+
"name": "ipsSinks",
|
|
5486
|
+
"printedName": "ipsSinks",
|
|
4864
5487
|
"children": [
|
|
4865
5488
|
{
|
|
4866
5489
|
"kind": "TypeNominal",
|
|
4867
|
-
"name": "
|
|
4868
|
-
"printedName": "
|
|
4869
|
-
|
|
4870
|
-
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
|
|
4874
|
-
|
|
5490
|
+
"name": "Array",
|
|
5491
|
+
"printedName": "[any CrowdConnectedShared.IpsSimulationSink]",
|
|
5492
|
+
"children": [
|
|
5493
|
+
{
|
|
5494
|
+
"kind": "TypeNominal",
|
|
5495
|
+
"name": "IpsSimulationSink",
|
|
5496
|
+
"printedName": "any CrowdConnectedShared.IpsSimulationSink",
|
|
5497
|
+
"usr": "s:20CrowdConnectedShared17IpsSimulationSinkP"
|
|
5498
|
+
}
|
|
5499
|
+
],
|
|
5500
|
+
"usr": "s:Sa"
|
|
4875
5501
|
}
|
|
4876
5502
|
],
|
|
4877
|
-
"declKind": "
|
|
4878
|
-
"usr": "s:
|
|
4879
|
-
"mangledName": "$
|
|
5503
|
+
"declKind": "Var",
|
|
5504
|
+
"usr": "s:20CrowdConnectedShared22SimulationSinkRegistryC8ipsSinksSayAA03IpsdE0_pGvp",
|
|
5505
|
+
"mangledName": "$s20CrowdConnectedShared22SimulationSinkRegistryC8ipsSinksSayAA03IpsdE0_pGvp",
|
|
4880
5506
|
"moduleName": "CrowdConnectedShared",
|
|
4881
|
-
"genericSig": "<τ_0_0 where τ_0_0 : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4882
|
-
"sugared_genericSig": "<Self where Self : CrowdConnectedShared.ReactiveNotificationsProtocol>",
|
|
4883
5507
|
"declAttributes": [
|
|
4884
|
-
"
|
|
4885
|
-
"
|
|
5508
|
+
"Final",
|
|
5509
|
+
"AccessControl"
|
|
4886
5510
|
],
|
|
4887
|
-
"
|
|
4888
|
-
|
|
5511
|
+
"accessors": [
|
|
5512
|
+
{
|
|
5513
|
+
"kind": "Accessor",
|
|
5514
|
+
"name": "Get",
|
|
5515
|
+
"printedName": "Get()",
|
|
5516
|
+
"children": [
|
|
5517
|
+
{
|
|
5518
|
+
"kind": "TypeNominal",
|
|
5519
|
+
"name": "Array",
|
|
5520
|
+
"printedName": "[any CrowdConnectedShared.IpsSimulationSink]",
|
|
5521
|
+
"children": [
|
|
5522
|
+
{
|
|
5523
|
+
"kind": "TypeNominal",
|
|
5524
|
+
"name": "IpsSimulationSink",
|
|
5525
|
+
"printedName": "any CrowdConnectedShared.IpsSimulationSink",
|
|
5526
|
+
"usr": "s:20CrowdConnectedShared17IpsSimulationSinkP"
|
|
5527
|
+
}
|
|
5528
|
+
],
|
|
5529
|
+
"usr": "s:Sa"
|
|
5530
|
+
}
|
|
5531
|
+
],
|
|
5532
|
+
"declKind": "Accessor",
|
|
5533
|
+
"usr": "s:20CrowdConnectedShared22SimulationSinkRegistryC8ipsSinksSayAA03IpsdE0_pGvg",
|
|
5534
|
+
"mangledName": "$s20CrowdConnectedShared22SimulationSinkRegistryC8ipsSinksSayAA03IpsdE0_pGvg",
|
|
5535
|
+
"moduleName": "CrowdConnectedShared",
|
|
5536
|
+
"declAttributes": [
|
|
5537
|
+
"Final"
|
|
5538
|
+
],
|
|
5539
|
+
"accessorKind": "get"
|
|
5540
|
+
}
|
|
5541
|
+
]
|
|
4889
5542
|
}
|
|
4890
5543
|
],
|
|
4891
|
-
"declKind": "
|
|
4892
|
-
"usr": "s:
|
|
4893
|
-
"mangledName": "$
|
|
5544
|
+
"declKind": "Class",
|
|
5545
|
+
"usr": "s:20CrowdConnectedShared22SimulationSinkRegistryC",
|
|
5546
|
+
"mangledName": "$s20CrowdConnectedShared22SimulationSinkRegistryC",
|
|
4894
5547
|
"moduleName": "CrowdConnectedShared",
|
|
4895
5548
|
"declAttributes": [
|
|
5549
|
+
"Final",
|
|
4896
5550
|
"AccessControl",
|
|
4897
5551
|
"RawDocComment"
|
|
4898
5552
|
],
|
|
5553
|
+
"hasMissingDesignatedInitializers": true,
|
|
4899
5554
|
"conformances": [
|
|
4900
|
-
{
|
|
4901
|
-
"kind": "Conformance",
|
|
4902
|
-
"name": "Escapable",
|
|
4903
|
-
"printedName": "Escapable",
|
|
4904
|
-
"usr": "s:s9EscapableP",
|
|
4905
|
-
"mangledName": "$ss9EscapableP"
|
|
4906
|
-
},
|
|
4907
5555
|
{
|
|
4908
5556
|
"kind": "Conformance",
|
|
4909
5557
|
"name": "Copyable",
|
|
4910
5558
|
"printedName": "Copyable",
|
|
4911
5559
|
"usr": "s:s8CopyableP",
|
|
4912
5560
|
"mangledName": "$ss8CopyableP"
|
|
5561
|
+
},
|
|
5562
|
+
{
|
|
5563
|
+
"kind": "Conformance",
|
|
5564
|
+
"name": "Escapable",
|
|
5565
|
+
"printedName": "Escapable",
|
|
5566
|
+
"usr": "s:s9EscapableP",
|
|
5567
|
+
"mangledName": "$ss9EscapableP"
|
|
4913
5568
|
}
|
|
4914
5569
|
]
|
|
4915
5570
|
},
|
|
@@ -16509,630 +17164,644 @@
|
|
|
16509
17164
|
},
|
|
16510
17165
|
"ConstValues": [
|
|
16511
17166
|
{
|
|
16512
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17167
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/MainLogger.swift",
|
|
16513
17168
|
"kind": "StringLiteral",
|
|
16514
17169
|
"offset": 302,
|
|
16515
17170
|
"length": 5,
|
|
16516
17171
|
"value": "\"IPS\""
|
|
16517
17172
|
},
|
|
16518
17173
|
{
|
|
16519
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17174
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/MainLogger.swift",
|
|
16520
17175
|
"kind": "StringLiteral",
|
|
16521
17176
|
"offset": 327,
|
|
16522
17177
|
"length": 5,
|
|
16523
17178
|
"value": "\"GEO\""
|
|
16524
17179
|
},
|
|
16525
17180
|
{
|
|
16526
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17181
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/MainLogger.swift",
|
|
16527
17182
|
"kind": "StringLiteral",
|
|
16528
17183
|
"offset": 352,
|
|
16529
17184
|
"length": 5,
|
|
16530
17185
|
"value": "\"BLE\""
|
|
16531
17186
|
},
|
|
16532
17187
|
{
|
|
16533
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17188
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/MainLogger.swift",
|
|
16534
17189
|
"kind": "StringLiteral",
|
|
16535
17190
|
"offset": 377,
|
|
16536
17191
|
"length": 5,
|
|
16537
17192
|
"value": "\"API\""
|
|
16538
17193
|
},
|
|
16539
17194
|
{
|
|
16540
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17195
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/MainLogger.swift",
|
|
16541
17196
|
"kind": "StringLiteral",
|
|
16542
17197
|
"offset": 402,
|
|
16543
17198
|
"length": 5,
|
|
16544
17199
|
"value": "\"AUT\""
|
|
16545
17200
|
},
|
|
16546
17201
|
{
|
|
16547
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17202
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/MainLogger.swift",
|
|
16548
17203
|
"kind": "StringLiteral",
|
|
16549
17204
|
"offset": 628,
|
|
16550
17205
|
"length": 33,
|
|
16551
17206
|
"value": "\"CrowdConnected.MainLogger.Queue\""
|
|
16552
17207
|
},
|
|
16553
17208
|
{
|
|
16554
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17209
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16555
17210
|
"kind": "StringLiteral",
|
|
16556
17211
|
"offset": 355,
|
|
16557
17212
|
"length": 30,
|
|
16558
17213
|
"value": "\"CrowdConnectedUpdateSettings\""
|
|
16559
17214
|
},
|
|
16560
17215
|
{
|
|
16561
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17216
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16562
17217
|
"kind": "StringLiteral",
|
|
16563
17218
|
"offset": 435,
|
|
16564
17219
|
"length": 29,
|
|
16565
17220
|
"value": "\"CrowdConnectedUpdateBeacons\""
|
|
16566
17221
|
},
|
|
16567
17222
|
{
|
|
16568
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17223
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16569
17224
|
"kind": "StringLiteral",
|
|
16570
17225
|
"offset": 514,
|
|
16571
17226
|
"length": 30,
|
|
16572
17227
|
"value": "\"CrowdConnectedUpdateSurfaces\""
|
|
16573
17228
|
},
|
|
16574
17229
|
{
|
|
16575
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17230
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16576
17231
|
"kind": "StringLiteral",
|
|
16577
17232
|
"offset": 594,
|
|
16578
17233
|
"length": 27,
|
|
16579
17234
|
"value": "\"CrowdConnectedUpdateZones\""
|
|
16580
17235
|
},
|
|
16581
17236
|
{
|
|
16582
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17237
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16583
17238
|
"kind": "StringLiteral",
|
|
16584
17239
|
"offset": 671,
|
|
16585
17240
|
"length": 39,
|
|
16586
17241
|
"value": "\"CrowdConnectedUpdateBluetoothSettings\""
|
|
16587
17242
|
},
|
|
16588
17243
|
{
|
|
16589
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17244
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16590
17245
|
"kind": "StringLiteral",
|
|
16591
17246
|
"offset": 760,
|
|
16592
17247
|
"length": 33,
|
|
16593
17248
|
"value": "\"CrowdConnectedUpdateGeoSettings\""
|
|
16594
17249
|
},
|
|
16595
17250
|
{
|
|
16596
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17251
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16597
17252
|
"kind": "StringLiteral",
|
|
16598
17253
|
"offset": 844,
|
|
16599
17254
|
"length": 37,
|
|
16600
17255
|
"value": "\"CrowdConnectedNewPositionsAvailable\""
|
|
16601
17256
|
},
|
|
16602
17257
|
{
|
|
16603
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17258
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16604
17259
|
"kind": "StringLiteral",
|
|
16605
17260
|
"offset": 931,
|
|
16606
17261
|
"length": 33,
|
|
16607
17262
|
"value": "\"CrowdConnectedNewStepsAvailable\""
|
|
16608
17263
|
},
|
|
16609
17264
|
{
|
|
16610
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17265
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16611
17266
|
"kind": "StringLiteral",
|
|
16612
17267
|
"offset": 1014,
|
|
16613
17268
|
"length": 49,
|
|
16614
17269
|
"value": "\"CrowdConnectedNewBluetoothObservationsAvailable\""
|
|
16615
17270
|
},
|
|
16616
17271
|
{
|
|
16617
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17272
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16618
17273
|
"kind": "StringLiteral",
|
|
16619
17274
|
"offset": 1113,
|
|
16620
17275
|
"length": 44,
|
|
16621
17276
|
"value": "\"CrowdConnectedReceivedEddystoneObservation\""
|
|
16622
17277
|
},
|
|
16623
17278
|
{
|
|
16624
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17279
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16625
17280
|
"kind": "StringLiteral",
|
|
16626
17281
|
"offset": 1207,
|
|
16627
17282
|
"length": 42,
|
|
16628
17283
|
"value": "\"CrowdConnectedNewPositionForDeviceStatus\""
|
|
16629
17284
|
},
|
|
16630
17285
|
{
|
|
16631
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17286
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16632
17287
|
"kind": "StringLiteral",
|
|
16633
17288
|
"offset": 1300,
|
|
16634
17289
|
"length": 52,
|
|
16635
17290
|
"value": "\"CrowdConnectedNewDeviceLocationAuthorizationStatus\""
|
|
16636
17291
|
},
|
|
16637
17292
|
{
|
|
16638
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17293
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16639
17294
|
"kind": "StringLiteral",
|
|
16640
17295
|
"offset": 1402,
|
|
16641
17296
|
"length": 52,
|
|
16642
17297
|
"value": "\"CrowdConnectedNewDeviceAccuracyAuthorizationStatus\""
|
|
16643
17298
|
},
|
|
16644
17299
|
{
|
|
16645
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17300
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16646
17301
|
"kind": "StringLiteral",
|
|
16647
17302
|
"offset": 1504,
|
|
16648
17303
|
"length": 40,
|
|
16649
17304
|
"value": "\"CrowdConnectedNewDeviceBluetoothStatus\""
|
|
16650
17305
|
},
|
|
16651
17306
|
{
|
|
16652
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17307
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16653
17308
|
"kind": "StringLiteral",
|
|
16654
17309
|
"offset": 1594,
|
|
16655
17310
|
"length": 44,
|
|
16656
17311
|
"value": "\"CrowdConnectedNewDeviceNotificationsStatus\""
|
|
16657
17312
|
},
|
|
16658
17313
|
{
|
|
16659
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17314
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16660
17315
|
"kind": "StringLiteral",
|
|
16661
17316
|
"offset": 1688,
|
|
16662
17317
|
"length": 37,
|
|
16663
17318
|
"value": "\"CrowdConnectedDeviceStatusDidChange\""
|
|
16664
17319
|
},
|
|
16665
17320
|
{
|
|
16666
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17321
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16667
17322
|
"kind": "StringLiteral",
|
|
16668
17323
|
"offset": 1776,
|
|
16669
17324
|
"length": 30,
|
|
16670
17325
|
"value": "\"CrowdConnectedIPSModuleState\""
|
|
16671
17326
|
},
|
|
16672
17327
|
{
|
|
16673
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17328
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16674
17329
|
"kind": "StringLiteral",
|
|
16675
17330
|
"offset": 1856,
|
|
16676
17331
|
"length": 40,
|
|
16677
17332
|
"value": "\"CrowdConnectedCoreBluetoothModuleState\""
|
|
16678
17333
|
},
|
|
16679
17334
|
{
|
|
16680
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17335
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16681
17336
|
"kind": "StringLiteral",
|
|
16682
17337
|
"offset": 1946,
|
|
16683
17338
|
"length": 30,
|
|
16684
17339
|
"value": "\"CrowdConnectedGeoModuleState\""
|
|
16685
17340
|
},
|
|
16686
17341
|
{
|
|
16687
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17342
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16688
17343
|
"kind": "StringLiteral",
|
|
16689
17344
|
"offset": 2027,
|
|
16690
17345
|
"length": 28,
|
|
16691
17346
|
"value": "\"CrowdConnectedStartLibrary\""
|
|
16692
17347
|
},
|
|
16693
17348
|
{
|
|
16694
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17349
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16695
17350
|
"kind": "StringLiteral",
|
|
16696
17351
|
"offset": 2105,
|
|
16697
17352
|
"length": 27,
|
|
16698
17353
|
"value": "\"CrowdConnectedStopLibrary\""
|
|
16699
17354
|
},
|
|
16700
17355
|
{
|
|
16701
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17356
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16702
17357
|
"kind": "StringLiteral",
|
|
16703
17358
|
"offset": 2183,
|
|
16704
17359
|
"length": 24,
|
|
16705
17360
|
"value": "\"CrowdConnectedNewAlias\""
|
|
16706
17361
|
},
|
|
16707
17362
|
{
|
|
16708
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17363
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16709
17364
|
"kind": "StringLiteral",
|
|
16710
17365
|
"offset": 2258,
|
|
16711
17366
|
"length": 29,
|
|
16712
17367
|
"value": "\"CrowdConnectedNewLogMessage\""
|
|
16713
17368
|
},
|
|
16714
17369
|
{
|
|
16715
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17370
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16716
17371
|
"kind": "StringLiteral",
|
|
16717
17372
|
"offset": 2337,
|
|
16718
17373
|
"length": 38,
|
|
16719
17374
|
"value": "\"CrowdConnectedSignificantClockUpdate\""
|
|
16720
17375
|
},
|
|
16721
17376
|
{
|
|
16722
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17377
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16723
17378
|
"kind": "StringLiteral",
|
|
16724
17379
|
"offset": 2425,
|
|
16725
17380
|
"length": 30,
|
|
16726
17381
|
"value": "\"CrowdConnectedNewCredentials\""
|
|
16727
17382
|
},
|
|
16728
17383
|
{
|
|
16729
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17384
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16730
17385
|
"kind": "StringLiteral",
|
|
16731
17386
|
"offset": 2505,
|
|
16732
17387
|
"length": 37,
|
|
16733
17388
|
"value": "\"CrowdConnectedUpdateDataPublishRule\""
|
|
16734
17389
|
},
|
|
16735
17390
|
{
|
|
16736
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17391
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16737
17392
|
"kind": "StringLiteral",
|
|
16738
17393
|
"offset": 2593,
|
|
16739
17394
|
"length": 38,
|
|
16740
17395
|
"value": "\"CrowdConnectedStartMonitoringRegions\""
|
|
16741
17396
|
},
|
|
16742
17397
|
{
|
|
16743
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17398
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16744
17399
|
"kind": "StringLiteral",
|
|
16745
17400
|
"offset": 2681,
|
|
16746
17401
|
"length": 37,
|
|
16747
17402
|
"value": "\"CrowdConnectedStopMonitoringRegions\""
|
|
16748
17403
|
},
|
|
16749
17404
|
{
|
|
16750
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17405
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16751
17406
|
"kind": "StringLiteral",
|
|
16752
17407
|
"offset": 2768,
|
|
16753
17408
|
"length": 49,
|
|
16754
17409
|
"value": "\"CrowdConnectedDetermineStateForMonitoredRegions\""
|
|
16755
17410
|
},
|
|
16756
17411
|
{
|
|
16757
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17412
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16758
17413
|
"kind": "StringLiteral",
|
|
16759
17414
|
"offset": 2867,
|
|
16760
17415
|
"length": 30,
|
|
16761
17416
|
"value": "\"CrowdConnectedDidEnterRegion\""
|
|
16762
17417
|
},
|
|
16763
17418
|
{
|
|
16764
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17419
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16765
17420
|
"kind": "StringLiteral",
|
|
16766
17421
|
"offset": 2947,
|
|
16767
17422
|
"length": 29,
|
|
16768
17423
|
"value": "\"CrowdConnectedDidExitRegion\""
|
|
16769
17424
|
},
|
|
16770
17425
|
{
|
|
16771
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17426
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16772
17427
|
"kind": "StringLiteral",
|
|
16773
17428
|
"offset": 3026,
|
|
16774
17429
|
"length": 34,
|
|
16775
17430
|
"value": "\"CrowdConnectedUpdateTrackingMode\""
|
|
16776
17431
|
},
|
|
16777
17432
|
{
|
|
16778
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17433
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16779
17434
|
"kind": "StringLiteral",
|
|
16780
17435
|
"offset": 3111,
|
|
16781
17436
|
"length": 32,
|
|
16782
17437
|
"value": "\"CrowdConnectedUploadAllRecords\""
|
|
16783
17438
|
},
|
|
16784
17439
|
{
|
|
16785
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17440
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16786
17441
|
"kind": "StringLiteral",
|
|
16787
17442
|
"offset": 3193,
|
|
16788
17443
|
"length": 37,
|
|
16789
17444
|
"value": "\"CrowdConnectedUploadPositionRecords\""
|
|
16790
17445
|
},
|
|
16791
17446
|
{
|
|
16792
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17447
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16793
17448
|
"kind": "StringLiteral",
|
|
16794
17449
|
"offset": 3280,
|
|
16795
17450
|
"length": 43,
|
|
16796
17451
|
"value": "\"CrowdConnectedUploadRawObservationRecords\""
|
|
16797
17452
|
},
|
|
16798
17453
|
{
|
|
16799
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17454
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16800
17455
|
"kind": "StringLiteral",
|
|
16801
17456
|
"offset": 3374,
|
|
16802
17457
|
"length": 34,
|
|
16803
17458
|
"value": "\"CrowdConnectedInvalidAccessToken\""
|
|
16804
17459
|
},
|
|
16805
17460
|
{
|
|
16806
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17461
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotification.swift",
|
|
16807
17462
|
"kind": "StringLiteral",
|
|
16808
17463
|
"offset": 3463,
|
|
16809
17464
|
"length": 40,
|
|
16810
17465
|
"value": "\"CrowdConnectedApplicationWillTerminate\""
|
|
16811
17466
|
},
|
|
16812
17467
|
{
|
|
16813
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17468
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/FileLogger.swift",
|
|
16814
17469
|
"kind": "IntegerLiteral",
|
|
16815
17470
|
"offset": 436,
|
|
16816
17471
|
"length": 1,
|
|
16817
17472
|
"value": "0"
|
|
16818
17473
|
},
|
|
16819
17474
|
{
|
|
16820
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17475
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/FileLogger.swift",
|
|
16821
17476
|
"kind": "StringLiteral",
|
|
16822
17477
|
"offset": 475,
|
|
16823
17478
|
"length": 12,
|
|
16824
17479
|
"value": "\"cc_sdk.log\""
|
|
16825
17480
|
},
|
|
16826
17481
|
{
|
|
16827
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17482
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/FileLogger.swift",
|
|
16828
17483
|
"kind": "StringLiteral",
|
|
16829
17484
|
"offset": 592,
|
|
16830
17485
|
"length": 31,
|
|
16831
17486
|
"value": "\"com.crowdconnected.FileLogger\""
|
|
16832
17487
|
},
|
|
16833
17488
|
{
|
|
16834
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17489
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/FileLogger.swift",
|
|
16835
17490
|
"kind": "StringLiteral",
|
|
16836
17491
|
"offset": 733,
|
|
16837
17492
|
"length": 14,
|
|
16838
17493
|
"value": "\"HH:mm:ss.SSS\""
|
|
16839
17494
|
},
|
|
16840
17495
|
{
|
|
16841
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17496
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16842
17497
|
"kind": "IntegerLiteral",
|
|
16843
17498
|
"offset": 802,
|
|
16844
17499
|
"length": 4,
|
|
16845
17500
|
"value": "4000"
|
|
16846
17501
|
},
|
|
16847
17502
|
{
|
|
16848
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17503
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16849
17504
|
"kind": "IntegerLiteral",
|
|
16850
17505
|
"offset": 1124,
|
|
16851
17506
|
"length": 4,
|
|
16852
17507
|
"value": "1000"
|
|
16853
17508
|
},
|
|
16854
17509
|
{
|
|
16855
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17510
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16856
17511
|
"kind": "StringLiteral",
|
|
16857
17512
|
"offset": 1379,
|
|
16858
17513
|
"length": 62,
|
|
16859
17514
|
"value": "\"Clock offset above threshold: \""
|
|
16860
17515
|
},
|
|
16861
17516
|
{
|
|
16862
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17517
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16863
17518
|
"kind": "StringLiteral",
|
|
16864
17519
|
"offset": 1432,
|
|
16865
17520
|
"length": 7,
|
|
16866
17521
|
"value": "\" seconds\""
|
|
16867
17522
|
},
|
|
16868
17523
|
{
|
|
16869
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17524
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16870
17525
|
"kind": "IntegerLiteral",
|
|
16871
17526
|
"offset": 1018,
|
|
16872
17527
|
"length": 1,
|
|
16873
17528
|
"value": "0"
|
|
16874
17529
|
},
|
|
16875
17530
|
{
|
|
16876
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17531
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16877
17532
|
"kind": "IntegerLiteral",
|
|
16878
17533
|
"offset": 2459,
|
|
16879
17534
|
"length": 4,
|
|
16880
17535
|
"value": "1000"
|
|
16881
17536
|
},
|
|
16882
17537
|
{
|
|
16883
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17538
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16884
17539
|
"kind": "IntegerLiteral",
|
|
16885
17540
|
"offset": 2477,
|
|
16886
17541
|
"length": 1,
|
|
16887
17542
|
"value": "2"
|
|
16888
17543
|
},
|
|
16889
17544
|
{
|
|
16890
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17545
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16891
17546
|
"kind": "IntegerLiteral",
|
|
16892
17547
|
"offset": 2772,
|
|
16893
17548
|
"length": 1,
|
|
16894
17549
|
"value": "2"
|
|
16895
17550
|
},
|
|
16896
17551
|
{
|
|
16897
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17552
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16898
17553
|
"kind": "FloatLiteral",
|
|
16899
17554
|
"offset": 2862,
|
|
16900
17555
|
"length": 6,
|
|
16901
17556
|
"value": "1000.0"
|
|
16902
17557
|
},
|
|
16903
17558
|
{
|
|
16904
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17559
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16905
17560
|
"kind": "StringLiteral",
|
|
16906
17561
|
"offset": 2937,
|
|
16907
17562
|
"length": 160,
|
|
16908
17563
|
"value": "\"Syncing clocks - Remote: \""
|
|
16909
17564
|
},
|
|
16910
17565
|
{
|
|
16911
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17566
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16912
17567
|
"kind": "StringLiteral",
|
|
16913
17568
|
"offset": 2981,
|
|
16914
17569
|
"length": 5,
|
|
16915
17570
|
"value": "\" Local: \""
|
|
16916
17571
|
},
|
|
16917
17572
|
{
|
|
16918
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17573
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16919
17574
|
"kind": "StringLiteral",
|
|
16920
17575
|
"offset": 3013,
|
|
16921
17576
|
"length": 3,
|
|
16922
17577
|
"value": "\" Old Sync: \""
|
|
16923
17578
|
},
|
|
16924
17579
|
{
|
|
16925
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17580
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16926
17581
|
"kind": "StringLiteral",
|
|
16927
17582
|
"offset": 3040,
|
|
16928
17583
|
"length": 1,
|
|
16929
17584
|
"value": "\". New Offset: \""
|
|
16930
17585
|
},
|
|
16931
17586
|
{
|
|
16932
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17587
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16933
17588
|
"kind": "StringLiteral",
|
|
16934
17589
|
"offset": 3076,
|
|
16935
17590
|
"length": 7,
|
|
16936
17591
|
"value": "\" Latency: \""
|
|
16937
17592
|
},
|
|
16938
17593
|
{
|
|
16939
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17594
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Clocks\/SyncClock.swift",
|
|
16940
17595
|
"kind": "StringLiteral",
|
|
16941
17596
|
"offset": 3096,
|
|
16942
17597
|
"length": 2,
|
|
16943
17598
|
"value": "\"\""
|
|
16944
17599
|
},
|
|
16945
17600
|
{
|
|
16946
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17601
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/ConsoleLogger.swift",
|
|
16947
17602
|
"kind": "StringLiteral",
|
|
16948
|
-
"offset":
|
|
17603
|
+
"offset": 614,
|
|
16949
17604
|
"length": 5,
|
|
16950
17605
|
"value": "\"SDK\""
|
|
16951
17606
|
},
|
|
16952
17607
|
{
|
|
16953
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17608
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/ConsoleLogger.swift",
|
|
16954
17609
|
"kind": "StringLiteral",
|
|
16955
|
-
"offset":
|
|
17610
|
+
"offset": 3306,
|
|
16956
17611
|
"length": 24,
|
|
16957
17612
|
"value": "\"com.crowdconnected.SDK\""
|
|
16958
17613
|
},
|
|
16959
17614
|
{
|
|
16960
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17615
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Logging\/ConsoleLogger.swift",
|
|
16961
17616
|
"kind": "StringLiteral",
|
|
16962
|
-
"offset":
|
|
17617
|
+
"offset": 3342,
|
|
16963
17618
|
"length": 12,
|
|
16964
17619
|
"value": "\"SDKLogging\""
|
|
16965
17620
|
},
|
|
16966
17621
|
{
|
|
16967
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17622
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Utils\/Atomic.swift",
|
|
16968
17623
|
"kind": "StringLiteral",
|
|
16969
17624
|
"offset": 355,
|
|
16970
17625
|
"length": 51,
|
|
16971
17626
|
"value": "\"property.atomic.\""
|
|
16972
17627
|
},
|
|
16973
17628
|
{
|
|
16974
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17629
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Utils\/Atomic.swift",
|
|
16975
17630
|
"kind": "StringLiteral",
|
|
16976
17631
|
"offset": 405,
|
|
16977
17632
|
"length": 2,
|
|
16978
17633
|
"value": "\"\""
|
|
16979
17634
|
},
|
|
16980
17635
|
{
|
|
16981
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17636
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotificationsCenter.swift",
|
|
16982
17637
|
"kind": "Dictionary",
|
|
16983
17638
|
"offset": 459,
|
|
16984
17639
|
"length": 3,
|
|
16985
17640
|
"value": "[]"
|
|
16986
17641
|
},
|
|
16987
17642
|
{
|
|
16988
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17643
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/ReactiveCommunication\/ReactiveNotificationsCenter.swift",
|
|
16989
17644
|
"kind": "Dictionary",
|
|
16990
17645
|
"offset": 676,
|
|
16991
17646
|
"length": 3,
|
|
16992
17647
|
"value": "[]"
|
|
16993
17648
|
},
|
|
16994
17649
|
{
|
|
16995
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17650
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Simulation\/SimulationSinkRegistry.swift",
|
|
17651
|
+
"kind": "Array",
|
|
17652
|
+
"offset": 437,
|
|
17653
|
+
"length": 2,
|
|
17654
|
+
"value": "[]"
|
|
17655
|
+
},
|
|
17656
|
+
{
|
|
17657
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Simulation\/SimulationSinkRegistry.swift",
|
|
17658
|
+
"kind": "Array",
|
|
17659
|
+
"offset": 493,
|
|
17660
|
+
"length": 2,
|
|
17661
|
+
"value": "[]"
|
|
17662
|
+
},
|
|
17663
|
+
{
|
|
17664
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/DataType.swift",
|
|
16996
17665
|
"kind": "StringLiteral",
|
|
16997
17666
|
"offset": 708,
|
|
16998
17667
|
"length": 5,
|
|
16999
17668
|
"value": "\"geo\""
|
|
17000
17669
|
},
|
|
17001
17670
|
{
|
|
17002
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17671
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/DataType.swift",
|
|
17003
17672
|
"kind": "StringLiteral",
|
|
17004
17673
|
"offset": 735,
|
|
17005
17674
|
"length": 6,
|
|
17006
17675
|
"value": "\"cart\""
|
|
17007
17676
|
},
|
|
17008
17677
|
{
|
|
17009
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17678
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/DataType.swift",
|
|
17010
17679
|
"kind": "IntegerLiteral",
|
|
17011
17680
|
"offset": 993,
|
|
17012
17681
|
"length": 1,
|
|
17013
17682
|
"value": "0"
|
|
17014
17683
|
},
|
|
17015
17684
|
{
|
|
17016
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17685
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/DataType.swift",
|
|
17017
17686
|
"kind": "IntegerLiteral",
|
|
17018
17687
|
"offset": 1017,
|
|
17019
17688
|
"length": 1,
|
|
17020
17689
|
"value": "1"
|
|
17021
17690
|
},
|
|
17022
17691
|
{
|
|
17023
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17692
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/DataType.swift",
|
|
17024
17693
|
"kind": "IntegerLiteral",
|
|
17025
17694
|
"offset": 1042,
|
|
17026
17695
|
"length": 1,
|
|
17027
17696
|
"value": "2"
|
|
17028
17697
|
},
|
|
17029
17698
|
{
|
|
17030
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17699
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Utils\/RepeatingTimer.swift",
|
|
17031
17700
|
"kind": "IntegerLiteral",
|
|
17032
17701
|
"offset": 738,
|
|
17033
17702
|
"length": 1,
|
|
17034
17703
|
"value": "0"
|
|
17035
17704
|
},
|
|
17036
17705
|
{
|
|
17037
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17706
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Utils\/RepeatingTimer.swift",
|
|
17038
17707
|
"kind": "IntegerLiteral",
|
|
17039
17708
|
"offset": 1356,
|
|
17040
17709
|
"length": 1,
|
|
17041
17710
|
"value": "0"
|
|
17042
17711
|
},
|
|
17043
17712
|
{
|
|
17044
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17713
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Utils\/RepeatingTimer.swift",
|
|
17045
17714
|
"kind": "StringLiteral",
|
|
17046
17715
|
"offset": 2279,
|
|
17047
17716
|
"length": 30,
|
|
17048
17717
|
"value": "\"cc.repeatingTimer.stateQueue\""
|
|
17049
17718
|
},
|
|
17050
17719
|
{
|
|
17051
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17720
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Constants\/CrowdConnectedConstants.swift",
|
|
17052
17721
|
"kind": "StringLiteral",
|
|
17053
17722
|
"offset": 277,
|
|
17054
17723
|
"length": 41,
|
|
17055
17724
|
"value": "\"CrowdConnected.GeoZones.UnionIdentifier\""
|
|
17056
17725
|
},
|
|
17057
17726
|
{
|
|
17058
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17727
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Utils\/CrowdConnectedCodable.swift",
|
|
17059
17728
|
"kind": "StringLiteral",
|
|
17060
17729
|
"offset": 189,
|
|
17061
17730
|
"length": 3,
|
|
17062
17731
|
"value": "\"S\""
|
|
17063
17732
|
},
|
|
17064
17733
|
{
|
|
17065
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17734
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Utils\/CrowdConnectedCodable.swift",
|
|
17066
17735
|
"kind": "StringLiteral",
|
|
17067
17736
|
"offset": 211,
|
|
17068
17737
|
"length": 3,
|
|
17069
17738
|
"value": "\"N\""
|
|
17070
17739
|
},
|
|
17071
17740
|
{
|
|
17072
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17741
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/CrowdConnectedSDKSettings.swift",
|
|
17073
17742
|
"kind": "StringLiteral",
|
|
17074
17743
|
"offset": 1363,
|
|
17075
17744
|
"length": 9,
|
|
17076
17745
|
"value": "\"IBEACON\""
|
|
17077
17746
|
},
|
|
17078
17747
|
{
|
|
17079
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17748
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/CrowdConnectedSDKSettings.swift",
|
|
17080
17749
|
"kind": "StringLiteral",
|
|
17081
17750
|
"offset": 1398,
|
|
17082
17751
|
"length": 11,
|
|
17083
17752
|
"value": "\"EDDYSTONE\""
|
|
17084
17753
|
},
|
|
17085
17754
|
{
|
|
17086
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17755
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/CrowdConnectedSDKSettings.swift",
|
|
17087
17756
|
"kind": "StringLiteral",
|
|
17088
17757
|
"offset": 2608,
|
|
17089
17758
|
"length": 6,
|
|
17090
17759
|
"value": "\"RFID\""
|
|
17091
17760
|
},
|
|
17092
17761
|
{
|
|
17093
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17762
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/CrowdConnectedSDKSettings.swift",
|
|
17094
17763
|
"kind": "StringLiteral",
|
|
17095
17764
|
"offset": 3131,
|
|
17096
17765
|
"length": 13,
|
|
17097
17766
|
"value": "\"frequency_2\""
|
|
17098
17767
|
},
|
|
17099
17768
|
{
|
|
17100
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17769
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/CrowdConnectedSDKSettings.swift",
|
|
17101
17770
|
"kind": "StringLiteral",
|
|
17102
17771
|
"offset": 3169,
|
|
17103
17772
|
"length": 13,
|
|
17104
17773
|
"value": "\"frequency_1\""
|
|
17105
17774
|
},
|
|
17106
17775
|
{
|
|
17107
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17776
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/CrowdConnectedSDKSettings.swift",
|
|
17108
17777
|
"kind": "StringLiteral",
|
|
17109
17778
|
"offset": 3501,
|
|
17110
17779
|
"length": 8,
|
|
17111
17780
|
"value": "\"zoneID\""
|
|
17112
17781
|
},
|
|
17113
17782
|
{
|
|
17114
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17783
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/CrowdConnectedSDKSettings.swift",
|
|
17115
17784
|
"kind": "StringLiteral",
|
|
17116
17785
|
"offset": 3583,
|
|
17117
17786
|
"length": 10,
|
|
17118
17787
|
"value": "\"radius_1\""
|
|
17119
17788
|
},
|
|
17120
17789
|
{
|
|
17121
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17790
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/CrowdConnectedSDKSettings.swift",
|
|
17122
17791
|
"kind": "StringLiteral",
|
|
17123
17792
|
"offset": 3623,
|
|
17124
17793
|
"length": 10,
|
|
17125
17794
|
"value": "\"radius_2\""
|
|
17126
17795
|
},
|
|
17127
17796
|
{
|
|
17128
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17797
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/CrowdConnectedSDKSettings.swift",
|
|
17129
17798
|
"kind": "StringLiteral",
|
|
17130
17799
|
"offset": 4376,
|
|
17131
17800
|
"length": 7,
|
|
17132
17801
|
"value": "\"max_x\""
|
|
17133
17802
|
},
|
|
17134
17803
|
{
|
|
17135
|
-
"filePath": "\/Users\/kin\/atlassian-bitbucket-pipelines-runner\/temp\/
|
|
17804
|
+
"filePath": "\/Users\/kin\/runner-v5\/atlassian-bitbucket-pipelines-runner\/temp\/runnerv5\/887bdee6-c2e0-593d-8376-d4d462d42d0b\/build\/ColocatorShared\/CrowdConnectedShared\/Models\/CrowdConnectedSDKSettings.swift",
|
|
17136
17805
|
"kind": "StringLiteral",
|
|
17137
17806
|
"offset": 4408,
|
|
17138
17807
|
"length": 7,
|