XCode 10.3 (10G8) crash on a mac 10.15 Beta (19A526h)

Hi,

Everytime I try to run the Unit tests on my project Xcode crashes. It launches the simulator, the app is installed, it loads and I see the splash screen of the app on the simulator and after couple seconds XCode crashes.


I'll paste the crash log I got from the System Console.


I think this started after the latest update on the mac OS, but I can't be sure, since I don't run those Unit tests everyday on my machine.

From the logs it seems there's a out of bounds exception on the XCode or simulator .. but I don't know exactly where it is or how I can work around it.



Process:               Xcode [34414]
Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier:            com.apple.dt.Xcode
Version:               10.3 (14492.2)
Build Info:            IDEFrameworks-14492002000000000~2 (10G8)
App Item ID:           497799835
App External ID:       832020435
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Xcode [34414]
User ID:               504


Date/Time:             2019-08-08 12:13:04.065 +0100
OS Version:            Mac OS X 10.15 (19A526h)
Report Version:        12
Anonymous UUID:        2D12AE2F-2836-0434-9A55-7BDF1E101FA7


Sleep/Wake UUID:       EF38AE84-2220-414E-B9F3-ED7F53F3B6F0


Time Awake Since Boot: 76000 seconds
Time Since Wake:       10000 seconds


System Integrity Protection: enabled


Crashed Thread:        0  Dispatch queue: com.apple.dt.Xcode.IDETesting.consoleProcessing


Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY


Application Specific Information:
ProductBuildVersion: 10G8
UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[__NSCFConstantString characterAtIndex:]: Range or index out of bounds
UserInfo: (null)
Hints: 

Backtrace:
  0   __exceptionPreprocess (in CoreFoundation)
  1   DVTFailureHintExceptionPreprocessor (in DVTFoundation)
  2   objc_exception_throw (in libobjc.A.dylib)
  3   _CFThrowFormattedException (in CoreFoundation)
  4   -[__NSCFString getCharacters:range:].cold.1 (in CoreFoundation)
  5   -[__NSCFString characterAtIndex:] (in CoreFoundation)
  6   -[IDETestOutputProcessor _isString:possiblyTerminatedByToken:] (in IDEFoundation)
  7   __51-[IDETestOutputProcessor outputResultForRawOutput:]_block_invoke (in IDEFoundation)
  8   _dispatch_client_callout (in libdispatch.dylib)
  9   _dispatch_lane_barrier_sync_invoke_and_complete (in libdispatch.dylib)
 10   DVTDispatchSync (in DVTFoundation)
 11   -[IDETestOutputProcessor outputResultForRawOutput:] (in IDEFoundation)
 12   __104-[IDETestOperationCoordinator initWithTestRunOperation:forTestRunner:daemonController:activityReporter:]_block_invoke.394 (in IDEFoundation)
 13   thunk for @escaping @callee_unowned @convention(block) (@unowned NSString) -> (@autoreleased NSString?) (in IDEFoundation)
 14   partial apply for thunk for @escaping @callee_unowned @convention(block) (@unowned NSString) -> (@autoreleased NSString?) (in IDEFoundation)
 15   specialized IDETestingLaunchSession.parseConsoleOutput(fromOriginalOutput:) (in IDEFoundation)
 16   @objc IDETestingLaunchSession.parseConsoleOutput(fromOriginalOutput:) (in IDEFoundation)
 17   -[IDEConsoleAdaptor _delegateProcessedOutput:] (in IDEFoundation)
 18   -[IDEConsoleAdaptor _outputForStandardOutputThroughDelegate:] (in IDEFoundation)
 19   -[IDEConsoleAdaptor _timerFiredForTargetOutputWaitingForNewline:] (in IDEFoundation)
 20   __NSFireTimer (in Foundation)
 21   __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ (in CoreFoundation)
 22   __CFRunLoopDoTimer (in CoreFoundation)
 23   __CFRunLoopDoTimers (in CoreFoundation)
 24   __CFRunLoopRun (in CoreFoundation)
 25   CFRunLoopRunSpecific (in CoreFoundation)
 26   RunCurrentEventLoopInMode (in HIToolbox)
 27   ReceiveNextEventCommon (in HIToolbox)
 28   _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox)
 29   _DPSNextEvent (in AppKit)
 30   -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit)
 31   -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit)
 32   -[NSApplication run] (in AppKit)
 33   NSApplicationMain (in AppKit)
 34   main (in Xcode)
 35   start (in libdyld.dylib)

@¢≥ƒ
abort() called


Application Specific Signatures:
NSInvalidArgumentException


Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff345ed183 __exceptionPreprocess + 250
1   DVTFoundation                       0x000000010938c4f6 DVTFailureHintExceptionPreprocessor + 274
2   libobjc.A.dylib                     0x00007fff6aaf7b64 objc_exception_throw + 48
3   CoreFoundation                      0x00007fff346ae71a _CFThrowFormattedException + 202
4   CoreFoundation                      0x00007fff346ae744 -[__NSCFString getCharacters:range:].cold.1 + 0
5   CoreFoundation                      0x00007fff34567aa4 -[__NSCFString characterAtIndex:] + 95
6   IDEFoundation                       0x000000010a369df7 -[IDETestOutputProcessor _isString:possiblyTerminatedByToken:] + 108
7   IDEFoundation                       0x000000010a369a52 __51-[IDETestOutputProcessor outputResultForRawOutput:]_block_invoke + 829
8   libdispatch.dylib                   0x00007fff6bdfd5ee _dispatch_client_callout + 8
9   libdispatch.dylib                   0x00007fff6be09686 _dispatch_lane_barrier_sync_invoke_and_complete + 60
10  DVTFoundation                       0x00000001093d60fb DVTDispatchSync + 208
11  IDEFoundation                       0x000000010a3696d4 -[IDETestOutputProcessor outputResultForRawOutput:] + 159
12  IDEFoundation                       0x000000010a34fb66 __104-[IDETestOperationCoordinator initWithTestRunOperation:forTestRunner:daemonController:activityReporter:]_block_invoke.394 + 149
13  IDEFoundation                       0x000000010a640e1f $sSo8NSStringCABSgIeyBya_S2SSgIeggo_TR + 31
14  IDEFoundation                       0x000000010a64209d $sSo8NSStringCABSgIeyBya_S2SSgIeggo_TRTA + 13
15  IDEFoundation                       0x000000010a642116 $s13IDEFoundation23IDETestingLaunchSessionC18parseConsoleOutput012fromOriginalG0SSSgSS_tFTf4xn_n + 86
16  IDEFoundation                       0x000000010a641350 $s13IDEFoundation23IDETestingLaunchSessionC18parseConsoleOutput012fromOriginalG0SSSgSS_tFTo + 64
17  IDEFoundation                       0x000000010a3dc0d5 -[IDEConsoleAdaptor _delegateProcessedOutput:] + 73
18  IDEFoundation                       0x000000010a3dc295 -[IDEConsoleAdaptor _outputForStandardOutputThroughDelegate:] + 23
19  IDEFoundation                       0x000000010a3dc266 -[IDEConsoleAdaptor _timerFiredForTargetOutputWaitingForNewline:] + 362
20  Foundation                          0x00007fff36c99d93 __NSFireTimer + 67
21  CoreFoundation                      0x00007fff3455b804 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
22  CoreFoundation                      0x00007fff3455b3be __CFRunLoopDoTimer + 859
23  CoreFoundation                      0x00007fff3455adde __CFRunLoopDoTimers + 317
24  CoreFoundation                      0x00007fff3453bf7d __CFRunLoopRun + 2213
25  CoreFoundation                      0x00007fff3453b453 CFRunLoopRunSpecific + 499
26  HIToolbox                           0x00007fff330e821d RunCurrentEventLoopInMode + 292
27  HIToolbox                           0x00007fff330e7f5d ReceiveNextEventCommon + 600
28  HIToolbox                           0x00007fff330e7ce7 _BlockUntilNextEventMatchingListInModeWithFilter + 64
29  AppKit                              0x00007fff3179cfec _DPSNextEvent + 990
30  AppKit                              0x00007fff3179bd5c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
31  DVTKit                              0x00000001099b1962 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 385
32  AppKit                              0x00007fff317964f6 -[NSApplication run] + 658
33  AppKit                              0x00007fff317883de NSApplicationMain + 777
34  Xcode                               0x00000001091078a2 main + 578
35  libdyld.dylib                       0x00007fff6be4d2f5 start + 1
36  ???                                 0x0000000000000001 0x0 + 1


Thread 0 Crashed:: Dispatch queue: com.apple.dt.Xcode.IDETesting.consoleProcessing
0   libsystem_kernel.dylib        0x00007fff6bf9c44e __pthread_kill + 10
1   libsystem_pthread.dylib        0x00007fff6c059707 pthread_kill + 384
2   libsystem_c.dylib              0x00007fff6bf249cc abort + 120
3   com.apple.dt.IDEKit            0x000000010ae4db37 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1324
4   com.apple.dt.IDEKit            0x000000010ae4f1f9 -[IDEAssertionHandler handleUncaughtException:] + 1094
5   com.apple.dt.IDEKit            0x000000010ae4f2cf IDEHandleUncaughtException + 94
6   com.apple.CoreFoundation      0x00007fff346704c0 __handleUncaughtException + 726
7   libobjc.A.dylib                0x00007fff6aaf9a34 _objc_terminate() + 90
8   libc++abi.dylib                0x00007fff69014da7 std::__terminate(void (*)()) + 8
9   libc++abi.dylib                0x00007fff69014d59 std::terminate() + 41
10  libdispatch.dylib              0x00007fff6bdfd602 _dispatch_client_callout + 28
11  libdispatch.dylib              0x00007fff6be09686 _dispatch_lane_barrier_sync_invoke_and_complete + 60
12  com.apple.dt.DVTFoundation    0x00000001093d60fb DVTDispatchSync + 208
13  com.apple.dt.IDEFoundation    0x000000010a3696d4 -[IDETestOutputProcessor outputResultForRawOutput:] + 159
14  com.apple.dt.IDEFoundation    0x000000010a34fb66 __104-[IDETestOperationCoordinator initWithTestRunOperation:forTestRunner:daemonController:activityReporter:]_block_invoke.394 + 149
15  com.apple.dt.IDEFoundation    0x000000010a640e1f thunk for @escaping @callee_unowned @convention(block) (@unowned NSString) -> (@autoreleased NSString?) + 31
16  com.apple.dt.IDEFoundation    0x000000010a64209d partial apply for thunk for @escaping @callee_unowned @convention(block) (@unowned NSString) -> (@autoreleased NSString?) + 13
17  com.apple.dt.IDEFoundation    0x000000010a642116 specialized IDETestingLaunchSession.parseConsoleOutput(fromOriginalOutput:) + 86
18  com.apple.dt.IDEFoundation    0x000000010a641350 @objc IDETestingLaunchSession.parseConsoleOutput(fromOriginalOutput:) + 64
19  com.apple.dt.IDEFoundation    0x000000010a3dc0d5 -[IDEConsoleAdaptor _delegateProcessedOutput:] + 73
20  com.apple.dt.IDEFoundation    0x000000010a3dc295 -[IDEConsoleAdaptor _outputForStandardOutputThroughDelegate:] + 23
21  com.apple.dt.IDEFoundation    0x000000010a3dc266 -[IDEConsoleAdaptor _timerFiredForTargetOutputWaitingForNewline:] + 362
22  com.apple.Foundation          0x00007fff36c99d93 __NSFireTimer + 67
23  com.apple.CoreFoundation      0x00007fff3455b804 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
24  com.apple.CoreFoundation      0x00007fff3455b3be __CFRunLoopDoTimer + 859
25  com.apple.CoreFoundation      0x00007fff3455adde __CFRunLoopDoTimers + 317
26  com.apple.CoreFoundation      0x00007fff3453bf7d __CFRunLoopRun + 2213
27  com.apple.CoreFoundation      0x00007fff3453b453 CFRunLoopRunSpecific + 499
28  com.apple.HIToolbox            0x00007fff330e821d RunCurrentEventLoopInMode + 292
29  com.apple.HIToolbox            0x00007fff330e7f5d ReceiveNextEventCommon + 600
30  com.apple.HIToolbox            0x00007fff330e7ce7 _BlockUntilNextEventMatchingListInModeWithFilter + 64
31  com.apple.AppKit              0x00007fff3179cfec _DPSNextEvent + 990
32  com.apple.AppKit              0x00007fff3179bd5c -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1352
33  com.apple.dt.DVTKit            0x00000001099b1962 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 385
34  com.apple.AppKit              0x00007fff317964f6 -[NSApplication run] + 658
35  com.apple.AppKit              0x00007fff317883de NSApplicationMain + 777
36  com.apple.dt.Xcode            0x00000001091078a2 main + 578
37  libdyld.dylib                  0x00007fff6be4d2f5 start + 1


Thread 1:: Dispatch queue: -[IDEExecutionEnvironment initWithWorkspaceArena:] (QOS: UNSPECIFIED)
0   libsystem_kernel.dylib        0x00007fff6bf998c6 __psynch_cvwait + 10
1   libsystem_pthread.dylib        0x00007fff6c05a082 _pthread_cond_wait + 701
2   com.apple.Foundation          0x00007fff36cf04e3 -[NSOperation waitUntilFinished] + 697
3   com.apple.Foundation          0x00007fff36df9ba7 __NSOPERATIONQUEUE_IS_WAITING_ON_AN_OPERATION__ + 17
4   com.apple.Foundation          0x00007fff36d23596 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 229
5   com.apple.dt.IDEFoundation    0x000000010a39250a __61-[IDEScheme _groupAndImposeDependenciesForOrderedOperations:]_block_invoke + 10
6   com.apple.dt.DVTFoundation    0x000000010926268a __DVTOPERATIONGROUP_CREATED_BY_CALLEE_IS_WAITING_ON_SUBOPERATIONS__ + 164
7   com.apple.dt.DVTFoundation    0x00000001092628f6 -[DVTOperationGroup main] + 69
8   com.apple.Foundation          0x00007fff36dfaa80 __NSOPERATION_IS_INVOKING_MAIN__ + 17
9   com.apple.Foundation          0x00007fff36c60b44 -[NSOperation start] + 731
10  com.apple.dt.DVTFoundation    0x00000001092628a6 -[DVTOperationGroup start] + 113
11  com.apple.Foundation          0x00007fff36dfae8e __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
12  com.apple.Foundation          0x00007fff36c89f08 __NSOQSchedule_f + 182
13  libdispatch.dylib              0x00007fff6be09253 _dispatch_block_async_invoke2 + 83
14  libdispatch.dylib              0x00007fff6bdfd5ee _dispatch_client_callout + 8
15  libdispatch.dylib              0x00007fff6bdff7a0 _dispatch_continuation_pop + 414
16  libdispatch.dylib              0x00007fff6bdfef4c _dispatch_async_redirect_invoke + 877
17  libdispatch.dylib              0x00007fff6be0b8f5 _dispatch_root_queue_drain + 326
18  libdispatch.dylib              0x00007fff6be0c035 _dispatch_worker_thread2 + 92
19  libsystem_pthread.dylib        0x00007fff6c05672d _pthread_wqthread + 220
20  libsystem_pthread.dylib        0x00007fff6c0565db start_wqthread + 15


Thread 2:: Dispatch queue: NSOperationQueue 0x7ff0c66c98f0 (QOS: UNSPECIFIED)
0   libsystem_kernel.dylib        0x00007fff6bf998c6 __psynch_cvwait + 10
1   libsystem_pthread.dylib        0x00007fff6c05a082 _pthread_cond_wait + 701
2   com.apple.Foundation          0x00007fff36cf04e3 -[NSOperation waitUntilFinished] + 697
3   com.apple.Foundation          0x00007fff36df9ba7 __NSOPERATIONQUEUE_IS_WAITING_ON_AN_OPERATION__ + 17
4   com.apple.Foundation          0x00007fff36d23596 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 229
5   com.apple.dt.IDEFoundation    0x000000010a47686a __237-[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:withBuildOperation:buildParameters:schemeCommand:actionRecord:testRunSpecifications:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:]_block_invoke.331 + 10
6   com.apple.dt.DVTFoundation    0x000000010926268a __DVTOPERATIONGROUP_CREATED_BY_CALLEE_IS_WAITING_ON_SUBOPERATIONS__ + 164
7   com.apple.dt.DVTFoundation    0x00000001092628f6 -[DVTOperationGroup main] + 69
8   com.apple.Foundation          0x00007fff36dfaa80 __NSOPERATION_IS_INVOKING_MAIN__ + 17
9   com.apple.Foundation          0x00007fff36c60b44 -[NSOperation start] + 731
10  com.apple.dt.DVTFoundation    0x00000001092628a6 -[DVTOperationGroup start] + 113
11  com.apple.Foundation          0x00007fff36dfae8e __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
12  com.apple.Foundation          0x00007fff36c89f08 __NSOQSchedule_f + 182
13  libdispatch.dylib              0x00007fff6be09253 _dispatch_block_async_invoke2 + 83
14  libdispatch.dylib              0x00007fff6bdfd5ee _dispatch_client_callout + 8
15  libdispatch.dylib              0x00007fff6bdff7a0 _dispatch_continuation_pop + 414
16  libdispatch.dylib              0x00007fff6bdfee9e _dispatch_async_redirect_invoke + 703
17  libdispatch.dylib              0x00007fff6be0b8f5 _dispatch_root_queue_drain + 326
18  libdispatch.dylib              0x00007fff6be0c035 _dispatch_worker_thread2 + 92
19  libsystem_pthread.dylib        0x00007fff6c05672d _pthread_wqthread + 220
20  libsystem_pthread.dylib        0x00007fff6c0565db start_wqthread + 15


Thread 3:: Dispatch queue: IDE Source Control Fetch File Reference Status Processing Queue (QOS: BACKGROUND)
0   libsystem_kernel.dylib        0x00007fff6bf96152 semaphore_wait_trap + 10
1   libdispatch.dylib              0x00007fff6bdfda7d _dispatch_sema4_wait + 16
2   libdispatch.dylib              0x00007fff6bdfdf4a _dispatch_semaphore_wait_slow + 98
3   com.apple.dt.IDEFoundation    0x000000010a118547 __91-[IDESourceControlWorkingTree _updateStatus:forceAuthentication:workspace:completionBlock:]_block_invoke_2 + 355
4   com.apple.dt.DVTFoundation    0x00000001093a55c2 -[DVTOperation main] + 287
5   com.apple.Foundation          0x00007fff36dfaa80 __NSOPERATION_IS_INVOKING_MAIN__ + 17
6   com.apple.Foundation          0x00007fff36c60b44 -[NSOperation start] + 731
7   com.apple.Foundation          0x00007fff36dfae8e __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
8   com.apple.Foundation          0x00007fff36c89f08 __NSOQSchedule_f + 182
9   libdispatch.dylib              0x00007fff6bdfc663 _dispatch_call_block_and_release + 12
10  libdispatch.dylib              0x00007fff6bdfd5ee _dispatch_client_callout + 8
11  libdispatch.dylib              0x00007fff6bdff7a0 _dispatch_continuation_pop + 414
12  libdispatch.dylib              0x00007fff6bdfee9e _dispatch_async_redirect_invoke + 703
13  libdispatch.dylib              0x00007fff6be0b8f5 _dispatch_root_queue_drain + 326
14  libdispatch.dylib              0x00007fff6be0c035 _dispatch_worker_thread2 + 92
15  libsystem_pthread.dylib        0x00007fff6c05672d _pthread_wqthread + 220
16  libsystem_pthread.dylib        0x00007fff6c0565db start_wqthread + 15


Thread 4:
0   libsystem_kernel.dylib        0x00007fff6bf96116 mach_msg_trap + 10
1   libsystem_kernel.dylib        0x00007fff6bf9667c mach_msg + 60
2   com.apple.CoreFoundation      0x00007fff3453c7db __CFRunLoopServiceMachPort + 322
3   com.apple.CoreFoundation      0x00007fff3453bd77 __CFRunLoopRun + 1695
4   com.apple.CoreFoundation      0x00007fff3453b453 CFRunLoopRunSpecific + 499
5   com.apple.Foundation          0x00007fff36c50e0d -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
6   com.apple.DTDeviceKitBase      0x000000011fbd1de1 +[DTDKRemoteDeviceConnection startServiceBrowsers] + 217
7   com.apple.Foundation          0x00007fff36c47072 __NSThread__start__ + 1064
8   libsystem_pthread.dylib        0x00007fff6c059d76 _pthread_start + 125
9   libsystem_pthread.dylib        0x00007fff6c0565ef thread_start + 15


Thread 5:
0   libsystem_kernel.dylib        0x00007fff6bf96116 mach_msg_trap + 10
1   libsystem_kernel.dylib        0x00007fff6bf9667c mach_msg + 60
2   com.apple.CoreFoundation      0x00007fff3453c7db __CFRunLoopServiceMachPort + 322
3   com.apple.CoreFoundation      0x00007fff3453bd77 __CFRunLoopRun + 1695
4   com.apple.CoreFoundation      0x00007fff3453b453 CFRunLoopRunSpecific + 499
5   com.apple.Foundation          0x00007fff36c50e0d -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
6   com.apple.DTDeviceKitBase      0x000000011fbdfc5d -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 791
7   com.apple.Foundation          0x00007fff36c47072 __NSThread__start__ + 1064
8   libsystem_pthread.dylib        0x00007fff6c059d76 _pthread_start + 125
9   libsystem_pthread.dylib        0x00007fff6c0565ef thread_start + 15


Thread 6:: com.apple.CFSocket.private
0   libsystem_kernel.dylib        0x00007fff6bf9d79a __select + 10
1   com.apple.CoreFoundation      0x00007fff34569b6a __CFSocketManager + 632
2   libsystem_pthread.dylib        0x00007fff6c059d76 _pthread_start + 125
3   libsystem_pthread.dylib        0x00007fff6c0565ef thread_start + 15


Thread 7:: JavaScriptCore bmalloc scavenger
0   libsystem_kernel.dylib        0x00007fff6bf998c6 __psynch_cvwait + 10
1   libsystem_pthread.dylib        0x00007fff6c05a082 _pthread_cond_wait + 701
2   libc++.1.dylib                0x00007fff68fb781a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   com.apple.JavaScriptCore      0x00007fff38c5af74 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 84
4   com.apple.JavaScriptCore      0x00007fff38c5f41b bmalloc::Scavenger::threadRunLoop() + 331
5   com.apple.JavaScriptCore      0x00007fff38c5ef99 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 9
6   com.apple.JavaScriptCore      0x00007fff38c605d7 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scavenger*> >(void*) + 39
7   libsystem_pthread.dylib        0x00007fff6c059d76 _pthread_start + 125
8   libsystem_pthread.dylib        0x00007fff6c0565ef thread_start + 15


Thread 8:: Dispatch queue: NSOperationQueue 0x7ff0c65d5e30 (QOS: UNSPECIFIED)
0   libsystem_kernel.dylib        0x00007fff6bf998c6 __psynch_cvwait + 10
1   libsystem_pthread.dylib        0x00007fff6c05a082 _pthread_cond_wait + 701
2   com.apple.Foundation          0x00007fff36cf04e3 -[NSOperation waitUntilFinished] + 697
3   com.apple.Foundation          0x00007fff36df9ba7 __NSOPERATIONQUEUE_IS_WAITING_ON_AN_OPERATION__ + 17
4   com.apple.Foundation          0x00007fff36d23596 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 229
5   com.apple.dt.IDEFoundation    0x000000010a2d0c5b __189-[IDETestRunSession testOperationForTestRunSpecifications:executionEnvironment:actionRecord:schemeIdentifier:outSchemeActionResultOperation:launchParametersBlock:actionCallbackBlock:error:]_block_invoke.219 + 10
6   com.apple.dt.DVTFoundation    0x000000010926268a __DVTOPERATIONGROUP_CREATED_BY_CALLEE_IS_WAITING_ON_SUBOPERATIONS__ + 164
7   com.apple.dt.DVTFoundation    0x00000001092628f6 -[DVTOperationGroup main] + 69
8   com.apple.Foundation          0x00007fff36dfaa80 __NSOPERATION_IS_INVOKING_MAIN__ + 17
9   com.apple.Foundation          0x00007fff36c60b44 -[NSOperation start] + 731
10  com.apple.dt.DVTFoundation    0x00000001092628a6 -[DVTOperationGroup start] + 113
11  com.apple.Foundation          0x00007fff36dfae8e __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
12  com.apple.Foundation          0x00007fff36c89f08 __NSOQSchedule_f + 182
13  libdispatch.dylib              0x00007fff6be09253 _dispatch_block_async_invoke2 + 83
14  libdispatch.dylib              0x00007fff6bdfd5ee _dispatch_client_callout + 8
15  libdispatch.dylib              0x00007fff6bdff7a0 _dispatch_continuation_pop + 414
16  libdispatch.dylib              0x00007fff6bdfee9e _dispatch_async_redirect_invoke + 703
17  libdispatch.dylib              0x00007fff6be0b8f5 _dispatch_root_queue_drain + 326
18  libdispatch.dylib              0x00007fff6be0c035 _dispatch_worker_thread2 + 92
19  libsystem_pthread.dylib        0x00007fff6c05672d _pthread_wqthread + 220
20  libsystem_pthread.dylib        0x00007fff6c0565db start_wqthread + 15


Thread 9:: Dispatch queue: NSOperationQueue 0x7ff0c65c4ad0 (QOS: UNSPECIFIED)
0   libsystem_kernel.dylib        0x00007fff6bf998c6 __psynch_cvwait + 10
1   libsystem_pthread.dylib        0x00007fff6c05a082 _pthread_cond_wait + 701
2   com.apple.Foundation          0x00007fff36cf04e3 -[NSOperation waitUntilFinished] + 697
3   com.apple.Foundation          0x00007fff36df9ba7 __NSOPERATIONQUEUE_IS_WAITING_ON_AN_OPERATION__ + 17
4   com.apple.Foundation          0x00007fff36d23596 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 229
5   com.apple.dt.IDEFoundation    0x000000010a4765e2 __237-[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:withBuildOperation:buildParameters:schemeCommand:actionRecord:testRunSpecifications:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:]_block_invoke_5 + 10
6   com.apple.dt.DVTFoundation    0x000000010926268a __DVTOPERATIONGROUP_CREATED_BY_CALLEE_IS_WAITING_ON_SUBOPERATIONS__ + 164
7   com.apple.dt.DVTFoundation    0x00000001092628f6 -[DVTOperationGroup main] + 69
8   com.apple.Foundation          0x00007fff36dfaa80 __NSOPERATION_IS_INVOKING_MAIN__ + 17
9   com.apple.Foundation          0x00007fff36c60b44 -[NSOperation start] + 731
10  com.apple.dt.DVTFoundation    0x00000001092628a6 -[DVTOperationGroup start] + 113
11  com.apple.Foundation          0x00007fff36dfae8e __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
12  com.apple.Foundation          0x00007fff36c89f08 __NSOQSchedule_f + 182
13  libdispatch.dylib              0x00007fff6be09253 _dispatch_block_async_invoke2 + 83
14  libdispatch.dylib              0x00007fff6bdfd5ee _dispatch_client_callout + 8
15  libdispatch.dylib              0x00007fff6bdff7a0 _dispatch_continuation_pop + 414
16  libdispatch.dylib              0x00007fff6bdfee9e _dispatch_async_redirect_invoke + 703
17  libdispatch.dylib              0x00007fff6be0b8f5 _dispatch_root_queue_drain + 326
18  libdispatch.dylib              0x00007fff6be0c035 _dispatch_worker_thread2 + 92
19  libsystem_pthread.dylib        0x00007fff6c05672d _pthread_wqthread + 220
20  libsystem_pthread.dylib        0x00007fff6c0565db start_wqthread + 15


Thread 10:
0   libsystem_pthread.dylib        0x00007fff6c0565cc start_wqthread + 0


Thread 11:: Dispatch queue: NSOperationQueue 0x7ff0c65fa8b0 (QOS: UNSPECIFIED)
0   libsystem_kernel.dylib        0x00007fff6bf998c6 __psynch_cvwait + 10
1   libsystem_pthread.dylib        0x00007fff6c05a082 _pthread_cond_wait + 701
2   com.apple.Foundation          0x00007fff36cf04e3 -[NSOperation waitUntilFinished] + 697
3   com.apple.Foundation          0x00007fff36df9ba7 __NSOPERATIONQUEUE_IS_WAITING_ON_AN_OPERATION__ + 17
4   com.apple.Foundation          0x00007fff36d23596 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 229
5   com.apple.dt.IDEFoundation    0x000000010a47663d __237-[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:withBuildOperation:buildParameters:schemeCommand:actionRecord:testRunSpecifications:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:]_block_invoke.273 + 10
6   com.apple.dt.DVTFoundation    0x000000010926268a __DVTOPERATIONGROUP_CREATED_BY_CALLEE_IS_WAITING_ON_SUBOPERATIONS__ + 164
7   com.apple.dt.DVTFoundation    0x00000001092628f6 -[DVTOperationGroup main] + 69
8   com.apple.Foundation          0x00007fff36dfaa80 __NSOPERATION_IS_INVOKING_MAIN__ + 17
9   com.apple.Foundation          0x00007fff36c60b44 -[NSOperation start] + 731
10  com.apple.dt.DVTFoundation    0x00000001092628a6 -[DVTOperationGroup start] + 113
11  com.apple.Foundation          0x00007fff36dfae8e __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
12  com.apple.Foundation          0x00007fff36c89f08 __NSOQSchedule_f + 182
13  libdispatch.dylib              0x00007fff6be09253 _dispatch_block_async_invoke2 + 83
14  libdispatch.dylib              0x00007fff6bdfd5ee _dispatch_client_callout + 8
15  libdispatch.dylib              0x00007fff6bdff7a0 _dispatch_continuation_pop + 414
16  libdispatch.dylib              0x00007fff6bdfee9e _dispatch_async_redirect_invoke + 703
17  libdispatch.dylib              0x00007fff6be0b8f5 _dispatch_root_queue_drain + 326
18  libdispatch.dylib              0x00007fff6be0c035 _dispatch_worker_thread2 + 92
19  libsystem_pthread.dylib        0x00007fff6c05672d _pthread_wqthread + 220
20  libsystem_pthread.dylib        0x00007fff6c0565db start_wqthread + 15


Thread 12:: com.apple.CFStream.LegacyThread
0   libsystem_kernel.dylib        0x00007fff6bf96116 mach_msg_trap + 10
1   libsystem_kernel.dylib        0x00007fff6bf9667c mach_msg + 60
2   com.apple.CoreFoundation      0x00007fff3453c7db __CFRunLoopServiceMachPort + 322
3   com.apple.CoreFoundation      0x00007fff3453bd77 __CFRunLoopRun + 1695
4   com.apple.CoreFoundation      0x00007fff3453b453 CFRunLoopRunSpecific + 499
5   com.apple.CoreFoundation      0x00007fff345e4b7f _legacyStreamRunLoop_workThread + 251
6   libsystem_pthread.dylib        0x00007fff6c059d76 _pthread_start + 125
7   libsystem_pthread.dylib        0x00007fff6c0565ef thread_start + 15


Thread 13:: com.apple.NSEventThread
0   libsystem_kernel.dylib        0x00007fff6bf96116 mach_msg_trap + 10
1   libsystem_kernel.dylib        0x00007fff6bf9667c mach_msg + 60
2   com.apple.CoreFoundation      0x00007fff3453c7db __CFRunLoopServiceMachPort + 322
3   com.apple.CoreFoundation      0x00007fff3453bd77 __CFRunLoopRun + 1695
4   com.apple.CoreFoundation      0x00007fff3453b453 CFRunLoopRunSpecific + 499
5   com.apple.AppKit              0x00007fff317a4522 _NSEventThread + 132
6   libsystem_pthread.dylib        0x00007fff6c059d76 _pthread_start + 125
7   libsystem_pthread.dylib        0x00007fff6c0565ef thread_start + 15


Thread 14:: DYMobileDeviceManager
0   libsystem_kernel.dylib        0x00007fff6bf96116 mach_msg_trap + 10
1   libsystem_kernel.dylib        0x00007fff6bf9667c mach_msg + 60
2   com.apple.CoreFoundation      0x00007fff3453c7db __CFRunLoopServiceMachPort + 322
3   com.apple.CoreFoundation      0x00007fff3453bd77 __CFRunLoopRun + 1695
4   com.apple.CoreFoundation      0x00007fff3453b453 CFRunLoopRunSpecific + 499
5   com.apple.Foundation          0x00007fff36c50e0d -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
6   com.apple.Foundation          0x00007fff36c50d26 -[NSRunLoop(NSRunLoop) run] + 76
7   com.apple.GPUToolsMobileFoundation 0x0000000124de806e -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8   com.apple.Foundation          0x00007fff36c47072 __NSThread__start__ + 1064
9   libsystem_pthread.dylib        0x00007fff6c059d76 _pthread_start + 125
10  libsystem_pthread.dylib        0x00007fff6c0565ef thread_start + 15


Thread 15:
0   libsystem_pthread.dylib        0x00007fff6c0565cc start_wqthread + 0


Thread 16:: Dispatch queue: NSOperationQueue 0x7ff0c66c6270 (QOS: UNSPECIFIED)
0   libsystem_kernel.dylib        0x00007fff6bf998c6 __psynch_cvwait + 10
1   libsystem_pthread.dylib        0x00007fff6c05a082 _pthread_cond_wait + 701
2   com.apple.Foundation          0x00007fff36cf04e3 -[NSOperation waitUntilFinished] + 697
3   com.apple.Foundation          0x00007fff36df9ba7 __NSOPERATIONQUEUE_IS_WAITING_ON_AN_OPERATION__ + 17
4   com.apple.Foundation          0x00007fff36d23596 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 229
5   com.apple.dt.IDEFoundation    0x000000010a476649 __237-[IDETestSchemeAction testOperationWithSchemeOperationParameters:testManager:withBuildOperation:buildParameters:schemeCommand:actionRecord:testRunSpecifications:coverageBuildableInfos:deviceAvailableChecker:outError:actionCallbackBlock:]_block_invoke_2.279 + 10
6   com.apple.dt.DVTFoundation    0x000000010926268a __DVTOPERATIONGROUP_CREATED_BY_CALLEE_IS_WAITING_ON_SUBOPERATIONS__ + 164
7   com.apple.dt.DVTFoundation    0x00000001092628f6 -[DVTOperationGroup main] + 69
8   com.apple.Foundation          0x00007fff36dfaa80 __NSOPERATION_IS_INVOKING_MAIN__ + 17
9   com.apple.Foundation          0x00007fff36c60b44 -[NSOperation start] + 731
10  com.apple.dt.DVTFoundation    0x00000001092628a6 -[DVTOperationGroup start] + 113
11  com.apple.Foundation          0x00007fff36dfae8e __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
12  com.apple.Foundation          0x00007fff36c89f08 __NSOQSchedule_f + 182
13  libdispatch.dylib              0x00007fff6be09253 _dispatch_block_async_invoke2 + 83
14  libdispatch.dylib              0x00007fff6bdfd5ee _dispatch_client_callout + 8
15  libdispatch.dylib              0x00007fff6bdff7a0 _dispatch_continuation_pop + 414
16  libdispatch.dylib              0x00007fff6bdfee9e _dispatch_async_redirect_invoke + 703
17  libdispatch.dylib              0x00007fff6be0b8f5 _dispatch_root_queue_drain + 326
18  libdispatch.dylib              0x00007fff6be0c035 _dispatch_worker_thread2 + 92
19  libsystem_pthread.dylib        0x00007fff6c05672d _pthread_wqthread + 220
20  libsystem_pthread.dylib        0x00007fff6c0565db start_wqthread + 15


Thread 17:: Dispatch queue: NSOperationQueue 0x7ff0c45b4d30 (QOS: UNSPECIFIED)
0   libsystem_kernel.dylib        0x00007fff6bf998c6 __psynch_cvwait + 10
1   libsystem_pthread.dylib        0x00007fff6c05a082 _pthread_cond_wait + 701
2   com.apple.Foundation          0x00007fff36cf04e3 -[NSOperation waitUntilFinished] + 697
3   com.apple.Foundation          0x00007fff36df9ba7 __NSOPERATIONQUEUE_IS_WAITING_ON_AN_OPERATION__ + 17
4   com.apple.Foundation          0x00007fff36d23596 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 229
5   com.apple.dt.IDEFoundation    0x000000010a1bf068 __61-[IDETestRunner _testRunOperationWithLaunchParameters:error:]_block_invoke + 10
6   com.apple.dt.DVTFoundation    0x000000010926268a __DVTOPERATIONGROUP_CREATED_BY_CALLEE_IS_WAITING_ON_SUBOPERATIONS__ + 164
7   com.apple.dt.DVTFoundation    0x00000001092628f6 -[DVTOperationGroup main] + 69
8   com.apple.Foundation          0x00007fff36dfaa80 __NSOPERATION_IS_INVOKING_MAIN__ + 17
9   com.apple.Foundation          0x00007fff36c60b44 -[NSOperation start] + 731
10  com.apple.dt.DVTFoundation    0x00000001092628a6 -[DVTOperationGroup start] + 113
11  com.apple.Foundation          0x00007fff36dfae8e __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
12  com.apple.Foundation          0x00007fff36c89f08 __NSOQSchedule_f + 182
13  libdispatch.dylib              0x00007fff6be09253 _dispatch_block_async_invoke2 + 83
14  libdispatch.dylib              0x00007fff6bdfd5ee _dispatch_client_callout + 8
15  libdispatch.dylib              0x00007fff6bdff7a0 _dispatch_continuation_pop + 414
16  libdispatch.dylib              0x00007fff6bdfee9e _dispatch_async_redirect_invoke + 703
17  libdispatch.dylib              0x00007fff6be0b8f5 _dispatch_root_queue_drain + 326
18  libdispatch.dylib              0x00007fff6be0c035 _dispatch_worker_thread2 + 92
19  libsystem_pthread.dylib        0x00007fff6c05672d _pthread_wqthread + 220
20  libsystem_pthread.dylib        0x00007fff6c0565db start_wqthread + 15


Thread 18:: Dispatch queue: DVTOperationGroup: com.apple.dt.xctest.target-runner (QOS: UNSPECIFIED)
0   libsystem_kernel.dylib        0x00007fff6bf998c6 __psynch_cvwait + 10
1   libsystem_pthread.dylib        0x00007fff6c05a082 _pthread_cond_wait + 701
2   com.apple.Foundation          0x00007fff36cf04e3 -[NSOperation waitUntilFinished] + 697
3   com.apple.Foundation          0x00007fff36df9ba7 __NSOPERATIONQUEUE_IS_WAITING_ON_AN_OPERATION__ + 17
4   com.apple.Foundation          0x00007fff36d23596 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 229
5   com.apple.dt.IDEFoundation    0x000000010a1bf4a8 __40-[IDETestRunner testOperationWithError:]_block_invoke + 10
6   com.apple.dt.DVTFoundation    0x000000010926268a __DVTOPERATIONGROUP_CREATED_BY_CALLEE_IS_WAITING_ON_SUBOPERATIONS__ + 164
7   com.apple.dt.DVTFoundation    0x00000001092628f6 -[DVTOperationGroup main] + 69
8   com.apple.Foundation          0x00007fff36dfaa80 __NSOPERATION_IS_INVOKING_MAIN__ + 17
9   com.apple.Foundation          0x00007fff36c60b44 -[NSOperation start] + 731
10  com.apple.dt.DVTFoundation    0x00000001092628a6 -[DVTOperationGroup start] + 113
11  com.apple.Foundation          0x00007fff36dfae8e __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 17
12  com.apple.Foundation          0x00007fff36c89f08 __NSOQSchedule_f + 182
13  libdispatch.dylib              0x00007fff6be09253 _dispatch_block_async_invoke2 + 83
14  libdispatch.dylib              0x00007fff6bdfd5ee _dispatch_client_callout + 8
15  libdispatch.dylib              0x00007fff6bdff7a0 _dispatch_continuation_pop + 414
16  libdispatch.dylib              0x00007fff6bdfee9e _dispatch_async_redirect_invoke + 703
17  libdispatch.dylib              0x00007fff6be0b8f5 _dispatch_root_queue_drain + 326
18  libdispatch.dylib              0x00007fff6be0c035 _dispatch_worker_thread2 + 92
19  libsystem_pthread.dylib        0x00007fff6c05672d _pthread_wqthread + 220
20  libsystem_pthread.dylib        0x00007fff6c0565db start_wqthread + 15


Thread 19:
0   libsystem_pthread.dylib        0x00007fff6c0565cc start_wqthread + 0


Thread 20:
0   libsystem_pthread.dylib        0x00007fff6c0565cc start_wqthread + 0


Thread 21:
0   libsystem_pthread.dylib        0x00007fff6c0565cc start_wqthread + 0


Thread 22:
0   libsystem_pthread.dylib        0x00007fff6c0565cc start_wqthread + 0


Thread 23:: Connection::RunLoop() packet reading thread
0   libsystem_kernel.dylib        0x00007fff6bf97e46 read + 10
1   com.apple.LLDBRPC              0x0000000117cb4221 rpc_common::RPCConnectionSocket::Read(std::__1::basic_string<unsigned char, std::__1::char_traits<unsigned char>, std::__1::allocator<unsigned char> >&, bool) + 173
2   com.apple.LLDBRPC              0x0000000117c93cba rpc_common::Connection::ReceivePacket(rpc_common::RPCPacket&) + 148
3   com.apple.LLDBRPC              0x0000000117c93ad1 rpc_common::Connection::RunLoop() + 203
4   com.apple.LLDBRPC              0x0000000117c97f6f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, rpc_common::Connection::AdoptUnixSocket(int)::$_0> >(void*) + 42
5   libsystem_pthread.dylib        0x00007fff6c059d76 _pthread_start + 125
6   libsystem_pthread.dylib        0x00007fff6c0565ef thread_start + 15


Thread 24:: IOReader::ReadThread() for fd 62
0   libsystem_kernel.dylib        0x00007fff6bf9d79a __select + 10
1   com.apple.LLDBRPC              0x0000000117ca871d IOReader::ReadThread(std::__1::function<bool (void const*, unsigned long)>) + 355
2   com.apple.LLDBRPC              0x0000000117ca8b74 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, IOReader::StartReadThread(std::__1::function<bool (void const*, unsigned long)>)::$_0> >(void*) + 90
3   libsystem_pthread.dylib        0x00007fff6c059d76 _pthread_start + 125
4   libsystem_pthread.dylib        0x00007fff6c0565ef thread_start + 15


Thread 25:
0   libsystem_kernel.dylib        0x00007fff6bf9b456 __wait4 + 10
1   com.apple.LLDBRPC              0x0000000117cac2a7 PosixSpawn::ReapProcess(int, int*, int*) + 69
2   com.apple.LLDBRPC              0x0000000117c9863f void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, rpc_common::Connection::SpawnRPCServerProcess()::$_2> >(void*) + 67
3   libsystem_pthread.dylib        0x00007fff6c059d76 _pthread_start + 125
4   libsystem_pthread.dylib        0x00007fff6c0565ef thread_start + 15


Thread 26:: <DBGLLDBSessionThread (pid=34457)>
0   libsystem_kernel.dylib        0x00007fff6bf998c6 __psynch_cvwait + 10
1   libsystem_pthread.dylib        0x00007fff6c05a082 _pthread_cond_wait + 701
2   libc++.1.dylib                0x00007fff68fb781a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18
3   com.apple.LLDBRPC              0x0000000117c95aa0 Packets::GetPacket(rpc_common::RPCPacket&) + 240
4   com.apple.LLDBRPC              0x0000000117c949f8 PacketMap::WaitForResponse(rpc_common::RPCPacket const&, rpc_common::RPCPacket&) + 46
5   com.apple.LLDBRPC              0x0000000117c948b8 rpc_common::Connection::SendPacketAndWaitForResponse(rpc_common::RPCPacket&, rpc_common::RPCPacket&) + 90
6   com.apple.LLDBRPC              0x0000000117c94717 rpc_common::Connection::SendRPCCallAndWaitForResponse(rpc_common::RPCStream&, rpc_common::RPCStream&) + 127
7   com.apple.LLDBRPC              0x0000000117ca1828 lldb_rpc::SBListener::WaitForEvent(unsigned int, lldb_rpc::SBEvent&) + 236
8   com.apple.dt.dbg.DebuggerLLDB 0x0000000119d6f3de -[LLDBRPCListener WaitForEvent:event:] + 31
9   com.apple.dt.dbg.DebuggerLLDB 0x0000000119d5626d DBGLLDBSessionThread(void*) + 5000
10  libsystem_pthread.dylib        0x00007fff6c059d76 _pthread_start + 125
11  libsystem_pthread.dylib        0x00007fff6c0565ef thread_start + 15


Thread 27:
0   libsystem_pthread.dylib        0x00007fff6c0565cc start_wqthread + 0


Thread 28:
0   libsystem_kernel.dylib        0x00007fff6bf99fe2 __semwait_signal + 10
1   libsystem_c.dylib              0x00007fff6bf1cf0a nanosleep + 196
2   com.apple.CoreSymbolicationDT 0x000000010be496c8 cleaner_thread_main(void*) + 41
3   libsystem_pthread.dylib        0x00007fff6c059d76 _pthread_start + 125
4   libsystem_pthread.dylib        0x00007fff6c0565ef thread_start + 15


Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000117df7d40  rcx: 0x00007ffee6af6b98  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffee6af6bc0  rsp: 0x00007ffee6af6b98
   r8: 0x000000010b69cf60   r9: 0x0000000000000012  r10: 0x0000000000000000  r11: 0x0000000000000246
  r12: 0x0000000000000307  r13: 0x0000000000000000  r14: 0x0000000000000006  r15: 0x0000000000000016
  rip: 0x00007fff6bf9c44e  rfl: 0x0000000000000246  cr2: 0x00000001178a7000
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133




Binary Images:
       0x109106000 -        0x109108ff7  com.apple.dt.Xcode (10.3 - 14492.2) <88D6E291-78F7-38A6-8780-059FA5670AB8> /Applications/Xcode.app/Contents/MacOS/Xcode
       0x109118000 -        0x1096ddfff  com.apple.dt.DVTFoundation (10.3 - 14492.1) <10B5F933-A35A-3C05-A1D3-A475A07A2136> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
       0x10994d000 -        0x109d92ff7  com.apple.dt.DVTKit (10.3 - 14492.1) <EC47AFEE-2771-3D75-8E6B-FD01F2034C57> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
       0x10a0e1000 -        0x10a7ffff7  com.apple.dt.IDEFoundation (10.3 - 14492.2) <FE849BD5-D90B-3E22-81E1-642EDF9F6FDC> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
       0x10ad13000 -        0x10b66cfff  com.apple.dt.IDEKit (10.3 - 14492.2) <F520E1B7-A66A-3B19-A8A7-1D4B53CBB8FE> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
       0x10bd90000 -        0x10bda0ff7  com.apple.dt.DVTJRPC (1.0 - 1) <B76E1717-7765-33ED-8DD2-FAA09F07C0BA> /Applications/Xcode.app/Contents/SharedFrameworks/DVTJRPC.framework/Versions/A/DVTJRPC
       0x10bdbb000 -        0x10bdc2ff7  com.apple.dt.DVTDeviceControlServices (1.0 - 1) <7E0ABB0F-CCD1-3637-8CA9-08565E08B212> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceControlServices.framework/Versions/A/DVTDeviceControlServices
       0x10bdd6000 -        0x10be14ff7  com.apple.DebugSymbols (192 - 192) <44D38932-F8B8-3936-9DEF-BACBF807E506> /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT
       0x10be3a000 -        0x10bebfff7  com.apple.CoreSymbolicationDT (10.2.1 - 64492.1) <C00F505B-9889-37DA-BC76-43FF3AC0D2FE> /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT
       0x10bf12000 -        0x10bf37fff  com.apple.dt.instruments.DTXConnectionServices (10.2.1 - 64492.1) <8656EDF2-C9EE-3B09-8860-395969C0AB25> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
       0x10bf5d000 -        0x10c01afff  com.apple.dt.instruments.DVTInstrumentsFoundation (10.2.1 - 64492.1) <C87892FB-2450-3F3C-8EB0-D1E1707DB5EE> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation
       0x10c0c6000 -        0x10c151fd7  com.apple.SymbolicationDT (10.2.1 - 64492.1) <3DA1ECDF-AE34-39D0-B051-6FDAC1CD806A> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT
       0x10c1ac000 -        0x10c1b3ffb  com.apple.kperfdataDT (1.0 - 1) <53B6EF76-EF18-393B-A06F-81784F790103> /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT
       0x10c1c1000 -        0x10c1f5fff  com.apple.libktrace (1.0 - 271.250.1) <965C095A-46D0-3E27-ADCB-52B0E2D074CE> /Applications/Xcode.app/Contents/SharedFrameworks/ktraceDT.framework/Versions/A/ktraceDT
       0x10c215000 -        0x10c248fff  com.apple.dt.instruments.DVTInstrumentsUtilities (10.2.1 - 64492.1) <1C607EA8-323B-3A90-9D1E-C0264A17C442> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities
       0x10c28b000 -        0x10c295ffb  com.apple.dt.DVTServices (10.3 - 14492.1) <A32E5E57-06BA-3142-91D4-B29747A320A6> /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices
       0x10c2a7000 -        0x10c2e8ffb  com.apple.dt.DVTPortal (10.3 - 1) <47854637-B5A6-3B6A-B1E6-0C2F5D4C42C5> /Applications/Xcode.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal
       0x10c31e000 -        0x10c449fff  com.apple.dt.XCTest (1.0 - 14490.71) <243852E5-3D8D-396D-A261-05BF4D0EF66D> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest
       0x10c511000 -        0x10c529ff3  com.apple.dt.DVTDeviceFoundation (10.3 - 1) <EE83025A-9D5D-3FF0-BD2D-2BDE57007B26> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/Versions/A/DVTDeviceFoundation
       0x10c543000 -        0x10c543ff7  com.apple.assetvalidation-plugin (1.0 - 1) <8AEE0F30-D407-36CD-B11D-9A65F0B4CE22> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/assetvalidation.xcplugin/Contents/MacOS/assetvalidation
       0x10c548000 -        0x10c57eff3  com.apple.dt.XCTAutomationSupport (1.0 - 14490.71) <A4880E74-668C-37AF-B98D-F64528883BFF> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/Versions/A/XCTAutomationSupport
       0x10c5fa000 -        0x11074dff3 +libclang.dylib (1001.0.46.4) <2261B705-D4AF-3FEA-AD1F-780DE705CAA4> /Applications/Xcode.app/Contents/Frameworks/libclang.dylib
       0x111bbd000 -        0x111c39ff7  com.apple.dt.SourceKit (1.0 - 14490.29) <9851F13E-A368-3B9C-92C6-36D3F35F0CC6> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/SourceKit
       0x111c74000 -        0x113ceeff7 +libLTO.dylib (1001.0.46.4) <853C8731-8431-3470-897D-BB92E7DEC2DC> /Applications/Xcode.app/Contents/Frameworks/libLTO.dylib
       0x114430000 -        0x1144aeff7  com.apple.dt.DVTAnalytics (1.0 - 1) <1520A2A0-3640-37C9-B5DB-B9583C3C5D36> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics
       0x114530000 -        0x114565ff7  com.apple.dt.DVTDocumentation (1.0 - 14492.1) <86847005-A960-3FD4-8E84-56AB6A2D10B8> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/DVTDocumentation
       0x1145a7000 -        0x1146a6fff  com.apple.DNTDocumentationModel (1.0 - 14490.35) <F63B6C9C-15E2-3878-9675-6CCBF8A3FF42> /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationModel.framework/Versions/A/DNTDocumentationModel
       0x114821000 -        0x11499ffff  com.apple.DNTDocumentationSupport (1.0 - 14490.35) <517D884A-6379-3917-910A-A4291912EF1D> /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationSupport.framework/Versions/A/DNTDocumentationSupport
       0x114af6000 -        0x114b0fff7  com.apple.dt.XCTDaemonControl (1.0 - 14490.71) <6B14777A-FA3C-34F4-9CA0-6B861C6C99CD> /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControl.framework/Versions/A/XCTDaemonControl
       0x114b31000 -        0x114c48fff  com.apple.LocFramework (2.0 - 54) <6B8FED93-FE9B-3642-AB5C-8BF179F15C9B> /Applications/Xcode.app/Contents/SharedFrameworks/Localization.framework/Versions/A/Localization
       0x114cac000 -        0x114d37fff  com.apple.dt.Xcode.DVTSourceControl (10.3 - 14490.33) <35D346BD-8211-3E0D-AC7A-F75DB1F935CA> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
       0x114d95000 -        0x114dafffb  com.apple.dt.XcodeKit (10.3 - 14492.2) <BA438ED1-F9B8-351A-BBE6-D7BC13FCDED0> /Applications/Xcode.app/Contents/Developer/Library/Frameworks/XcodeKit.framework/Versions/A/XcodeKit
       0x114dcb000 -        0x114e42ff7  com.apple.DNTSourceKitSupport (1.0 - 14490.35) <2F9BB86A-02F7-3CE0-9BC5-7506D4B9F47E> /Applications/Xcode.app/Contents/SharedFrameworks/DNTSourceKitSupport.framework/Versions/A/DNTSourceKitSupport
       0x114e94000 -        0x114f19ff7 +SKToolchain.dylib (14490.29) <CF912291-450D-3982-9E84-2395102331C9> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/XPCServices/com.apple.dt.SKAgent.xpc/Contents/Frameworks/SKToolchain.dylib
       0x114f4b000 -        0x114fb4ff7 +SKIPC.dylib (14490.29) <5464B371-6E48-3527-B4A8-6AB3F351790D> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/XPCServices/com.apple.dt.SKAgent.xpc/Contents/Frameworks/SKIPC.dylib
       0x114fe7000 -        0x11504bffb +SKSupport.dylib (14490.29) <6906A4BC-CFDC-3688-8FDB-AF9C6DD75D25> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/XPCServices/com.apple.dt.SKAgent.xpc/Contents/Frameworks/SKSupport.dylib
       0x115079000 -        0x1150a3fff  com.apple.dt.DVTAnalyticsClient (10.3 - 1) <58A5420B-AF25-3D9A-9174-E8465AC741C4> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient
       0x1150f5000 -        0x1151eefff  com.apple.DNTTransformer (1.0 - 14490.35) <CF231269-B35D-329D-B8D2-4B460B57ECB6> /Applications/Xcode.app/Contents/SharedFrameworks/DNTTransformer.framework/Versions/A/DNTTransformer
       0x1152ca000 -        0x1152fffff  com.apple.dt.IDEProducts (1.0 - 1) <67529018-7340-3A99-A5C4-1AE7BD4A0878> /Applications/Xcode.app/Contents/SharedFrameworks/IDEProducts.framework/Versions/A/IDEProducts
       0x115329000 -        0x11532bff7  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <7C26F1CB-7342-36A0-9058-E57A559C80E6> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
       0x115334000 -        0x1153fbfff  com.apple.dt.instruments.DTGraphKit (10.2.1 - 64492.1) <18940F1C-3471-3D49-9661-1E58F2962390> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
       0x1154ad000 -        0x1154afff3  com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) <3EDEC11B-81A1-30ED-9BF9-298EE5CFD7F1> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore
       0x1154ba000 -        0x1154bfff7  com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) <E77A8940-5DD1-332B-B63D-1BC7FEF8CA2D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore
       0x116b3e000 -        0x116b44ff7  com.apple.dt.DVTPlaygroundCommunication (1.0 - 14490.7) <51ADE451-0302-3592-B029-5B2FF30A8F8E> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
       0x116b5b000 -        0x116b7bff3  com.apple.IBCocoaTouchToolFoundation (10.3 - 14490.49) <F8B266B9-4C40-3465-AE1E-68DE3B568E09> /Applications/Xcode.app/Contents/Frameworks/IBCocoaTouchToolFoundation.framework/Versions/A/IBCocoaTouchToolFoundation
       0x116bae000 -        0x116bafff7 +liblaunch_sim.dylib (972.50.27) <445C6A24-649F-34E5-9781-6C227520CD79> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.3.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
       0x116bb5000 -        0x116bb6ff3 +liblaunch_sim.dylib (1336.200.98) <1D094627-935B-3C39-A3EB-6A8323C4B6A9> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 12.0.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
       0x116bc0000 -        0x116bd0ffb  com.apple.DTDeviceKit (4.2 - 14490.49) <3AEFDB98-B114-37D9-96AE-0B99586AD668> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
       0x116be4000 -        0x116bfdff7  com.apple.dt.IDE.IDEInterfaceBuilderiOSIntegration (10.3 - 14490.49) <33A9BBA9-6673-341F-83CC-5D52CD7D0AA3> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderiOSIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSIntegration
       0x116c2f000 -        0x116c30ff3 +liblaunch_sim.dylib (1336.264.3) <B5003D24-CFFD-3C25-AFD9-A793FAE08C0C> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/watchOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
       0x116c36000 -        0x116c37ff3 +liblaunch_sim.dylib (1336.260.13) <BB1DB2EC-F2F3-3082-A04B-621F61BAD8FD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
       0x116c3d000 -        0x116c3eff3 +liblaunch_sim.dylib (1336.260.13) <55108802-DDC0-337D-847C-F6EB480218B4> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/tvOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
       0x116c49000 -        0x116c4efff  com.apple.dt.IDE.IDEInterfaceBuilderEditorDFRSupport (10.3 - 14490.7) <58BA3EA7-16E5-3814-BEDE-07E4AEBB27BE> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderEditorDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderEditorDFRSupport
       0x117594000 -        0x117597047  libobjc-trampolines.dylib (778) <E91AC0EC-EA51-39E3-884C-842BB56236D8> /usr/lib/libobjc-trampolines.dylib
       0x11759d000 -        0x1175c8ff7 +libMainThreadChecker.dylib (64492.1) <DF7D65B7-9DD4-3115-9F79-579CEA79A98A> /Applications/Xcode.app/Contents/Developer/usr/lib/libMainThreadChecker.dylib
       0x1177c9000 -        0x1177effff  com.apple.dt.IDE.IDEInterfaceBuilderDFRSupport (10.3 - 14490.12) <DD39B2D4-5534-3CFF-B063-E6507978B798> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderDFRSupport
       0x117841000 -        0x117841fff  com.apple.IDEWatchKit1SupportUI (10.3 - 14490.6) <0E4938F9-AB69-31F1-828C-9D524CBDC4F7> /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI
       0x117849000 -        0x117849ff7  com.apple.Metal (1.0 - 1) <6281F63B-C104-3FDE-8445-86C304BDC2B6> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
       0x11785e000 -        0x11785efff  com.apple.IBCompilerPlugin (10.3 - 14490.70) <A7A39CFD-3E6E-3372-A421-D3CD071A7542> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/IBCompilerPlugin.xcplugin/Contents/MacOS/IBCompilerPlugin
       0x117864000 -        0x117864ff7  com.apple.xcode.compilers.coredata (12.3 - 14492.1) <F975D2F6-1249-335A-AB38-53FDC082F53F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
       0x11786a000 -        0x11786aff7  com.apple.compilers.clang (12.3 - 14492.1) <0D766249-743A-37D8-8534-FD9CFA957D7F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Clang LLVM 1.0.xcplugin/Contents/MacOS/Clang LLVM 1.0
       0x11787b000 -        0x11787cfff  com.apple.dt.IDEWatchSupportCore (1.0 - 1) <2698D588-5C1A-34CF-8A06-9F8046CB85F6> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore
       0x11788d000 -        0x117897fff  com.apple.xcode.plug-in.CoreBuildTasks (12.3 - 14492.1) <FE9B4DF9-247B-37D4-AE5C-7DFF2831C24C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
       0x1178a2000 -        0x1178a2fff  com.apple.GLToolsMobileFoundation (1.0 - 24215) <63BB112B-060C-34F2-BC92-3C1FBC9FAC3F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation
       0x1178b7000 -        0x1178beff7  com.apple.dt.IDE.IDEOSXSupportCore (10.3 - 14490.6) <C92B2326-54A7-3D5E-B7AB-5FA0C1CAE4ED> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
       0x1178e7000 -        0x11793bff3  com.apple.dt.dbg.DebuggerFoundation (10.3 - 14492.1) <F5AE71B9-EF8B-3CB2-90CD-699C14F36E7C> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
       0x117980000 -        0x117a22fff  com.apple.CoreSimulator (675 - 675) <60FEE423-05F1-3AEE-8473-B6DBC1CB7A10> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator
       0x117a75000 -        0x117a93ffb  com.apple.dt.DebugHierarchyFoundation (1.0 - 2) <60D8E495-C55B-3502-81A8-5A2421297AE4> /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyFoundation.framework/Versions/A/DebugHierarchyFoundation
       0x117ab1000 -        0x117ac7ff7  com.apple.dt.DebugHierarchyKit (1.0 - 2) <FE0623DB-0FBF-301C-80BD-ABAA84C8AAAC> /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyKit.framework/Versions/A/DebugHierarchyKit
       0x117ae5000 -        0x117b70fff  com.apple.dt.IBAutolayoutFoundation (10.3 - 14490.70) <146A0002-A697-37EF-9C2F-1344136223A1> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
       0x117bd2000 -        0x117bddfff  com.apple.CoreSimulator.CoreSimulatorUtilities (675 - 675) <72EF15DA-CBEE-309C-819D-6D6DE1AEA481> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimulatorUtilities.framework/Versions/A/CoreSimulatorUtilities
       0x117be9000 -        0x117c3bfff  com.apple.CoreSimulator.SimPasteboardPlus (999 - 675) <223C0A4E-E99F-3689-841F-C446818A6967> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/SimPasteboardPlus.framework/Versions/A/SimPasteboardPlus
       0x117c66000 -        0x117c72ff3  com.apple.CoreSimulator.CoreSimDeviceIO (675 - 675) <C3C26C9A-BC8B-3E60-943F-55C4D45C8A46> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimDeviceIO.framework/Versions/A/CoreSimDeviceIO
       0x117c86000 -        0x117ccaff7  com.apple.LLDBRPC (1.0 - 1001.0.13.3) <0EB6210F-B1A4-32E7-AF60-F059581A1033> /Applications/Xcode.app/Contents/SharedFrameworks/LLDBRPC.framework/Versions/A/LLDBRPC
       0x117d03000 -        0x117d0bfff  com.apple.DevToolsFoundation (12.3 - 14492.1) <D496E967-1D49-3CDE-901C-2569BF9953EA> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
       0x117d18000 -        0x117d19ffb  com.apple.dt.dbg.DebuggerLLDBService (10.3 - 14492.1) <B9D55748-DDD1-3086-B044-6F413C546497> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
       0x117d21000 -        0x117d24ffb  com.apple.XCWatchOSSupport (1.0 - 1) <606317AD-C8F4-3C8B-84A9-48BCAEB880DA> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchOSSupport.xcplugin/Contents/MacOS/XCWatchOSSupport
       0x117d30000 -        0x117dbe877  dyld (731.4) <C047D601-10E5-3D0A-BA98-87E22679F354> /usr/lib/dyld
       0x119a11000 -        0x119b49ff7  com.apple.dt.IBFoundation (10.3 - 14490.70) <75261439-3D62-349A-A7D5-FB1C1A43FD9B> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
       0x119c28000 -        0x119d15fff  com.apple.AppleCV3D (1.21.31 - 1.21.31) <6F0AAAFC-372E-302F-898E-ACB7DB7628B5> /Applications/Xcode.app/Contents/SharedFrameworks/AppleCV3D.framework/Versions/A/AppleCV3D
       0x119d25000 -        0x119d99fff  com.apple.dt.dbg.DebuggerLLDB (10.3 - 14492.1) <BCC3DE00-F947-3804-A00C-CF60F50215D2> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
       0x119e17000 -        0x11e066fff  com.apple.LLDB.framework (1.1001.0.13.3 - 1001.0.13.3) <848B25A1-9A65-3713-A03A-9C29D6633043> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
       0x11f3fb000 -        0x11f47dff3  com.apple.dt.IDE.Xcode3Core (10.3 - 14492.1) <C4572F52-368D-34FF-8BEF-3DED23D8B34C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
       0x11f4c8000 -        0x11f85fff7  com.apple.Xcode.DevToolsCore (12.3 - 14492.1) <D8736980-EC80-3150-9E8E-2CE1C90AB6B3> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
       0x11fa1c000 -        0x11fa4fff3  com.apple.Xcode.DevToolsSupport (12.3 - 14492.1) <73262A57-5F6A-3D19-928C-6A52D47222BB> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
       0x11fa78000 -        0x11fb14ff7  com.apple.dt.IDE.IDEiOSSupportCore (10.3 - 14490.49) <EE088545-C0C2-39F4-8B63-3F9A4511358F> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
       0x11fb7a000 -        0x11fb7ffff  com.apple.dt.XCTDaemonControlMobileDevice (1.0 - 14490.71) <4E0079D5-AC8B-353B-B46F-0FAFC936E479> /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControlMobileDevice.framework/Versions/A/XCTDaemonControlMobileDevice
       0x11fb8b000 -        0x11fba0fff  com.apple.DVTiPhoneSimulatorRemoteClient (10.3 - 14490.49) <1E16E8E6-9C87-37B5-9BC2-4960B59A4B71> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
       0x11fbb6000 -        0x11fc4dff7  com.apple.DTDeviceKitBase (10.3 - 14490.49) <92928D6D-B230-3842-97AE-DE16015AD0F4> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
       0x11fca9000 -        0x11fca9fff  com.apple.XCWatchKit1Support (1.0 - 1) <B3F90586-F548-3B39-95EF-105DD09836C2> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchKit1Support.xcplugin/Contents/MacOS/XCWatchKit1Support
       0x11fcaf000 -        0x11fccbffb  com.apple.dt.XCLanguageSupport (10.3 - 14490.24) <9AE73C82-AC5C-30F4-A078-7D9AECE8DE86> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
       0x11fce0000 -        0x11fcf1fff  com.apple.MarkupSupport (1.0 - 1) <2BE0E3BD-2097-371E-B36C-DD16B9F6A5D7> /Applications/Xcode.app/Contents/SharedFrameworks/MarkupSupport.framework/Versions/A/MarkupSupport
       0x11fd10000 -        0x11fd17ffb  com.apple.dt.IDE.HexEditor (10.3 - 14492.1) <9DA159FC-1D76-3072-A670-734F0D10000E> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
       0x11fd24000 -        0x11fd29ff3  com.apple.dt.dbg.DebuggerKit (1.0 - 1) <6137EDB7-A8BF-3207-9968-53A885DCF574> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
       0x11fd46000 -        0x11fd47ff7  com.apple.GPUToolsInterface (1.0 - 24490.5) <B5337F6C-B368-3237-A687-93C21AE42E19> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
       0x11fdae000 -        0x11fde1ff3  com.apple.gputools.GLToolsMobileAnalysis (1.0 - 24215) <EABE65DB-F167-3DB5-B1E9-548CC10717A5> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis
       0x11fdf1000 -        0x11fe01ff7  com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 24215) <A7FF1A39-E423-3F80-841A-2DCF4BAAC30B> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport
       0x11fe13000 -        0x11fe16ff7  com.apple.xcode.compilers.mlkit (12.3 - 14490.8) <6EFD176A-8AE1-3147-8405-9626F76CF8A0> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/MLKit.xcplugin/Contents/MacOS/MLKit
       0x11fe5b000 -        0x11fe5fff7  com.apple.xcode.compilers.intents (10.3 - 14490.14) <AC36B5EF-E0A0-3B2C-A51B-C97F9A522DCF> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Intents.xcplugin/Contents/MacOS/Intents
       0x120214000 -        0x12021aff7  com.apple.dt.IDE.IBBuildSupport (10.3 - 14490.70) <B7DC1DED-D9F2-3949-B66E-3AED566D1704> /Applications/Xcode.app/Contents/PlugIns/IBBuildSupport.ideplugin/Contents/MacOS/IBBuildSupport
       0x1203ec000 -        0x12060bfff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (10.3 - 14490.70) <59E4ED30-DCDF-3A8A-B147-A1BC7FFA2D1D> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.framework/Versions/A/IDEInterfaceBuilderCocoaIntegration
       0x1207f2000 -        0x120876ff3  com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (10.3 - 14490.21) <18D149C7-EB52-3514-9D28-6F321E833EC7> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration
       0x1208fd000 -        0x12091eff7  com.apple.SourceModelSupport (1.0 - 1) <712C5E3D-FADD-3B43-920C-3E12004ACF32> /Applications/Xcode.app/Contents/SharedFrameworks/SourceModelSupport.framework/Versions/A/SourceModelSupport
       0x120970000 -        0x120970fff  com.apple.dt.IDEContinuousIntegration (1.0 - 1) <C8E01A9E-CA24-3811-A6F5-24FBE65141EF> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration
       0x120a00000 -        0x120a57fff  com.apple.dt.IDE.XCBuildSupport (1.0 - 14492.1) <BC15F165-75C0-3D34-8213-ABDEAA825EE6> /Applications/Xcode.app/Contents/PlugIns/XCBuildSupport.ideplugin/Contents/MacOS/XCBuildSupport
       0x120aa3000 -        0x120aabff7  com.apple.dt.XCBCSupport (1.0 - 14492.1) <76CD07BE-3FAD-3C3B-8AF4-CD9E8504804F> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBCSupport.framework/Versions/A/XCBCSupport
       0x120aec000 -        0x120af5ffb  com.apple.dt.IDE.IDEInstrumentsService (10.3 - 14492.1) <8504C48C-71D8-3104-83E9-F1578301430E> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
       0x120b19000 -        0x120b49fff  com.apple.sourcekitd (1.0 - 1001.0.82.4) <83E144E0-2C14-33AB-9D81-0D732F178808> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd
       0x120e1c000 -        0x120e25ff3  com.apple.dt.IDE.IDEiOSDebugger (10.3 - 14490.49) <DA4D62F2-8F71-38DA-AA17-A9CF8DD70BA7> /Applications/Xcode.app/Contents/PlugIns/IDEiOSDebugger.ideplugin/Contents/MacOS/IDEiOSDebugger
       0x12141b000 -        0x121423ffb  com.apple.dt.IDEAppleTVSupportUI (1.0 - 1) <E8835FD3-3794-35BE-93C8-04A6365F3A29> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportUI.ideplugin/Contents/MacOS/IDEAppleTVSupportUI
       0x1214a5000 -        0x121aa4fff  com.apple.dt.IDE.IDEInterfaceBuilderKit (10.3 - 14490.70) <D8A635EE-2157-3FA4-8FA8-BA81AA3FBAA6> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.framework/Versions/A/IDEInterfaceBuilderKit
       0x121ed2000 -        0x12210bff3  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (10.3 - 14490.49) <571D0007-DC43-3582-923B-38232DC5D98D> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.framework/Versions/A/IDEInterfaceBuilderCocoaTouchIntegration
       0x1222f6000 -        0x12233dff7  com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration (10.3 - 14490.22) <CACC7DD2-9E0B-3EF2-9E61-434560398416> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAppleTVIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderAppleTVIntegration
       0x12237e000 -        0x1223d4ff7  com.apple.dt.DVTMarkdown (1.0 - 1) <F8357B2B-DE38-3702-9469-D60F44D97C67> /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/DVTMarkup
       0x122500000 -        0x12259fff3  com.apple.dt.IDE.IDESourceEditor (10.3 - 14492.1) <89D46A50-263C-338C-8F20-EFE613677BE3> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
       0x122606000 -        0x1229c4fff  com.apple.dt.SourceEditor (1.0 - 1) <F87C5989-6448-3830-991D-1C458685D133> /Applications/Xcode.app/Contents/SharedFrameworks/SourceEditor.framework/Versions/A/SourceEditor
       0x122ceb000 -        0x122d35fff  com.apple.dt.IDE.IDESourceCodeComparisonEditor (10.3 - 14492.1) <315B5834-163F-33B6-9839-DFE2254189AF> /Applications/Xcode.app/Contents/PlugIns/IDESourceCodeComparisonEditor.ideplugin/Contents/MacOS/IDESourceCodeComparisonEditor
       0x122d94000 -        0x122f7bfff  com.apple.dt.IDESourceEditor (1.0 - 1) <909638B5-0F57-3B62-A22E-A68235D82AAE> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.framework/Versions/A/IDESourceEditor
       0x123131000 -        0x1231aefff  com.apple.SourceKitSupport (1.0 - 1) <73172D42-49FD-3025-AD4F-C7F9D659BBEF> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKitSupport.framework/Versions/A/SourceKitSupport
       0x123242000 -        0x12328efff  com.apple.dt.DVTSourceEditor (1.0 - 1) <05FE6579-53B9-3A6A-A5AC-F3D890D82315> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceEditor.framework/Versions/A/DVTSourceEditor
       0x123317000 -        0x123349ffb  com.apple.dt.CommonMark (1.0 - 1) <BAC1665C-F0A5-3B4C-84BE-14B01006E52D> /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/Frameworks/CommonMark.framework/Versions/A/CommonMark
       0x12335a000 -        0x123493fff  com.apple.dt.IDE.IDESourceControlUI (10.3 - 14492.1) <AF43027A-1E66-3F68-B901-EAB8A536DDDD> /Applications/Xcode.app/Contents/PlugIns/IDESourceControlUI.ideplugin/Contents/MacOS/IDESourceControlUI
       0x123610000 -        0x12365eff7  com.apple.dt.IDE.IDEiPhoneSupport (10.3 - 14490.49) <5FA56F88-A8A7-3F0B-A315-2739707487D5> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
       0x1236aa000 -        0x123857ff7  com.apple.dt.IDE.Xcode3UI (10.3 - 14492.1) <EE5CCD47-CAF1-3B97-990F-E09F9B698CF9> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
       0x1239bf000 -        0x1239edff3  com.apple.dt.HexFiendFramework (10.3 - 14492.1) <507BEC7D-5C72-3C84-AB76-C87BD2233A9A> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
       0x123a16000 -        0x123b54ff7  com.apple.dt.dbg.DebuggerUI (10.3 - 14492.1) <4CA89322-3561-37D8-B2A4-F8F699F9B4BD> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
       0x123c61000 -        0x123c95ffb  com.apple.dt.IDE.IDEMemoryGraphDebugger (10.3 - 14492.1) <A077B27A-D1E3-3C96-82F8-7BCED9A73FBE> /Applications/Xcode.app/Contents/PlugIns/IDEMemoryGraphDebugger.ideplugin/Contents/MacOS/IDEMemoryGraphDebugger
       0x123cc6000 -        0x123cc9fff  com.apple.FileProviderOverride (233.1 - 233.1) <3B788ADC-378B-3E57-9BB2-4214C44BEF62> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride
       0x123cd5000 -        0x123d53fff  com.apple.dt.IDEProductsUI (1.0 - 1) <47E5CBD8-9F62-3CE6-8052-B93EBF3704E4> /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI
       0x123dd1000 -        0x123de7ff7  com.apple.security.csparser (3.0 - 59306.0.3.0.4) <B8D4F8AF-5E0E-3940-80EE-C434D1BC7114> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x123e2b000 -        0x123e2dfff  com.apple.icloud.drive.fileprovider.override (1.0 - 46.1) <9E163653-3740-320C-A980-B066AFFEA9AD> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/iCloudDrive.bundle/Contents/MacOS/iCloudDrive
       0x123e36000 -        0x123e4dffb  com.apple.findersync.fileprovideroverride.FinderSyncCollaborationFileProviderOverride (1.0 - 1288) <48A6EF01-F685-32E6-96CD-F116FDF79346> /System/Library/Frameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride
       0x124199000 -        0x12420bff7  com.apple.dt.gpu.GPUDebuggerFoundation (10.3 - 24490.14) <D0E479B6-03B5-33A1-BE2D-D0D08E8F8D0D> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
       0x12426a000 -        0x124270ff7  com.apple.GPUToolsPlatform (1.0 - 24490.7) <BD5D4226-8197-3535-AC29-B3FB7BECC906> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsPlatform.framework/Versions/A/GPUToolsPlatform
       0x12427b000 -        0x12428dff7  com.apple.GPUToolsShaderProfiler (1.0 - 24490.5) <8B4FDD75-0A94-38EF-B286-18269197E872> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
       0x1242a1000 -        0x1242ebfff  com.apple.GPUToolsCore (1.0 - 24490.7) <F08B6977-A6BC-3E42-BD29-42AA43C900DD> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
       0x12432a000 -        0x124368fff  com.apple.GPUTools (1.0 - 24490.7) <F74D570D-A495-32B0-9EA5-8E245596F0B0> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
       0x12439b000 -        0x1243eefff  com.apple.GLToolsServices (1.0 - 24490.5) <EC60E0A0-3789-34FF-9E4A-625B40F57EF0> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
       0x124430000 -        0x1244a9ff7  com.apple.GPUToolsServices (1.0 - 24490.5) <F7140AEE-4383-3678-8C19-DFE01B08E00E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
       0x1244fa000 -        0x12450ffff  com.apple.GLToolsInterface (1.0 - 24490.5) <FBCBC1B0-9260-3125-B1F8-7EDD41C991FE> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
       0x12451e000 -        0x124585ff7  com.apple.GLToolsCore (1.0 - 24490.7) <F6DB2FAF-FDC4-315E-8D14-A4B969E1DBF0> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
       0x1245a3000 -        0x1245b8ff7  com.apple.GLTools (1.0 - 24490.7) <50B3697C-CDA9-3D19-A985-9AB65C90EAF1> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
       0x1245c0000 -        0x124641fff  com.apple.gputools.GLToolsAnalysisEngine (1.0 - 24490.5) <D37F55D7-6795-3B79-9FF9-BBB4098AC514> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
       0x124685000 -        0x1246eefff  com.apple.dt.gpu.GPUDebuggerKit (10.3 - 24490.14) <07519349-27C5-3844-BBC1-A364D57CFD46> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
       0x12474b000 -        0x124753ff3  com.apple.dt.gpu.GPUTraceDebugger (10.3 - 24490.14) <19154FFE-B990-3029-93DF-D9F5667EAF6F> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
       0x124760000 -        0x1247f4ff7  com.apple.dt.IDE.IDEDocViewer (10.3 - 14492.1) <0F567AF6-7255-3114-ABD2-21BC5E13627B> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
       0x12488c000 -        0x124934ff7  com.apple.dt.gpu.GPUTraceDebuggerUI (10.3 - 24490.14) <D2D6B7C5-D805-3722-A431-BADFC0B05ADC> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
       0x1249a7000 -        0x1249cbff7  com.apple.dt.IDEIODebugGaugesUI (10.3 - 14492.1) <507E169B-D0E9-3603-AB2F-77C6296A8D1F> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
       0x1249f7000 -        0x1249ffff3  com.apple.dt.IDEIODebugGaugesCore (10.3 - 14492.1) <065C0213-4441-3576-9345-62AFAFABA21C> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
       0x124a10000 -        0x124b97fff  com.apple.dt.gpu.GPURenderTargetEditor (10.3 - 24490.14) <6430FD53-B960-32F5-8776-62D4284D97CC> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
       0x124cd7000 -        0x124cdafff  com.apple.MTLToolsServices (1.0 - 1) <538E8390-7883-3927-A4D3-CC2377C97DAF> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices
       0x124ce1000 -        0x124d00fff  com.apple.MTLTools (1.0 - 1) <7D3734DB-F008-372C-B813-B30F0942A29D> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools
       0x124d10000 -        0x124d12fff  com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 24490.5) <89CC290D-038B-3FF5-8F23-EBF82BB66EBE> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine
       0x124d18000 -        0x124d1bff7  com.apple.dt.gpu.GPUDebuggeriOSSupport (10.3 - 24209) <93439C4C-B4CB-3FE5-B77E-4DD8F5D71F22> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
       0x124d23000 -        0x124d7fff7  com.apple.GLToolsExpert (1.0 - 24215) <A3114834-4D7F-320B-A37E-8F073A320B2D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
       0x124db9000 -        0x124dd2ff7  com.apple.GLToolsShaderProfiler (1.0 - 24490.5) <2A04FC87-A798-3296-8579-B2ABD6900684> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler
       0x124de0000 -        0x124df2fff  com.apple.GPUToolsMobileFoundation (1.0 - 24215) <2B600632-F96B-30F2-B52D-14ADE36E3DC9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
       0x124e05000 -        0x124e08ff3  com.apple.dt.gpu.GPUDebuggerOSXSupport (10.3 - 24490.14) <FF4EB837-74C4-3088-964C-315038162F35> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerOSXSupport.ideplugin/Contents/MacOS/GPUDebuggerOSXSupport
       0x124e2e000 -        0x124e3afff  com.apple.GPUToolsDesktopFoundation (1.0 - 24205) <7159BD4A-C515-389E-A298-A91EA98A1D54> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/GPUToolsDesktopFoundation.framework/Versions/A/GPUToolsDesktopFoundation
       0x124e47000 -        0x124e4aff3  com.apple.dt.gpu.GPUDebuggertvOSSupport (10.3 - 24209) <075E7915-0544-3D04-8071-70F28A722ECB> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggertvOSSupport.ideplugin/Contents/MacOS/GPUDebuggertvOSSupport
       0x124e52000 -        0x124f32ff7  com.apple.XCSCore (1.0 - 1) <E5233055-6CBA-38DA-9E7E-2BE8DCDE1B85> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore
       0x124fcd000 -        0x12517fff7  com.apple.dt.XCSUI (1.0 - 1) <0E368A5F-3ACD-350D-94EB-A11D362431E8> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI
       0x1252eb000 -        0x125314ff3  com.apple.dt.XCSUIDataSource (1.0 - 14490.22) <7A1E48C3-1C78-3784-90AF-A03CDB546C3F> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUIDataSource.framework/Versions/A/XCSUIDataSource
       0x12533d000 -        0x1253c8ff7  com.apple.dt.XCSAdministration (1.0 - 1) <B8924FCF-4B73-35D2-9798-9CD6CCB9E4FE> /Applications/Xcode.app/Contents/SharedFrameworks/XCSAdministration.framework/Versions/A/XCSAdministration
       0x12546f000 -        0x12547dff7  com.apple.dt.XCSSecurity (1.0 - 1) <D4A5C411-2939-3A16-ABCA-77C9AA1930F2> /Applications/Xcode.app/Contents/SharedFrameworks/XCSSecurity.framework/Versions/A/XCSSecurity
       0x12548a000 -        0x12548dfff  com.apple.IDEServerTools (1.0 - 1) <30387BC5-E984-3DDE-9634-6754C467AC28> /Applications/Xcode.app/Contents/SharedFrameworks/IDEServerTools.framework/Versions/A/IDEServerTools
       0x125495000 -        0x125560fff  com.apple.protobuf.SwiftProtobuf (1.0 - 1.0.3) <259925ED-9A52-3E8E-9155-4D67751D65AA> /Applications/Xcode.app/Contents/SharedFrameworks/XCSAdministration.framework/Versions/A/Frameworks/SwiftProtobuf.framework/Versions/A/SwiftProtobuf
       0x1266ae000 -        0x1266baff3  com.apple.dt.PlistEditor (10.3 - 14492.1) <8976D52D-EABF-3291-9D61-DA388E43C094> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
       0x12673e000 -        0x12679ffff  com.apple.dt.IDE.IDEPlaygroundEditor (10.3 - 14492.1) <CA9CB754-E01A-3AD7-BB56-5BAA1732284E> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundEditor.ideplugin/Contents/MacOS/IDEPlaygroundEditor
       0x1267f4000 -        0x126817fff  com.apple.dt.IDE.IDEPlaygroundExecution (10.3 - 14492.1) <5D7C616C-2749-3B02-8BC4-1196FEBBCD67> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundExecution.ideplugin/Contents/MacOS/IDEPlaygroundExecution
       0x126838000 -        0x1268ccff7  com.apple.dt.IDE.IDEPegasusPlaygroundEditor (10.3 - 14492.1) <FB2F1216-426B-3506-BA84-2944BBB29218> /Applications/Xcode.app/Contents/PlugIns/IDEPegasusPlaygroundEditor.ideplugin/Contents/MacOS/IDEPegasusPlaygroundEditor
       0x12698f000 -        0x126ac0fff  com.apple.dt.IDE.IDESceneKitEditor (10.3 - 14490.14) <A557C9D1-4B87-3C0A-A88F-B9812874910E> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor
       0x126bc8000 -        0x126c51ff7  com.apple.xcode.GameToolsFoundation (1.0 - 14490.8) <07C349E9-A3FF-30B2-BDF3-6A70760A7F20> /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation
       0x126fb4000 -        0x1270e9fff  com.apple.IDESpriteKitParticleEditor (2.0 - 2) <7FA4E7C7-E6AB-353B-A63A-9BF779D9C557> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
       0x1271bf000 -        0x1271bfff7  com.apple.dt.IDE.IDEPegasusSourceEditor (10.3 - 14492.1) <318A9067-83AA-3791-94B9-59A25B83DE23> /Applications/Xcode.app/Contents/PlugIns/IDEPegasusSourceEditor.ideplugin/Contents/MacOS/IDEPegasusSourceEditor
       0x1271c5000 -        0x1271ccff7  com.apple.dt.ScriptingDefinitionEditor (10.3 - 14492.1) <EDE2568D-C481-349C-9197-25FDF3E11B5C> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
       0x1271d9000 -        0x127268ff7  com.apple.dt.IDE.IDEModelFoundation (10.3 - 14492.1) <1E885D84-D9F7-3DC4-85F4-9B6BCC9F9A28> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
       0x1272d4000 -        0x1273aeff3  com.apple.dt.IDE.IDEModelEditor (10.3 - 14492.1) <8742E894-C491-3DC0-B03F-9E6AD92A0AFD> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
       0x128578000 -        0x1285edff7  com.apple.dt.XCBuild (1.0 - 14492.1) <ADE9B24A-54FD-3615-BF50-9712159966CC> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/XCBuild
       0x12867b000 -        0x128691ff7  com.apple.dt.IDE.IDERTFEditor (10.3 - 14492.1) <D333EAEC-7EF4-3654-9432-09CE7F9C0842> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
       0x12871b000 -        0x128727fff +dsc_extractor.bundle (650.3.4) <E9184C98-CEE6-3244-BB3A-D65BF79AEA49> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/lib/dsc_extractor.bundle
       0x1293bd000 -        0x1293dbff7  com.apple.dt.IDE.IDEQuickHelp (10.3 - 14492.1) <3601555B-795A-3538-A633-77BD1FFD8C3D> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
       0x12940e000 -        0x129588ff7  com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 24490.5) <07774893-0E92-3FBB-AE8B-4B8D91356F6B> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics
       0x12959e000 -        0x1295cafff  com.apple.dt.IDELanguageSupportUI (10.3 - 14490.24) <C189ED69-4B70-307E-9BE2-517DE791AB96> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI
       0x12971e000 -        0x129724fff  com.apple.dt.IDEWatchSupportUI (1.0 - 1) <BE327494-8F06-3258-BC29-7EB3D0B1C6F4> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportUI.ideplugin/Contents/MacOS/IDEWatchSupportUI
       0x129764000 -        0x1297fbff7  com.apple.dt.XCBProtocol (1.0 - 14492.1) <9F5A1709-191D-3095-A42C-7FEBD959733B> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBProtocol.framework/Versions/A/XCBProtocol
       0x1298bd000 -        0x129975fff  com.apple.dt.XCBUtil (1.0 - 14492.1) <E1CD5298-51B3-3EA0-934B-6806D7CCBA85> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBUtil.framework/Versions/A/XCBUtil
       0x12aee4000 -        0x12aeeefff  com.apple.dt.IDE.IDEPlaygroundSimulator (10.3 - 14490.49) <FBBCF5E0-A26F-3F62-BD52-2FE044B826F0> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundSimulator.ideplugin/Contents/MacOS/IDEPlaygroundSimulator
       0x12dbef000 -        0x12f01aff3 +libmetal.dylib (902.1.49) <E6081435-65CA-366B-A641-0EB252CB00FB> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/metal/macos/lib/metalfe/libmetal.dylib
       0x12fa56000 -        0x12faf7ff7  com.apple.SimulatorKit (1.0 - 545.2) <C47A4D76-02BE-3E53-9EA2-FD0B18779A78> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/SimulatorKit.framework/Versions/A/SimulatorKit
    0x7fff27ac6000 -     0x7fff27d13ff8  com.apple.RawCamera.bundle (9.00.1 - 1200.19) <65F34CE0-4EEE-382E-8CD4-A741DEA1E5AF> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff27d16000 -     0x7fff27e32ff8  com.apple.AMDMTLBronzeDriver (3.0.58 - 3.0.0) <F65999FC-FA96-3EB7-8226-D0D821C2D8DC> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
    0x7fff2c3c4000 -     0x7fff2c457ffc  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (14.0.52 - 14.0.0) <FBBA747A-A938-3AED-B530-C1A8B54808A9> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
    0x7fff2feec000 -     0x7fff30141ff2  com.apple.avfoundation (2.0 - 1722.3) <66846417-834D-34D4-AB9C-03A216DE0668> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff30142000 -     0x7fff3020dff7  com.apple.audio.AVFAudio (1.0 - ???) <B413ACA7-34C0-3D93-BA8A-C07D9C2340E0> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff3020f000 -     0x7fff3032bff0  com.apple.AVKit (1.1 - 586) <3BF4E8A7-D07D-3881-B882-0237E51F76FE> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
    0x7fff3032c000 -     0x7fff3032cfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <7642BC62-F14C-3B66-A445-B31D175CEE6A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff3032d000 -     0x7fff30343fe7  libCGInterfaces.dylib (524) <531EF3A1-8065-35EF-89DD-E9137FAC5D56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff30344000 -     0x7fff309affcf  com.apple.vImage (8.1 - 524) <3D3C7953-C673-3CC5-94D2-9965A7D08C7F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff309b0000 -     0x7fff30c18fff  libBLAS.dylib (1303) <7440D6D4-B257-3D13-AF68-81790E83DFB0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff30c19000 -     0x7fff30f06fcf  libBNNS.dylib (144.0.3) <051F9EED-9032-3A6D-95E4-D888F2AFE7A8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff30f08000 -     0x7fff312adfff  libLAPACK.dylib (1303) <1888D401-435E-30AA-A69B-ECB15957AE75> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff312ae000 -     0x7fff312c3ff8  libLinearAlgebra.dylib (1303) <68757178-4490-3216-9E2F-2E3AB58EF149> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff312c4000 -     0x7fff312c9ff3  libQuadrature.dylib (7) <0E933E39-F119-350D-8E5B-783C4AED6166> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff312ca000 -     0x7fff3133afff  libSparse.dylib (103) <035C7EF7-8F71-372E-9261-EF3EA4697A34> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff3133b000 -     0x7fff3134dfef  libSparseBLAS.dylib (1303) <146EABB9-BE0B-3E02-B8AF-674B48CE8DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff3134e000 -     0x7fff31527ffb  libvDSP.dylib (735) <E2224535-ABDB-335F-B81C-15DFD4482291> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff31528000 -     0x7fff315e3fd3  libvMisc.dylib (735) <C2AEF4C3-2429-30A6-91A0-A6EA7F3B3A7D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff315e4000 -     0x7fff315e4fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <6ED0CD76-59F0-3726-B725-29261412CB5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff315e5000 -     0x7fff31640ff9  com.apple.Accounts (113 - 113) <01B2170C-2703-3999-B697-C871ED199966> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff31642000 -     0x7fff31784fff  com.apple.AddressBook.framework (11.0 - 2404) <13124E0E-35C0-3A23-A625-38682BB235DC> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff31785000 -     0x7fff32528ffb  com.apple.AppKit (6.9 - 1871.10.104) <4E013AF1-B0B7-3AD9-ABDE-442B544631C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff32567000 -     0x7fff32577ff7  com.apple.AppleScriptObjC (1.4 - 35) <2500C90C-D3FA-3292-ADD1-4B1F3929607A> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
    0x7fff32578000 -     0x7fff32578fff  com.apple.ApplicationServices (48 - 50) <F4E6EAA9-3120-3BC4-AAE6-7A9697C2BFAA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff32579000 -     0x7fff325e4fff  com.apple.ApplicationServices.ATS (377 - 489) <D3DFE939-3409-30AF-BBB9-83B3362B115B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff3267d000 -     0x7fff326bbff2  libFontRegistry.dylib (270) <B287DF26-C896-3531-8866-C4B4B944C844> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff32716000 -     0x7fff32745ff7  com.apple.ATSUI (1.0 - 1) <BDAE0CFC-ED12-33FF-A021-0F8AC66B85BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
    0x7fff32746000 -     0x7fff3274aff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <D6EC80E7-13A4-3F63-98E1-D3425A91860E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff327e5000 -     0x7fff3283bffa  com.apple.HIServices (1.22 - 668) <EEBCD4C3-BD31-3F6E-BAC8-70A8333E8270> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff3283c000 -     0x7fff3284afff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <25A33DBC-BF69-3B0F-9B0C-BD66B00408EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff3284b000 -     0x7fff32890ff2  com.apple.print.framework.PrintCore (15 - 516) <2CD061B7-4C95-3A18-930A-1EBCF5F463A5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff32891000 -     0x7fff3289bfff  com.apple.QD (4.0 - 413) <97060C4C-EF15-3930-B17D-7DC7B555BCD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff3289c000 -     0x7fff328a9ff0  com.apple.speech.synthesis.framework (9.0.16 - 9.0.16) <3CBF2FCC-6969-399B-A2F2-4C7DD9435309> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff328aa000 -     0x7fff32977ff2  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <1936F810-B86D-3BC2-9530-C0313033E261> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff32979000 -     0x7fff32979fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <DF4A2A3C-FB31-30B9-ABFC-DFBA618B40CB> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff32ab8000 -     0x7fff32cc0ff8  com.apple.AutomatorFramework (2.10 - 483) <F39A483D-9944-392E-B52D-924647425AA4> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
    0x7fff32cef000 -     0x7fff33062ffa  com.apple.CFNetwork (1098 - 1098) <3C627BEE-0EBD-3E0C-8247-C4869B0D2895> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff330d8000 -     0x7fff330d8fff  com.apple.Carbon (160 - 162) <10713280-B61E-3C63-B268-C9D27F9046B2> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff330d9000 -     0x7fff330dcffb  com.apple.CommonPanels (1.2.6 - 101) <84FEDAD2-483C-36DD-AD02-840AC10B6155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff330dd000 -     0x7fff333d1ffc  com.apple.HIToolbox (2.1.1 - 983) <07B23671-9244-3078-B165-898D132E3579> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff333d2000 -     0x7fff333d5ff3  com.apple.help (1.3.8 - 68) <23748880-EE2F-39F8-93AD-3702E2BBC9AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff333d6000 -     0x7fff333dbff7  com.apple.ImageCapture (9.0 - 1598) <0520A71B-4AF9-312E-8B1D-048D12948C5C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff333dc000 -     0x7fff333dcfff  com.apple.ink.framework (10.15 - 227) <DE10A34B-44A3-31DC-A758-E80B6DF059BF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff333dd000 -     0x7fff333f7ffa  com.apple.openscripting (1.7 - 184) <EE30F48A-9B9D-34A0-B2B0-1FBDC173D12B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff33418000 -     0x7fff33418fff  com.apple.print.framework.Print (15 - 271) <540B7A8F-57AA-3530-A90A-D2522A0EEDD2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff33419000 -     0x7fff3341bff7  com.apple.securityhi (9.0 - 55008) <DF1E351E-3969-3D3E-8B4C-B6288D5ECB8E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff3341c000 -     0x7fff33422ff7  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <8316099F-815E-3F8D-96A0-100AAA03A68F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff33423000 -     0x7fff335b8ff5  com.apple.cloudkit.CloudKit (829 - 829) <4FDC8955-42CA-3BD9-83C4-4A37BDA9BAA9> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff335b9000 -     0x7fff335b9fff  com.apple.Cocoa (6.11 - 23) <FE9E5582-30C7-33AA-9247-850174D81769> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff335ba000 -     0x7fff335c6ffa  com.apple.Collaboration (81 - 81) <63AA8788-BFFF-3FCD-83B5-CDE2F3F92A6A> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
    0x7fff335c7000 -     0x7fff337b2ff7  com.apple.ColorSync (4.13.0 - 3392) <EB9AF849-8C96-352A-A282-8E2A83A7F7E3> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff337b3000 -     0x7fff338a6ff7  com.apple.combine (1.0 - 128) <1C939969-675C-3853-B605-CDF675BD0659> /System/Library/Frameworks/Combine.framework/Versions/A/Combine
    0x7fff338a7000 -     0x7fff339dcff3  com.apple.contacts (1.0 - 3443) <01C8C58B-CBA3-39AC-8EAF-537C45EC3EB4> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
    0x7fff33a98000 -     0x7fff33fa7ffa  com.apple.audio.CoreAudio (5.0 - 5.0) <097A37B1-BECA-3022-B8A8-3544C51520FC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff33ffa000 -     0x7fff34031ff1  com.apple.CoreBluetooth (1.0 - 1) <CFC9A30D-BFCE-343D-AB15-3AB6B79601AA> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff34032000 -     0x7fff343faff3  com.apple.CoreData (120 - 959) <1F8A4C5C-BC88-3B9F-90FC-9163EFD180A0> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff343fb000 -     0x7fff34500ffe  com.apple.CoreDisplay (1.0 - 107) <9B5685B1-F468-399C-8F1D-4BD5CD4DBCE7> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff34501000 -     0x7fff3497efe3  com.apple.CoreFoundation (6.9 - 1665.10) <8C87BF75-16E2-35BA-AB08-0A3FEC2BE145> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff34980000 -     0x7fff34ff8fe0  com.apple.CoreGraphics (2.0 - 1344) <E43B1254-EAA8-3AF3-8BAE-93CF87FF0E39> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff35006000 -     0x7fff35362ff0  com.apple.CoreImage (15.0.0 - 800.6.160) <1DA7B294-979B-3B9C-8186-08F155E7C5B3> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff35363000 -     0x7fff353c9fff  com.apple.corelocation (2386.0.4.3.1 - 2386.0.4.3.1) <27F7D509-80E9-37E0-9835-C4EA6F39285B> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff353ca000 -     0x7fff3541bffe  com.apple.audio.midi.CoreMIDI (1.10 - 88) <0AC4DF34-6ECC-310A-8DF0-E2BA44FDAAEC> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
    0x7fff3541e000 -     0x7fff3571bff0  com.apple.CoreML (1.0 - 1) <EF29A66C-4832-30EC-B59A-5FA9DF994AD8> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML
    0x7fff3571c000 -     0x7fff35886ff4  com.apple.CoreMedia (1.0 - 2501.6.4.2) <717BDD31-A491-3FB9-95BD-F28E2B19A2B0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff35887000 -     0x7fff358e8ff6  com.apple.CoreMediaIO (1000.0 - 5125) <9D8DB6CC-8988-3AE3-B01B-BDB381BEE2B6> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff3596f000 -     0x7fff3596ffff  com.apple.CoreServices (1061.1 - 1061.1) <B2AD8C00-8DDC-3A54-8804-487B82259815> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff35970000 -     0x7fff359f2ffb  com.apple.AE (812 - 812) <5F9C411A-6972-3CBA-A78E-8C321AA00FB0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff359f3000 -     0x7fff35cd4ff7  com.apple.CoreServices.CarbonCore (1211 - 1211) <3E4B824D-34E8-3D3E-B737-3B8DBF286B47> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff35cd5000 -     0x7fff35d21fe9  com.apple.DictionaryServices (1.2 - 318) <C41C3145-8FBF-3D62-8A4C-73B3FB02C082> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff35d22000 -     0x7fff35d2afff  com.apple.CoreServices.FSEvents (1268.0.2.0.1 - 1268.0.2.0.1) <A4DF5D23-B930-3A9E-AB70-260FEB1484DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff35d2b000 -     0x7fff35f5fff1  com.apple.LaunchServices (1061.1 - 1061.1) <BBA9DF74-31EE-3855-86CC-8BE14CD118AC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff35f60000 -     0x7fff35ff8ff9  com.apple.Metadata (10.7.0 - 2055.1) <93FBC005-5E94-37E4-B327-30EBE6839597> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff35ff9000 -     0x7fff36026ff7  com.apple.CoreServices.OSServices (1061.1 - 1061.1) <E533077D-8F23-340C-86CD-02D50BE9C74A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff36027000 -     0x7fff3608efff  com.apple.SearchKit (1.4.1 - 1.4.1) <70421A1B-D762-33DB-9908-61AF3E89F836> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff3608f000 -     0x7fff360b2ffd  com.apple.coreservices.SharedFileList (127 - 127) <B08060DE-D386-3BA5-952B-06BE9F81C0EE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff360b3000 -     0x7fff36121ffb  com.apple.CoreSpotlight (1.0 - 2055.1) <D9D9B2B6-09E7-3FF9-A673-0B8AAF1A2AEB> /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight
    0x7fff36318000 -     0x7fff363deff5  com.apple.CoreTelephony (113 - 7230) <75F1EDAC-F0C4-3D8F-810C-308A278A2EF9> /System/Library/Frameworks/CoreTelephony.framework/Versions/A/CoreTelephony
    0x7fff363df000 -     0x7fff36592ffe  com.apple.CoreText (636 - 636) <86C976D0-8AA6-38EB-8BE4-CD6BB7164876> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff36593000 -     0x7fff365d7fff  com.apple.CoreVideo (1.8 - 334.0) <DC051A5A-66CA-38B9-A060-E48D6A611127> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff365d8000 -     0x7fff36665ff9  com.apple.framework.CoreWLAN (13.0 - 1445) <01E60BB3-2413-3627-BAE4-FBD37ED55831> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff3682d000 -     0x7fff36838ff7  com.apple.DirectoryService.Framework (10.15 - 220) <4511BA13-E0D3-3632-81EE-1682166C840E> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff36839000 -     0x7fff368e4ff0  com.apple.DiscRecording (9.0.3 - 9030.4.5) <71EAD121-AF58-31D9-979E-5ADD71681F08> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff368e5000 -     0x7fff36908ff3  com.apple.DiscRecordingUI (9.0.3 - 9030.4.5) <3B465159-E3D9-39DF-B740-2896F94EBC92> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x7fff36909000 -     0x7fff3690fff7  com.apple.DiskArbitration (2.7 - 2.7) <7E54125F-6748-37DB-AAD5-CFBA132EAF22> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff36934000 -     0x7fff36adefff  com.apple.ical.EventKit (3.0 - 1351) <8D3F6CE9-AC1F-3C85-9329-1AB2D543AF38> /System/Library/Frameworks/EventKit.framework/Versions/A/EventKit
    0x7fff36aff000 -     0x7fff36c1dffd  com.apple.FileProvider (233.1 - 233.1) <21408E38-8FAB-3EEA-8F78-436268B0CF12> /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
    0x7fff36c28000 -     0x7fff36c31ff2  com.apple.finder.FinderSync (1.5 - 1288) <2DEB342C-26E5-3BC1-BF55-90B4C3DBCC48> /System/Library/Frameworks/FinderSync.framework/Versions/A/FinderSync
    0x7fff36c35000 -     0x7fff36ffbff1  com.apple.Foundation (6.9 - 1665.10) <61EA7382-2B93-342D-BD2A-6BD978518B63> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff36ffd000 -     0x7fff37024ffa  com.apple.GLKit (106 - 106) <B53F2446-2E6A-33E3-8A16-DCE35449EFF6> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
    0x7fff37068000 -     0x7fff37097ff3  com.apple.GSS (4.0 - 2.0) <C0CFC218-4D60-3BAA-A3C5-3D981C69EA21> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff370c2000 -     0x7fff37155ff2  com.apple.GameplayKit (1.0 - 1) <E0E2CB8B-9437-3137-A2CD-732F7E1ABE2A> /System/Library/Frameworks/GameplayKit.framework/Versions/A/GameplayKit
    0x7fff371cb000 -     0x7fff372e3ffd  com.apple.Bluetooth (7.0.0 - 7.0.0d103) <2388538D-E53F-3D86-B1A5-6527D861F18B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff37347000 -     0x7fff373eaffb  com.apple.framework.IOKit (2.0.2 - 1726.0.5.151.1) <A1C3E42A-01B2-348B-8272-E686A0840B59> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff373ec000 -     0x7fff373fcff4  com.apple.IOSurface (269.6 - 269.6) <67B0588F-64A9-3FBA-9EE5-3F15C06E4AAE> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff37419000 -     0x7fff3746effb  com.apple.ImageCaptureCore (1.0 - 1598) <79368EEB-3CF3-3D7A-B2FA-1CD57639EE0A> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff3746f000 -     0x7fff375c7ffe  com.apple.ImageIO.framework (3.3.0 - 1968.4.1) <555E0ECB-2EA4-3C31-969A-3FFDFE8C5CF3> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff375c8000 -     0x7fff375cbfff  libGIF.dylib (1968.4.1) <ABF086B8-997A-3BCE-9F16-89330B140CC1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff375cc000 -     0x7fff37686fef  libJP2.dylib (1968.4.1) <81D43E9A-B6B3-33D4-978C-C734D660B7EF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff37687000 -     0x7fff376abfef  libJPEG.dylib (1968.4.1) <4A622247-6DED-3706-BD8D-45DBDEFC11DD> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff37929000 -     0x7fff37943fe7  libPng.dylib (1968.4.1) <3D379241-6D2D-374B-BDAD-64677E277B3B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff37944000 -     0x7fff37945fff  libRadiance.dylib (1968.4.1) <1FCEE5C7-0259-3DF5-B836-CB4528C6DE32> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff37946000 -     0x7fff3798ffef  libTIFF.dylib (1968.4.1) <7D0A3F75-EA11-3469-89B4-96AF681C7D64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff379a9000 -     0x7fff37df0ffb  com.apple.Intents (1.0 - 1) <202ABEA1-3607-3993-B2AE-06D29189F943> /System/Library/Frameworks/Intents.framework/Versions/A/Intents
    0x7fff37df3000 -     0x7fff38d7dff9  com.apple.JavaScriptCore (15608 - 15608.1.37) <00CDD1FB-8AC5-3A22-AB26-DC36FAABC50F> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff38d95000 -     0x7fff38da7ff3  com.apple.Kerberos (3.0 - 1) <FF04E154-FAD2-3E49-B657-A9E579088A68> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff38da8000 -     0x7fff38da8fff  libHeimdalProxy.dylib (77) <8F184B9F-A0EC-3E20-B6AE-16F9BCB9B229> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
    0x7fff38da9000 -     0x7fff38ddffff  com.apple.LDAPFramework (2.4.28 - 194.5) <ADBE46DB-30C0-3C29-B4F0-7944ACF1307E> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff38ef0000 -     0x7fff38f11ff9  com.apple.CoreAuthentication.SharedUtils (1.0 - 693.0.4.0.1) <007ED135-04E6-3FBC-B99B-B9BD603E7E23> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
    0x7fff38f12000 -     0x7fff38f2affc  com.apple.LocalAuthentication (1.0 - 693.0.4.0.1) <CEDCBA56-0028-3F2E-B771-F079B00A821A> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
    0x7fff38f37000 -     0x7fff39140ffb  com.apple.MapKit (1.0 - 2079.20.7.18.1) <2A1D0A20-B8FC-31DB-B67F-B821566A8785> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
    0x7fff39142000 -     0x7fff3914cfff  com.apple.MediaAccessibility (1.0 - 125) <76DA3846-0BB9-3B7F-A0AC-B2958153F922> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff39160000 -     0x7fff39212ffa  com.apple.MediaPlayer (1.0 - 1.0) <94E172D7-05D8-3468-B0CE-EE82F0FAD3C2> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer
    0x7fff39213000 -     0x7fff39cd4ff3  com.apple.MediaToolbox (1.0 - 2501.6.4.2) <28BE78DF-4FD3-3866-A2F6-E4159FFC9677> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff39cd6000 -     0x7fff39d99ff9  com.apple.Metal (211.40 - 211.40) <8B1E9E3B-D821-36E0-8C75-D31F31DD62A9> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff39d9b000 -     0x7fff39db5ff1  com.apple.MetalKit (135 - 135) <C7D56EEF-DA64-3913-B8F0-0F43B13270AD> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
    0x7fff39db6000 -     0x7fff39df2ff3  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <933EACDE-E450-36E8-B627-6BE4A7F1FDCD> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff39df3000 -     0x7fff39e79ffe  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <60872722-A315-3C3C-9900-CCE75AA0F548> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff39e7a000 -     0x7fff39e9effc  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <F7AD7635-0962-3576-8D61-E6E59EC26941> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff39e9f000 -     0x7fff39eb4ff9  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <882E9557-94C6-3FE9-92BF-BAF204136AB7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
    0x7fff39eb5000 -     0x7fff3a013ff9  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <B152F5B3-C33D-3527-A990-35CBC021FD0E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff3a014000 -     0x7fff3a062ff7  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <1080D798-D242-3588-BC33-A72604B20F70> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
    0x7fff3a063000 -     0x7fff3a064ff5  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <93724C90-D670-35D5-8730-4EC122F8E6F6> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3a072000 -     0x7fff3af24ff9  com.apple.ModelIO (216 - 216) <34C55078-45DC-3642-81F4-ABC4D43B44BA> /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO
    0x7fff3af70000 -     0x7fff3afa9ffd  com.apple.NaturalLanguage (1.0 - 54) <419672C3-0D06-3978-9A9B-A9BA65E64C8F> /System/Library/Frameworks/NaturalLanguage.framework/Versions/A/NaturalLanguage
    0x7fff3afaa000 -     0x7fff3afb6ffe  com.apple.NetFS (6.0 - 4.0) <019A7354-1D98-374E-9235-891428E5D0CB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3afb7000 -     0x7fff3b0faff6  com.apple.Network (1.0 - 1) <53189520-CCF6-3126-952A-B728B17369D1> /System/Library/Frameworks/Network.framework/Versions/A/Network
    0x7fff3b0fb000 -     0x7fff3b35fffe  com.apple.NetworkExtension (1.0 - 1) <4E5F9400-F7D7-32D8-ADB3-B0B92A8FA596> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
    0x7fff3b395000 -     0x7fff3b3cdff6  com.apple.OSAKit (1.5 - 107) <2732446C-3FD9-39DE-B251-F5E69D347A86> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
    0x7fff3b3da000 -     0x7fff3b3fcfff  com.apple.audio.OpenAL (1.8 - 1.8) <D3EDB1F3-02C1-3B9B-80C4-8D1A3D7D1C57> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
    0x7fff3db20000 -     0x7fff3db78ff7  com.apple.opencl (3.5 - 3.5) <B11640B5-A875-314C-BCD6-03161D507694> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3db79000 -     0x7fff3db95ff7  com.apple.CFOpenDirectory (10.15 - 220) <4C7C451A-9385-35F0-8D4A-A93592EB0F3C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3db96000 -     0x7fff3dba1fff  com.apple.OpenDirectory (10.15 - 220) <A6184686-951D-331A-BF8C-C9F8781444A0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3e4fc000 -     0x7fff3e4fefff  libCVMSPluginSupport.dylib (17.10.22) <E47E8E31-BE1E-31DD-B865-9DFBF7F3A6CF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3e4ff000 -     0x7fff3e504ff7  libCoreFSCache.dylib (176.1) <2FE523E3-DECC-3908-A67B-4A2975371287> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff3e505000 -     0x7fff3e509fff  libCoreVMClient.dylib (176.1) <A1F0DE3C-60EC-3503-B4B4-92E47F0FF40C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3e50a000 -     0x7fff3e512ff7  libGFXShared.dylib (17.10.22) <129F2F92-4FA6-3E81-98A1-6E9982517124> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff3e513000 -     0x7fff3e51dfff  libGL.dylib (17.10.22) <5207ADA9-5468-3B59-9F24-DC436623935A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3e51e000 -     0x7fff3e553fff  libGLImage.dylib (17.10.22) <65E476E1-30F0-3683-882E-0A6AB09A4832> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3e6e7000 -     0x7fff3e723fff  libGLU.dylib (17.10.22) <06770F8B-B61E-305D-9057-244FD1974E05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3f153000 -     0x7fff3f162ff7  com.apple.opengl (17.10.22 - 17.10.22) <A0D0A9ED-48E8-3F43-BF5F-195B70FDFA04> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3f311000 -     0x7fff3f403ff7  com.apple.PDFKit (1.0 - 822) <FCD06044-3584-33AB-AC40-D0341A11AFAE> /System/Library/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff3f404000 -     0x7fff3f51cff5  com.apple.PencilKit (1.0 - 1) <EF7661CF-8B2A-3C80-B6A2-90F8D0B57685> /System/Library/Frameworks/PencilKit.framework/Versions/A/PencilKit
    0x7fff3f7a9000 -     0x7fff3f7afff1  com.apple.PushKit (1.0 - 1) <9E3A5811-9BBB-363B-A6E8-FFBB9235B372> /System/Library/Frameworks/PushKit.framework/Versions/A/PushKit
    0x7fff3f7b0000 -     0x7fff3f8a3fff  org.python.python (2.7.16 - 2.7.16) <89B17E4C-DECC-3D14-98C6-04176161FCAB> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
    0x7fff3f8a4000 -     0x7fff3f8b2ffe  com.apple.QTKit (1.0 - 4) <5FF5DF97-906C-3CA7-87DF-B40722494364> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff3f8b3000 -     0x7fff3faf9ffc  com.apple.imageKit (3.0 - 1074) <D349F4F2-A452-358A-BAB8-0D2D94FBD20D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff3fafa000 -     0x7fff3ffbbff7  com.apple.QuartzComposer (5.1 - 377) <FB4E1765-7EAD-38E3-ABB7-BA3EE60B4970> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff3ffbc000 -     0x7fff3ffe1ffc  com.apple.quartzfilters (1.10.0 - Tag) <E5A7FF4F-5E88-33F6-B2EC-C2A4451916D2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff3ffe2000 -     0x7fff400ebff2  com.apple.QuickLookUIFramework (5.0 - 896) <BFE7F2DF-DB72-3563-A887-87F59D33C6EB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff400ec000 -     0x7fff400ecfff  com.apple.quartzframework (1.5 - 23) <A37457EB-8EF4-3533-8BDC-85E07D7FDF0A> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff400ed000 -     0x7fff40367ff1  com.apple.QuartzCore (1.11 - 812.4.1) <BE32DE8A-21D4-3B50-BEBF-2EA22F064F1C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff40368000 -     0x7fff403c1ff8  com.apple.QuickLookFramework (5.0 - 896) <39BA6ED4-0A31-3029-90B7-412449D60739> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff403c2000 -     0x7fff403f4ff6  com.apple.QuickLookThumbnailing (1.0 - 1) <C7CFB409-3DF3-3C4F-8BA5-BA7657A087DC> /System/Library/Frameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff408cb000 -     0x7fff408e3ff1  com.apple.SafariServices.framework (15608 - 15608.1.37) <58CBC0B7-4DDF-3A9A-9435-19EAEEEA762D> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff408e4000 -     0x7fff40ea9ffd  com.apple.SceneKit (1.0 - 537.1) <752941E9-D835-3200-B393-348FFB3EC37D> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff40ed1000 -     0x7fff40ee9ffd  com.apple.ScriptingBridge (1.4 - 79) <FF56A448-2841-3032-BE82-A5CA2771096B> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff40eea000 -     0x7fff4122dffe  com.apple.security (7.0 - 59306.0.3.0.4) <D80F8356-BCF9-3C30-880C-DA5E794F99BB> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff4122e000 -     0x7fff412b6ff7  com.apple.securityfoundation (6.0 - 55236) <F81D499C-58EF-31DA-A5B8-9EF4EA42FB45> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff412b7000 -     0x7fff412e4fff  com.apple.securityinterface (10.0 - 55139) <F7C098CE-D0DA-303A-A608-DB4788D0D1C3> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff412e5000 -     0x7fff412e9ff8  com.apple.xpc.ServiceManagement (1.0 - 1) <D53F0A1F-29BE-3F6A-9AB2-7BB17A423690> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff4147b000 -     0x7fff4161eff5  com.apple.SpriteKit (1.0 - 1) <E558E32E-14E9-3AA2-B70D-5D47618C3396> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
    0x7fff42035000 -     0x7fff4209ffff  com.apple.SystemConfiguration (1.19 - 1.19) <F6B835C5-C755-3F10-AD92-5B8E2BAFC9C9> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff4231b000 -     0x7fff426c2ff9  com.apple.************ (1.0 - 2501.6.4.2) <1BCA333A-44D7-35AE-A8C3-6BA991243459> /System/Library/Frameworks/************.framework/Versions/A/************
    0x7fff42964000 -     0x7fff4306bfe6  libwebrtc.dylib (7608.1.37) <D72FD009-4A72-3104-9E13-E493C8BBFF67> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
    0x7fff4306c000 -     0x7fff45221ffb  com.apple.WebCore (15608 - 15608.1.37) <C7D94C13-CA7F-3E63-BABB-AB9882CB7A9B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff45222000 -     0x7fff4541bff4  com.apple.WebKitLegacy (15608 - 15608.1.37) <D3E4A884-F83D-3CF6-B51B-74B16F725D9F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff4541c000 -     0x7fff45ab2ff5  com.apple.WebKit (15608 - 15608.1.37) <B58E0C0C-8BEB-3CBD-8C72-F93F3FE8315B> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff45e53000 -     0x7fff45f15fef  com.apple.APFS (1412.0.6 - 1412.0.6) <412E134B-40C1-3F13-9638-397094CFFFDD> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff46544000 -     0x7fff4654fffd  com.apple.accessibility.AXCoreUtilities (1.0 - 1) <BD379B62-CD5C-30B6-890D-5372E51A214D> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/Versions/A/AXCoreUtilities
    0x7fff46832000 -     0x7fff468dbffd  com.apple.accounts.AccountsDaemon (113 - 113) <4F72E9E6-BD12-381E-8DBC-3E0CEA5F06F5> /System/Library/PrivateFrameworks/AccountsDaemon.framework/Versions/A/AccountsDaemon
    0x7fff46d7d000 -     0x7fff46ed0ff0  com.apple.AddressBook.core (1.0 - 1) <F49733FF-8AB5-3610-85F5-14385BE7C6BA> /System/Library/PrivateFrameworks/AddressBookCore.framework/Versions/A/AddressBookCore
    0x7fff46eec000 -     0x7fff46eedff1  com.apple.AggregateDictionary (1.0 - 1) <4AA2A97D-F975-3119-8275-B3C80839585B> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
    0x7fff47332000 -     0x7fff4747eff1  com.apple.AnnotationKit (1.0 - 312) <FE467DDE-AAF8-3077-9885-728D272F7426> /System/Library/PrivateFrameworks/AnnotationKit.framework/Versions/A/AnnotationKit
    0x7fff4747f000 -     0x7fff4749bff2  com.apple.AppContainer (4.0 - 448) <7B2441F5-DE1C-34F4-B596-F1A31C376433> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff474bc000 -     0x7fff474d1ffa  com.apple.AppSSOCore (1.0 - 1) <29973715-B9E3-35F3-8116-24BBDEA6D601> /System/Library/PrivateFrameworks/AppSSOCore.framework/Versions/A/AppSSOCore
    0x7fff474ee000 -     0x7fff474fcff4  com.apple.AppSandbox (4.0 - 448) <0DEFF320-B966-3A32-81DA-F54587F280BD> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff478dc000 -     0x7fff47942ff7  com.apple.AppSupport (1.0.0 - 29) <0F6678BA-96CE-3D86-B684-C4ABDDC91B36> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
    0x7fff47943000 -     0x7fff4796dffc  com.apple.AppSupportUI (1.0 - 32.3) <5D6AE04B-C4E6-3270-9CE2-A1C0AFB96917> /System/Library/PrivateFrameworks/AppSupportUI.framework/Versions/A/AppSupportUI
    0x7fff4796e000 -     0x7fff47992ff3  com.apple.framework.Apple80211 (13.0 - 1447) <324A30D4-27F7-3741-A170-6B2F5A33CA5D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff47993000 -     0x7fff47ac4ff4  com.apple.AppleAccount (1.0 - 1.0) <51B82F9F-1C22-3CF7-AFBC-59962F9F219A> /System/Library/PrivateFrameworks/AppleAccount.framework/Versions/A/AppleAccount
    0x7fff47ac6000 -     0x7fff47ad5fdf  com.apple.AppleFSCompression (119 - 1.0) <5558339E-3703-3170-8C6E-AE5954B9D6FE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff47bd4000 -     0x7fff47bdfff1  com.apple.AppleIDAuthSupport (1.0 - 1) <5DCC8662-03F0-3B26-BD14-B10BE038AA11> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff47be0000 -     0x7fff47c20ff7  com.apple.AppleIDSSOAuthentication (1.0 - 1) <FB40F8AA-2AC0-315B-92F9-0590168CBE37> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/Versions/A/AppleIDSSOAuthentication
    0x7fff47c21000 -     0x7fff47c69fff  com.apple.AppleJPEG (1.0 - 1) <FD344B44-D6F5-3E27-8B8C-E356E75D97A1> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff47c6a000 -     0x7fff47c7aff7  com.apple.AppleLDAP (10.15 - 52) <615D4C24-95EE-3B58-9061-5382636298CC> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
    0x7fff48012000 -     0x7fff48037ff3  com.apple.aps.framework (4.0 - 4.0) <45F0B207-6B77-3278-ABAA-317298128362> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff48038000 -     0x7fff4803cff7  com.apple.AppleSRP (5.0 - 1) <2B965C2F-A895-3AF3-A12D-5F8DEFC83E1C> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff4803d000 -     0x7fff4805fffb  com.apple.applesauce (1.0 - 16.22) <CCC922E1-157B-3642-A387-A70B76DAD6C4> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff4811f000 -     0x7fff48122fff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <AED69D1B-AD43-36A3-9CB8-5240530768F0> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff48123000 -     0x7fff48173ff7  com.apple.AppleVAFramework (6.1.2 - 6.1.2) <60A5E85C-A8F5-354A-A811-0258F7311284> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff481bc000 -     0x7fff481ccff9  com.apple.AssertionServices (1.0 - 223.0.2) <EC356EE3-87DD-30E1-BC54-746CB70CB434> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
    0x7fff481cd000 -     0x7fff481ecff5  com.apple.AssetCacheServices (106 - 106) <57B7891A-99CA-3369-8E1C-CFD72723ED0D> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fff486f5000 -     0x7fff48af3ff4  com.apple.audio.AudioResourceArbitration (1.0 - 1) <FE73BDF7-7D43-35F4-99BA-BECC9136D3D2> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
    0x7fff48d4a000 -     0x7fff48f7eff7  com.apple.audio.AudioToolboxCore (1.0 - 1103.3) <D63B236C-631F-349E-9636-E685CEC91B6E> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
    0x7fff48f7f000 -     0x7fff49092ffa  com.apple.AuthKit (1.0 - 1) <72903620-8DAD-37DF-901C-E8FA975C10FD> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff49093000 -     0x7fff4912dff8  com.apple.AuthKitUI (1.0 - 1) <18B71B00-D43C-3FAB-8D41-1EBB6AE409E8> /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI
    0x7fff49248000 -     0x7fff49251ff3  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <F5A5E479-8F25-3075-9742-0C50264566EC> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff49252000 -     0x7fff492f2ff6  com.apple.backup.framework (1.11 - 1288) <62ED2F03-DFFE-3504-A935-4277F368F707> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff492f3000 -     0x7fff49373ff7  com.apple.BaseBoard (454 - 454) <8A20F3E3-352B-391B-8AEC-CCB2D253F26A> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
    0x7fff49392000 -     0x7fff49398ffe  com.apple.BezelServicesFW (336 - 336) <03E9C897-2C5D-37B9-90D0-8071ED38688A> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x7fff49477000 -     0x7fff494b3ff7  com.apple.bom (14.0 - 219) <7642D5D7-F2A4-340F-B24C-E999E78CF6F0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff495d0000 -     0x7fff49604ff3  com.apple.C2 (1.3 - 471) <88DFCDA1-D5BD-3506-BA8D-564DA44BA52B> /System/Library/PrivateFrameworks/C2.framework/Versions/A/C2
    0x7fff496f8000 -     0x7fff49721ff5  com.apple.CacheDelete (1.0 - 1) <E93E7113-4309-3F4D-BD1B-D19A864DC156> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete
    0x7fff49722000 -     0x7fff4977cffd  com.apple.CalDAV (8.0 - 786) <5EC35345-7055-3A7F-BBAD-4D684C4B087C> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x7fff4992c000 -     0x7fff49957fff  com.apple.CalendarAgentLink (8.0 - 250) <0739BCBD-5153-3DE4-9F0B-7098A640FB72> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fff49970000 -     0x7fff499e8ff7  com.apple.CalendarFoundation (8.0 - 1128) <0A1D11E0-ADFA-3642-BD55-E7DF08C8D3C3> /System/Library/PrivateFrameworks/CalendarFoundation.framework/Versions/A/CalendarFoundation
    0x7fff49a1f000 -     0x7fff49d1bffa  com.apple.CalendarPersistence (8.0 - 1029) <FA7421ED-1B4A-3FEF-893C-CDDCE3ABD29F> /System/Library/PrivateFrameworks/CalendarPersistence.framework/Versions/A/CalendarPersistence
    0x7fff4a01d000 -     0x7fff4a06cfff  com.apple.ChunkingLibrary (302 - 302) <34571500-C092-38BE-92E9-10661C1C24C9> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff4a06d000 -     0x7fff4a0c2ff3  com.apple.ClassKit (1.2 - 145.0.104) <7FFB9780-EBC8-3A4B-8B21-AB30067721C0> /System/Library/PrivateFrameworks/ClassKit.framework/Versions/A/ClassKit
    0x7fff4a197000 -     0x7fff4a21eff0  com.apple.CloudDocs (1.0 - 648) <9D5919E8-D46F-3656-B680-5A0D74942394> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff4ab7d000 -     0x7fff4ab88ff5  com.apple.CommerceCore (1.0 - 709.0.68) <9458623A-A090-33E2-99A4-B3BD87D666D7> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff4ab89000 -     0x7fff4ab92ff7  com.apple.CommonAuth (4.0 - 2.0) <CD2AE0A7-9CD3-329C-B22F-15705D469B57> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4aba6000 -     0x7fff4abbdff1  com.apple.commonutilities (8.0 - 900) <C3414E03-5047-3A0B-9C29-7B626A0BFE66> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff4ad03000 -     0x7fff4ad84ff9  com.apple.framework.ConfigurationProfiles (12.0 - 1246) <1C5378E0-899A-33EA-BC8A-F553411EC7BF> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
    0x7fff4ae54000 -     0x7fff4ae8eff5  com.apple.contacts.ContactsAutocomplete (1.0 - 1130) <055AE38A-CC4D-3C56-84C3-841D5015316D> /System/Library/PrivateFrameworks/ContactsAutocomplete.framework/Versions/A/ContactsAutocomplete
    0x7fff4aebf000 -     0x7fff4af41ffe  com.apple.AddressBook.ContactsFoundation (8.0 - ???) <2AF1AE10-88B5-36E1-A3C9-A8EF45C3E196> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff4af42000 -     0x7fff4af6eff2  com.apple.contacts.ContactsPersistence (1.0 - ???) <C8030363-35AC-3B3C-81BA-E1396B6404A2> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff4b296000 -     0x7fff4b66bfc8  com.apple.CoreAUC (280.0.0 - 280.0.0) <23EFB177-DB22-3BAC-82EE-CF1E56D071BB> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff4b66c000 -     0x7fff4b69affb  com.apple.CoreAVCHD (6.1.0 - 6100.4.1) <13D560A5-F9E7-3571-AFFC-F46EB2E5D4C3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff4b6bd000 -     0x7fff4b6dcff4  com.apple.analyticsd (1.0 - 1) <34D46A98-9510-3A85-B55D-6CEF62637B2A> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff4b7db000 -     0x7fff4b84cff3  com.apple.corebrightness (1.0 - 1) <7574A861-D4E9-3F24-AF53-3FEF3AACE56C> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff4b911000 -     0x7fff4b9a2ff1  com.apple.coredav (1.0.1 - 868) <20EDFFB7-EAE8-3C71-9F7A-63AEC122AB19> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
    0x7fff4b9a3000 -     0x7fff4b9aeff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <0F6140C0-FD99-3693-840C-3E7EDBF6E218> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff4b9af000 -     0x7fff4bbacff4  com.apple.CoreDuet (1.0 - 1) <0B9B4D16-166D-3AFB-8DD4-5C8B84D7A164> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff4bbad000 -     0x7fff4bbfaff0  com.apple.coreduetcontext (1.0 - 1) <811FFF73-B3F3-3FE6-99A8-D656D19F4D9C> /System/Library/PrivateFrameworks/CoreDuetContext.framework/Versions/A/CoreDuetContext
    0x7fff4bbfb000 -     0x7fff4bc0bffe  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <8B63F709-792C-3277-96BE-B2E1FC372230> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff4bc0e000 -     0x7fff4bc10fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <7502FF99-87D9-3C08-AB7C-80DB6895115B> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff4bc21000 -     0x7fff4bc31ff3  com.apple.CoreEmoji (1.0 - 99) <891F7B1C-7F66-32BF-A4D3-28DD4706480A> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4bddf000 -     0x7fff4bf2aff7  com.apple.CoreHandwriting (161 - 1.2) <FAAF090A-4C37-32BE-897E-3DD9601A9DEC> /System/Library/PrivateFrameworks/CoreHandwriting.framework/Versions/A/CoreHandwriting
    0x7fff4c278000 -     0x7fff4c2e2ff8  com.apple.CoreNLP (1.0 - 210) <0CCBF3F5-2A81-39F2-A4A7-8160F2A4C40B> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff4c5d8000 -     0x7fff4c5dcfff  com.apple.CoreOptimization (1.0 - 1) <64C23572-6F6B-3F2B-B477-AC6490DEEC79> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
    0x7fff4c5dd000 -     0x7fff4c666ffe  com.apple.CorePDF (4.0 - 518) <5FF1721B-A3AF-32EA-B618-8F23FB61BDF1> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff4c747000 -     0x7fff4c74fff8  com.apple.CorePhoneNumbers (1.0 - 1) <DBE44971-085D-3658-80FC-A410FDB663FF> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff4c750000 -     0x7fff4c7a294b  com.apple.CorePrediction (1.0 - 1) <C694F8D7-CB4D-3C33-9D44-547A3FD05F59> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
    0x7fff4cdc0000 -     0x7fff4cdcbff4  com.apple.corerecents (1.0 - 1) <2E43E67D-7D5C-3D94-963D-766C2D1FEEC1> /System/Library/PrivateFrameworks/CoreRecents.framework/Versions/A/CoreRecents
    0x7fff4ce98000 -     0x7fff4cebbff7  com.apple.CoreSVG (1.0 - 127) <E62941E5-E389-3CC0-A294-08C45FEF5045> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
    0x7fff4cebc000 -     0x7fff4ceeefff  com.apple.CoreServicesInternal (441 - 441) <204CED84-1458-30ED-AF0D-AAE319C75023> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff4ceef000 -     0x7fff4cf1dff3  com.apple.CSStore (1061.1 - 1061.1) <46F7B553-DF45-32AE-B92F-B06DD2EC1D0A> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
    0x7fff4d089000 -     0x7fff4d12cff1  com.apple.CoreSuggestions (1.0 - 1034) <0D2041CC-FBC9-3FB4-B6F9-9E38AA21E93D> /System/Library/PrivateFrameworks/CoreSuggestions.framework/Versions/A/CoreSuggestions
    0x7fff4d412000 -     0x7fff4d499fff  com.apple.CoreSymbolication (11.0 - 64509.95.1) <7A68D8E9-FCDE-3F0B-87B1-E404260A8CB2> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff4d49a000 -     0x7fff4d528ffb  com.apple.CoreThemeDefinition (2.0 - 421) <8ACED3C5-24D5-3C95-B62F-E13988236A2F> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
    0x7fff4d531000 -     0x7fff4d65cffa  com.apple.coreui (2.1 - 581) <0703F08F-7865-3680-838E-0E1271E783DD> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff4d65d000 -     0x7fff4d7fbff3  com.apple.CoreUtils (6.0 - 600.16) <D97AB1F7-5906-3822-AE42-5436C9203FFD> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff4d92e000 -     0x7fff4d941ff1  com.apple.CrashReporterSupport (10.13 - 15007) <7ADCBD5D-149C-32DE-BCF1-4A728542C4C2> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff4dbab000 -     0x7fff4dbbaffb  com.apple.framework.DFRFoundation (1.0 - 234) <8C4E5134-9432-3FB5-99E8-1913EC7C7734> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff4dbbb000 -     0x7fff4dbc0ffb  com.apple.DSExternalDisplay (3.1 - 380) <74E4D6E7-94AD-3A7E-9ED9-D99D829F71BA> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff4dbee000 -     0x7fff4dc28ff2  com.apple.datadetectors (5.0 - 407) <8FC2F5C3-1D8F-3CC1-B7DD-3DE0E4C78408> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff4dc29000 -     0x7fff4dca4ff8  com.apple.datadetectorscore (8.0 - 658) <B8C8E5E2-ECB7-3C1E-8E1D-62A9151D6EA8> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff4dca6000 -     0x7fff4dcefff2  com.apple.DataDetectorsNaturalLanguage (1.0 - 154) <7BC94C2E-7996-3C49-A23A-919B4741C497> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/Versions/A/DataDetectorsNaturalLanguage
    0x7fff4dcf0000 -     0x7fff4dd2eff0  com.apple.DebugSymbols (194 - 194) <EBB6FF02-A611-3DEC-ADA9-F319CD177BD2> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff4dd2f000 -     0x7fff4deb3ff8  com.apple.desktopservices (1.14 - 1273) <E7E685EB-40DE-329B-AB9C-DB5F1F6BCCA2> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff4ded6000 -     0x7fff4deebffb  com.apple.DeviceLinkX (5.0 - 264) <943973E3-913C-3822-9029-E15BBAC89D14> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
    0x7fff4dff3000 -     0x7fff4e0bbff6  com.apple.DiskImagesFramework (559 - 559) <AA44611A-42C1-3EAE-BAF1-3E417B91A5DA> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff4e0bc000 -     0x7fff4e18cff6  com.apple.DiskManagement (13.0 - 1648) <3E685C84-FA0B-332A-909F-EC7BB78DB6F8> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
    0x7fff4e18d000 -     0x7fff4e191ff1  com.apple.DisplayServicesFW (3.1 - 380) <F471D37F-B33B-31EB-A158-7E9C7FB75AF8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff4e1e7000 -     0x7fff4e20aff3  com.apple.DuetActivityScheduler (1.0 - 1) <D9002CED-C916-38B1-9EB3-393AA4E4AF95> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/Versions/A/DuetActivityScheduler
    0x7fff4e233000 -     0x7fff4e268fff  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <3FAF89E0-688E-3184-AD35-5B4A4D28C679> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fff4e269000 -     0x7fff4e26dff9  com.apple.EFILogin (2.0 - 2) <995A4F0A-D5C2-3F3A-AC6C-9FA4704DC5F8> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff4ec8d000 -     0x7fff4eca3ff8  com.apple.Engram (1.0 - 1) <FB005EA4-C0C9-319B-B0B4-D3E4517AF837> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
    0x7fff4eca4000 -     0x7fff4f2fcff4  com.apple.vision.EspressoFramework (1.0 - 186) <D3A68AE0-6D01-3BF5-B52E-985D88E40708> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso
    0x7fff4f346000 -     0x7fff4f39fff0  com.apple.ExchangeWebServices (8.0 - 802) <891D2CA7-2E58-3D32-B18A-7A7CA403554A> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/ExchangeWebServices
    0x7fff4f5db000 -     0x7fff4f9f6ff9  com.apple.vision.FaceCore (4.3.0 - 4.3.0) <4F0879FE-137E-3247-B872-8516E148CC55> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff4fa05000 -     0x7fff4fa27ff0  com.apple.framework.familycontrols (4.1 - 410) <573EAEEF-CC13-315A-BF1D-452D7ECC82E0> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff50047000 -     0x7fff5017effc  libFontParser.dylib (272) <E918CFC5-3DDC-30F0-A5C7-ED34AC7F30BE> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff5017f000 -     0x7fff501b3fff  libTrueTypeScaler.dylib (272) <86D97A4A-0144-32A7-9C40-D496311F73EA> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
    0x7fff50218000 -     0x7fff50228ff6  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <45F34DC2-3333-3EC6-BF4A-ECA17B57D62D> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff536f1000 -     0x7fff536f2fff  libmetal_timestamp.dylib (902.9.51.1) <1BC1A0D8-7AA8-399A-BA30-AC8FD23EE089> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
    0x7fff54d99000 -     0x7fff54d9ffff  com.apple.GPUWrangler (4.1.30 - 4.1.30) <357B4501-8DDD-3BF8-9773-342F20FD7EAC> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff550b9000 -     0x7fff550deff0  com.apple.GenerationalStorage (2.0 - 309) <73B851FB-F8AA-395C-99FB-ED2E94AB1889> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff550f7000 -     0x7fff56062ff2  com.apple.GeoServices (1.0 - 1608.20.7.18.1) <F3B64179-1684-39EB-BC7B-B853135523F4> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff56190000 -     0x7fff5619effb  com.apple.GraphVisualizer (1.0 - 100.1) <C62FDCC8-59CA-359A-958D-BFF94C64BCC9> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff5619f000 -     0x7fff561acff3  com.apple.GraphicsServices (1.0 - 1.0) <EE7CB730-A23C-3D60-9C4A-AF133269E717> /System/Library/PrivateFrameworks/GraphicsServices.framework/Versions/A/GraphicsServices
    0x7fff56201000 -     0x7fff5620eff9  com.apple.HID (1.0 - 1) <8DBE9425-466D-3368-9E33-2D284FE6551D> /System/Library/PrivateFrameworks/HID.framework/Versions/A/HID
    0x7fff5632e000 -     0x7fff563a1ffc  com.apple.Heimdal (4.0 - 2.0) <84A331CE-D1CE-361D-8188-F280FC51F98A> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff56d98000 -     0x7fff56dc7ff4  com.apple.HelpData (2.3 - 199) <AF2A2811-956B-3A98-928A-FD32223C7FDF> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff57a65000 -     0x7fff57aa6ff6  com.apple.IASUtilities (1.0 - 537.2) <37DF749F-FE3C-354F-90B7-1946C76496DB> /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilities
    0x7fff57aa7000 -     0x7fff57ba4ff1  com.apple.ids (10.0 - 1000) <317D5EA8-EE16-360B-AEC3-62EC100935D9> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff57ba5000 -     0x7fff57cdffff  com.apple.idsfoundation (10.0 - 1000) <53D49C27-750F-3CFD-B5E5-1F7CC60C5B67> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff582e4000 -     0x7fff58344ffa  com.apple.imfoundation (10.0 - 1000) <463A8F6A-F233-316F-B888-F523DE21983D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff58451000 -     0x7fff5845affe  com.apple.IOAccelMemoryInfo (1.0 - 1) <B0931304-40DD-3D19-8FF1-B0DB1BCBE4A6> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff5845b000 -     0x7fff58463ff5  com.apple.IOAccelerator (438.1.15 - 438.1.15) <18E33EB8-DD37-32F4-AA5E-01AF970A5F15> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff58465000 -     0x7fff58465fff  com.apple.IOPlatformPluginFamily (1.0 - 1) <AD60A65A-B1A0-3CC4-8288-14980DBA13FB> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily
    0x7fff58466000 -     0x7fff5847cff7  com.apple.IOPresentment (1.0 - 37) <B69C3491-F853-3D5A-B53D-397A43FC0EBE> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff58801000 -     0x7fff5884bff5  com.apple.IconServices (431 - 431) <0639A5F8-26CC-34DA-8F8B-41FBD4E5C615> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff589e9000 -     0x7fff589f4ff5  com.apple.IntentsFoundation (1.0 - 1) <9EB5BEDA-DE3C-33C0-8436-22D65B7A6E60> /System/Library/PrivateFrameworks/IntentsFoundation.framework/Versions/A/IntentsFoundation
    0x7fff58a07000 -     0x7fff58a0dff4  com.apple.InternationalSupport (1.0 - 39) <78000985-AD5F-37C2-BB42-329A9611E81C> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff58a0e000 -     0x7fff58a10ffb  com.apple.InternationalTextSearch (1.0 - 1) <6D4041AA-05A0-3D41-AE61-6A6B45F93A10> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/Versions/A/InternationalTextSearch
    0x7fff58a75000 -     0x7fff58aa4ff2  com.apple.IntlPreferences (2.0 - 288) <85BB2E77-E5DD-388B-A295-572A35467185> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff58b1f000 -     0x7fff58b38ff9  com.apple.Jet (1.0 - 1) <CC4F9EF1-12A5-3F19-993D-09B2B7D1B899> /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet
    0x7fff58c41000 -     0x7fff58c4dff7  com.apple.KerberosHelper (4.0 - 1.0) <990869C1-ED6D-3619-AB4E-5D3A9C41D1BF> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosHelper
    0x7fff58c4e000 -     0x7fff58c6eff6  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <BEFFBD6E-4814-3540-A272-C12C6F6C202E> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff58dc4000 -     0x7fff58e91ffd  com.apple.LanguageModeling (1.0 - 210) <2AA9EEB8-DFA3-3A95-BCC5-531381B2B1A4> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff58e92000 -     0x7fff58edaff7  com.apple.Lexicon-framework (1.0 - 70) <E86FF50D-9644-37D7-B912-39A82EFFFC2B> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff58ee1000 -     0x7fff58ee5ff6  com.apple.LinguisticData (1.0 - 331) <C0113118-D527-392D-B065-1EBC95A6E910> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff58f0c000 -     0x7fff58f30ff6  com.apple.locationsupport (2386.0.4.3.1 - 2386.0.4.3.1) <FE2175B6-0F2F-3F54-AE0D-26E89D439DEB> /System/Library/PrivateFrameworks/LocationSupport.framework/Versions/A/LocationSupport
    0x7fff58f33000 -     0x7fff58f88ff7  com.apple.LoggingSupport (1.0 - 1147.0.1) <0BA2356C-4852-34E0-B950-AD8B9BDEE41D> /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport
    0x7fff58f89000 -     0x7fff58f8eff7  com.apple.LoginUICore (4.0 - 4.0) <03ED1E16-5C0A-3053-8162-F366DA67A615> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff58fe7000 -     0x7fff59000ff6  com.apple.LookupFramework (1.2 - 270) <25C53B94-981D-3185-B01B-FA5029B24816> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup
    0x7fff5976e000 -     0x7fff59771fff  com.apple.Mangrove (1.0 - 25) <86950DCF-ADD0-33BE-AFF3-6492577D1C0F> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff59914000 -     0x7fff59914ff5  com.apple.marco (10.0 - 1000) <658F5DD8-F4DE-3F16-9CEE-DF3BF1B13044> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff59915000 -     0x7fff5993bffa  com.apple.MarkupUI (1.0 - 312) <DFD2E5EC-75B6-3BA8-9BF5-1347E80C13B4> /System/Library/PrivateFrameworks/MarkupUI.framework/Versions/A/MarkupUI
    0x7fff599c0000 -     0x7fff59a73fff  com.apple.MediaExperience (1.0 - 1) <3F45F822-5CBB-37E7-BCC3-4BE047C05688> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
    0x7fff59a74000 -     0x7fff59aa7fff  com.apple.MediaKit (16 - 923) <15E41D5C-11E3-3121-863D-E0A6656A64E6> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff59b6b000 -     0x7fff59ed8ff3  com.apple.MediaRemote (1.0 - 1) <C1408226-B4CF-307D-9C10-92E64E8AE830> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
    0x7fff59ed9000 -     0x7fff59f12fff  com.apple.MediaServices (1.0 - 1) <CBC2E8E8-53A1-3781-9EFE-04C42585D0D9> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
    0x7fff5a220000 -     0x7fff5a26bff7  com.apple.spotlight.metadata.utilities (1.0 - 2055.1) <69D6FAD0-1F07-3BC6-9CEA-3B3D47539287> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
    0x7fff5a26c000 -     0x7fff5a33affb  com.apple.gpusw.MetalTools (1.0 - 1) <F6D15980-B227-3FF4-A50C-D318BCB19ED4> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff5a394000 -     0x7fff5a3adff8  com.apple.MobileAssets (1.0 - 619.0.2) <80D0140D-A4E3-395C-95CA-B8C5D13BAE9B> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff5a3c4000 -     0x7fff5a53afe8  com.apple.mobiledevice (1188 - 1188) <7673F313-5977-3625-B874-250F7A0A2A2B> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
    0x7fff5a553000 -     0x7fff5a570ffc  com.apple.MobileKeyBag (2.0 - 1.0) <9D2A5997-FC48-323C-BD48-03A7F67A6399> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff5a63d000 -     0x7fff5a7d6ff3  com.apple.Montreal (1.0 - 119) <A172C1AA-BBC2-3DFA-8112-3F50387789F4> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal
    0x7fff5a7d7000 -     0x7fff5a805fff  com.apple.MultitouchSupport.framework (3400.32 - 3400.32) <3BD230FF-75C3-3217-98A0-5EB70931EEBA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff5a9f9000 -     0x7fff5aae4ff6  com.apple.NLP (1.0 - 198) <FE1953EC-A691-3750-97B2-080FD904E555> /System/Library/PrivateFrameworks/NLP.framework/Versions/A/NLP
    0x7fff5aae5000 -     0x7fff5abf1b73  com.apple.Navigation (1.0 - 1) <E4376A68-C2DE-331C-83C5-EC409078B4C4> /System/Library/PrivateFrameworks/Navigation.framework/Versions/A/Navigation
    0x7fff5ac71000 -     0x7fff5ac7bfff  com.apple.NetAuth (6.2 - 6.2) <F37B988E-94B3-32CA-83D7-E3CFA152347D> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff5ad3c000 -     0x7fff5ad58ffc  com.apple.network.statistics.framework (1.2 - 1) <5A9A94EF-CD92-3B49-8CBB-FDD916BE384A> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
    0x7fff5b3d7000 -     0x7fff5b3d9ffe  com.apple.OAuth (25 - 25) <CF36064C-BF10-3315-A44A-1A7A7C759A15> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
    0x7fff5b5a9000 -     0x7fff5b5f5ff7  com.apple.OTSVG (1.0 - 636) <672EEE6D-BCC4-3B4F-9CFC-B979422285DB> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
    0x7fff5be33000 -     0x7fff5be39ff6  com.apple.PIP (1.0 - 107) <0822D823-846C-3E20-BD38-CF994847489E> /System/Library/PrivateFrameworks/PIP.framework/Versions/A/PIP
    0x7fff5c0e4000 -     0x7fff5c1a1ff8  com.apple.PackageKit (3.0 - 970.1) <6566308F-2A13-3320-B075-FB9C0C3A3C85> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    0x7fff5c753000 -     0x7fff5c75effe  com.apple.PerformanceAnalysis (1.242 - 242) <77A1169A-2986-3B19-9D5D-957A5C255CC8> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff5c75f000 -     0x7fff5c787fff  com.apple.persistentconnection (1.0 - 1.0) <EEC47B95-0FF2-31EA-818B-274DA5F91B2B> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
    0x7fff5c788000 -     0x7fff5c796ff2  com.apple.PersonaKit (1.0 - 1) <B23A7901-03CB-350E-AC3C-915F511DBBB6> /System/Library/PrivateFrameworks/PersonaKit.framework/Versions/A/PersonaKit
    0x7fff5c93a000 -     0x7fff5c93affe  com.apple.PhoneNumbers (1.0 - 1) <A5EF1A0B-C85C-3557-B42A-C818A4920A25> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff5e006000 -     0x7fff5e05bffa  com.apple.PhysicsKit (1.0 - 1) <6AF4860D-044B-3AF4-B2D4-73D68CFC4EEB> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
    0x7fff5e09d000 -     0x7fff5e0cdff5  com.apple.pluginkit.framework (1.0 - 1) <5C81B0FF-8039-3BAE-A1D9-F8CA4FD2AE16> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
    0x7fff5e0f6000 -     0x7fff5e109ffd  com.apple.PowerLog (1.0 - 1) <839C9813-5A81-3B2B-B689-528295890399> /System/Library/PrivateFrameworks/PowerLog.framework/Versions/A/PowerLog
    0x7fff5e10a000 -     0x7fff5e10aff5  com.apple.PowerlogControl (1.0 - 1) <2D1BB00D-7775-38F9-B5D5-7C1BE3648CD5> /System/Library/PrivateFrameworks/PowerlogControl.framework/Versions/A/PowerlogControl
    0x7fff5ed7e000 -     0x7fff5ed9eff9  com.apple.proactive.support.ProactiveEventTracker (1.0 - 254) <5FD50F3E-19A1-382A-84D7-CF3E097C7628> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/Versions/A/ProactiveEventTracker
    0x7fff5ee1f000 -     0x7fff5ee87ffa  com.apple.proactive.support.ProactiveSupport (1.0 - 254) <6166CBCC-2650-37DE-A514-F962A6D0BC78> /System/Library/PrivateFrameworks/ProactiveSupport.framework/Versions/A/ProactiveSupport
    0x7fff5ef6e000 -     0x7fff5efc8ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <2A742909-D78F-3B92-B347-07AAEA40B9D3> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff5efc9000 -     0x7fff5efe2fff  com.apple.ProtocolBuffer (1 - 274.20.7.15.1) <E2F38C61-BA3E-3AAA-9413-7E82E173E0E5> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff5f110000 -     0x7fff5f113ff4  com.apple.QuickLookNonBaseSystem (1.0 - 1) <5BEC1498-F625-38BE-8643-C51DA8129E14> /System/Library/PrivateFrameworks/QuickLookNonBaseSystem.framework/Versions/A/QuickLookNonBaseSystem
    0x7fff5f114000 -     0x7fff5f138ff1  com.apple.quicklook.QuickLookSupport (1.0 - 1) <6676ED87-2435-35DB-A3AB-9A4FC0C5953F> /System/Library/PrivateFrameworks/QuickLookSupport.framework/Versions/A/QuickLookSupport
    0x7fff5f13a000 -     0x7fff5f189ff6  com.apple.ROCKit (34 - 34) <27119713-2F82-38DF-BBC9-902666AD3F0F> /System/Library/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit
    0x7fff5f1d5000 -     0x7fff5f24aff8  com.apple.Rapport (1.8 - 180.18) <C298B691-276F-3310-83B2-D30FDC3D71E4> /System/Library/PrivateFrameworks/Rapport.framework/Versions/A/Rapport
    0x7fff5f3fa000 -     0x7fff5f406ffd  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1738.0.3) <7490CEE5-EBF1-3F34-AE54-953919859404> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff5f41a000 -     0x7fff5f443ff9  com.apple.RemoteViewServices (2.0 - 148) <C400F620-84CC-306B-8EA6-CFB93BE38BEE> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff5f444000 -     0x7fff5f458ff2  com.apple.xpc.RemoteXPC (1.0 - 1738.0.3) <C282E87B-23C4-3306-A760-94F4B4C0B746> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff5f4c6000 -     0x7fff5f511ff7  com.apple.ResponseKit (1.0 - 145) <852563BB-70F8-33CF-9D19-2BBFCCE3E0B0> /System/Library/PrivateFrameworks/ResponseKit.framework/Versions/A/ResponseKit
    0x7fff5f5a6000 -     0x7fff5f5e2ff7  com.apple.RunningBoardServices (1.0 - 223.0.2) <E49EB1C1-7F3C-30C4-BE93-6420B561B14F> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
    0x7fff60345000 -     0x7fff6038ffff  com.apple.Safari.SafeBrowsing (15608 - 15608.1.37) <78EA57B8-2D56-3C8C-948D-2B6FABD45FAA> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/Versions/A/SafariSafeBrowsing
    0x7fff60d01000 -     0x7fff60e5aff6  com.apple.SearchFoundation (1.0 - 304) <BEDF43FB-6A05-3734-8D69-17C41FABA9EA> /System/Library/PrivateFrameworks/SearchFoundation.framework/Versions/A/SearchFoundation
    0x7fff60ecb000 -     0x7fff60eceff9  com.apple.SecCodeWrapper (4.0 - 448) <86263131-2864-3582-8AEE-04270DA24B58> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff60f2d000 -     0x7fff60f32ffc  com.apple.ServerInformation (2.0 - 1) <1F22C8B0-4B07-39A3-A173-BE9BE4819970> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation
    0x7fff6100f000 -     0x7fff6112fffa  com.apple.Sharing (1446.2 - 1446.2) <4B33EDF8-7780-372E-A573-498B6F3A803C> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff61131000 -     0x7fff6114fffa  com.apple.shortcut (2.16 - 106) <9FAB1120-F1EB-38C5-9E8D-3DD670AB5FA0> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff61150000 -     0x7fff6116cff8  com.apple.sidecar-core (1.0 - 177) <79E0F1A4-632D-38FD-9971-E1F19B8E6F8D> /System/Library/PrivateFrameworks/SidecarCore.framework/Versions/A/SidecarCore
    0x7fff6116d000 -     0x7fff6117fff3  com.apple.sidecar-ui (1.0 - 177) <9B9E2868-B70A-3D4B-92EB-D8E35CA14343> /System/Library/PrivateFrameworks/SidecarUI.framework/Versions/A/SidecarUI
    0x7fff62127000 -     0x7fff62419ff5  com.apple.SkyLight (1.600.0 - 436.34.1) <EA10DFA9-E553-3707-A60F-0089CFE9DBEF> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff62c5f000 -     0x7fff62c6cfff  com.apple.SpeechRecognitionCore (6.0.72 - 6.0.72) <66AB76D7-EFA6-3FDA-B9A7-0FF5E0B47308> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff62d2b000 -     0x7fff62fb0ffe  com.apple.spotlight.index (10.7.0 - 2055.1) <EB7AE119-76F3-316A-BBFF-D37F42089A44> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
    0x7fff6308f000 -     0x7fff6309fff9  com.apple.StorageManagement (1.0 - 1) <844501EB-B74C-3085-AD8E-32E07B1332A5> /System/Library/PrivateFrameworks/StorageManagement.framework/Versions/A/StorageManagement
    0x7fff6332f000 -     0x7fff63370ff8  com.apple.StreamingZip (1.0 - 1) <B0B9B50D-09F9-3194-BEAF-5E0EBE117AF2> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff63481000 -     0x7fff6348afff  com.apple.SymptomDiagnosticReporter (1.0 - 1238) <6D94C469-2F04-33B3-B2FE-C24D5A3A73AE> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
    0x7fff634fb000 -     0x7fff63525ff0  com.apple.framework.SystemAdministration (1.0 - 1.0) <38FF0793-A19F-3C4C-A913-BC3581F16945> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff6371c000 -     0x7fff63731ff1  com.apple.private.SystemPolicy (1.0 - 1) <EDF1D681-513E-3985-A034-D2CB44591531> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
    0x7fff63736000 -     0x7fff63746ff3  com.apple.TCC (1.0 - 1) <1BD978B2-8404-33DF-B91C-85A179080D44> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff63c2b000 -     0x7fff63cf2ff4  com.apple.TextureIO (3.10.9 - 3.10.9) <0182C6C2-BEB1-3292-988E-C52B3D0C8821> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff644b9000 -     0x7fff644d4ff4  com.apple.ToneKit (1.0 - 1) <1C1AB505-B44C-37EA-92C5-F4141BFDB54D> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff644d5000 -     0x7fff644ffffa  com.apple.ToneLibrary (1.0 - 1) <921FE918-7122-33CE-900F-4C816C5826A2> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff645a3000 -     0x7fff645a4fff  com.apple.TrustEvaluationAgent (2.0 - 33) <FF44D518-8A2A-35D0-82A4-744B1EE5737E> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff6527a000 -     0x7fff654cdfff  com.apple.UIFoundation (1.0 - 633) <36251C28-A6D1-3EAB-8D87-F773C55933DF> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff65555000 -     0x7fff6555bff6  com.apple.URLFormatting (118 - 118) <5205A9E9-5BBB-304E-B066-D5A00E9FC211> /System/Library/PrivateFrameworks/URLFormatting.framework/Versions/A/URLFormatting
    0x7fff65fb0000 -     0x7fff65fb4ffe  com.apple.Uninstall (1.0.1 - 211) <3AC33F15-7B42-3128-AD18-8AA52EC435E1> /System/Library/PrivateFrameworks/Uninstall.framework/Versions/A/Uninstall
    0x7fff66022000 -     0x7fff66024fff  libUAPreferences.dylib (472) <9A4D3854-33A2-3099-8414-AC669FBCDCE3> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
    0x7fff660b1000 -     0x7fff660d0fff  com.apple.UserManagement (1.0 - 1) <2E6CC223-E8E4-382B-ACF6-3FB585985B4D> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
    0x7fff66180000 -     0x7fff6690bff4  com.apple.VectorKit (1.0 - 1589.20.7.18.1) <BAFEF8C3-99A0-37DE-9CCC-18B9943F21E4> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
    0x7fff66e7d000 -     0x7fff66f64ffb  com.apple.ViewBridge (449 - 449) <14930B1B-B552-368E-9BBE-B6817C639C27> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff67105000 -     0x7fff67106fff  com.apple.WatchdogClient.framework (1.0 - 67) <E6E24955-EA6C-3BD5-B145-03936664BE49> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
    0x7fff672cc000 -     0x7fff672ccfff  com.apple.WebInspectorUI (15608 - 15608.1.37) <49DC1EF1-3C64-3373-B853-E9156617E175> /System/Library/PrivateFrameworks/WebInspectorUI.framework/Versions/A/WebInspectorUI
    0x7fff67478000 -     0x7fff674b4ff3  libAWDSupport.dylib (949) <4986157D-F0FA-35DE-B6D1-41ED82F7032A> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupport.dylib
    0x7fff674b5000 -     0x7fff67754ff4  libAWDSupportFramework.dylib (3085) <582ECB6D-CBF6-36F0-BF28-1FCFD5CF7102> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
    0x7fff67755000 -     0x7fff67766ff7  libprotobuf-lite.dylib (3085) <314C204E-A0E2-3091-AB75-6BC9046E7400> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
    0x7fff67767000 -     0x7fff677c1ff3  libprotobuf.dylib (3085) <8553BDF1-EA9B-3A58-B895-F0BD488E0FE9> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
    0x7fff677c2000 -     0x7fff67806ffe  com.apple.awd (1.0 - 949) <922B8186-68B3-3796-8572-A6F20BFF679B> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
    0x7fff67c7b000 -     0x7fff67c7effa  com.apple.dt.XCTTargetBootstrap (1.0 - 14761.2) <3A20FBB7-3F69-3188-A1D9-6AF15E93D7B6> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
    0x7fff67ce4000 -     0x7fff67ce7ffb  com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <D3894400-0525-3BD2-A0F2-43CD2910582A> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
    0x7fff67cf7000 -     0x7fff67d05ff1  com.apple.audio.caulk (1.0 - 32) <CDC8DF15-BDBC-3CA2-B972-B553F9E219BF> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
    0x7fff67ec9000 -     0x7fff67efeff8  com.apple.iCalendar (7.0 - 800) <291BA21E-90FA-3756-A6FF-D32C0017CDE1> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff67eff000 -     0x7fff67f78ff1  com.apple.icloud.drive (1.0 - 46.1) <244254AE-2780-3C51-A132-3BFF52B38B55> /System/Library/PrivateFrameworks/iCloudDrive.framework/Versions/A/iCloudDrive
    0x7fff68373000 -     0x7fff68377ffb  com.apple.kperf (1.0 - 1) <75A04422-E8A4-318E-B026-E7855D4FD4DF> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
    0x7fff683cb000 -     0x7fff683cdff3  com.apple.loginsupport (1.0 - 1) <C0AED433-33C1-3A64-B474-4D7135A0D525> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff683ce000 -     0x7fff683e1ffd  com.apple.login (3.0 - 3.0) <C305FED1-DEA3-362C-B1E3-CE0C573645FF> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff68413000 -     0x7fff6841fffd  com.apple.perfdata (1.0 - 51) <2FCDF67D-A764-33AC-B336-5B5D79D8BDA7> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
    0x7fff68420000 -     0x7fff68451ff9  com.apple.contacts.vCard (1.0 - ???) <CD793D0E-EA4F-32DC-A83C-F14E753FE0E3> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff68499000 -     0x7fff684a7ff7  com.apple.zudp (1.0 - 1) <0D6617B3-ED61-3032-9F22-4D1E96E6DCAA> /System/Library/PrivateFrameworks/zudp.framework/Versions/A/zudp
    0x7fff6862b000 -     0x7fff68640ff8  libAccessibility.dylib (2733) <4FFAF94E-F574-389E-A612-E34D36A30E89> /usr/lib/libAccessibility.dylib
    0x7fff686ef000 -     0x7fff686fcfff  libAudioStatistics.dylib (1103.3) <7B334CB8-C675-35AB-8518-A6887863282E> /usr/lib/libAudioStatistics.dylib
    0x7fff686fd000 -     0x7fff68732ff2  libAudioToolboxUtility.dylib (1103.3) <C1F3A85A-D003-38EE-8495-63C1DE1E6317> /usr/lib/libAudioToolboxUtility.dylib
    0x7fff68739000 -     0x7fff6876eff7  libCRFSuite.dylib (48) <0405E257-1205-359B-B89C-F301AA371117> /usr/lib/libCRFSuite.dylib
    0x7fff68771000 -     0x7fff6877bff3  libChineseTokenizer.dylib (34) <FE140C36-95A1-3B70-B734-7027CD9D8B6B> /usr/lib/libChineseTokenizer.dylib
    0x7fff6877c000 -     0x7fff68805fff  libCoreStorage.dylib (551) <A51B8FDE-9EB0-31D0-B8FA-BF71704CB52F> /usr/lib/libCoreStorage.dylib
    0x7fff68808000 -     0x7fff6880afff  libDiagnosticMessagesClient.dylib (112) <69A2F486-2839-33C9-8F19-77874EDAE58C> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff6884d000 -     0x7fff68a04ff3  libFosl_dynamic.dylib (100.4) <2F6C11A6-8732-3F20-BA5C-B49C649E2380> /usr/lib/libFosl_dynamic.dylib
    0x7fff68a2c000 -     0x7fff68a32ff3  libIOReport.dylib (54) <707CF593-948D-3115-90D6-490BEC516797> /usr/lib/libIOReport.dylib
    0x7fff68b12000 -     0x7fff68b19fff  libMatch.1.dylib (36) <6977095F-829B-3A73-8C15-EDA88B03E410> /usr/lib/libMatch.1.dylib
    0x7fff68b49000 -     0x7fff68b68ff7  libMobileGestalt.dylib (826.0.1) <CA305A42-9F23-3D29-908E-CD261FCCF726> /usr/lib/libMobileGestalt.dylib
    0x7fff68b69000 -     0x7fff68bd2fff  libParallelCompression.dylib (141) <FFC464DA-A6ED-3774-9ADF-9F1480AEF6C9> /usr/lib/libParallelCompression.dylib
    0x7fff68bdd000 -     0x7fff68cbaff7  libSMC.dylib (20) <8758782F-411B-3AFE-AF52-474E59F7304C> /usr/lib/libSMC.dylib
    0x7fff68ccf000 -     0x7fff68cd0ff3  libSystem.B.dylib (1281) <5BA71746-958C-31AE-A8A2-8D1713CCE83A> /usr/lib/libSystem.B.dylib
    0x7fff68cd1000 -     0x7fff68d5fffb  libTelephonyUtilDynamic.dylib (3851) <9ECD90C2-D512-3617-AA35-FCFC5608C5B4> /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff68d60000 -     0x7fff68d61fff  libThaiTokenizer.dylib (3) <7FB02CB1-E1E0-3951-8AB2-2D0831CF5458> /usr/lib/libThaiTokenizer.dylib
    0x7fff68d62000 -     0x7fff68d68ff9  libUniversalAccess.dylib (472) <6E9FDE9F-57DA-3406-8DD6-F4DED1AC13C7> /usr/lib/libUniversalAccess.dylib
    0x7fff68d79000 -     0x7fff68d8ffff  libapple_nghttp2.dylib (1.39.1) <FE8E977B-A4CE-3C1F-9723-B06C3C57FDEE> /usr/lib/libapple_nghttp2.dylib
    0x7fff68dc4000 -     0x7fff68e36fff  libarchive.2.dylib (72) <4A72FC38-BCD2-34AB-8F67-3C44954F1EEE> /usr/lib/libarchive.2.dylib
    0x7fff68e37000 -     0x7fff68ecdfc5  libate.dylib (2.0.9) <7CE1A640-EA04-3B4A-88EE-8A6272BB2017> /usr/lib/libate.dylib
    0x7fff68ed1000 -     0x7fff68ed1ff3  libauto.dylib (187) <F9CCA3CF-FD5F-38A6-AA54-D1135247CBDC> /usr/lib/libauto.dylib
    0x7fff68f92000 -     0x7fff68fa2fff  libbsm.0.dylib (60) <028842C7-71CF-3CFA-AB9E-D1FC6A674B3A> /usr/lib/libbsm.0.dylib
    0x7fff68fa3000 -     0x7fff68faffff  libbz2.1.0.dylib (44) <CD457C04-DA1A-3A62-8CCC-093DC8280D7C> /usr/lib/libbz2.1.0.dylib
    0x7fff68fb0000 -     0x7fff69003fff  libc++.1.dylib (800.6) <67C7B159-C9A7-39C6-8C83-C886DAEE791E> /usr/lib/libc++.1.dylib
    0x7fff69004000 -     0x7fff69018fff  libc++abi.dylib (800.7) <088AD1C2-8E4D-389F-8C9A-3F997B2F4E41> /usr/lib/libc++abi.dylib
    0x7fff69019000 -     0x7fff69019ffb  libcharset.1.dylib (59) <06CE3787-F7E5-34A5-9487-006A10997F7E> /usr/lib/libcharset.1.dylib
    0x7fff6901a000 -     0x7fff6902bffb  libcmph.dylib (8) <E71D1009-2BAF-3355-AEAA-99584CB4E217> /usr/lib/libcmph.dylib
    0x7fff6902c000 -     0x7fff69043fe7  libcompression.dylib (87) <C3889D81-230B-3092-BBF8-65EEA3072E82> /usr/lib/libcompression.dylib
    0x7fff692fd000 -     0x7fff69313fff  libcoretls.dylib (167) <2DD21D46-B60F-31AA-A0EA-836E7126A43E> /usr/lib/libcoretls.dylib
    0x7fff69314000 -     0x7fff69315ffb  libcoretls_cfhelpers.dylib (167) <7F17D641-834D-35D8-9AAF-E3B9058BC8D6> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff694b8000 -     0x7fff695b1fff  libcrypto.35.dylib (47) <0233B6C2-EB79-3086-940E-A8904092E4D8> /usr/lib/libcrypto.35.dylib
    0x7fff697b7000 -     0x7fff698bbfe7  libcrypto.44.dylib (47) <CD5379F7-8C48-3E87-83E0-1BA532C91ABC> /usr/lib/libcrypto.44.dylib
    0x7fff698be000 -     0x7fff698c9ff7  libcsfde.dylib (551) <8AAC81B1-3E9A-397B-A595-E664241F4351> /usr/lib/libcsfde.dylib
    0x7fff698d1000 -     0x7fff69930fff  libcups.2.dylib (483) <8AD20DCD-B167-374B-A001-EBD0F7498AF1> /usr/lib/libcups.2.dylib
    0x7fff69932000 -     0x7fff69999fff  libcurl.4.dylib (118) <50D6E963-C23A-3461-B2AF-2C8E4BDB1BB1> /usr/lib/libcurl.4.dylib
    0x7fff699a8000 -     0x7fff69a18fff  libdtrace.dylib (338) <C374A089-91C6-3E9A-86DC-6C745AA145AA> /usr/lib/libdtrace.dylib
    0x7fff69a19000 -     0x7fff69a1dffb  libdz.dylib (1.0.0 - 228.0.1) <6AF425BA-09B5-3158-8485-D882F7FE257A> /usr/lib/libdz.dylib
    0x7fff69a1e000 -     0x7fff69a3bff7  libedit.3.dylib (55) <6E1E7212-FDBB-31A4-BCC1-5631812D73BA> /usr/lib/libedit.3.dylib
    0x7fff69a3c000 -     0x7fff69a3cff3  libenergytrace.dylib (21) <5DEAAFCD-8879-3F99-8B84-A31268E48052> /usr/lib/libenergytrace.dylib
    0x7fff69a3d000 -     0x7fff69a56ff7  libexpat.1.dylib (19) <49D7805E-ECDE-3501-9530-75A1074FB590> /usr/lib/libexpat.1.dylib
    0x7fff69a57000 -     0x7fff69a63ffb  libexslt.0.dylib (16.5) <7A8C8A1F-A2AC-30E8-A55C-9EF3641AF051> /usr/lib/libexslt.0.dylib
    0x7fff69a64000 -     0x7fff69a65ff7  libfakelink.dylib (146) <30B204C4-107E-3231-82B7-E171FDB22388> /usr/lib/libfakelink.dylib
    0x7fff69a66000 -     0x7fff69a6bf4f  libffi.dylib (25) <3A9117A6-00B8-3EC5-BC4D-15DB5720E45B> /usr/lib/libffi.dylib
    0x7fff69a74000 -     0x7fff69a79fff  libgermantok.dylib (24) <31826E90-8DA2-3438-B15B-B5B8B47F27C0> /usr/lib/libgermantok.dylib
    0x7fff69a7a000 -     0x7fff69a7eff7  libheimdal-asn1.dylib (564.0.1) <6F143E89-5986-3652-AF58-410151EF2BDC> /usr/lib/libheimdal-asn1.dylib
    0x7fff69a7f000 -     0x7fff69b6fff7  libiconv.2.dylib (59) <0CF7320A-4513-313E-AD18-88394A81FAD0> /usr/lib/libiconv.2.dylib
    0x7fff69b70000 -     0x7fff69dc8ff7  libicucore.A.dylib (64226.0.1) <D492C219-98AB-3923-9B44-62B14838432A> /usr/lib/libicucore.A.dylib
    0x7fff69de2000 -     0x7fff69de3fff  liblangid.dylib (133) <866BFF9A-A17D-3376-AF9A-3EC6C17D4BC4> /usr/lib/liblangid.dylib
    0x7fff69de4000 -     0x7fff69dfcffb  liblzma.5.dylib (16) <189FC9E9-AC0D-3AD8-B106-38BF37696B01> /usr/lib/liblzma.5.dylib
    0x7fff69e13000 -     0x7fff69ebafff  libmecab.dylib (875) <29FB2E67-309F-3A3B-AF5A-8A065012FA2B> /usr/lib/libmecab.dylib
    0x7fff69ebb000 -     0x7fff6a11afe1  libmecabra.dylib (875) <34FC52CA-7177-3BF8-951B-EDA8996BA34E> /usr/lib/libmecabra.dylib
    0x7fff6a47b000 -     0x7fff6a4aaff7  libncurses.5.4.dylib (57) <07FB865C-ABD9-3FC5-A146-A2BC9CC28A58> /usr/lib/libncurses.5.4.dylib
    0x7fff6a5d9000 -     0x7fff6aa47ffd  libnetwork.dylib (1880.0.0.0.1) <27E0EEBD-E17E-3BF1-AC1C-C5B2E5996844> /usr/lib/libnetwork.dylib
    0x7fff6aa48000 -     0x7fff6aa5efff  libnetworkextension.dylib (1095.0.4) <48C00351-B68E-34AA-9CD7-5D1CA6648DFC> /usr/lib/libnetworkextension.dylib
    0x7fff6aae5000 -     0x7fff6ab16fce  libobjc.A.dylib (778) <50701A76-32EF-3F2E-BF98-F4DCB3200C2E> /usr/lib/libobjc.A.dylib
    0x7fff6ab17000 -     0x7fff6ab18ff7  libodfde.dylib (26) <9C39E5CD-312D-3C76-8999-FA43B667BC18> /usr/lib/libodfde.dylib
    0x7fff6ab29000 -     0x7fff6ab2dfff  libpam.2.dylib (25) <1B80533A-6D2F-3040-A71B-A06773F33F92> /usr/lib/libpam.2.dylib
    0x7fff6ab2e000 -     0x7fff6ab2ffff  libpanel.5.4.dylib (57) <CF227322-DC42-34CC-A41E-41495A7BFE5C> /usr/lib/libpanel.5.4.dylib
    0x7fff6ab30000 -     0x7fff6ab63fff  libpcap.A.dylib (89) <AC3D728A-51A9-3A41-BCCA-93D778661914> /usr/lib/libpcap.A.dylib
    0x7fff6aba1000 -     0x7fff6abafff9  libperfcheck.dylib (37) <745BEB98-117B-30F5-A0FA-3AA6BBF67F6D> /usr/lib/libperfcheck.dylib
    0x7fff6abe3000 -     0x7fff6abe4ff3  libquit.dylib (281) <957356EC-2DCF-32B9-A3C0-E6A625572F99> /usr/lib/libquit.dylib
    0x7fff6abe5000 -     0x7fff6abfdff7  libresolv.9.dylib (67) <7BE7876D-43A3-3568-B230-31C4654F7AA3> /usr/lib/libresolv.9.dylib
    0x7fff6abff000 -     0x7fff6ac42fff  libsandbox.1.dylib (1217.0.3.151.1) <E0E08313-DDA2-3391-8334-289702E64ED8> /usr/lib/libsandbox.1.dylib
    0x7fff6ac43000 -     0x7fff6ac55fff  libsasl2.2.dylib (213) <9567BE10-A1C2-3A94-BDE1-7E0C764582FE> /usr/lib/libsasl2.2.dylib
    0x7fff6ac56000 -     0x7fff6ac57ff7  libspindump.dylib (281) <74019816-1CFF-3413-A29E-DCF8AD70160D> /usr/lib/libspindump.dylib
    0x7fff6ac58000 -     0x7fff6ae44ff7  libsqlite3.dylib (306) <4BF5926D-8CF7-3286-ABB3-7A6E5D798EB7> /usr/lib/libsqlite3.dylib
    0x7fff6aea1000 -     0x7fff6aed4ff7  libssl.35.dylib (47) <C168B2D7-7DBB-36E9-98E2-31DBC230EC6E> /usr/lib/libssl.35.dylib
    0x7fff6af38000 -     0x7fff6af65ffb  libssl.46.dylib (47) <ED9AB6D9-7D59-3671-8BBB-ED13FE714DEE> /usr/lib/libssl.46.dylib
    0x7fff6af68000 -     0x7fff6afb2ff7  libstdc++.6.dylib (104.1) <94375D38-B3B1-3E38-BEC9-BCE373E46EA7> /usr/lib/libstdc++.6.dylib
    0x7fff6afb9000 -     0x7fff6afbaff9  libsysmon.dylib (102) <0A40A977-3C9B-35C2-8601-F577E57DF6FB> /usr/lib/libsysmon.dylib
    0x7fff6afe4000 -     0x7fff6b015fff  libtidy.A.dylib (17.1) <38DABB5D-B49C-395D-930B-4817BBFB9F8E> /usr/lib/libtidy.A.dylib
    0x7fff6b093000 -     0x7fff6b096ffb  libutil.dylib (57) <13B42D07-0ED2-3625-B755-57DA87C73751> /usr/lib/libutil.dylib
    0x7fff6b097000 -     0x7fff6b0a4fff  libxar.1.dylib (420) <CDDBA63A-38C6-32E5-B8D8-532D8663C01D> /usr/lib/libxar.1.dylib
    0x7fff6b0a9000 -     0x7fff6b18bff7  libxml2.2.dylib (32.12) <141C1A05-3904-380C-8FC1-F07F41AECC3A> /usr/lib/libxml2.2.dylib
    0x7fff6b18f000 -     0x7fff6b1b7fff  libxslt.1.dylib (16.5) <4B782CB4-B6CF-3F28-BF40-B893691CF766> /usr/lib/libxslt.1.dylib
    0x7fff6b1b8000 -     0x7fff6b1cafff  libz.1.dylib (76) <AEAFEA04-A10A-3041-8F14-18C641346EFE> /usr/lib/libz.1.dylib
    0x7fff6b23a000 -     0x7fff6b246f47  libswiftAVFoundation.dylib (??? - ???) <76CAD1A0-F0F5-3704-A77C-3315DF46081D> /usr/lib/swift/libswiftAVFoundation.dylib
    0x7fff6b281000 -     0x7fff6b292e0f  libswiftAppKit.dylib (??? - ???) <2F33ACB0-D091-3E1E-B2C8-D4E303DB7245> /usr/lib/swift/libswiftAppKit.dylib
    0x7fff6b2bd000 -     0x7fff6b6446b7  libswiftCore.dylib (5.1 - 1100.8.259.201) <7AD00877-A943-3115-9636-B872D1689562> /usr/lib/swift/libswiftCore.dylib
    0x7fff6b645000 -     0x7fff6b64ffff  libswiftCoreAudio.dylib (??? - ???) <52094A56-4BAC-3199-B4BB-20D74763BC5F> /usr/lib/swift/libswiftCoreAudio.dylib
    0x7fff6b650000 -     0x7fff6b658d77  libswiftCoreData.dylib (??? - ???) <DDC8939E-BC24-3C9E-BB6B-59F576227E1A> /usr/lib/swift/libswiftCoreData.dylib
    0x7fff6b659000 -     0x7fff6b65bfff  libswiftCoreFoundation.dylib (??? - ???) <D2AF3CDF-78F8-3E95-A009-6DDD05A197AD> /usr/lib/swift/libswiftCoreFoundation.dylib
    0x7fff6b65c000 -     0x7fff6b66afff  libswiftCoreGraphics.dylib (??? - ???) <25583823-EB7B-3F21-A077-0EE73322E809> /usr/lib/swift/libswiftCoreGraphics.dylib
    0x7fff6b66b000 -     0x7fff6b66effb  libswiftCoreImage.dylib (??? - ???) <610D0B39-C61A-359E-84BE-A5E4E1753823> /usr/lib/swift/libswiftCoreImage.dylib
    0x7fff6b675000 -     0x7fff6b67eff7  libswiftCoreMIDI.dylib (??? - ???) <8F15B6A2-334F-30B7-BFB7-20CDD0887FC8> /usr/lib/swift/libswiftCoreMIDI.dylib
    0x7fff6b686000 -     0x7fff6b6c8fcf  libswiftCoreMedia.dylib (??? - ???) <84C37CEC-9FBF-375E-BB4C-A043149001C4> /usr/lib/swift/libswiftCoreMedia.dylib
    0x7fff6b890000 -     0x7fff6b896fff  libswiftDarwin.dylib (??? - ???) <188F8CEC-FE30-330C-B587-DEB53C3FFB59> /usr/lib/swift/libswiftDarwin.dylib
    0x7fff6b897000 -     0x7fff6b8b0cdf  libswiftDispatch.dylib (??? - ???) <CEABADC5-70BE-3571-858F-BAE35FC6075B> /usr/lib/swift/libswiftDispatch.dylib
    0x7fff6b8b1000 -     0x7fff6ba51337  libswiftFoundation.dylib (??? - ???) <40D28436-424A-3A71-AD26-7BA312A04818> /usr/lib/swift/libswiftFoundation.dylib
    0x7fff6ba60000 -     0x7fff6ba62ff3  libswiftIOKit.dylib (??? - ???) <4376CDEE-2AE8-37F0-88EF-93A2097006FE> /usr/lib/swift/libswiftIOKit.dylib
    0x7fff6ba7e000 -     0x7fff6ba85067  libswiftMetal.dylib (??? - ???) <4D8AB342-A2C0-3A1B-B434-A7F7FAEE1D85> /usr/lib/swift/libswiftMetal.dylib
    0x7fff6ba86000 -     0x7fff6ba8cfcf  libswiftMetalKit.dylib (??? - ???) <EF07D503-C1AA-39E7-9801-1D53C1B89DC5> /usr/lib/swift/libswiftMetalKit.dylib
    0x7fff6ba93000 -     0x7fff6ba9aa37  libswiftModelIO.dylib (??? - ???) <68598DA6-642A-32BF-B0E9-1C00F857EEF5> /usr/lib/swift/libswiftModelIO.dylib
    0x7fff6bafd000 -     0x7fff6bb00fef  libswiftObjectiveC.dylib (??? - ???) <89EDB8C7-82C4-3213-A494-2F5C0D98BEB8> /usr/lib/swift/libswiftObjectiveC.dylib
    0x7fff6bb12000 -     0x7fff6bb17fb7  libswiftQuartzCore.dylib (??? - ???) <8ED99719-CD66-3AFD-B3FA-45D1F048B67A> /usr/lib/swift/libswiftQuartzCore.dylib
    0x7fff6bbd0000 -     0x7fff6bbf5ff3  libswiftSwiftOnoneSupport.dylib (5.1 - 1100.8.259.201) <FAEE5B5E-8F89-3C9C-B9D2-FA1A86682554> /usr/lib/swift/libswiftSwiftOnoneSupport.dylib
    0x7fff6bbfd000 -     0x7fff6bbfffff  libswiftXPC.dylib (??? - ???) <7100A538-C010-3150-ABA7-9C5FD42F9FA6> /usr/lib/swift/libswiftXPC.dylib
    0x7fff6bc00000 -     0x7fff6bc06fef  libswiftos.dylib (??? - ???) <8306928D-FBE7-3070-8267-CB32DB97F5D5> /usr/lib/swift/libswiftos.dylib
    0x7fff6bc07000 -     0x7fff6bc27ff7  libswiftsimd.dylib (??? - ???) <645DB9D9-AE13-3957-833A-7C75F5056759> /usr/lib/swift/libswiftsimd.dylib
    0x7fff6bc28000 -     0x7fff6bc2dff7  libcache.dylib (83) <38FABB97-44CB-33C5-950F-F0BAFB494166> /usr/lib/system/libcache.dylib
    0x7fff6bc2e000 -     0x7fff6bc39ff7  libcommonCrypto.dylib (60165) <66A7A110-D92C-3573-A50E-B1DF624C0868> /usr/lib/system/libcommonCrypto.dylib
    0x7fff6bc3a000 -     0x7fff6bc41fff  libcompiler_rt.dylib (101.2) <25A6E721-8E6A-3389-856D-28660F6E77BD> /usr/lib/system/libcompiler_rt.dylib
    0x7fff6bc42000 -     0x7fff6bc4bff7  libcopyfile.dylib (166) <6368A3E4-5804-3DBE-87E7-7831A1735623> /usr/lib/system/libcopyfile.dylib
    0x7fff6bc4c000 -     0x7fff6bce3ffb  libcorecrypto.dylib (866.0.2) <57E450CF-D206-3940-8170-7BE04A62D1A8> /usr/lib/system/libcorecrypto.dylib
    0x7fff6bdfa000 -     0x7fff6be3bff0  libdispatch.dylib (1173.0.1) <FF5FD237-3B8D-38B8-AEE8-C982FD8BDB49> /usr/lib/system/libdispatch.dylib
    0x7fff6be3c000 -     0x7fff6be71fff  libdyld.dylib (731.4) <75B274F2-4652-3111-920E-702CB3D61633> /usr/lib/system/libdyld.dylib
    0x7fff6be72000 -     0x7fff6be72ffb  libkeymgr.dylib (30) <6A125213-91B1-34DF-A260-CB4C96E6518E> /usr/lib/system/libkeymgr.dylib
    0x7fff6be73000 -     0x7fff6be7fff7  libkxld.dylib (6153.0.103.151.1) <A276E87B-8875-32F5-8E0B-1F65D9CAE36A> /usr/lib/system/libkxld.dylib
    0x7fff6be80000 -     0x7fff6be80ff7  liblaunch.dylib (1738.0.3) <09B4B0CD-A0B2-3E70-8932-647868AED7F6> /usr/lib/system/liblaunch.dylib
    0x7fff6be81000 -     0x7fff6be86ff7  libmacho.dylib (949) <38AA25FA-8A22-3947-9F79-A1C9FE641BA4> /usr/lib/system/libmacho.dylib
    0x7fff6be87000 -     0x7fff6be89ffb  libquarantine.dylib (110.0.1) <B70D2BEC-8A1B-3400-ABAD-BB9F052C1FC6> /usr/lib/system/libquarantine.dylib
    0x7fff6be8a000 -     0x7fff6be8bff7  libremovefile.dylib (48) <C407D509-1014-3377-9F53-8F23A88554B1> /usr/lib/system/libremovefile.dylib
    0x7fff6be8c000 -     0x7fff6bea3ff7  libsystem_asl.dylib (377) <AAAE437C-4B22-3FA1-8921-0D76AB44E3E5> /usr/lib/system/libsystem_asl.dylib
    0x7fff6bea4000 -     0x7fff6bea4fff  libsystem_blocks.dylib (74) <48BCBB4C-DEF9-3C50-8FF5-B13EBBCEA278> /usr/lib/system/libsystem_blocks.dylib
    0x7fff6bea5000 -     0x7fff6bf2cfff  libsystem_c.dylib (1353.0.2) <F8C86AEB-CA17-3E79-BBAB-E62D7111D71D> /usr/lib/system/libsystem_c.dylib
    0x7fff6bf2d000 -     0x7fff6bf30fff  libsystem_configuration.dylib (1061) <06CB3909-9FF1-3B8E-9111-2E697E28B33C> /usr/lib/system/libsystem_configuration.dylib
    0x7fff6bf31000 -     0x7fff6bf34fff  libsystem_coreservices.dylib (112.1) <5E5B9254-782E-350E-B7FC-89CA343ACCB6> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff6bf35000 -     0x7fff6bf3cfff  libsystem_darwin.dylib (1353.0.2) <BD569BE6-A97F-3095-BD3E-48F6D73F4395> /usr/lib/system/libsystem_darwin.dylib
    0x7fff6bf3d000 -     0x7fff6bf44ff7  libsystem_dnssd.dylib (1096) <9EA8C4C1-8CA9-3047-93A7-E58C76A85CAD> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff6bf45000 -     0x7fff6bf46ffb  libsystem_featureflags.dylib (17) <DA3716DC-3216-32D4-B119-1504B2830E71> /usr/lib/system/libsystem_featureflags.dylib
    0x7fff6bf47000 -     0x7fff6bf94ff7  libsystem_info.dylib (538) <26E459EB-0520-3D18-BBBD-7F4162B7D207> /usr/lib/system/libsystem_info.dylib
    0x7fff6bf95000 -     0x7fff6bfc1fff  libsystem_kernel.dylib (6153.0.103.151.1) <67845E89-9124-3F19-BF88-F12148BA3076> /usr/lib/system/libsystem_kernel.dylib
    0x7fff6bfc2000 -     0x7fff6c009ff7  libsystem_m.dylib (3178) <882EE26B-3A68-3855-8CF5-BCC98AC22523> /usr/lib/system/libsystem_m.dylib
    0x7fff6c00a000 -     0x7fff6c031fff  libsystem_malloc.dylib (283) <8742074A-E817-3536-9917-91A4E60B8EF0> /usr/lib/system/libsystem_malloc.dylib
    0x7fff6c032000 -     0x7fff6c03fff7  libsystem_networkextension.dylib (1095.0.4) <E8F18E62-CAC1-3556-AE15-0C989DEB3423> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff6c040000 -     0x7fff6c049fff  libsystem_notify.dylib (241) <42DF7986-5821-38F2-A718-FF0801E41070> /usr/lib/system/libsystem_notify.dylib
    0x7fff6c04a000 -     0x7fff6c053fe7  libsystem_platform.dylib (220) <6819520F-2258-3E64-A41E-C55237CA7662> /usr/lib/system/libsystem_platform.dylib
    0x7fff6c054000 -     0x7fff6c05eff7  libsystem_pthread.dylib (416.0.1) <EF031C05-AA55-3D9D-B68B-9D208A9EAE61> /usr/lib/system/libsystem_pthread.dylib
    0x7fff6c05f000 -     0x7fff6c063ffb  libsystem_sandbox.dylib (1217.0.3.151.1) <D136BC31-E01F-3CDC-9822-C620BD1EAAEF> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff6c064000 -     0x7fff6c066fff  libsystem_secinit.dylib (62) <E04B0C09-61D3-33E7-B2AF-537D330016AF> /usr/lib/system/libsystem_secinit.dylib
    0x7fff6c067000 -     0x7fff6c06effb  libsystem_symptoms.dylib (1238) <7C9D9666-390C-3DEA-95B3-1B5F9A443AED> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff6c06f000 -     0x7fff6c085ff2  libsystem_trace.dylib (1147.0.1) <5908AAAD-CC22-35BF-A74A-57B225120665> /usr/lib/system/libsystem_trace.dylib
    0x7fff6c087000 -     0x7fff6c08cffb  libunwind.dylib (35.4) <CC0ADE62-A482-3221-A042-5CA454AAA707> /usr/lib/system/libunwind.dylib
    0x7fff6c08d000 -     0x7fff6c0c1ffe  libxpc.dylib (1738.0.3) <9D1FF64C-BF24-3F2F-807A-F58F005DE006> /usr/lib/system/libxpc.dylib


External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 7
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 71494
    thread_create: 0
    thread_set_state: 122


VM Region Summary:
ReadOnly portion of Libraries: Total=1.1G resident=0K(0%) swapped_out_or_unallocated=1.1G(100%)
Writable regions: Total=1.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.3G(100%)

                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               384K        3 
Activity Tracing                   256K        1 
CG backing stores                  992K        2 
CG image                          1116K       66 
CG raster data                    82.4M      361 
CoreAnimation                     22.2M      322 
CoreGraphics                         8K        1 
CoreImage                          164K       29 
CoreUI image data                 4964K       47 
Dispatch continuations            16.0M        1 
Foundation                          16K        4 
Image IO                           104K        6 
JS JIT generated code              1.0G        3 
Kernel Alloc Once                    8K        1 
MALLOC                           257.6M      337 
MALLOC guard page                   32K        6 
MALLOC_LARGE (reserved)           1024K        1         reserved VM address space (unallocated)
Memory Tag 242                      12K        1 
Memory Tag 251                      96K        8 
Performance tool data             8208K        1         not counted in TOTAL below
SQLite page cache                  128K        2 
STACK GUARD                       56.1M       29 
Stack                             29.7M       29 
VM_ALLOCATE                        568K       41 
WebKit Malloc                     1144K        4 
__DATA                            91.9M      764 
__DATA_CONST                       594K       32 
__FONT_DATA                          4K        1 
__LINKEDIT                       449.9M      319 
__OBJC_RO                         31.5M        1 
__OBJC_RW                         1764K        2 
__TEXT                           692.4M      711 
__UNICODE                          564K        1 
mapped file                      183.9M       89 
shared memory                      656K       17 
===========                     =======  ======= 
TOTAL                              2.9G     3242 
TOTAL, minus reserved VM space     2.9G     3242

Replies

If you can test, does it crash also on a MacOS 10.14 ?

I have the same issue and I didn't solve it.

I'm also having the same crash with the same backtrace.

The same 😟

I can confirm, but to add the crash is not specific to 10.3, looks like 10.2 has the same issue. However, if it helps Xcode 11 Beta 3 doesn't seem to crash for me.

Same thing here on Xcode 10.3 and Catalina Beta 5. Doesn't matter which simulator version (e.g. iOS 12 or 11). Normal (non unit-test) simulator running, etc. works fine. Seems like this was introduced by Catalina.

So I started a brand new Single View app in Xcode 10.3 in Catalina with unit and UI tests. Unit tests worked but the UI tests crashed with the same stack trace. I'm going to raise a support ticket with Apple and see where that goes.


I'm not sure if using xcodebuild (or fastlane, etc. using xcodebuild) to run tests would workaround this issue in the short-term but it's worth a try.

Submitted bug report to Apple. Will see what happens


Wow. Xcodebuild has the SAME problem. Not good news 😟


For example

xcodebuild test -allowProvisioningUpdates -workspace <workspace name>.xcworkspace -scheme '<scheme name>' 
-derivedDataPath ./build/DerivedData -destination 'platform=iOS Simulator,name=iPhone SE,OS=12.4'


Stack trace


Uncaught Exception: -[__NSCFConstantString characterAtIndex:]: Range or index out of bounds
Stack:
  0   __exceptionPreprocess (in CoreFoundation)
  1   objc_exception_throw (in libobjc.A.dylib)
  2   _CFThrowFormattedException (in CoreFoundation)
  3   -[__NSCFString getCharacters:range:].cold.1 (in CoreFoundation)
  4   -[__NSCFString characterAtIndex:] (in CoreFoundation)
  5   -[IDETestOutputProcessor _isString:possiblyTerminatedByToken:] (in IDEFoundation)
  6   __51-[IDETestOutputProcessor outputResultForRawOutput:]_block_invoke (in IDEFoundation)
  7   _dispatch_client_callout (in libdispatch.dylib)
  8   _dispatch_lane_barrier_sync_invoke_and_complete (in libdispatch.dylib)
  9   DVTDispatchSync (in DVTFoundation)
 10   -[IDETestOutputProcessor outputResultForRawOutput:] (in IDEFoundation)
 11   __104-[IDETestOperationCoordinator initWithTestRunOperation:forTestRunner:daemonController:activityReporter:]_block_invoke.394 (in IDEFoundation)
 12   thunk for @escaping @callee_unowned @convention(block) (@unowned NSString) -> (@autoreleased NSString?) (in IDEFoundation)
 13   partial apply for thunk for @escaping @callee_unowned @convention(block) (@unowned NSString) -> (@autoreleased NSString?) (in IDEFoundation)
 14   specialized IDETestingLaunchSession.parseConsoleOutput(fromOriginalOutput:) (in IDEFoundation)
 15   @objc IDETestingLaunchSession.parseConsoleOutput(fromOriginalOutput:) (in IDEFoundation)
 16   -[IDEConsoleAdaptor _delegateProcessedOutput:] (in IDEFoundation)
 17   -[IDEConsoleAdaptor _outputForStandardOutputThroughDelegate:] (in IDEFoundation)
 18   -[IDEConsoleAdaptor _timerFiredForTargetOutputWaitingForNewline:] (in IDEFoundation)
 19   __NSFireTimer (in Foundation)
 20   __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ (in CoreFoundation)
 21   __CFRunLoopDoTimer (in CoreFoundation)
 22   __CFRunLoopDoTimers (in CoreFoundation)
 23   __CFRunLoopRun (in CoreFoundation)
 24   CFRunLoopRunSpecific (in CoreFoundation)
 25   CFRunLoopRun (in CoreFoundation)
 26   -[Xcode3CommandLineBuildTool _buildWithTimingSection:] (in Xcode3Core)
 27   -[Xcode3CommandLineBuildTool run] (in Xcode3Core)
 28   main (in xcodebuild)
 29   start (in libdyld.dylib)

If it helps anyone this appears to be simulator only. Was able to workaround finally running tests on an acual phone. Not possible for everyone but just heads up

Edit: Works fine in beta 6!

Confirmed! The glitch is fixed in Beta 6 (didn't even try to rhyme that)