firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.62k stars 1.47k forks source link

[Analytics] "setUserProperty" method crashing with Analytics SDK #5530

Closed FrancoisLefevre12 closed 4 years ago

FrancoisLefevre12 commented 4 years ago

Step 1: Describe your environment

Step 2: Describe the problem

Steps to reproduce:

What happened? How can we make the problem occur? This could be a description, log/console output, etc.

-> A piece of code was working fine during months but not anymore since a few days ago. It makes crash at launch our application.

Incident Identifier: ...
Beta Identifier: ...
Hardware Model:      iPad8,1
Process:             ...
Path:                /private/var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/...
Identifier:          ...
Version:            ...
AppStoreTools:       11E503a
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:         ... [856]

Date/Time:           2020-05-05 11:38:46.9014 +0200
Launch Time:         2020-05-05 11:38:46.0592 +0200
OS Version:          iPhone OS 13.1 (17A844)
Release Type:        User
Baseband Version:    n/a
Report Version:      104

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000f77a594c0
VM Region Info: 0xf77a594c0 is not in any region.  Bytes after previous region: 55157560513  
      REGION TYPE                      START - END             [ VSIZE] PRT/MAX SHRMOD  REGION DETAIL
      MALLOC_NANO            0000000280000000-00000002a0000000 [512.0M] rw-/rwx SM=PRV  
--->  
      UNUSED SPACE AT END

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [830]
Triggered by Thread:  0

Thread 0 name:
Thread 0 Crashed:
0   libswiftCore.dylib              0x000000019c34a498 swift_unknownObjectRetain + 16 (SwiftObject.mm:472)
1   libswiftCore.dylib              0x000000019c2a28a0 $sSS23_bridgeToObjectiveCImplyXlyFTf4x_n + 36 (StringObject.swift:913)
2   App_name                        0x00000001003a6ae0 outlined bridged method (mbgnnn) of @objc static FIRAnalytics.setUserProperty(_:forName:) + 28 (FATracker.swift:18)
3   App_name                        0x00000001003a64bc FATracker.init() + 208 (FATracker.swift:18)
4   App_name                        0x0000000100565ea4 TrackingMainCommand.run() + 44 (FATracker.swift:0)
5   App_name                        0x00000001009ac0cc DKAppDelegate.application(_:didFinishLaunchingWithOptions:) + 1592 (DKAppDelegate.swift:133)
6   App_name                        0x00000001009ac4e4 @objc DKAppDelegate.application(_:didFinishLaunchingWithOptions:) + 128 (<compiler-generated>:0)
7   UIKitCore                       0x0000000192bd4d80 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 344 (UIApplication.m:2250)
8   UIKitCore                       0x0000000192bd6b90 -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 5112 (UIApplication.m:2637)
9   UIKitCore                       0x0000000192bdc568 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1312 (UIApplication.m:4210)
10  UIKitCore                       0x0000000192384710 -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 152 (_UISceneLifecycleMultiplexer.m:386)
11  UIKitCore                       0x00000001928307e8 _UIScenePerformActionsWithLifecycleActionMask + 112 (_UISceneLifecycleState.m:109)
12  UIKitCore                       0x0000000192385248 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransiti... + 212 (_UISceneLifecycleMultiplexer.m:499)
13  UIKitCore                       0x0000000192384c78 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 304 (_UISceneLifecycleMultiplexer.m:448)
14  UIKitCore                       0x0000000192385064 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionSto... + 752 (_UISceneLifecycleMultiplexer.m:498)
15  UIKitCore                       0x00000001923848e8 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 340 (_UISceneLifecycleMultiplexer.m:404)
16  UIKitCore                       0x0000000192389098 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsFo... + 196 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:102)
17  UIKitCore                       0x000000019284a214 ___UISceneSettingsDiffActionPerformChangesWithTransitionContext_block_invoke + 28 (_UISceneSettingsDiffAction.m:45)
18  UIKitCore                       0x000000019275de90 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:actions:completion:] + 868 (BSAnimationSettings+UIKit.m:50)
19  UIKitCore                       0x000000019284a1cc _UISceneSettingsDiffActionPerformChangesWithTransitionContext + 260 (_UISceneSettingsDiffAction.m:43)
20  UIKitCore                       0x0000000192388db0 __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsFo... + 152 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:87)
21  UIKitCore                       0x000000019284a0b4 _UISceneSettingsDiffActionPerformActionsWithDelayForTransitionContext + 108 (_UISceneSettingsDiffAction.m:35)
22  UIKitCore                       0x0000000192388c0c -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUISc... + 392 (_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction.m:85)
23  UIKitCore                       0x00000001921f4630 __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke + 640 (UIScene.m:1429)
24  UIKitCore                       0x00000001921f30f4 -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 256 (UIScene.m:1162)
25  UIKitCore                       0x00000001921f4360 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 236 (UIScene.m:1406)
26  UIKitCore                       0x0000000192bda91c -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 564 (UIApplication.m:3759)
27  UIKitCore                       0x000000019277fd7c -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 376 (UIApplicationSceneClientAgent.m:45)
28  FrontBoardServices              0x0000000193cb2014 -[FBSSceneImpl _callOutQueue_agent_didCreateWithTransitionContext:completion:] + 452 (FBSSceneImpl.m:431)
29  FrontBoardServices              0x0000000193cd8bd0 __86-[FBSWorkspaceScenesClient sceneID:createWithParameters:transitionContext:completion:]_block_... + 116 (FBSWorkspaceScenesClient.m:318)
30  FrontBoardServices              0x0000000193cbd0f8 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 240 (FBSWorkspace.m:357)
31  FrontBoardServices              0x0000000193cd8864 __86-[FBSWorkspaceScenesClient sceneID:createWithParameters:transitionContext:completion:]_block_... + 344 (FBSWorkspaceScenesClient.m:317)
32  libdispatch.dylib               0x000000018e7f000c _dispatch_client_callout + 20 (object.m:495)
33  libdispatch.dylib               0x000000018e7f2d50 _dispatch_block_invoke_direct + 264 (queue.c:463)
34  FrontBoardServices              0x0000000193cff384 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48 (FBSSerialQueue.m:173)
35  FrontBoardServices              0x0000000193cff030 -[FBSSerialQueue _queue_performNextIfPossible] + 432 (FBSSerialQueue.m:216)
36  FrontBoardServices              0x0000000193cff59c -[FBSSerialQueue _performNextFromRunLoopSource] + 32 (FBSSerialQueue.m:247)
37  CoreFoundation                  0x000000018eac4260 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28 (CFRunLoop.c:1922)
38  CoreFoundation                  0x000000018eac41b4 __CFRunLoopDoSource0 + 84 (CFRunLoop.c:1956)
39  CoreFoundation                  0x000000018eac3920 __CFRunLoopDoSources0 + 184 (CFRunLoop.c:1992)
40  CoreFoundation                  0x000000018eabe7ec __CFRunLoopRun + 1068 (CFRunLoop.c:2882)
41  CoreFoundation                  0x000000018eabe098 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
42  GraphicsServices                0x0000000198c28534 GSEventRunModal + 108 (GSEvent.c:2246)
43  UIKitCore                       0x0000000192bde7ac UIApplicationMain + 1940 (UIApplication.m:4753)
44  App_name                        0x00000001002ff1c4 main + 64 (DKAppDelegate.swift:28)
45  libdyld.dylib                   0x000000018e93df30 start + 4

Thread 1:
0   libsystem_pthread.dylib         0x000000018e85bc70 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib         0x000000018e85bc70 start_wqthread + 0

Thread 3:
0   libsystem_pthread.dylib         0x000000018e85bc70 start_wqthread + 0

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib          0x000000018e934960 __unlink + 8
1   libsystem_kernel.dylib          0x000000018e919420 unlink + 20 (unlink.c:30)
2   libsqlite3.dylib                0x00000001907dcef0 unixDelete + 64 (sqlite3.c:43621)
3   libsqlite3.dylib                0x00000001907be2d0 pager_end_transaction + 688 (sqlite3.c:22941)
4   libsqlite3.dylib                0x00000001907bdcd8 sqlite3BtreeCommitPhaseTwo + 228 (sqlite3.c:64049)
5   libsqlite3.dylib                0x00000001907891f4 sqlite3VdbeHalt + 2852 (sqlite3.c:85249)
6   libsqlite3.dylib                0x00000001907b65a4 sqlite3VdbeExec + 56312 (sqlite3.c:91467)
7   libsqlite3.dylib                0x00000001907a73ac sqlite3_step + 392 (sqlite3.c:88578)
8   App_name                        0x0000000100de7c7c -[APMSqliteStore executeSQLStatement:error:] + 104
9   App_name                        0x0000000100de7bec -[APMSqliteStore executeSQL:error:] + 164
10  App_name                        0x0000000100de4ee8 -[APMSqliteStore ensureTableWithName:createSQL:requiredColumnNames:addOnColumns:error:] + 340
11  App_name                        0x0000000100de41dc -[APMSqliteStore ensureTableWithName:elementaryColumnInfo:addOnColumnInfo:error:] + 1680
12  App_name                        0x0000000100de4a5c -[APMSqliteStore ensureTableWithName:elementaryColumnInfo:addOnColumnInfo:modifyColumnInfo:error:] + 124
13  App_name                        0x0000000100daf8d8 -[APMDatabase ensureAllTables] + 5660
14  App_name                        0x0000000100dae0e4 -[APMDatabase initializeDatabaseResourcesWithContext:databasePath:error:] + 156
15  App_name                        0x0000000100da3a98 -[APMDatabase initWithDatabaseName:persistedConfig:error:] + 188
16  App_name                        0x0000000100db701c __47-[APMMeasurement startMeasurementOnWorkerQueue]_block_invoke + 1292
17  App_name                        0x0000000100db69ec -[APMMeasurement startMeasurementOnWorkerQueue] + 184
18  App_name                        0x0000000100db65a0 -[APMMeasurement setEnabledOnWorkerQueue:] + 284
19  App_name                        0x0000000100db6474 __29-[APMMeasurement setEnabled:]_block_invoke + 44
20  App_name                        0x0000000100dd1554 __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 44
21  libdispatch.dylib               0x000000018e7eebb0 _dispatch_call_block_and_release + 32 (init.c:1408)
22  libdispatch.dylib               0x000000018e7f000c _dispatch_client_callout + 20 (object.m:495)
23  libdispatch.dylib               0x000000018e7f6484 _dispatch_lane_serial_drain + 568 (inline_internal.h:2487)
24  libdispatch.dylib               0x000000018e7f6eb0 _dispatch_lane_invoke + 368 (inline_internal.h:1854)
25  libdispatch.dylib               0x000000018e7fff20 _dispatch_workloop_worker_thread + 580 (queue.c:6386)
26  libsystem_pthread.dylib         0x000000018e855aa0 _pthread_wqthread + 280 (pthread.c:2323)
27  libsystem_pthread.dylib         0x000000018e85bc78 start_wqthread + 8

Thread 5 name:
Thread 5:
0   libsystem_kernel.dylib          0x000000018e911c00 semaphore_wait_trap + 8
1   libdispatch.dylib               0x000000018e7f0548 _dispatch_sema4_wait + 28 (lock.c:139)
2   libdispatch.dylib               0x000000018e7f0bc0 _dispatch_semaphore_wait_slow + 132 (semaphore.c:132)
3   Foundation                      0x000000018ee81a10 -[NSFileCoordinator(NSPrivate) _blockOnAccessClaim:withAccessArbiter:] + 388 (NSFileCoordinator.m:843)
4   Foundation                      0x000000018ee6f2d8 -[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:writingItemAtURL:options:error... + 904 (NSFileCoordinator.m:1161)
5   Foundation                      0x000000018ee6ef28 -[NSFileCoordinator coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:] + 108 (NSFileCoordinator.m:521)
6   GoogleUtilities                 0x0000000101ed016c -[GULHeartbeatDateStorage setHearbeatDate:forTag:] + 288 (GULHeartbeatDateStorage.m:112)
7   App_name                        0x0000000100d2fdd0 -[FIRCoreDiagnostics setHeartbeatFlagIfNeededToConfig:] + 212 (FIRCoreDiagnostics.m:636)
8   App_name                        0x0000000100d2fbec __42-[FIRCoreDiagnostics sendDiagnosticsData:]_block_invoke + 216 (FIRCoreDiagnostics.m:609)
9   libdispatch.dylib               0x000000018e7eebb0 _dispatch_call_block_and_release + 32 (init.c:1408)
10  libdispatch.dylib               0x000000018e7f000c _dispatch_client_callout + 20 (object.m:495)
11  libdispatch.dylib               0x000000018e7f6484 _dispatch_lane_serial_drain + 568 (inline_internal.h:2487)
12  libdispatch.dylib               0x000000018e7f6eb0 _dispatch_lane_invoke + 368 (inline_internal.h:1854)
13  libdispatch.dylib               0x000000018e7fff20 _dispatch_workloop_worker_thread + 580 (queue.c:6386)
14  libsystem_pthread.dylib         0x000000018e855aa0 _pthread_wqthread + 280 (pthread.c:2323)
15  libsystem_pthread.dylib         0x000000018e85bc78 start_wqthread + 8

Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib          0x000000018e933178 __guarded_open_dprotected_np + 8
1   libsystem_kernel.dylib          0x000000018e9109c8 guarded_open_dprotected_np + 48 (guarded_open_dprotected_np.c:44)
2   libsqlite3.dylib                0x000000019081a4cc robust_open2 + 328 (sqlite3.c:34958)
3   libsqlite3.dylib                0x000000019076afe4 unixOpen + 1432 (sqlite3.c:43323)
4   libsqlite3.dylib                0x0000000190769764 sqlite3BtreeOpen + 2088 (sqlite3.c:22934)
5   libsqlite3.dylib                0x0000000190765b70 openDatabase + 2504 (sqlite3.c:165226)
6   CFNetwork                       0x0000000191d941d4 -[NSURLCacheDBReader _openDBReadConnections] + 152 (NSURLCacheDBReader.mm:112)
7   CFNetwork                       0x0000000191d80fb0 -[NSURLCacheDBReader openAndPrepareReadCacheDB] + 32 (NSURLCacheDBReader.mm:87)
8   CFNetwork                       0x0000000191df75f4 __CFURLCache::createNSURLStorageClient(__CFString const*, long, std::__1::shared_ptr<__CFURLCache>) + 144 (CFURLCache.mm:2353)
9   CFNetwork                       0x0000000191df6ed0 __CFURLCacheCreateInternal(__CFAllocator const*, long, long, __CFString const*, bool, bool, bool) + 872 (CFURLCache.mm:680)
10  CFNetwork                       0x0000000191d81068 -[NSURLCache initWithMemoryCapacity:diskCapacity:diskPath:] + 148 (CFURLCache.mm:727)
11  CFNetwork                       0x0000000191d81130 +[NSURLCache sharedURLCache] + 92 (NSURLCache.mm:704)
12  CFNetwork                       0x0000000191d94a98 -[__NSCFURLSessionTask _withXURLCache:] + 120 (SessionTask.mm:1983)
13  CFNetwork                       0x0000000191d81570 -[__NSCFURLSessionConnection initWithTask:delegate:delegateQueue:] + 188 (SessionConnection.mm:353)
14  CFNetwork                       0x0000000191d812a0 -[__NSCFURLLocalSessionConnection initWithTask:delegate:delegateQueue:] + 52 (SessionConnection.mm:516)
15  CFNetwork                       0x0000000191da633c __66-[__NSURLSessionLocal _onqueue_configureAndCreateConnection:task:]_block_invoke + 140 (LocalSession.mm:665)
16  CFNetwork                       0x0000000191db6d4c -[__NSCFLocalSessionTask _onqueue_setupNextEffectiveConfigurationWithCompletionHandler:] + 204 (LocalSessionTask.mm:466)
17  CFNetwork                       0x0000000191da629c -[__NSURLSessionLocal _onqueue_configureAndCreateConnection:task:] + 156 (LocalSession.mm:661)
18  CFNetwork                       0x0000000191d81258 -[__NSCFLocalSessionTask _onqueue_completeInitialization] + 80 (LocalSessionTask.mm:875)
19  CFNetwork                       0x0000000191d825e8 -[__NSCFLocalDownloadTask _onqueue_completeInitialization] + 936 (LocalDownloadTask.mm:454)
20  CFNetwork                       0x0000000191fafee0 __30-[__NSCFURLSessionTask resume]_block_invoke + 72 (SessionTask.mm:1135)
21  libdispatch.dylib               0x000000018e7eebb0 _dispatch_call_block_and_release + 32 (init.c:1408)
22  libdispatch.dylib               0x000000018e7f000c _dispatch_client_callout + 20 (object.m:495)
23  libdispatch.dylib               0x000000018e7f6484 _dispatch_lane_serial_drain + 568 (inline_internal.h:2487)
24  libdispatch.dylib               0x000000018e7f6eb0 _dispatch_lane_invoke + 368 (inline_internal.h:1854)
25  libdispatch.dylib               0x000000018e7fff20 _dispatch_workloop_worker_thread + 580 (queue.c:6386)
26  libsystem_pthread.dylib         0x000000018e855aa0 _pthread_wqthread + 280 (pthread.c:2323)
27  libsystem_pthread.dylib         0x000000018e85bc78 start_wqthread + 8

Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib          0x000000018e911bc4 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x000000018e910fe0 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x000000018eac3abc __CFRunLoopServiceMachPort + 220 (CFRunLoop.c:2575)
3   CoreFoundation                  0x000000018eabe954 __CFRunLoopRun + 1428 (CFRunLoop.c:2931)
4   CoreFoundation                  0x000000018eabe098 CFRunLoopRunSpecific + 480 (CFRunLoop.c:3192)
5   Foundation                      0x000000018ee03580 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374)
6   Foundation                      0x000000018ee03458 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:421)
7   UIKitCore                       0x0000000192c79668 -[UIEventFetcher threadMain] + 156 (UIEventFetcher.m:637)
8   Foundation                      0x000000018ee021e4 -[NSThread main] + 40 (NSThread.m:760)
9   Foundation                      0x000000018ef3da84 __NSThread__start__ + 852 (NSThread.m:724)
10  libsystem_pthread.dylib         0x000000018e853d5c _pthread_start + 128 (pthread.c:895)
11  libsystem_pthread.dylib         0x000000018e85bc84 thread_start + 8

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib          0x000000018e933a60 __open_nocancel + 8
1   libsystem_kernel.dylib          0x000000018e91a6b4 open$NOCANCEL + 20
2   libsystem_c.dylib               0x000000018e798260 __opendir2 + 56 (opendir.c:121)
3   CoreFoundation                  0x000000018ea91e60 _CFIterateDirectory + 88 (CFFileUtilities.c:1077)
4   CoreFoundation                  0x000000018eb9cfc8 _CFBundleCopyInfoDictionaryInDirectoryWithVersion + 596 (CFBundle_InfoPlist.c:754)
5   CoreFoundation                  0x000000018eb9db98 _CFBundleRefreshInfoDictionaryAlreadyLocked + 144 (CFBundle_InfoPlist.c:1042)
6   CoreFoundation                  0x000000018eb9dac8 CFBundleGetInfoDictionary + 40 (CFBundle_InfoPlist.c:1055)
7   CoreFoundation                  0x000000018ea717dc _CFBundleCreate + 628 (CFBundle.c:793)
8   Foundation                      0x000000018ee00430 -[NSBundle _cfBundle] + 68 (NSBundle.m:162)
9   Foundation                      0x000000018ee003cc -[NSBundle infoDictionary] + 24 (NSBundle.m:1121)
10  Foundation                      0x000000018ee024f8 -[NSBundle bundleIdentifier] + 24 (NSBundle.m:1037)
11  App_name                        0x0000000100d32614 __FIRCLSBinaryImageChanged_block_invoke + 368 (FIRCLSBinaryImage.m:506)
12  libdispatch.dylib               0x000000018e7eebb0 _dispatch_call_block_and_release + 32 (init.c:1408)
13  libdispatch.dylib               0x000000018e7f000c _dispatch_client_callout + 20 (object.m:495)
14  libdispatch.dylib               0x000000018e7f6484 _dispatch_lane_serial_drain + 568 (inline_internal.h:2487)
15  libdispatch.dylib               0x000000018e7f6eb0 _dispatch_lane_invoke + 368 (inline_internal.h:1854)
16  libdispatch.dylib               0x000000018e7fff20 _dispatch_workloop_worker_thread + 580 (queue.c:6386)
17  libsystem_pthread.dylib         0x000000018e855aa0 _pthread_wqthread + 280 (pthread.c:2323)
18  libsystem_pthread.dylib         0x000000018e85bc78 start_wqthread + 8

Thread 9:
0   libsystem_pthread.dylib         0x000000018e85bc70 start_wqthread + 0

Thread 10 name:
Thread 10:
0   libsystem_kernel.dylib          0x000000018e936bcc write + 8
1   App_name                        0x0000000100d3c1f8 FIRCLSFileLoopWithWriteBlock + 56 (FIRCLSFile.m:239)
2   App_name                        0x0000000100d3c51c FIRCLSFileFDWriteUInt64 + 124 (FIRCLSFile.m:269)
3   App_name                        0x0000000100d3c604 FIRCLSFileFDWriteInt64 + 116 (FIRCLSFile.m:411)
4   App_name                        0x0000000100d3f274 FIRCLSSDKFileLog + 324 (FIRCLSInternalLogging.c:65)
5   App_name                        0x0000000100d40d34 FIRCLSMachExceptionServer + 912 (FIRCLSMachException.c:267)
6   libsystem_pthread.dylib         0x000000018e853d5c _pthread_start + 128 (pthread.c:895)
7   libsystem_pthread.dylib         0x000000018e85bc84 thread_start + 8

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x00000002820894a0   x1: 0x00000002820894a0   x2: 0x000000028039aee0   x3: 0x0000000101613910
    x4: 0x0000000000000000   x5: 0x0000000000000001   x6: 0x0000000000000064   x7: 0x0000000000000000
    x8: 0x0000000f77a594a0   x9: 0x7672ef754a720065  x10: 0x0000000000000005  x11: 0x0000000100000788
   x12: 0x0000000100000788  x13: 0x0000000000000001  x14: 0x00000000ffffff77  x15: 0x0000000070bd7326
   x16: 0x000000019c0c7fe0  x17: 0x00000001cb1ec050  x18: 0x0000000000000000  x19: 0x0000000101613910
   x20: 0x000000028039aee0  x21: 0x00000001d31f7ad0  x22: 0x0000000101613910  x23: 0xf000000000000024
   x24: 0x00000002820894a0  x25: 0x00000001d31f7a70  x26: 0x00000001012b5260  x27: 0x00000001012b5270
   x28: 0x0000000000000012   fp: 0x000000016fb05400   lr: 0x000000019c2a28a0
    sp: 0x000000016fb053c0   pc: 0x000000019c34a498 cpsr: 0x20000000
   esr: 0x92000006 (Data Abort) byte read Translation fault

Binary Images:
0x1002f8000 - 0x101297fff App_name arm64  <95d9b00c50d433569229a8ffa9184864> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/App_name
0x1019dc000 - 0x101a3ffff Alamofire arm64  <071bd6fd473b37b29ee80382738b62ad> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/Alamofire.framework/Alamofire
0x101b28000 - 0x101b37fff DZNEmptyDataSet arm64  <d5f8294ade243f26835a3360b5558eac> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/DZNEmptyDataSet.framework/DZNEmptyDataSet
0x101b58000 - 0x101bbffff dyld arm64e  <cbf87389658c3a73a33ea6efaf73701e> /usr/lib/dyld
0x101c3c000 - 0x101c4bfff AssistantKit arm64  <84d065634c803fc68baf612fe840127c> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/AssistantKit.framework/AssistantKit
0x101c70000 - 0x101cbffff BonMot arm64  <b71ee33c95643b128ec7dcb2e4249719> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/BonMot.framework/BonMot
0x101d50000 - 0x101d83fff CryptoSwift arm64  <8f1c1e1c38e13b78b64d79053c247dd5> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/CryptoSwift.framework/CryptoSwift
0x101e00000 - App_name DateToolsSwift arm64  <c17a54ed9e2530b299b22bbb67adc44e> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/DateToolsSwift.framework/DateToolsSwift
0x101e6c000 - 0x101e77fff DeallocationChecker arm64  <567e29f707e03c14839e079e8df03372> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/DeallocationChecker.framework/DeallocationChecker
0x101e90000 - 0x101ea3fff FBLPromises arm64  <433513f6b02736d382899a86dbe7ef2f> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/FBLPromises.framework/FBLPromises
0x101ec8000 - 0x101ee3fff GoogleUtilities arm64  <e5b1dc82c2413169938d41ee21c083e2> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
0x101f14000 - 0x101f97fff Hero arm64  <7e51e06ec1e43becb0b19fe14418430d> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/Hero.framework/Hero
0x102058000 - 0x102077fff IQKeyboardManager arm64  <239b7f2e017c35a391b9a3c53424b467> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/IQKeyboardManager.framework/IQKeyboardManager
0x1020a8000 - 0x1020bffff JSONModel arm64  <6d12b80704423ffdbeb28b6035e3ef72> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/JSONModel.framework/JSONModel
0x1020e8000 - 0x1020f3fff Keys arm64  <a9367a2b7b513cbd9a33ad6050bbbb86> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/Keys.framework/Keys
0x102104000 - 0x102157fff Kingfisher arm64  <ad93045b12d43c32b09557d6760f2d12> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/Kingfisher.framework/Kingfisher
0x102218000 - 0x102233fff Locksmith arm64  <a59269c1f5853adda4254d64e8a5ca16> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/Locksmith.framework/Locksmith
0x10226c000 - 0x10229ffff Lottie arm64  <a9b2f3d8019e39b39e9754d099075cc9> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/Lottie.framework/Lottie
0x102308000 - 0x10230ffff MarkdownView arm64  <fb846d71810230beb4506f03e1405375> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/MarkdownView.framework/MarkdownView
0x102324000 - 0x10233bfff MarqueeLabel arm64  <1b5290de996f3177af2c05c8e7b2fcc3> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/MarqueeLabel.framework/MarqueeLabel
0x102374000 - 0x10243ffff Material arm64  <5e300daaa36c3d4cab77ed432a84991e> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/Material.framework/Material
0x10268c000 - 0x1026fffff Motion arm64  <40dd84950d033ca098272ac34db6b5cb> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/Motion.framework/Motion
0x1027a8000 - 0x1027c3fff NotificationBannerSwift arm64  <93afd3427a86395bab08496dae49c5f4> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/NotificationBannerSwift.framework/NotificationBannerSwift
0x102810000 - 0x10283bfff ObjectMapper arm64  <91cbecbcc28d316ab08464807491f2af> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/ObjectMapper.framework/ObjectMapper
0x102888000 - 0x102897fff ParallaxHeader arm64  <c41d7ad9c60034dab48a7f817c4fd179> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/ParallaxHeader.framework/ParallaxHeader
0x1028b8000 - 0x1028f7fff PhoneNumberKit arm64  <59ebe5c7a6363b849ea4f82c36bf7133> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/PhoneNumberKit.framework/PhoneNumberKit
0x102948000 - 0x102dfbfff Realm arm64  <5313600693793cf1bb301a44ee032d71> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/Realm.framework/Realm
0x1031ac000 - 0x1031f3fff RealmSwift arm64  <751988b29e693fb281e2268fd38af85e> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/RealmSwift.framework/RealmSwift
0x1032dc000 - 0x1032f3fff SnapKit arm64  <c9dc9e7bcd48305cb77c337536d53feb> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/SnapKit.framework/SnapKit
0x103344000 - 0x103353fff SwiftyUserDefaults arm64  <440aad108ca0398f827a7de80ecacd8f> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/SwiftyUserDefaults.framework/SwiftyUserDefaults
0x103378000 - 0x103393fff TSClusterMapView arm64  <1e29baa22a42334995ea8542c12df911> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/TSClusterMapView.framework/TSClusterMapView
0x1033bc000 - 0x1033d7fff TagListView arm64  <4bc243d720f537f2b8258f011d48b11a> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/TagListView.framework/TagListView
0x103410000 - 0x103423fff WSMobileLib arm64  <530f5c25b11d3613a45fda8cac202362> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/WSMobileLib.framework/WSMobileLib
0x103460000 - 0x10346ffff YouTubePlayer arm64  <8528fb0443d63f3d8cff25c9976f131b> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/YouTubePlayer.framework/YouTubePlayer
0x103490000 - 0x10354bfff ZXingObjC arm64  <ba6c8fb4ab06364cb4b421553024c296> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/ZXingObjC.framework/ZXingObjC
0x10366c000 - 0x10367ffff libDraggableModal arm64  <3807cb8ecf1534d2b30565e02e4140f8> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/libDraggableModal.framework/libDraggableModal
0x1036a8000 - 0x1036b3fff nanopb arm64  <8617b085541630a48e77d5ba0a2985c9> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/nanopb.framework/nanopb
0x1036c4000 - 0x103713fff protobuf arm64  <e58e35f9a91d3ff89a25d74ebcd40085> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/protobuf.framework/protobuf
0x1037c4000 - 0x1039fffff OPPWAMobile-CardIO arm64  <95c8baae854f3bf18c6b35b111f18a54> /var/containers/Bundle/Application/68757F4D-4662-4B80-A483-059C1CBA223A/App_name.app/Frameworks/OPPWAMobile-CardIO.framework/OPPWAMobile-CardIO
0x105504000 - 0x10550ffff libobjc-trampolines.dylib arm64e  <d77245ad184431b89422a0af12d900a9> /usr/lib/libobjc-trampolines.dylib
0x18e722000 - 0x18e738fff libsystem_trace.dylib arm64e  <9bc16767c7a83e15bc8c0965e9f8f00b> /usr/lib/system/libsystem_trace.dylib
0x18e739000 - 0x18e76cfff libxpc.dylib arm64e  <ba7f10afef4730ebb35f4947b3c79318> /usr/lib/system/libxpc.dylib
0x18e76d000 - 0x18e76dfff libsystem_blocks.dylib arm64e  <91adb2b4377434cc84f88e9a634b6b86> /usr/lib/system/libsystem_blocks.dylib
0x18e76e000 - 0x18e7ecfff libsystem_c.dylib arm64e  <15628be24f6937c5a96d72724762f01f> /usr/lib/system/libsystem_c.dylib
0x18e7ed000 - 0x18e829fff libdispatch.dylib arm64e  <ed0789cd8d8039f49651d8707d9c0337> /usr/lib/system/libdispatch.dylib
0x18e82a000 - 0x18e84afff libsystem_malloc.dylib arm64e  <4aad0fafde283814af10e7123dc72aca> /usr/lib/system/libsystem_malloc.dylib
0x18e84b000 - 0x18e851fff libsystem_platform.dylib arm64e  <0591390bba0734a7a59d0c652d159244> /usr/lib/system/libsystem_platform.dylib
0x18e852000 - 0x18e85cfff libsystem_pthread.dylib arm64e  <b3a6abedcfd038ef9c7847e0e67ac9b3> /usr/lib/system/libsystem_pthread.dylib
0x18e85d000 - 0x18e88dfff libobjc.A.dylib arm64e  <b209ab438c8d31a79fdc1dd500f5c92e> /usr/lib/libobjc.A.dylib
0x18e88e000 - 0x18e8f9fff libcorecrypto.dylib arm64e  <bcf8ec87919a35ea97bc8805433f8998> /usr/lib/system/libcorecrypto.dylib
0x18e8fa000 - 0x18e90dfff libc++abi.dylib arm64e  <a51139874bbf3fc79eb5d42704e8d8e2> /usr/lib/libc++abi.dylib
0x18e90e000 - 0x18e93cfff libsystem_kernel.dylib arm64e  <e449afff549e3ba19a86fcc904364d89> /usr/lib/system/libsystem_kernel.dylib
0x18e93d000 - 0x18e970fff libdyld.dylib arm64e  <326a05415d13368797ecc58facb384ee> /usr/lib/system/libdyld.dylib
0x18e971000 - 0x18e978fff libsystem_darwin.dylib arm64e  <cf1e055948613d70824dfe8f5eab54cf> /usr/lib/system/libsystem_darwin.dylib
0x18e979000 - 0x18e9d3fff libc++.1.dylib arm64e  <f466830f41e333a19bc35ffa193fed6f> /usr/lib/libc++.1.dylib
0x18e9d4000 - 0x18ea15fff libsystem_info.dylib arm64e  <d8154b10a4863e74a9a26d7f9a86cd1c> /usr/lib/system/libsystem_info.dylib
0x18ea16000 - 0x18ed93fff CoreFoundation arm64e  <97285acb7b21393aabf603f1dbb5d2a2> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x18ed94000 - 0x18edfafff SystemConfiguration arm64e  <3dca61e2168c36d98acf0c3602dfff4d> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x18edfb000 - 0x18f0c6fff Foundation arm64e  <672cf0cb49513b9189df55e953aea00f> /System/Library/Frameworks/Foundation.framework/Foundation
0x18f0c7000 - 0x18f0f9fff libCRFSuite.dylib arm64e  <8f291818397432cf9cc7dd75e11f721f> /usr/lib/libCRFSuite.dylib
0x18f0fa000 - 0x18f27afff CoreServices arm64e  <e2feb9f4a79330ec8ba5505e901afdc4> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x18f27b000 - 0x18f2ddfff libSparse.dylib arm64e  <c0aec19d5fc438cb920cbdc231049a37> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x18f2de000 - 0x18f7d8fff ImageIO arm64e  <e57b30732ce83173866c533cddf48b9d> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x18f7d9000 - 0x18f7dbfff ConstantClasses arm64e  <1c8835aab27331239abded3207f06916> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x18f7dc000 - 0x18f974fff CoreText arm64e  <f1719487becb37fb8a615df6c6d1a59f> /System/Library/Frameworks/CoreText.framework/CoreText
0x18f975000 - 0x18faa8fff Security arm64e  <f1588eb39e0934b1a8d15d3bbb92d09d> /System/Library/Frameworks/Security.framework/Security
0x18faa9000 - 0x18fb4efff IOKit arm64e  <74b273d7cd333f4a96f47e702f1b4428> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x18fb4f000 - 0x18fb86fff libMobileGestalt.dylib arm64e  <ef6e8b51b3743cc3ae48ad101463afc0> /usr/lib/libMobileGestalt.dylib
0x18fb87000 - 0x18fbe5fff libprotobuf.dylib arm64e  <94ce72ce21e03c94b69234fa728738c4> /usr/lib/libprotobuf.dylib
0x18fbe6000 - 0x18fbf8fff libprotobuf-lite.dylib arm64e  <9d7cc6eb89b43fa39ef21dddc473d549> /usr/lib/libprotobuf-lite.dylib
0x18fbf9000 - 0x18fe59fff libicucore.A.dylib arm64e  <ca24cc55ff7c32b6b6a52eacbf28249e> /usr/lib/libicucore.A.dylib
0x18fe5a000 - 0x18fe83fff CoreServicesInternal arm64e  <90b53ab447d031448957d995877824cd> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
0x18fe84000 - 0x18fecbfff WirelessDiagnostics arm64e  <940df8c52a17312e9088248a1ac77ec4> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x18fecc000 - 0x18ff07fff libAWDSupport.dylib arm64e  <d9dfc984d7ec312d9669b75484e057e4> /usr/lib/libAWDSupport.dylib
0x18ff08000 - 0x190350fff CoreAudio arm64e  <f1d572151e2e32b18ae980a2e7f07804> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x190351000 - 0x190628fff CoreImage arm64e  <e860040fd30d3486b4ad5d89e9542fb3> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x190629000 - 0x19071cfff LanguageModeling arm64e  <d0c7aae64b7d381b901efe4a18e14a94> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x19071d000 - 0x190763fff Lexicon arm64e  <7e605c9d37a63fd1bb3e2431b4b1cf31> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x190764000 - 0x1908eafff libsqlite3.dylib arm64e  <854e207ecbe73f469cb5926001a2f44c> /usr/lib/libsqlite3.dylib
0x1908eb000 - 0x19091bfff MobileKeyBag arm64e  <9fa13c6af29a3dcfa93ca614ad26993d> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x19091c000 - 0x190925fff libsystem_notify.dylib arm64e  <5375361fa96637b9a0a22e0205daa144> /usr/lib/system/libsystem_notify.dylib
0x190926000 - 0x190afafff CoreDuet arm64e  <7cac3a71d35432cb99113d778987444e> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x190afb000 - 0x190c41fff Montreal arm64e  <54161f809bac3b1eb6aed6387d7b0e13> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x190c42000 - 0x190d27fff NLP arm64e  <57d4cfec4efa3b35a273f6a2ae80591e> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x190d28000 - 0x190d46fff CellularPlanManager arm64e  <77e3a92c13e23094946b85819a495c92> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x190d47000 - 0x190d84fff AppSupport arm64e  <32acaa08e6c338919a25a231cfdc7904> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x190d85000 - 0x19125afff libnetwork.dylib arm64e  <f6fa6d8e95353358a66598d4af4f3655> /usr/lib/libnetwork.dylib
0x19125b000 - 0x19136afff ManagedConfiguration arm64e  <f3374eef11c43e598aac469f2a2d2943> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x19136b000 - 0x191395fff CoreServicesStore arm64e  <0487cf4037b7320a9bf0f39ff1b00234> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x191396000 - 0x1913b7fff UserManagement arm64e  <e06302771e9f341ab43739d28e0e5f8e> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1913b8000 - 0x19166dfff CoreML arm64e  <a8f561be599139f6812c44da6d34c534> /System/Library/Frameworks/CoreML.framework/CoreML
0x19166e000 - 0x191684fff ProtocolBuffer arm64e  <25d0db0f98163d56a690dec5c392720f> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x191685000 - 0x19169ffff CommonUtilities arm64e  <880c2e0f46943769b9775a3cfd7a5ba3> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x1916a0000 - 0x1916a0fff libenergytrace.dylib arm64e  <b259b13371613749893562fa61233e70> /usr/lib/libenergytrace.dylib
0x1916a1000 - 0x1916d9fff RunningBoardServices arm64e  <420e18b822f530ba8221c5687ad7cfe9> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x1916da000 - 0x191750fff BaseBoard arm64e  <ab0d4301884c334a9d3dacfdf13c6dbb> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x191751000 - 0x191c98fff SiriTTS arm64e  <6ba2ed1468683c1e92cec1e36a13a8e2> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x191c99000 - 0x191d09fff CoreLocation arm64e  <faffb50b2eed383e9ea7efc55c0b7114> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x191d17000 - 0x191d6dfff Accounts arm64e  <c9bcf82c45c33290859c9b8910bfe2c9> /System/Library/Frameworks/Accounts.framework/Accounts
0x191d6e000 - 0x191d7efff SharedWebCredentials arm64e  <a5ede289f9de358386fcad1f75b03f8d> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
0x191d7f000 - 0x1920cafff CFNetwork arm64e  <32dfbf260bc43fb89aeb35182c8b35fa> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1920cb000 - 0x1921adfff UIFoundation arm64e  <b74dcac88bee3c06b9c574230a9a6896> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x1921ae000 - 0x1932adfff UIKitCore arm64e  <55d60569dbb73bc98a97dcac95c64d4b> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x1932ae000 - 0x1932bcfff AssertionServices arm64e  <db391793afdc347f8ff25aba121ddc62> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x1932bd000 - 0x193394fff CoreTelephony arm64e  <ec71ec9a98da3151a10d93866eefe5d0> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x193395000 - 0x19339afff AggregateDictionary arm64e  <7bfbeed0934d3cad8026c500c4cb9173> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x19339b000 - 0x1933b1fff libsystem_asl.dylib arm64e  <f20fe78e13aa388fb801b6a67e331acb> /usr/lib/system/libsystem_asl.dylib
0x1933b2000 - 0x19342cfff CloudDocs arm64e  <09d573a82e9f386daabb22a65ef0b77a> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x19342d000 - 0x19375afff CoreData arm64e  <66a9b561b6e733cb85e66e436fd8a348> /System/Library/Frameworks/CoreData.framework/CoreData
0x19375b000 - 0x193987fff Vision arm64e  <84dd2e1d9c003e629f0a6d1117301f85> /System/Library/Frameworks/Vision.framework/Vision
0x193988000 - 0x1939cdfff PhotoFoundation arm64e  <9fdff28a73bf3c3a9ea2114e1d28538d> /System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
0x1939ce000 - 0x1939f9fff BoardServices arm64e  <09dd53b0b100312987ca528acbee68d7> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1939fa000 - 0x193aaafff libboringssl.dylib arm64e  <158b8ef8abe93c099a8a5dcb9b09bcb0> /usr/lib/libboringssl.dylib
0x193aab000 - 0x193ab9fff libsystem_networkextension.dylib arm64e  <f71fa85bcb30339baaed8922a2711af6> /usr/lib/system/libsystem_networkextension.dylib
0x193aba000 - 0x193adafff CoreAnalytics arm64e  <cc9fae76bdd63c8782b7b28554c75323> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x193adb000 - 0x193c54fff CloudKit arm64e  <667e79d9af13349d82a41fc755c5b11e> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x193c55000 - 0x193ca4fff SpringBoardServices arm64e  <44c86adef590305ab8c8dba50c5420b4> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x193ca5000 - 0x193d1cfff FrontBoardServices arm64e  <124b166d39053f51a46a646ae3424213> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x193d1d000 - 0x193e35fff Network arm64e  <941ed8db788b37bfb15509b8b0fc310a> /System/Library/Frameworks/Network.framework/Network
0x193e36000 - 0x193e92fff libusrtcp.dylib arm64e  <a8aec00baea13ea395b655ae798d6f0b> /usr/lib/libusrtcp.dylib
0x193e93000 - 0x193e9afff libsystem_symptoms.dylib arm64e  <93716677a360386b97d6493788ec1bc7> /usr/lib/system/libsystem_symptoms.dylib
0x193e9b000 - 0x194d78fff GeoServices arm64e  <a64d015edfa03a46843c222bb160544b> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x194d79000 - 0x194d81fff TCC arm64e  <917f36636e14374cb4659fe0e4f09ea8> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x194d82000 - 0x194dddfff IMFoundation arm64e  <1e66d8a98893359b8320f34a171f538d> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x194dde000 - 0x194f43fff CoreUtils arm64e  <d343c3aba6803755ba02c2002c3cf0b2> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x194f44000 - 0x194feefff IMSharedUtilities arm64e  <1638136db50e320c9546c7325c020042> /System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
0x194fef000 - 0x19503dfff ImageCaptureCore arm64e  <5032c500bb9b3bb8a2298beddc9ccb60> /System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
0x19503e000 - 0x195047fff libsystem_containermanager.dylib arm64e  <a0db1371c356362fadae195e1637e129> /usr/lib/system/libsystem_containermanager.dylib
0x195048000 - 0x1950c5fff AppleAccount arm64e  <1da968ef2dd73a26b6a11569abe8900f> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x1950c6000 - 0x1950e1fff ApplePushService arm64e  <db32ccfc568b3113911a1afb40e46b67> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1950e2000 - 0x1951d2fff IDS arm64e  <c0bd05b9eddf307ea8aa64ee9781b00a> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x1951d3000 - 0x195302fff IDSFoundation arm64e  <a587b5fc55cb38bca7237a04c870fbc5> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x195303000 - 0x195304fff libCTGreenTeaLogger.dylib arm64e  <a1b683ba2ed13e9c8b9a24ceb591821b> /usr/lib/libCTGreenTeaLogger.dylib
0x195368000 - 0x195469fff CoreMedia arm64e  <c6456b8304cb33a48ddc7b64e9826211> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x19546a000 - 0x19547afff UIKitServices arm64e  <ec231ea627c4385cb41025b649012218> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x19547b000 - 0x1954cffff BackBoardServices arm64e  <5b4b7dc5abee30ce92ad6dcb02d9a26a> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x1954d0000 - 0x195726fff QuartzCore arm64e  <68e87e8e72753847b0e57936442b19fc> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x195727000 - 0x1958e4fff ColorSync arm64e  <49b450513c43328d84f78fe799d9584b> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x1958e5000 - 0x195e58fff CoreGraphics arm64e  <e873653343e738309ea41c42ca3b0df8> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x195e59000 - 0x195f94fff Contacts arm64e  <756942596c2d34a1828be0a506c23f35> /System/Library/Frameworks/Contacts.framework/Contacts
0x195f95000 - 0x195fc5fff UserNotifications arm64e  <bafffed40a2b35ed9337c1d1f0fbbc17> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x195fc6000 - 0x195fe9fff LocationSupport arm64e  <57abf27237773d1dbf2ca0b421406418> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x195fea000 - 0x19614afff Sharing arm64e  <9e6e36c5c9293e5880146298d9b1e025> /System/Library/PrivateFrameworks/Sharing.framework/Sharing
0x19614b000 - 0x196750fff WebKit arm64e  <2cc4d48d8da332ffbfed6d2b68cf3e28> /System/Library/Frameworks/WebKit.framework/WebKit
0x196751000 - 0x19845afff WebCore arm64e  <721a552e967c3e30aa4c460a48fc0fef> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x19845b000 - 0x198473fff libAccessibility.dylib arm64e  <23150fbd3f2d30568b95d0ddc03ad55d> /usr/lib/libAccessibility.dylib
0x198474000 - 0x19847ffff AXCoreUtilities arm64e  <0a6790b333e13511890797013161aba2> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x198480000 - 0x1984f9fff ContactsFoundation arm64e  <cad1a4fee7c1398083919e6e7ca88370> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x1984fa000 - 0x19850efff PowerLog arm64e  <f28b16f42a363356b980ec184b570b01> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x19850f000 - 0x198520fff IOSurface arm64e  <9ebb87f8232d3ceb81bbb317926db148> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x198521000 - 0x198c24fff MediaToolbox arm64e  <469251e5c7973035a25c9d80f905bb94> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x198c25000 - 0x198c2dfff GraphicsServices arm64e  <762205923bb4354a947f8d3c1682cd5f> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x198c2e000 - 0x198d14fff AccessibilityUtilities arm64e  <8ff96f2225d933178aa618ad02014c9a> /System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
0x198d15000 - 0x198f10fff AVFoundation arm64e  <3f38b86cc2c23972ac9e6d18d71c4926> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x198f11000 - 0x198f48fff OnBoardingKit arm64e  <51bcdf0941d037338d36d8603e7d816e> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x198f49000 - 0x198f97fff MobileWiFi arm64e  <62323a0ad7723b8390cb3a53b3bdc36b> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x198f98000 - 0x198fb0fff MobileAsset arm64e  <935b5b2f446436cd9d95606354216819> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x198fb1000 - 0x198fbefff libGSFont.dylib arm64e  <9ac0608f9d633bb096d953f69350a33d> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x198fbf000 - 0x198fc8fff FontServices arm64e  <2602fad7a7ab3d3eb4148892543f14d5> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x198fc9000 - 0x199117fff libFontParser.dylib arm64e  <5466f8e6057038f2bb98222c3eb439c7> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x199118000 - 0x199163fff AXRuntime arm64e  <a84e4097509331db9632199edfc076f4> /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
0x199164000 - 0x199166fff libAXSafeCategoryBundle.dylib arm64e  <3529dd8116023d6193a33f32bb0477c2> /usr/lib/libAXSafeCategoryBundle.dylib
0x199167000 - 0x1992a9fff SearchFoundation arm64e  <9d493eef58d73a96be3f9d7a1cbf4967> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x1992aa000 - 0x1993cefff Preferences arm64e  <07276a7416ee3c4f8835bbacffee4c16> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x1993cf000 - 0x199a49fff PhotoLibraryServices arm64e  <91c02d9c1deb32b9897164279f6aafad> /System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
0x199a4a000 - 0x199cd7fff vImage arm64e  <23c5969efbc53cba95071dc7faa4e938> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x199cd8000 - 0x199f04fff AudioToolbox arm64e  <bbcb848bdfdd37c393186890ba4ef50d> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x199f05000 - 0x199f3afff libAudioToolboxUtility.dylib arm64e  <379be4b3915c3bc18e95fd62ee6916db> /usr/lib/libAudioToolboxUtility.dylib
0x199f3b000 - 0x19a0f2fff ContactsUI arm64e  <6bdb40ae383434918dd2e83e916a56ec> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x19a0f3000 - 0x19a15ffff UIAccessibility arm64e  <e453418259b031aa8776b7c8e1f9345d> /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
0x19a160000 - 0x19a36cfff Photos arm64e  <1192e2c1466336689267b4b9e67d84e6> /System/Library/Frameworks/Photos.framework/Photos
0x19a36d000 - 0x19a402fff ShareSheet arm64e  <442cafdd2a283a8fac2b9860d4e4860c> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x19a403000 - 0x19a416fff BaseBoardUI arm64e  <fd08fc75793f368391b17e593b780707> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x19a417000 - 0x19a4cdfff PDFKit arm64e  <86ba46b9c90b38e2ae95fbe9dc1e0c4b> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x19a54f000 - 0x19a57dfff DocumentManager arm64e  <03ea7f6d443b3c1aa621ff290d3bcb7e> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x19a57e000 - 0x19a7defff libmecabra.dylib arm64e  <c879d196c90d344e9e31c3ea6338a150> /usr/lib/libmecabra.dylib
0x19a7df000 - 0x19a856fff AuthKit arm64e  <090914b11d78388083eaf714ead56050> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x19a857000 - 0x19ac7efff Intents arm64e  <686b616c210e336589c278e8514f3e3b> /System/Library/Frameworks/Intents.framework/Intents
0x19ac94000 - 0x19ade3fff WebKitLegacy arm64e  <07fb4bc3c5a63002b5b8364239797cf2> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x19ade4000 - 0x19ae4ffff TextInput arm64e  <bf2524fd99403ffcb111151429261b17> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x19ae50000 - 0x19aecefff AXMediaUtilities arm64e  <34c65a35ac193959af1380bedb743fe5> /System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
0x19aecf000 - 0x19aed2fff XCTTargetBootstrap arm64e  <e9a52ba1dd0f3d3ab82e20eff92e6515> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x19aed3000 - 0x19af89fff CorePDF arm64e  <e95f4103d8903d92b115e5dbed7053e3> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x19af8a000 - 0x19afc5fff AccessibilityUIUtilities arm64e  <0945e060cd843780904cfd7d60dba5fc> /System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
0x19afc6000 - 0x19b383fff MediaPlayer arm64e  <134daba2c3483ccf902648acd43bb482> /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
0x19b384000 - 0x19b694fff AppleMediaServices arm64e  <3efdf44040ec317a834abbd1ba81088a> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x19b695000 - 0x19b6bcfff CacheDelete arm64e  <57ee9e41f919379ebf70cdd6ca04f73c> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x19b6bd000 - 0x19b881fff CoreMotion arm64e  <69d41764d0ed3b0893ba853ce6ee1828> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x19b882000 - 0x19b96efff AVFAudio arm64e  <a3c98b2ff34b37998c59671aef1b6f1a> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x19b96f000 - 0x19bb6bfff RawCamera arm64e  <ebc768357ce33be6bbc537949f18ec51> /System/Library/CoreServices/RawCamera.bundle/RawCamera
0x19bb6c000 - 0x19bc25fff CoreUI arm64e  <1308ae16e705312ca9662797bc2197b5> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x19bc26000 - 0x19bc4afff AppSupportUI arm64e  <5559927294e43ceab2cf338fa77bb364> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x19bc4b000 - 0x19bc81fff CoreVideo arm64e  <0a926baaf4523997a6f4caa26bdabea9> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x19bc82000 - 0x19bebcfff AudioToolboxCore arm64e  <d5a7af535d623ccda6cdfb70ad86c7f9> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x19bebd000 - 0x19bf03fff CoreDuetContext arm64e  <e7bd1831bdd53f7d83814503b1eb1d4b> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x19bf04000 - 0x19bf3efff SetupAssistant arm64e  <b2570336d05a3422a9ac310c6e747998> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x19bf3f000 - 0x19bffdfff TelephonyUtilities arm64e  <384b5bafe8703c3d873486f1310f8e3a> /System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
0x19bffe000 - 0x19c028fff PlugInKit arm64e  <55a924c2787a34c28d1f39b5ef052bf2> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x19c029000 - 0x19c3b5fff libswiftCore.dylib arm64e  <b862efc164493f07a3fbd098bee3872f> /usr/lib/swift/libswiftCore.dylib
0x19c3b6000 - 0x19c4eefff AssistantServices arm64e  <c196c37baa863b2d927f8d408eb1e371> /System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
0x19c4ef000 - 0x19c550fff ProactiveSupport arm64e  <da213655b9493a2b828a654b80127566> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x19c551000 - 0x19c798fff MapKit arm64e  <1fc802e79e9330dba1517fd020a0876d> /System/Library/Frameworks/MapKit.framework/MapKit
0x19c799000 - 0x19c7b1fff PrototypeTools arm64e  <212a2cde1a5d350c8ce03106d91e8a1c> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x19c7b2000 - 0x19c8a2fff MediaExperience arm64e  <ba8b5ffe415f35eeb6fd7b9717755b12> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x19c8a3000 - 0x19cb5efff Celestial arm64e  <fff88b3026633d55a6ce72c8fa61d24f> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x19cb5f000 - 0x19cbb9fff CallKit arm64e  <21bfbb540c8e33d69d60afe419a39a74> /System/Library/Frameworks/CallKit.framework/CallKit
0x19cbba000 - 0x19cd84fff EventKitUI arm64e  <3f254898080c33cfa53d3913726551f1> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x19cd85000 - 0x19d476fff VectorKit arm64e  <31025f51084d3ec3b6332b0718f29d79> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x19d477000 - 0x19d54afff AVKit arm64e  <9561f6349f9933469f2e160dd8f5e657> /System/Library/Frameworks/AVKit.framework/AVKit
0x19d54b000 - 0x19d57bfff Pegasus arm64e  <5aa2be18a31b32a3a67691d2704aba10> /System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
0x19d57c000 - 0x19d581fff libapp_launch_measurement.dylib arm64e  <a727d8291b9e3a0c9e92a2b9037027ba> /usr/lib/libapp_launch_measurement.dylib
0x19d65f000 - 0x19d6c2fff CoreSpotlight arm64e  <8a7c5ab6175b32efb6292152fcf215f0> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x19d6c3000 - 0x19d758fff AddressBookLegacy arm64e  <76c629f0ef503aa9a5660dc0c7e70554> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x19d759000 - 0x19d768fff CrashReporterSupport arm64e  <f9365395456330c38576298f8a0b5ce9> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x19d769000 - 0x19d77bfff MobileBluetooth arm64e  <2c4d34f483013ab5b812a678ea9581d1> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x19d77c000 - 0x19d83afff LinkPresentation arm64e  <f1e6e098ebd634f8a3715d7d8751be7b> /System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
0x19d83b000 - 0x19d870fff StoreKit arm64e  <f2f183071f4e305087148d7eda95dfce> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x19d871000 - 0x19d875fff libsystem_configuration.dylib arm64e  <834289b5a67f34d1aab1f341ca817c23> /usr/lib/system/libsystem_configuration.dylib
0x19d876000 - 0x19d8cffff RemoteUI arm64e  <3963e39e62423392b89b41a2c6e8d190> /System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
0x19d8d0000 - 0x19d920fff AuthKitUI arm64e  <a8d992ae425d349995ff458e73ce1a6e> /System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
0x19d921000 - 0x19d986fff CoreRecognition arm64e  <d1d085ce20d93ff3b6b3e7b4b6692cbf> /System/Library/PrivateFrameworks/CoreRecognition.framework/CoreRecognition
0x19d987000 - 0x19da0dfff Social arm64e  <361e489b655634e4a6c1a4e36b2e8f0d> /System/Library/Frameworks/Social.framework/Social
0x19da0e000 - 0x19da5dfff WatchKit arm64e  <7229aefc17a532e6b90fb2e59ae57238> /System/Library/Frameworks/WatchKit.framework/WatchKit
0x19da5e000 - 0x19da6cfff HangTracer arm64e  <9d3a32b50fd63a299bb861a5ca57790c> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x19da6d000 - 0x19dad5fff CoreNLP arm64e  <4cd34810c6513eb197c070c40d83013f> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x19dad6000 - 0x19dad7fff liblangid.dylib arm64e  <344868eff5f033e6856968bb1818250d> /usr/lib/liblangid.dylib
0x19dad8000 - 0x19e8d0fff JavaScriptCore arm64e  <7e67f56945c3373c9132cfda8ae935e2> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x19e8d1000 - 0x19e95dfff libTelephonyUtilDynamic.dylib arm64e  <83581f4af84934ce9d0d4df8713443e8> /usr/lib/libTelephonyUtilDynamic.dylib
0x19e973000 - 0x19ebfafff StoreServices arm64e  <7cb5480bb4cd305eac82ae86ada03d4e> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x19ebfb000 - 0x19ec04fff IOMobileFramebuffer arm64e  <a4b3bf523a373e4aa2340c52f6466d23> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x19ec05000 - 0x19ed6cfff SafariServices arm64e  <e64e39cc578837eda4f540d6b6ed1d0a> /System/Library/Frameworks/SafariServices.framework/SafariServices
0x19ed6d000 - 0x19ef49fff Message arm64e  <eb7b658c967f3c7ebef42c66b1fcc74d> /System/Library/PrivateFrameworks/Message.framework/Message
0x19ef61000 - 0x19ef7bfff CoreMaterial arm64e  <6230b5ee758e369caa919ebc6fbb3e42> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x19ef7c000 - 0x19f066fff libxml2.2.dylib arm64e  <5845f30c219f3697b344a5f59bb539fe> /usr/lib/libxml2.2.dylib
0x19f067000 - 0x19ff32fff ModelIO arm64e  <8e966a4a7d87333e9c849994af9eed1e> /System/Library/Frameworks/ModelIO.framework/ModelIO
0x19ff33000 - 0x1a0341fff ChatKit arm64e  <d482b264b09834bcb99391c8eb5dca0f> /System/Library/PrivateFrameworks/ChatKit.framework/ChatKit
0x1a0342000 - 0x1a0722fff PassKitCore arm64e  <827929da56f33aaab75d402922ee0fe6> /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
0x1a072e000 - 0x1a0777fff MetadataUtilities arm64e  <a9fcdfac6886377ab2b53c2769d7e071> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1a0778000 - 0x1a07d2fff UserActivity arm64e  <6024cc1a91283ee096785edc4219007a> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x1a093c000 - 0x1a0952fff FMCoreLite arm64e  <70d9fc516fd53d04bfc55b7a317f2765> /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite
0x1a0e1e000 - 0x1a0e3dfff BridgePreferences arm64e  <bf9d8b642938333aa01da2e0ce9a911a> /System/Library/PrivateFrameworks/BridgePreferences.framework/BridgePreferences
0x1a0fec000 - 0x1a1012fff AccountsUI arm64e  <e8cb4b7fc7e23db7baa724efbd6a715d> /System/Library/PrivateFrameworks/AccountsUI.framework/AccountsUI
0x1a1013000 - 0x1a1029fff CertInfo arm64e  <7cc00924415e3bc6b9542955d897a095> /System/Library/PrivateFrameworks/CertInfo.framework/CertInfo
0x1a102a000 - 0x1a1093fff ManagedConfigurationUI arm64e  <ae5b037047733703bcdd1d6b7941dc78> /System/Library/PrivateFrameworks/ManagedConfigurationUI.framework/ManagedConfigurationUI
0x1a1094000 - 0x1a1141fff QuickLook arm64e  <5713360f86773d15a7ebfd99902ae632> /System/Library/Frameworks/QuickLook.framework/QuickLook
0x1a1142000 - 0x1a1367fff NetworkExtension arm64e  <3779e9f08b083f58924728125eda16be> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x1a1368000 - 0x1a139efff DataDetectorsCore arm64e  <8d1286a57727341d825c6edf1b4b998f> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x1a139f000 - 0x1a1401fff CalendarFoundation arm64e  <7c05d84b84b43614ba32328d63b31512> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x1a1402000 - 0x1a14fbfff EventKit arm64e  <ffbf1cf39b4a36a98b04d0f934860300> /System/Library/Frameworks/EventKit.framework/EventKit
0x1a14fc000 - 0x1a1531fff MediaServices arm64e  <92b16719a5b93941880b3c6a0d339bed> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x1a1643000 - 0x1a17edfff PencilKit arm64e  <23f76961f88b31448ac007a40265b78a> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1a17ee000 - 0x1a1944fff MessageUI arm64e  <32c9aaa6fccf3ca2908af9af82638a5f> /System/Library/Frameworks/MessageUI.framework/MessageUI
0x1a1945000 - 0x1a1992fff AppleAccountUI arm64e  <397ac13fd9d8312e8f1acd65bb8a32ff> /System/Library/PrivateFrameworks/AppleAccountUI.framework/AppleAccountUI
0x1a1993000 - 0x1a19d4fff BiometricKit arm64e  <8c98a7039d1139989bbb5399513a2176> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1a19d5000 - 0x1a1a01fff PersistentConnection arm64e  <e3a765e87f2b371d8794504a1ab9043f> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1a1a02000 - 0x1a1a55fff CalendarDaemon arm64e  <45521ef9bea93382a0884b0f594a999e> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1a1a56000 - 0x1a1aeffff CalendarDatabase arm64e  <b0d88100749a3f738be5bf26e1d50cef> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x1a1af0000 - 0x1a1cd4fff MediaRemote arm64e  <b22b8fcb5e4c346e8397045065961e86> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x1a1cd5000 - 0x1a1cddfff CorePhoneNumbers arm64e  <ede184bead45340a9350a425176353f8> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1a1cee000 - 0x1a1d14fff DuetActivityScheduler arm64e  <b9f664aa343137b68ce73a38de7e8d3a> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1a1d15000 - 0x1a1dd7fff SpringBoardFoundation arm64e  <adf9423a228338c7a624e1c45e45fff4> /System/Library/PrivateFrameworks/SpringBoardFoundation.framework/SpringBoardFoundation
0x1a1dd8000 - 0x1a1e19fff ContactsAutocompleteUI arm64e  <9c7a49a58e233448b769300c10a79c0e> /System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
0x1a1e1a000 - 0x1a1e3dfff CoreSVG arm64e  <fe8b126886763a0397939c41093590eb> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1a1e5c000 - 0x1a1e79fff ProactiveEventTracker arm64e  <ae248630d8683a8fa36d50716ba969af> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x1a1e7a000 - 0x1a1e84fff MallocStackLogging arm64e  <a6711caeb659310a8ef94f98cadb2f2d> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1a1e85000 - 0x1a1f1dfff CoreSuggestions arm64e  <6cf5ec42aab0305e8fe7ba22bf0bbe3f> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x1a1f1e000 - 0x1a20cffff IMCore arm64e  <51b7c874077e3eb493043f992d405841> /System/Library/PrivateFrameworks/IMCore.framework/IMCore
0x1a20d0000 - 0x1a2121fff DeviceManagement arm64e  <773d278fcb4a3c6e8356aa7e31e8a16b> /System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
0x1a292b000 - 0x1a2937fff BluetoothManager arm64e  <8449ab4196ee3c909910eacef9473b71> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1a2938000 - 0x1a296dfff CoreBluetooth arm64e  <4ea63c4bd41236de86d7e2df6df4747b> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1a296e000 - 0x1a2970fff libsystem_sandbox.dylib arm64e  <a37b70129a713520a4133f2f14d1ff8a> /usr/lib/system/libsystem_sandbox.dylib
0x1a2971000 - 0x1a29d5fff SpringBoardUIServices arm64e  <c7ecc6c6f9363686829a4d1446124b86> /System/Library/PrivateFrameworks/SpringBoardUIServices.framework/SpringBoardUIServices
0x1a29d6000 - 0x1a2a09fff TelephonyUI arm64e  <cc80774b599d32a39adf04d9c437b428> /System/Library/PrivateFrameworks/TelephonyUI.framework/TelephonyUI
0x1a2a9b000 - 0x1a2aa7fff ContextKit arm64e  <38f80b5f25be34a68557a1b941c0e427> /System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
0x1a2ad8000 - 0x1a2b42fff Rapport arm64e  <bf5a39bfa6b53191ab19697d77c58872> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1a2b43000 - 0x1a2b6ffff OSAnalytics arm64e  <9939f18f483c365e912a4d970c54cf61> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1a2b70000 - 0x1a2b9efff MobileInstallation arm64e  <5e08658c0df43a2997b7cd91e8bf0259> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1a2b9f000 - 0x1a2c3dfff Metal arm64e  <9c859f4029b73378b008fb573ea44dfa> /System/Library/Frameworks/Metal.framework/Metal
0x1a2c3e000 - 0x1a2c43fff IOAccelerator arm64e  <ca309bd57d6639868e7a7af0dfc27d60> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1a2c44000 - 0x1a2c4ffff MediaAccessibility arm64e  <a8660856d2d03aafad70c301965576ec> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1a2c50000 - 0x1a2c70fff FindMyDevice arm64e  <defb68aafe313d7c99b01d5e20456b29> /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice
0x1a2c71000 - 0x1a2c78fff libsystem_dnssd.dylib arm64e  <dbba793c3d5f37498ab472c7a747136c> /usr/lib/system/libsystem_dnssd.dylib
0x1a2c79000 - 0x1a2c7ffff PushKit arm64e  <2bb95f922cc0377bb6126a4215a1d2e3> /System/Library/Frameworks/PushKit.framework/PushKit
0x1a2c80000 - 0x1a2d8efff FileProvider arm64e  <429dd66df0cb3862b71ca152d32ad5c3> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x1a2da1000 - 0x1a2da2fff BackgroundTaskAgent arm64e  <2674c3df97923075b00e2e2fcab84c01> /System/Library/PrivateFrameworks/BackgroundTaskAgent.framework/BackgroundTaskAgent
0x1a2da3000 - 0x1a2da7fff LinguisticData arm64e  <2bfaa83c53d638a1bf23b9e3af64ddbc> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1a2da8000 - 0x1a2dc0fff CoreSDB arm64e  <d019253cefa43ad88b277ec7380e150c> /System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
0x1a2dc1000 - 0x1a2dd1fff Categories arm64e  <54569c0088293df18892dfbcb07eb650> /System/Library/PrivateFrameworks/Categories.framework/Categories
0x1a2dd2000 - 0x1a2decfff DoNotDisturb arm64e  <360bcf63df203332b30eaef88d842a54> /System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
0x1a2ded000 - 0x1a2ea8fff VideoToolbox arm64e  <923c76f6e23433fb933f59ca84c5ddcf> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x1a2ea9000 - 0x1a32c8fff SceneKit arm64e  <835ae6e6d08235b1a023e073c1ef898b> /System/Library/Frameworks/SceneKit.framework/SceneKit
0x1a32c9000 - 0x1a32d1fff EmojiKit arm64e  <7d3f12a126733cd481baf5fdc72dea25> /System/Library/PrivateFrameworks/EmojiKit.framework/EmojiKit
0x1a32d2000 - 0x1a32edfff Messages arm64e  <3cbb7fbefa0c3e41be06d088fe5d4e1d> /System/Library/Frameworks/Messages.framework/Messages
0x1a32ee000 - 0x1a32f2fff CameraKit arm64e  <c5d92508958f3b2e840e8904ee1fa6ae> /System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
0x1a32f3000 - 0x1a32f4fff MessageSupport arm64e  <9e17da0c41153eb480ff2dc7151c9a6a> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1a32f5000 - 0x1a3352fff PersonalizationPortrait arm64e  <8fdd6ca53441360ead0636ea65816d86> /System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
0x1a3353000 - 0x1a33c4fff AppStoreDaemon arm64e  <b288f33b20b5347295cc0c9b043e6191> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x1a341f000 - 0x1a3427fff SymptomDiagnosticReporter arm64e  <b3b18712fb7e39b8b579905e11f27820> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1a3428000 - 0x1a342afff IOSurfaceAccelerator arm64e  <8fc590a48393309ea0218f94c4c46b4c> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1a342b000 - 0x1a34dbfff AssetsLibraryServices arm64e  <13f23866fd2d3f868a4f2628ce2b917d> /System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
0x1a34dc000 - 0x1a350bfff DataAccessExpress arm64e  <5245005200f63a7d9a54d4467f3a548c> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1a350c000 - 0x1a357cfff EmailFoundation arm64e  <693d3c95eb123ee7b99978524eb34184> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x1a357d000 - 0x1a3592fff CoreFollowUp arm64e  <bd6b0126e222350bb0ecfdcc1826e739> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1a3593000 - 0x1a359bfff FamilyCircle arm64e  <36c223c5a0ea3559968c572ebb34616f> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1a359c000 - 0x1a35b2fff libcoretls.dylib arm64e  <8e358428a0eb395085121d746ef02139> /usr/lib/libcoretls.dylib
0x1a360a000 - 0x1a369dfff libate.dylib arm64e  <9e2bf4f77825325f97c0741da5d57be7> /usr/lib/libate.dylib
0x1a46f3000 - 0x1a4742fff FTServices arm64e  <69dbeb1ec5e43ddc944cd0b1a00fbfe0> /System/Library/PrivateFrameworks/FTServices.framework/FTServices
0x1a47e7000 - 0x1a47f8fff MaterialKit arm64e  <98470cd9c3f03ca4b3c45373d3b492c8> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1a47f9000 - 0x1a4832fff SAObjects arm64e  <d072f8f2358831dcacd5ed4d9ccfb818> /System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
0x1a4833000 - 0x1a483dfff CoreRecents arm64e  <a4789f4d67fa320c8eb730f8a4e48c7a> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1a483e000 - 0x1a4885fff MIME arm64e  <b5edd3ad369d39b29ee6d4d8cb2a5a47> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1a48ea000 - 0x1a48f7fff DataMigration arm64e  <9df84a1014cd3d2aa5288203981fd346> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x1a4a02000 - 0x1a4a5efff EmailCore arm64e  <78ba24cd35fc369b88468f62eaf6b75f> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1a4ab3000 - 0x1a4ad8fff IconServices arm64e  <47f8c81ce2103b34b41de435142ee060> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1a4ad9000 - 0x1a4ccdfff iTunesCloud arm64e  <92e45d8b00f134bfac4471e9826ce218> /System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
0x1a4cce000 - 0x1a4f3bfff MusicLibrary arm64e  <33d6dbd5ad6a38058aa75a02569854be> /System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
0x1a4f3c000 - 0x1a4f3dfff WatchdogClient arm64e  <1442bd13d71d3f9cad36867f3616e95a> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1a4f3e000 - 0x1a4f4ffff libprequelite.dylib arm64e  <b312a0ac1f5730dd957047052632c00c> /usr/lib/libprequelite.dylib
0x1a4f6f000 - 0x1a4f74fff IDSKVStore arm64e  <0b4f1d31d05035c0aed13a4776c19e4d> /System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
0x1a4f75000 - 0x1a4f85fff CoreEmoji arm64e  <9be70ba67ebb308fb175edf2650940a7> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1a4f86000 - 0x1a501afff Email arm64e  <54d3449c73cd3a8b82e3c330e76c2489> /System/Library/PrivateFrameworks/Email.framework/Email
0x1a501b000 - 0x1a506bfff ClassKit arm64e  <6c973a1b48b23910ab2a051764506cd3> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1a50d9000 - 0x1a50e3fff CPMS arm64e  <6318ff48c5dd3319bc33f5dc69bc48a5> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1a50e4000 - 0x1a50ecfff RTCReporting arm64e  <a00ea4c0e0d731ccb814477cc66e7831> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1a524e000 - 0x1a529bfff MobileBackup arm64e  <97c1ac8728603aaf8642f4467e62afc0> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x1a534f000 - 0x1a5356fff CoreTime arm64e  <5cadc26812c430b1b1f4044d89bb1797> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1a538d000 - 0x1a54c9fff IMDPersistence arm64e  <60cd395c1e9837dcbad1ffa496f43187> /System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
0x1a556f000 - 0x1a55befff DataAccess arm64e  <bacdb02836633b16978079ab821dc92d> /System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
0x1a5901000 - 0x1a5956fff ToneLibrary arm64e  <3b90c3d36a603676b2afefbe8d4469a4> /System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
0x1a5c32000 - 0x1a5c51fff AppConduit arm64e  <11b2b86dfd973a5787cccd5411826136> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1a5c52000 - 0x1a5c6bfff IntlPreferences arm64e  <1dc2a8927af734bcacf04bfad1c3bcde> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1a5c6c000 - 0x1a5c7cfff PassKit arm64e  <82cef635782d36ff946f0dc52b657494> /System/Library/Frameworks/PassKit.framework/PassKit
0x1a5c7d000 - 0x1a5fe1fff PassKitUI arm64e  <1e6a7fae40ab3a96bb593b1f96e1b77b> /System/Library/PrivateFrameworks/PassKitUI.framework/PassKitUI
0x1a5fe2000 - 0x1a60b7fff CoreBrightness arm64e  <b6461886c5ee305792723b38d928e018> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1a60b8000 - 0x1a60bffff libIOReport.dylib arm64e  <118ed37de8fc3409ad361c2048436658> /usr/lib/libIOReport.dylib
0x1a6259000 - 0x1a6427fff libBNNS.dylib arm64e  <adc92065c90d39f588cdfb9034ece24f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1a6428000 - 0x1a642efff StudyLog arm64e  <9900b355dd993487a5571479bcb69379> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1a642f000 - 0x1a64b7fff BulletinBoard arm64e  <15c7909177393908b72eb170e9f4feb7> /System/Library/PrivateFrameworks/BulletinBoard.framework/BulletinBoard
0x1a64b8000 - 0x1a6548fff iTunesStore arm64e  <df269ccfbacb322ab3fe1d15a89f47e3> /System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
0x1a6fae000 - 0x1a7008fff SafariCore arm64e  <408fc8a92208396dbf1da9cef7a80832> /System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
0x1a7009000 - 0x1a706dfff ScreenTimeCore arm64e  <51ce7e8ab8873dc680057f9fb582e7a9> /System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
0x1a7693000 - 0x1a76a7fff LocalAuthentication arm64e  <d2a2b1577f2a36579e459eeaf4b5b2a0> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1a76a8000 - 0x1a76acfff CommunicationsFilter arm64e  <cb97d631536932d8bfc2b54722300d47> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1a76ad000 - 0x1a76d0fff AddressBook arm64e  <a9abea2de8f1365a94ab5e41e1f4f795> /System/Library/Frameworks/AddressBook.framework/AddressBook
0x1a76d1000 - 0x1a76dcfff CaptiveNetwork arm64e  <2ce00a624c1a3cd4b5fcd0fed79af757> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1a782c000 - 0x1a7906fff libBLAS.dylib arm64e  <2642ebc655a03a18bc004e0215086334> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1a7907000 - 0x1a7915fff CTCarrierSpace arm64e  <d81e4ab65a3c3560afa1cc66fbf8a056> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1a810e000 - 0x1a81dffff CoreParsec arm64e  <e0c1ac2ad6de3bf287fda7a4d7af59d5> /System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
0x1a83dc000 - 0x1a83f5fff libtailspin.dylib arm64e  <ac15a7f3c05839a2b890f8b90c2a2d42> /usr/lib/libtailspin.dylib
0x1a83f6000 - 0x1a8435fff CalendarUIKit arm64e  <b33404fab6743ceb89aea98ad1498040> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1a8436000 - 0x1a8454fff KeychainCircle arm64e  <7db8c6888be233d89cc18afed5090284> /System/Library/PrivateFrameworks/KeychainCircle.framework/KeychainCircle
0x1a8455000 - 0x1a846afff ContactsDonation arm64e  <f14fdc14c6d23520aa6170f888b4a278> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1a84b4000 - 0x1a84bdfff MobileActivation arm64e  <7372ed004d0f3f588e3aaa8354e89b03> /System/Library/PrivateFrameworks/MobileActivation.framework/MobileActivation
0x1a8549000 - 0x1a8558fff MobileIcons arm64e  <5d593a64a24b3599906c8e6d5331019c> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1a8559000 - 0x1a865afff ResponseKit arm64e  <94340f96ace2302aa27d65e89dd04ad9> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1a8677000 - 0x1a86b1fff Notes arm64e  <c204e82a0bf439d88ad743277d808b70> /System/Library/PrivateFrameworks/Notes.framework/Notes
0x1a86b2000 - 0x1a86cafff MetalKit arm64e  <746cbd622e3a38b2861b353421e05ae9> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1a8729000 - 0x1a8771fff CoreHaptics arm64e  <3a33ccf057fe3cffb4328a67c89cabcd> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x1a8772000 - 0x1a883cfff ProofReader arm64e  <245be40f9ff83c65b0048ace3824eb27> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1a888c000 - 0x1a8897fff EmailAddressing arm64e  <54a6f4a03e573c9cbbd35399d6002813> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1a8898000 - 0x1a88aefff MailServices arm64e  <3de64b58076f3092a4799d522839e786> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1a88af000 - 0x1a8934fff CoreSymbolication arm64e  <3b60713d87c3314a9964d3a8d16ad596> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1a8935000 - 0x1a893bfff IdleTimerServices arm64e  <72fe495d6519318992bc841bafd8abed> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1a8a1c000 - 0x1a8ad9fff VideoSubscriberAccount arm64e  <8929b80edaee3978b145e7a3a7526959> /System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
0x1a8aee000 - 0x1a8af1fff FTClientServices arm64e  <5ad3dd5d9f58336a961f60440782aaf0> /System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
0x1a8af2000 - 0x1a8b5bfff ContactsUICore arm64e  <81abb06fb3423e8eabf85dceb19cc9c3> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1a8feb000 - 0x1a9033fff LoggingSupport arm64e  <01ca388902cd3471b550bec78c3f9e7d> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x1a9142000 - 0x1a919dfff ProtectedCloudStorage arm64e  <300e1a077b6c3b11b65d50cdeb8b53a4> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1a928c000 - 0x1a9297fff OpenGLES arm64e  <702b7aef0c6833d395c8496af15d07dd> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1a9401000 - 0x1a940afff libGFXShared.dylib arm64e  <a9c19abf78433ce7b0e8bd78d9508eec> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1a940b000 - 0x1a943ffff SharedUtils arm64e  <000b2e16ac973c12b33aed9b001eedaf> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1a9440000 - 0x1a948efff PhotosFormats arm64e  <e7597e75bfaa392ba009b7bba1bbe5e6> /System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
0x1aa535000 - 0x1aa571fff StreamingZip arm64e  <5e336c546bf53392a17b8875760807ce> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1ab1db000 - 0x1ab411fff SafariShared arm64e  <d84a04c51fd737c6a9ee4e9031b8b61c> /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
0x1ab499000 - 0x1ab49bfff InternationalTextSearch arm64e  <67efb041157e3a1588983b11c121632d> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1ab4ba000 - 0x1ab4d7fff AssetCacheServices arm64e  <2e06fe8cbe39350185716dfa153638f4> /System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
0x1ab9c6000 - 0x1aba06fff PhotosPlayer arm64e  <da4666c69bde3eebace74fc384a382ed> /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
0x1abe65000 - 0x1abe6afff IncomingCallFilter arm64e  <7b0f5016c14a356c95115bfd8716aca2> /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
0x1abe86000 - 0x1abe9efff NetworkStatistics arm64e  <7d5b038d755f3f1b9730786aa581ce52> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1ac30d000 - 0x1ac313fff Netrb arm64e  <181d438cbd1c346d914badbe1f776de1> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1ac317000 - 0x1ac347fff EAP8021X arm64e  <018a579ceefc3e1a9ec8107ad82b7004> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1ac348000 - 0x1ac34afff OSAServicesClient arm64e  <7966858bf8f8384eb7eaba6d5a8dee35> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1ac4ee000 - 0x1ac4f2fff libgermantok.dylib arm64e  <0f199acc0f5d37aea1e995c1e859c4c6> /usr/lib/libgermantok.dylib
0x1ac4f3000 - 0x1ac5a6fff libmecab.dylib arm64e  <d62b21b69e1234d2ae7e37a235de3d72> /usr/lib/libmecab.dylib
0x1ac5a7000 - 0x1ac5e3fff Catalyst arm64e  <b12310d00e19399b925c2958cc3a1e26> /System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
0x1ac6a4000 - 0x1ac6b9fff EmojiFoundation arm64e  <941953d50ce33ad3a244f53ac1b59fd5> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1ac735000 - 0x1ac771fff VoiceServices arm64e  <a41e32550261365d9cf1dd91cda5b60b> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x1ac772000 - 0x1ac88dfff Navigation arm64e  <98cf063150db382cb681933807d04fc7> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1acba5000 - 0x1acbb3fff CoreDuetDaemonProtocol arm64e  <5fd40e5ba6313dc4892b1f910d9038d8> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1acbb4000 - 0x1acbd4fff FTAWD arm64e  <32644471341b392cb241cdcf587e2fed> /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
0x1adbe5000 - 0x1adbe7fff OAuth arm64e  <8a810004f7f43d7dad3e3555bf9230e4> /System/Library/PrivateFrameworks/OAuth.framework/OAuth
0x1adea5000 - 0x1adee2fff DifferentialPrivacy arm64e  <ae540a69d464367086e6fcc2c2ba2eb0> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1ae16d000 - 0x1ae188fff CoreCDP arm64e  <48ca62bcf9e53888aafc4111113f853a> /System/Library/PrivateFrameworks/CoreCDP.framework/CoreCDP
0x1ae189000 - 0x1ae318fff EmailDaemon arm64e  <9a0968acc75c34f8ae5e001c9d98edeb> /System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
0x1ae687000 - 0x1ae6b4fff MailSupport arm64e  <a0dbf384e24631819f6c2a14431d4325> /System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
0x1ae6b5000 - 0x1ae725fff libarchive.2.dylib arm64e  <87025e7a53043890a7f0bf34f1da4432> /usr/lib/libarchive.2.dylib
0x1ae726000 - 0x1ae755fff C2 arm64e  <125104cd2ff63f07ad47d76d2d28046f> /System/Library/PrivateFrameworks/C2.framework/C2
0x1ae756000 - 0x1ae78afff NaturalLanguage arm64e  <f8844361cf773d66991161c4c6d3dc05> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1ae820000 - 0x1ae821fff libsystem_coreservices.dylib arm64e  <62efb55b6fb2355181d65985144da65d> /usr/lib/system/libsystem_coreservices.dylib
0x1ae833000 - 0x1ae844fff libmis.dylib arm64e  <a1b51f1d7ce03fe3b18f357b4acdb6c4> /usr/lib/libmis.dylib
0x1ae845000 - 0x1ae89cfff WebBookmarks arm64e  <7c76c6352e4c3d3baeb0322f7e38566e> /System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
0x1ae89d000 - 0x1ae8aafff DCIMServices arm64e  <08d156fae0c73433a07f88f2f6566f9c> /System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
0x1ae8ab000 - 0x1aea06fff CloudPhotoLibrary arm64e  <c2f55dc0a23136fc8a4bf08fb4aecb07> /System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
0x1aea07000 - 0x1aea41fff ContactsAutocomplete arm64e  <19d9ae392b63303993b3d89472c13e1c> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
0x1aea42000 - 0x1aea4afff libcopyfile.dylib arm64e  <d54940d091193a078460b24ad28a23fa> /usr/lib/system/libcopyfile.dylib
0x1aea4b000 - 0x1aea6bfff UsageTracking arm64e  <e0d998f24f203da7a2894509b1add669> /System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
0x1aedad000 - 0x1aee3ffff AccountsDaemon arm64e  <9de20c2bd7b2381baaffdbaa44beda17> /System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
0x1aee40000 - 0x1aee4bfff AppleIDSSOAuthentication arm64e  <c801164785093624abc5585b97c1edfe> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1aee4c000 - 0x1aee5dfff SettingsFoundation arm64e  <fd9597537de83857bf7389f24d9f5108> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1aef86000 - 0x1af003fff Symbolication arm64e  <64e12c95c71b3080b5f49bb7b492d374> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x1af1c7000 - 0x1af216fff ChunkingLibrary arm64e  <70e30c0e35cb33e0a8a11c141b7760a8> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1af21a000 - 0x1af21efff DAAPKit arm64e  <aaf5f56817203e6ebc3b181028f25085> /System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
0x1af725000 - 0x1af727fff CoreDuetDebugLogging arm64e  <ba4f8c32fc973a998b95e1cbb1df0145> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1b0226000 - 0x1b0264fff SignpostSupport arm64e  <e42c05a09a493be1b17efc8ad837daa8> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1b049b000 - 0x1b04a4fff SignpostCollection arm64e  <d64f3c7729563a95918451a61bc76713> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1b0bf1000 - 0x1b0bf8fff URLFormatting arm64e  <22638e420fc23b1fbf7cd0c2698b5c7b> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1b0c0d000 - 0x1b0cb5fff MMCS arm64e  <759122ec91083f5aa8d39187b5e12bcc> /System/Library/PrivateFrameworks/MMCS.framework/MMCS
0x1b0d0f000 - 0x1b0f3afff MobileSpotlightIndex arm64e  <d828607d6f4a32faa891cd5a8e0e6617> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1b1336000 - 0x1b137dfff CoreLocationProtobuf arm64e  <7670d13e0e9b32208f9ff00afd2c1547> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1b140b000 - 0x1b1486fff Quagga arm64e  <6395c719ab773d9395757decaa9693e3> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1b1725000 - 0x1b1731fff libAXSpeechManager.dylib arm64e  <895404da4fd736e483ea7d9e13523db5> /usr/lib/libAXSpeechManager.dylib
0x1b178a000 - 0x1b1792fff ProgressUI arm64e  <d842976f64863ec2a77677171cd3e79d> /System/Library/PrivateFrameworks/ProgressUI.framework/ProgressUI
0x1b1798000 - 0x1b17acfff libEDR arm64e  <3418f5ad9482391e86214d7da413f70c> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1b17ad000 - 0x1b17b6fff IMTranscoding arm64e  <e1bc2d14aade38bd83b87a8b3d689f87> /System/Library/PrivateFrameworks/IMTranscoding.framework/IMTranscoding
0x1b23ee000 - 0x1b23fcfff libperfcheck.dylib arm64e  <65fa28c4026c39f5ba309f9e7c62cf4f> /usr/lib/libperfcheck.dylib
0x1b23fd000 - 0x1b2408fff libAudioStatistics.dylib arm64e  <ee4a37649d6636e580f36389a0770343> /usr/lib/libAudioStatistics.dylib
0x1b25c8000 - 0x1b25d8fff caulk arm64e  <cc3eeec610b93dc6bb07276c48e668e8> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1b2618000 - 0x1b261efff MobileSystemServices arm64e  <1c6232e16abc3a809157f27c8f0316a4> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1b27bd000 - 0x1b27d5fff TextToSpeech arm64e  <7725c86189663b149caff103ded19f75> /System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
0x1b2895000 - 0x1b28aefff CloudServices arm64e  <f1cc389ad6bb3a5bb414f88513c3827a> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x1b3379000 - 0x1b338efff RemoteXPC arm64e  <ecfbe45c54483ac4b9c107c751c8cbaa> /System/Library/PrivateFrameworks/RemoteXPC.framework/RemoteXPC
0x1b36fc000 - 0x1b3738fff libGLImage.dylib arm64e  <40476c4fdcbb38ccb06885af767a2a62> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1b3b72000 - 0x1b3b83fff libSparseBLAS.dylib arm64e  <328e22435fb338b8bb20fd740eccc01c> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1b3b84000 - 0x1b3b98fff Engram arm64e  <42d74263c9833bc08c507b0526593889> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1b3c13000 - 0x1b3c4efff DataDetectorsNaturalLanguage arm64e  <5d57d312a07030adbd1b8a472d9c8b01> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1b3f40000 - 0x1b3f48fff FSEvents arm64e  <543b3c11bbc43388bc77e860b780e223> /System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
0x1b3f49000 - 0x1b3fc8fff CoreDAV arm64e  <c4cd68fbe34e331f924cfe24a9f35aaf> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1b48d4000 - 0x1b48e4fff RemoteTextInput arm64e  <413eddd2de853186b654983723b68524> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1b490d000 - 0x1b493dfff iCalendar arm64e  <5ee0e6556cd133a9bf65125c0c2a91dd> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1b495a000 - 0x1b4963fff CloudPhotoServices arm64e  <7d0e0ab4edaf36f08c8a5a5fa6330308> /System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
0x1b49a3000 - 0x1b49b7fff libLinearAlgebra.dylib arm64e  <cab48763a08f3c5c99f7dcf7da034f9d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1b4a18000 - 0x1b4a1bfff HSAAuthentication arm64e  <191fb86ec33336e181c03b91d32ba0df> /System/Library/PrivateFrameworks/HSAAuthentication.framework/HSAAuthentication
0x1b4a4a000 - 0x1b4b52fff ConfigurationEngineModel arm64e  <4325a3bee37d3504b989ef03a6fdb5bd> /System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
0x1b4b53000 - 0x1b4b5afff CertUI arm64e  <b9a315ddb72335f8a1824bc06aa27fa0> /System/Library/PrivateFrameworks/CertUI.framework/CertUI
0x1b4c61000 - 0x1b4c6ffff CoreAUC arm64e  <625babb086c2316c8b61c736c7ef33c4> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1b56aa000 - 0x1b56f1fff PhysicsKit arm64e  <24933c9f5cd93de28a52a8d2e85f1df6> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1b56f2000 - 0x1b5744fff CorePrediction arm64e  <1eec72976aa43d778f5945e152b1d7b1> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1b5b94000 - 0x1b5bdcfff SafariSafeBrowsing arm64e  <076cbfa3cc733efdbad2da4b61b2fad9> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x1b5f8f000 - 0x1b6006fff HomeSharing arm64e  <161b3212eee735588cec76e7282393cf> /System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
0x1b6099000 - 0x1b60b7fff GenerationalStorage arm64e  <62db70b3bcc0380a93039eac8c83f1a0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1b60b8000 - 0x1b60d0fff IMSharedUI arm64e  <85e0ad8d528732c79089f3d3537191e7> /System/Library/PrivateFrameworks/IMSharedUI.framework/IMSharedUI
0x1b611c000 - 0x1b6127fff PersonaKit arm64e  <f5494b3071d831dab103d1bdc5ff5e37> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1b6128000 - 0x1b6134fff PersonaUI arm64e  <b681e8e53067353d838470bb76db74aa> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1b6544000 - 0x1b6549fff kperf arm64e  <67921ebb9b0c3ec2847ce00eb8a8d1b6> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1b66dd000 - 0x1b66ecfff AssetsLibrary arm64e  <f08ce924cad630d3a2e63c4a635676a9> /System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
0x1b671a000 - 0x1b6751fff libpcap.A.dylib arm64e  <93abeafa93953f76bd95a57443580200> /usr/lib/libpcap.A.dylib
0x1b69d1000 - 0x1b6a19fff CoreCDPInternal arm64e  <40f76b8d52cb393f899a12b4b27c6ff0> /System/Library/PrivateFrameworks/CoreCDPInternal.framework/CoreCDPInternal
0x1b6a1a000 - 0x1b6a30fff WebUI arm64e  <fbc7a929b0d53c7186b325619acb01e5> /System/Library/PrivateFrameworks/WebUI.framework/WebUI
0x1b6a31000 - 0x1b6a48fff SafariFoundation arm64e  <ed9cb6ed78643d4dae6529a4fa7653c7> /System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
0x1b6a91000 - 0x1b6b37fff libvDSP.dylib arm64e  <9e7ceedfde2c3432aa5cf73999e05dd2> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x1b6b38000 - 0x1b6b64fff vCard arm64e  <adffde0fddf33bfd91c0d537736c2cc8> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1b6ba7000 - 0x1b6c34fff SampleAnalysis arm64e  <48de37f04dcf347fbc3d3069cdd66c8d> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1b6c35000 - 0x1b6c40fff IntentsFoundation arm64e  <62acc39c9a1d3816b292309ec178fa91> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1b6e31000 - 0x1b6e32fff ParsecSubscriptionServiceSupport arm64e  <03e432abcde438b6810bcc75e0153b0a> /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
0x1b6e33000 - 0x1b6ebffff MediaPlatform arm64e  <ee5a59370e3332c18c8a4e127d577d5c> /System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
0x1b6ec0000 - 0x1b718cfff MediaLibraryCore arm64e  <df57efd85d4c3a33b78556ad9eacf9cd> /System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
0x1b71ee000 - 0x1b7227fff PhotosImagingFoundation arm64e  <69ffed4d0d2e347f94e441e1a8937970> /System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
0x1b7228000 - 0x1b724afff MediaConversionService arm64e  <cb33bd961cfd3042a8d7daa7d3a5fe78> /System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
0x1b724b000 - 0x1b7269fff MediaStream arm64e  <7435aab400dd37be96f4dd3bf68fce5a> /System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
0x1b726a000 - 0x1b736bfff CoreMediaStream arm64e  <0a53f260826032698a6e28a5691253e7> /System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
0x1b7381000 - 0x1b7398fff StorageSettings arm64e  <eb7bccf647673d719f3912eeb92a405c> /System/Library/PrivateFrameworks/StorageSettings.framework/StorageSettings
0x1b7485000 - 0x1b7485fff Accelerate arm64e  <c4cda7234832330fa1ae09776d854409> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1b7487000 - 0x1b77c4fff libLAPACK.dylib arm64e  <ed4af393df133a45b18f1dccddc41898> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1b77c5000 - 0x1b77c9fff libQuadrature.dylib arm64e  <541a519ace41385b9d84b4af10b39213> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1b77ca000 - 0x1b7823fff libvMisc.dylib arm64e  <f39b9024052a3fb1bc03f6e4b4b5f84f> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1b7824000 - 0x1b7824fff vecLib arm64e  <5320a9f197cc319b9fc7c76e84da2491> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1b782d000 - 0x1b783afff AuthenticationServices arm64e  <290ef0f70e283673990021b727147539> /System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
0x1b787e000 - 0x1b7988fff Combine arm64e  <2c7e541042ba36c4b8e427ad748d6b0b> /System/Library/Frameworks/Combine.framework/Combine
0x1b799b000 - 0x1b79eafff CoreMIDI arm64e  <4daf52ff1f2b3d74ac0c460612e617b4> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1b7bb9000 - 0x1b7bdffff GLKit arm64e  <bd7dff7ede2c3b28b32e139a175b6a1a> /System/Library/Frameworks/GLKit.framework/GLKit
0x1b7be0000 - 0x1b7c0dfff GSS arm64e  <61287c2c4a4d3ea7854daa7acbbf3435> /System/Library/Frameworks/GSS.framework/GSS
0x1b7c21000 - 0x1b7c53fff MPSCore arm64e  <a2f7202bde693ba1a947ebf4697e2e38> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x1b7c54000 - 0x1b7ccdfff MPSImage arm64e  <5627b80e55e83480b5b0dae1bc071ae9> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1b7cce000 - 0x1b7cf0fff MPSMatrix arm64e  <d02a197f98cd3595957c0c874998e473> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1b7cf1000 - 0x1b7d05fff MPSNDArray arm64e  <63ebbd974b273e1298d81166541870a5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1b7d06000 - 0x1b7e9bfff MPSNeuralNetwork arm64e  <1d04f375820e3b909884eab7c82fbf08> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x1b7e9c000 - 0x1b7ee1fff MPSRayIntersector arm64e  <e53e63e5d20f3698ab2aa4add216d95c> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1b7ee2000 - 0x1b7ee2fff MetalPerformanceShaders arm64e  <b819bd21e42c317d9f41ea65196245a8> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1b7eef000 - 0x1b7eeffff MobileCoreServices arm64e  <c21198d914b33a8abc97c4e0f6ebaf6a> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1b7efa000 - 0x1b7efbfff libCVMSPluginSupport.dylib arm64e  <b8ddf93e176738babfd144b6cb03984a> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1b7efc000 - 0x1b7f02fff libCoreFSCache.dylib arm64e  <37f349c974f930c6bf872f8a1d5ce8be> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1b7f03000 - 0x1b7f08fff libCoreVMClient.dylib arm64e  <6507dea92aae3de8a002f2d9a475e07e> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1b7f3d000 - 0x1b7f73fff QuickLookThumbnailing arm64e  <bdf47e85440c30a2844c5bcfe5da50d8> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1b83e5000 - 0x1b83e5fff UIKit arm64e  <827d3f62ac4f3849a435175e033c57cd> /System/Library/Frameworks/UIKit.framework/UIKit
0x1b8407000 - 0x1b84cdfff VisionKit arm64e  <d952973d6ed733a7be289a61f6d526be> /System/Library/Frameworks/VisionKit.framework/VisionKit
0x1b8785000 - 0x1b88bdfff ANECompiler arm64e  <2f663fe7cd863aeb9e8c83696336371a> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1b88be000 - 0x1b88cffff ANEServices arm64e  <d7fecee9f6d8363d883d614d69ad32e8> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1b896a000 - 0x1b896efff ASEProcessing arm64e  <230084eda99e3404ae36c4ec1afd8e63> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1b8a73000 - 0x1b8aacfff AccessibilitySharedSupport arm64e  <a557457ecb7331579583400919e50ef9> /System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
0x1b8b0a000 - 0x1b8b15fff AccountSettings arm64e  <1d8c3c51334935e284f2e20dccd10943> /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
0x1b94ea000 - 0x1b94f8fff AppleFSCompression arm64e  <2d9cebf822963598a1a9c79949d7ed82> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1b94ff000 - 0x1b9509fff AppleIDAuthSupport arm64e  <9c5c840287d338fda168939769a2bced> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1b950a000 - 0x1b954cfff AppleJPEG arm64e  <79a818f233f933da8883b061a07a9b7f> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1b9568000 - 0x1b9579fff AppleNeuralEngine arm64e  <258f9f4ee31c34b8abe2357d49c1d492> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1b9580000 - 0x1b95a3fff AppleSauce arm64e  <4837b25d7836325dae7599489c5cd809> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1b97a4000 - 0x1b97d4fff Bom arm64e  <11103b9e286338f2b5b59081d28b6ddd> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1ba246000 - 0x1ba24dfff CommonAuth arm64e  <fae540d6b59734bd9f2f419d4669aa57> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1ba4e7000 - 0x1ba506fff CoreCDPUI arm64e  <4ddb89029f0f3e4480be6433ec6585ec> /System/Library/PrivateFrameworks/CoreCDPUI.framework/CoreCDPUI
0x1ba572000 - 0x1ba664fff CoreHandwriting arm64e  <7edf837bdf34370798510792cd84bdf8> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1ba665000 - 0x1ba670fff CoreIDV arm64e  <2ef0074d7bca318caaef64cf6fd6eb83> /System/Library/PrivateFrameworks/CoreIDV.framework/CoreIDV
0x1ba67b000 - 0x1ba67efff CoreOptimization arm64e  <875ade7864a736f1af291a226583afd4> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1ba799000 - 0x1ba7a4fff DeviceIdentity arm64e  <8d58ebaafda93e3d83c111a9910872f7> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1ba7a9000 - 0x1ba7aafff DiagnosticLogCollection arm64e  <8003072c26133ec9a8c815adca7ef855> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
0x1ba935000 - 0x1ba950fff DocumentManagerCore arm64e  <6926e11b034035f392cde2453d7b0c5f> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1baa11000 - 0x1bafcdfff Espresso arm64e  <e8f5d9f99f513bc3bf32dce7a59b4393> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x1bb29e000 - 0x1bb6b1fff FaceCore arm64e  <8ad0d68b4abd3a0bbdfb1d05b1599d33> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1bb786000 - 0x1bb799fff libGSFontCache.dylib arm64e  <95e7d15348ae3f39a79e27b22d38310c> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1bb800000 - 0x1bb80cfff libhvf.dylib arm64e  <0292acc17fae38d8b9e5e9481faee212> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1bb82e000 - 0x1bb842fff Futhark arm64e  <672f533948893ebf9f802945048fbb05> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1bc549000 - 0x1bc555fff GraphVisualizer arm64e  <70712b0f09253ad69e12a16f2325cbbb> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1bc872000 - 0x1bc8e2fff Heimdal arm64e  <d80129d15f1230b28879af4b926c57fc> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1bce15000 - 0x1bce1bfff InternationalSupport arm64e  <792be37f42e738e2a85f940e589904ad> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x1bd026000 - 0x1bd05bfff LocalAuthenticationPrivateUI arm64e  <23ed4773fc3337d68609f7405f29e45b> /System/Library/PrivateFrameworks/LocalAuthenticationPrivateUI.framework/LocalAuthenticationPrivateUI
0x1bd0dc000 - 0x1bd0dcfff Marco arm64e  <d5740de6e0bb306b8ceeff6d6fb00ca0> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1bd5a8000 - 0x1bd5d2fff MetricsKit arm64e  <438868c0db0c3ca5b7ef525d7175931f> /System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
0x1bd5e0000 - 0x1bd5f2fff MobileDeviceLink arm64e  <f0642307781b34309ad46f4e36b97805> /System/Library/PrivateFrameworks/MobileDeviceLink.framework/MobileDeviceLink
0x1bd5f8000 - 0x1bd5f9fff MobileObliteration arm64e  <a386daf486de3c0db0fdc4d9a58f2ff0> /System/Library/PrivateFrameworks/MobileObliteration.framework/MobileObliteration
0x1bd604000 - 0x1bd60dfff MobileStorage arm64e  <278fb24b853333feb96bc2b672037bb7> /System/Library/PrivateFrameworks/MobileStorage.framework/MobileStorage
0x1bd8aa000 - 0x1bd8eafff OTSVG arm64e  <c00a24a0539f3c6dafdac3298fa9dc8b> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1bded7000 - 0x1bdf1cfff PBBridgeSupport arm64e  <5e2301aedfdf3ab3985b1e02d75cc9ee> /System/Library/PrivateFrameworks/PBBridgeSupport.framework/PBBridgeSupport
0x1bdf25000 - 0x1bdf4cfff PassKitUIFoundation arm64e  <a0057b2952d137f3bb6a8a7162af9206> /System/Library/PrivateFrameworks/PassKitUIFoundation.framework/PassKitUIFoundation
0x1bdf6e000 - 0x1bdf6efff PhoneNumbers arm64e  <7e38d788f45631b592f24c1815b4425d> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1bf745000 - 0x1bf74dfff PrototypeToolsUI arm64e  <1b9285fddb8a3bca9eda75b7a4b4f779> /System/Library/PrivateFrameworks/PrototypeToolsUI.framework/PrototypeToolsUI
0x1bf762000 - 0x1bf776fff QuickLookSupport arm64e  <41507003d5833827b70cfc8937fef2ed> /System/Library/PrivateFrameworks/QuickLookSupport.framework/QuickLookSupport
0x1bf854000 - 0x1bf860fff RemoteServiceDiscovery arm64e  <35e081844fb93bf681d7727925f55aec> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/RemoteServiceDiscovery
0x1bf8bb000 - 0x1bf8bffff RevealCore arm64e  <c2ba121d9d33324386c9f492bd3c5eda> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1bf9b1000 - 0x1bf9e3fff ScreenReaderCore arm64e  <3c0a5b4a949a3b96b560a0ea5f9fc236> /System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
0x1bfa48000 - 0x1bfa54fff SetupAssistantSupport arm64e  <67af340cbb44383abea532d69c051c4d> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1bfa73000 - 0x1bfa73fff SignpostMetrics arm64e  <8491b11f8bdd35b5a2341b5dbfaf3e7a> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1bfaa2000 - 0x1bfabefff SiriInstrumentation arm64e  <1f021f3ff9273b23a1b4fd2a5a789107> /System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
0x1c0229000 - 0x1c0349fff TextRecognition arm64e  <bf8f7dfe95773cfa8517c2b696e1efc5> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1c034a000 - 0x1c03eefff TextureIO arm64e  <aff4765baa9e394b8c245df7b31f765b> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1c1227000 - 0x1c1724fff libwebrtc.dylib arm64e  <b5b3ab78cb8135068dc49587de60628a> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1c18be000 - 0x1c18c6fff kperfdata arm64e  <268ed5f452853e16970edd86308648e6> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1c18c7000 - 0x1c1910fff ktrace arm64e  <6ae5fc68b5c43669a7966bc0dbfb906a> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1c1929000 - 0x1c1935fff perfdata arm64e  <d7239ead2a933de68eb75982dcaee98f> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1c1936000 - 0x1c1944fff zudp arm64e  <5bd9dbe3109c3c31a698f8d10a4704ce> /System/Library/PrivateFrameworks/zudp.framework/zudp
0x1c1d0c000 - 0x1c200dfff libAWDSupportFramework.dylib arm64e  <bd50ea94eafd3c97a57ad202046c438e> /usr/lib/libAWDSupportFramework.dylib
0x1c21bf000 - 0x1c21c9fff libChineseTokenizer.dylib arm64e  <8e294bf75bd03ac0b337808c053718a2> /usr/lib/libChineseTokenizer.dylib
0x1c21ee000 - 0x1c23b2fff libFosl_dynamic.dylib arm64e  <cc8c01e3cf033599b7dbb5ebc44fb523> /usr/lib/libFosl_dynamic.dylib
0x1c242f000 - 0x1c2436fff libMatch.1.dylib arm64e  <a9b270668dc53599999d4114deeae9d0> /usr/lib/libMatch.1.dylib
0x1c24e8000 - 0x1c24e9fff libSystem.B.dylib arm64e  <8fd2675028463b80ab96c3ed045a953b> /usr/lib/libSystem.B.dylib
0x1c24f2000 - 0x1c24f3fff libThaiTokenizer.dylib arm64e  <5714b83e0221351eaed33967533ee8ac> /usr/lib/libThaiTokenizer.dylib
0x1c25f3000 - 0x1c2608fff libapple_nghttp2.dylib arm64e  <20c588bb07ca3f33a0128400556f5576> /usr/lib/libapple_nghttp2.dylib
0x1c2681000 - 0x1c2691fff libbsm.0.dylib arm64e  <be44b231b02339d2ab8ca1751bbab514> /usr/lib/libbsm.0.dylib
0x1c2692000 - 0x1c269efff libbz2.1.0.dylib arm64e  <6b253115be113d3a98728dccc97b5bb4> /usr/lib/libbz2.1.0.dylib
0x1c269f000 - 0x1c269ffff libcharset.1.dylib arm64e  <d3aac03a385d300cab23e2562146fdac> /usr/lib/libcharset.1.dylib
0x1c26a0000 - 0x1c26b1fff libcmph.dylib arm64e  <3518804827d43966a3680ff1d59cc23e> /usr/lib/libcmph.dylib
0x1c26b2000 - 0x1c26c9fff libcompression.dylib arm64e  <c6ccd599cc743516b721634192df3366> /usr/lib/libcompression.dylib
0x1c26ca000 - 0x1c26cbfff libcoretls_cfhelpers.dylib arm64e  <b596666d7ac7397e960d5d0c309dd7e5> /usr/lib/libcoretls_cfhelpers.dylib
0x1c26cc000 - 0x1c26d2fff libcupolicy.dylib arm64e  <83f09dda7f83394bb7c19fbacf9d73e4> /usr/lib/libcupolicy.dylib
0x1c2713000 - 0x1c271cfff libdscsym.dylib arm64e  <7ef6d101963a33e7b31cd8c9ae12f866> /usr/lib/libdscsym.dylib
0x1c271d000 - 0x1c273afff libedit.3.dylib arm64e  <5bfc3fd2d7e43f589951c0e331470a17> /usr/lib/libedit.3.dylib
0x1c2c97000 - 0x1c2c9cfff libheimdal-asn1.dylib arm64e  <48250f2339a03afd89a1f299c63b6c7f> /usr/lib/libheimdal-asn1.dylib
0x1c2c9d000 - 0x1c2d8ffff libiconv.2.dylib arm64e  <e573e5050a413d11acf436976c6b7d44> /usr/lib/libiconv.2.dylib
0x1c2da5000 - 0x1c2db0fff liblockdown.dylib arm64e  <67069c6e24c03429bcc947e9e37219b8> /usr/lib/liblockdown.dylib
0x1c2dca000 - 0x1c2de2fff liblzma.5.dylib arm64e  <8f71f57782fc37129edf4e65a4ba057f> /usr/lib/liblzma.5.dylib
0x1c315d000 - 0x1c318dfff libncurses.5.4.dylib arm64e  <7f2d88671e0c3059a800ef9cbd1237bb> /usr/lib/libncurses.5.4.dylib
0x1c318e000 - 0x1c31a2fff libnetworkextension.dylib arm64e  <6a7f46a0ca633f42808eba6390024d46> /usr/lib/libnetworkextension.dylib
0x1c352e000 - 0x1c3546fff libresolv.9.dylib arm64e  <547a0667b3403e76af0de0ae6b64e3c9> /usr/lib/libresolv.9.dylib
0x1c3547000 - 0x1c3549fff libsandbox.1.dylib arm64e  <889c6f84151c305f8e90ecf2aaeedc50> /usr/lib/libsandbox.1.dylib
0x1c354a000 - 0x1c354ffff libsysdiagnose.dylib arm64e  <b84cdaa6d3da3d868d74bc4591b09c77> /usr/lib/libsysdiagnose.dylib
0x1c3550000 - 0x1c3581fff libtidy.A.dylib arm64e  <dfe0bc85a7f33e0ab2d8e9575915fed8> /usr/lib/libtidy.A.dylib
0x1c3589000 - 0x1c358cfff libutil.dylib arm64e  <3f0b39a6c4cf3b93995718087a08cf73> /usr/lib/libutil.dylib
0x1c35ba000 - 0x1c35cbfff libz.1.dylib arm64e  <b8cbd4752b7e33b5a8d0f0fa9795596e> /usr/lib/libz.1.dylib
0x1c3698000 - 0x1c369cfff libswiftCoreFoundation.dylib arm64e  <5def5c6a535f384fba05f6955e2a8664> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1c369d000 - 0x1c36abfff libswiftCoreGraphics.dylib arm64e  <ce59d8986640390b9464f132c8ba73d4> /usr/lib/swift/libswiftCoreGraphics.dylib
0x1c36ac000 - 0x1c36b0fff libswiftCoreImage.dylib arm64e  <08bac19d9e9933b9b0c991e26edb2c00> /usr/lib/swift/libswiftCoreImage.dylib
0x1c3706000 - 0x1c370ffff libswiftDarwin.dylib arm64e  <a4b2582a1f6a3f7884d114297348d57e> /usr/lib/swift/libswiftDarwin.dylib
0x1c3710000 - 0x1c372cfff libswiftDispatch.dylib arm64e  <acacd9339ffd3fd3be4b41570fa15ebe> /usr/lib/swift/libswiftDispatch.dylib
0x1c372d000 - 0x1c38bdfff libswiftFoundation.dylib arm64e  <983ab68c14ce33589ea762aece0a07cc> /usr/lib/swift/libswiftFoundation.dylib
0x1c38f6000 - 0x1c38fdfff libswiftMetal.dylib arm64e  <49505ca11ca43523a3ec2afe4ea1f30f> /usr/lib/swift/libswiftMetal.dylib
0x1c3972000 - 0x1c3978fff libswiftObjectiveC.dylib arm64e  <e6a87626489f396e87ee3a7cd36f8c38> /usr/lib/swift/libswiftObjectiveC.dylib
0x1c3982000 - 0x1c3987fff libswiftQuartzCore.dylib arm64e  <4f6b90486b2634769ec92c36ca48bb29> /usr/lib/swift/libswiftQuartzCore.dylib
0x1c39c4000 - 0x1c39d8fff libswiftUIKit.dylib arm64e  <bf264db1911339e1b94b0c36966a0c27> /usr/lib/swift/libswiftUIKit.dylib
0x1c39e9000 - 0x1c39f1fff libswiftos.dylib arm64e  <58a8eb2a8a733f6f8628ba82edbf0cb2> /usr/lib/swift/libswiftos.dylib
0x1c3a0d000 - 0x1c3a12fff libcache.dylib arm64e  <2dddbc36aa7732c0b95056290ae4eb5a> /usr/lib/system/libcache.dylib
0x1c3a13000 - 0x1c3a23fff libcommonCrypto.dylib arm64e  <7925a57ae194355ea75633fb5fb3311f> /usr/lib/system/libcommonCrypto.dylib
0x1c3a24000 - 0x1c3a27fff libcompiler_rt.dylib arm64e  <0d4001df92c13e228a2a9f5b1b00ed08> /usr/lib/system/libcompiler_rt.dylib
0x1c3afe000 - 0x1c3afefff liblaunch.dylib arm64e  <c37c2cee50583084bf8459e52ef572fa> /usr/lib/system/liblaunch.dylib
0x1c3aff000 - 0x1c3b04fff libmacho.dylib arm64e  <39c6830065b53de4b67e8a1ea71cf80d> /usr/lib/system/libmacho.dylib
0x1c3b05000 - 0x1c3b06fff libremovefile.dylib arm64e  <7e5f05477aa23c14be26a918f669f1a4> /usr/lib/system/libremovefile.dylib
0x1c3b07000 - 0x1c3b08fff libsystem_featureflags.dylib arm64e  <6a91c6101f8d31a39361086939778789> /usr/lib/system/libsystem_featureflags.dylib
0x1c3b09000 - 0x1c3b36fff libsystem_m.dylib arm64e  <69aafc9e28c133999dd9b5b93d3c21a9> /usr/lib/system/libsystem_m.dylib
0x1c3b37000 - 0x1c3b3cfff libunwind.dylib arm64e  <18bdcd9f8dd332f4abd51ebcb12586c7> /usr/lib/system/libunwind.dylib
0x1c3e1e000 - 0x1c3e8dfff NanoRegistry arm64e  <ea4e0b7a7db635bd911de56568b884a6> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1c3e8e000 - 0x1c3e9bfff NanoPreferencesSync arm64e  <a78836fb99313eb29cadbf343329edec> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1c4332000 - 0x1c433ffff NanoSystemSettings arm64e  <7247f9aefbdc300ca28adc4cf1ae1942> /System/Library/PrivateFrameworks/NanoSystemSettings.framework/NanoSystemSettings
0x1c4340000 - 0x1c4347fff NanoResourceGrabber arm64e  <cb6141f254803005bd0b7e200545515d> /System/Library/PrivateFrameworks/NanoResourceGrabber.framework/NanoResourceGrabber
0x1c51bc000 - 0x1c51d9fff AppSSO arm64e  <e730c04c271037aa9b0eef2d794435e3> /System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
0x1c51da000 - 0x1c51eefff AppSSOCore arm64e  <890cb25d51983b79a57bb4be5f056ab9> /System/Library/PrivateFrameworks/AppSSOCore.framework/AppSSOCore

EOF

Relevant Code:

Analytics.setUserProperty(UUID().uuidString, forName: "dk_sessionId")
google-oss-bot commented 4 years ago

I found a few problems with this issue:

maksymmalyhin commented 4 years ago

@FrancoisLefevre12 We are sorry you are experiencing the issue. Could you provide additional info that can help investigation:

  1. Does the issue happen on previous Firebase versions, other iOS/iPadOS versions, Xcode versions, other devices (basically, what changed before you started getting the crash)?
  2. Do you use Firebase as a dependency to another framework in you app? Do you see warnings like the following in the console:
    objc[40943]: Class FIRApp is implemented in both
    ~/Library/Developer/Xcode/DerivedData/FrameworkTest-apqjxlyrxvkbhhafhaypsbdquref/Build/Products/Debug-iphonesimulator/DynamicFramework.framework/DynamicFramework
    (0x10b2a87f8) and
    ~/Library/Developer/CoreSimulator/Devices/4821F959-24A6-4D78-A102-4C5703103D99/data/Containers/Bundle/Application/F017D210-113A-4DAF-9E17-BDE455E71E06/FrameworkTest.app/FrameworkTest
    (0x10ad2d348). One of the two will be used. Which one is undefined.

Thanks.

FrancoisLefevre12 commented 4 years ago
  1. Yes ! The first thing we did when we had this issue was to update Firebase version from 6.20.0 to 6.23.0. This issue happens on both. We tried on different devices including iPad Pro 11 inches, iPhone XR, iPhone 11 Pro ... We tried to use another Xcode version which was 11.4 and the problem was still there. Nothing changed before we started getting the crash : in fact, we succeeded in releasing a version few weeks ago, which includes the line crashing now. Everything is still fine with this version on production. We tried to deploy the same version without any update to it just now. By now, this version (with the same source code than the successful one) is crashing, thing that I cannot understand. Additionally, It's important to tell that the app does not crash when building from my computer directly. This crash only occurs when we deploy the app to Testflight with BuddyBuild (CD solution) using 11.4.1 Xcode version.

  2. Not at all. The only warning that looks like this one is the following one when I built from my computer:

objc[9109]: Class CLSUserDefaults is implemented in both /System/Library/Frameworks/ClassKit.framework/ClassKit (0x1e3e5c670) and /private/var/containers/Bundle/Application/B0C5E6C7-D822-4F88-8869-A24CA0DB3026/... (0x10693b088). One of the two will be used. Which one is undefined.

Thank you !

maksymmalyhin commented 4 years ago
  1. It will be really helpful to understand the difference between your local setup and Testflight with BuddyBuild. Do you rebuild from bitcode when you archive locally? May you have different optimization flags, etc.

  2. Most likely unrelated to the particular crash but the warning indicates that you have 2 copies of CLSUserDefaults class in your app runtime. Most likely information from Using Firebase from a framework or a library will be relevant for CLSUserDefaults library usage as well

Could you try to detect and post the difference between your local setup and Testflight with BuddyBuild?

maksymmalyhin commented 4 years ago

As I suspect a possible Swift compiler/Xcode bug leading to the incorrect memory management with some combinations of flags I would suggest to try a workaround to "help" the compiler e.g. :

let sessionID = UUID().uuidString
Analytics.setUserProperty(sessionID, forName: "dk_sessionId")
FrancoisLefevre12 commented 4 years ago
  1. I don't think there is any difference between those configurations, the only thing we configure on Buddybuild is the Xcode version we want to use to deploy (11.4.1 by the way). Unfortunately, we disabled "enable bitcode" option on our project, is this a problem? We also tried to archive the app locally on our machine and upload manually to Connect, but the crash was still there.

  2. Okay, we will check this out. Thank you for this information !

FrancoisLefevre12 commented 4 years ago

As I suspect a possible Swift compiler/Xcode bug leading to the incorrect memory management with some combinations of flags I would suggest to try a workaround to "help" the compiler e.g. :

let sessionID = UUID().uuidString
Analytics.setUserProperty(sessionID, forName: "dk_sessionId")

We already tried to create sessionID as a global attribute and it also crashes unfortunately ...

FrancoisLefevre12 commented 4 years ago

About our Buddybuild configuration:

image

paulb777 commented 4 years ago

How is Firebase linked into the app? Is it linked directly to the app or linked into dynamic libraries?

While the Binary Image listing shows some Firebase dependencies like nanopb and GoogleUtilities, I don't see FirebaseAnalytics.

FrancoisLefevre12 commented 4 years ago

We integrated Firebase via Cocoapods :) So directly to the app, I don't think it's linked into dynamic libraries.

Is it a problem that it doesn't appear?

paulb777 commented 4 years ago

It's probably right since FirebaseAnalytics should be statically linked and the listed frameworks are dynamically linked.

Any luck at reproducing locally? Does changing to a Release configuration build versus a Debug configuration make a difference?

FrancoisLefevre12 commented 4 years ago

Okay then we should be good on this side !

Unfortunately, I can't reproduce it locally. I tried to put the Release configuration for the Debug one but it does not crash, using same compiling mode, etc... No way to reproduce it locally.

paulb777 commented 4 years ago

The issue might be related to sqlite3. Firebase Analytics expects to use the system sqlite3 and based on the backtrace, it looks there is an sqlite3.c linked into the app that may not be compatible.

FrancoisLefevre12 commented 4 years ago

Thank you for this information. How can I know where this incompatible file comes from?

paulb777 commented 4 years ago

One way would be to search the project using the Xcode Project Navigator file filter

google-oss-bot commented 4 years ago

Hey @FrancoisLefevre12. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

google-oss-bot commented 4 years ago

Hey @FrancoisLefevre12. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

google-oss-bot commented 4 years ago

Since there haven't been any recent updates here, I am going to close this issue.

@FrancoisLefevre12 if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.