Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter not support regular expression #56

Open
wosshzhb opened this issue Oct 11, 2017 · 2 comments
Open

filter not support regular expression #56

wosshzhb opened this issue Oct 11, 2017 · 2 comments

Comments

@wosshzhb
Copy link

The filter is just filter string not support regular expression.
My xcode version is 9, and the MClog is the latest.

2017-10-11 17 10 30

@wosshzhb
Copy link
Author

ps. when i run update_xcode_plugins, the console show regular expression, but when run the project, xcode crash cause MCLog.

@wosshzhb
Copy link
Author

the crash log is:
`Process: Xcode [30137]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 9.0 (13247)
Build Info: IDEFrameworks-13247000000000000~26
App Item ID: 497799835
App External ID: 823595305
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [30137]
User ID: 501

PlugIn Path: /Users/USER/Library/Application Support/Developer/*/MCLog
PlugIn Identifier: io.michaelchen.MCLog
PlugIn Version: 1.4.3 (1)

Date/Time: 2017-10-11 17:49:46.306 +0800
OS Version: Mac OS X 10.12.6 (16G29)
Report Version: 12
Anonymous UUID: 86B68CA8-B612-C7E5-5CEA-BF6679EBE55B

Sleep/Wake UUID: C2B773E0-5D6F-46B4-9986-1AF0580F38F8

Time Awake Since Boot: 42000 seconds
Time Since Wake: 26000 seconds

System Integrity Protection: disabled

Crashed Thread: 1 Dispatch queue: io.michaelchen.mclog.buffer-queue

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000002
Exception Note: EXC_CORPSE_NOTIFY

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

VM Regions Near 0x2:
-->
__TEXT 0000000105bf7000-0000000105bf9000 [ 8K] r-x/rwx SM=COW /Applications/Xcode.app/Contents/MacOS/Xcode

Application Specific Information:
ProductBuildVersion: 9A235

Thread 0:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fffdfe3106e objc_msgSend + 46
1 com.apple.Foundation 0x00007fffcc9f1eaa +[NSObject(NSDelayedPerforming) cancelPreviousPerformRequestsWithTarget:selector:object:] + 77
2 com.apple.dt.dbg.DebuggerUI 0x00000001233f3348 -[DBGVariablesViewContentProvider _filteredListNeedsUpdating] + 53
3 com.apple.dt.DVTFoundation 0x0000000105e8e406 -[DVTObservingBlockToken observeValueForKeyPath:ofObject:change:context:] + 610
4 com.apple.Foundation 0x00007fffcc9d135d NSKeyValueNotifyObserver + 350
5 com.apple.Foundation 0x00007fffcc9d0bf4 NSKeyValueDidChange + 486
6 com.apple.Foundation 0x00007fffccb0f867 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:usingBlock:] + 944
7 com.apple.Foundation 0x00007fffcc99495d -[NSObject(NSKeyValueObservingPrivate) _changeValueForKey:key:key:usingBlock:] + 60
8 com.apple.Foundation 0x00007fffcc9fd23b _NSSetObjectValueAndNotify + 261
9 com.apple.dt.dbg.DebuggerLLDB 0x0000000114b6bdc6 -[DBGLLDBProcess clearQueueThreadStackStates] + 127
10 com.apple.dt.dbg.DebuggerLLDB 0x0000000114b9e1d0 -[DBGLLDBSession _delayedSetRunningState] + 195
11 com.apple.Foundation 0x00007fffcca1b4b8 __NSFireDelayedPerform + 417
12 com.apple.CoreFoundation 0x00007fffcafa6c54 CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION + 20
13 com.apple.CoreFoundation 0x00007fffcafa68df __CFRunLoopDoTimer + 1071
14 com.apple.CoreFoundation 0x00007fffcafa643a __CFRunLoopDoTimers + 298
15 com.apple.CoreFoundation 0x00007fffcaf9db81 __CFRunLoopRun + 2065
16 com.apple.CoreFoundation 0x00007fffcaf9d114 CFRunLoopRunSpecific + 420
17 com.apple.HIToolbox 0x00007fffca4fdebc RunCurrentEventLoopInMode + 240
18 com.apple.HIToolbox 0x00007fffca4fdcf1 ReceiveNextEventCommon + 432
19 com.apple.HIToolbox 0x00007fffca4fdb26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
20 com.apple.AppKit 0x00007fffc8a96a54 _DPSNextEvent + 1120
21 com.apple.AppKit 0x00007fffc92127ee -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
22 com.apple.dt.DVTKit 0x0000000106488a6e -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 390
23 com.apple.AppKit 0x00007fffc8a8b3db -[NSApplication run] + 926
24 com.apple.AppKit 0x00007fffc8a55e0e NSApplicationMain + 1237
25 libdyld.dylib 0x00007fffe0725235 start + 1

Thread 1 Crashed:: Dispatch queue: io.michaelchen.mclog.buffer-queue
0 libobjc.A.dylib 0x00007fffdfe30f21 objc_retain + 17
1 libobjc.A.dylib 0x00007fffdfe3592e objc_storeStrong + 32
2 io.michaelchen.MCLog 0x000000011a0422bf -[MCIDEConsoleItem initWithAdaptorType:content:kind:] + 47
3 com.apple.dt.IDEFoundation 0x0000000106d59f05 -[IDEConsoleAdaptor outputForStandardOutput:isPrompt:isOutputRequestedByUser:] + 144
4 io.michaelchen.MCLog 0x000000011a036a98 __87-[NSObject(MCIDEConsoleAdaptor) invokeOriginalOutput:isPrompt:isOutputRequestedByUser:]_block_invoke + 88
5 libdispatch.dylib 0x00007fffe06f8524 _dispatch_call_block_and_release + 12
6 libdispatch.dylib 0x00007fffe06ef8fc _dispatch_client_callout + 8
7 libdispatch.dylib 0x00007fffe07059a0 _dispatch_queue_serial_drain + 896
8 libdispatch.dylib 0x00007fffe06f8306 _dispatch_queue_invoke + 1046
9 libdispatch.dylib 0x00007fffe06fe020 _dispatch_queue_override_invoke + 369
10 libdispatch.dylib 0x00007fffe06f16b5 _dispatch_root_queue_drain + 476
11 libdispatch.dylib 0x00007fffe06f148c _dispatch_worker_thread3 + 99
12 libsystem_pthread.dylib 0x00007fffe093e5a2 _pthread_wqthread + 1299
13 libsystem_pthread.dylib 0x00007fffe093e07d start_wqthread + 13

Thread 2:
0 libsystem_kernel.dylib 0x00007fffe084c34a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffe084b797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffcaf9e434 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffcaf9d8c1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffcaf9d114 CFRunLoopRunSpecific + 420
5 com.apple.Foundation 0x00007fffcc9b0252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
6 com.apple.DTDeviceKitBase 0x0000000119ceb498 +[DTDKRemoteDeviceConnection startServiceBrowsers] + 217
7 com.apple.Foundation 0x00007fffcc9c08ad NSThread__start + 1243
8 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
9 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
10 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fffe084c34a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffe084b797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffcaf9e434 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffcaf9d8c1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffcaf9d114 CFRunLoopRunSpecific + 420
5 com.apple.Foundation 0x00007fffcc9b0252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
6 com.apple.DTDeviceKitBase 0x0000000119cf9942 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 1524
7 com.apple.Foundation 0x00007fffcc9c08ad NSThread__start + 1243
8 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
9 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
10 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 4:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fffe0853eb6 __select + 10
1 com.apple.CoreFoundation 0x00007fffcafd966a __CFSocketManager + 682
2 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
3 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 5:: Dispatch queue: -[IDEExecutionEnvironment initWithWorkspaceArena:] :: -[DVTOperationGroup init] (QOS: USER_INTERACTIVE)
0 libsystem_kernel.dylib 0x00007fffe0853bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffe093f7fa _pthread_cond_wait + 712
2 com.apple.Foundation 0x00007fffcca8524e -[__NSOperationInternal _waitUntilFinished:] + 118
3 com.apple.Foundation 0x00007fffcca5515c -[NSOperationQueue waitUntilAllOperationsAreFinished] + 310
4 com.apple.dt.DVTFoundation 0x0000000105d62c70 -[DVTOperationGroup main] + 66
5 com.apple.Foundation 0x00007fffcc9d0324 -[__NSOperationInternal _start:] + 672
6 com.apple.dt.DVTFoundation 0x0000000105d62c23 -[DVTOperationGroup start] + 110
7 com.apple.Foundation 0x00007fffcc9cc1db __NSOQSchedule_f + 201
8 libdispatch.dylib 0x00007fffe06ef8fc _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fffe07059a0 _dispatch_queue_serial_drain + 896
10 libdispatch.dylib 0x00007fffe06f8306 _dispatch_queue_invoke + 1046
11 libdispatch.dylib 0x00007fffe06f16b5 _dispatch_root_queue_drain + 476
12 libdispatch.dylib 0x00007fffe06f148c _dispatch_worker_thread3 + 99
13 libsystem_pthread.dylib 0x00007fffe093e5a2 _pthread_wqthread + 1299
14 libsystem_pthread.dylib 0x00007fffe093e07d start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fffe0853bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffe093f7fa _pthread_cond_wait + 712
2 libc++.1.dylib 0x00007fffdf2bc4cd std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 47
3 com.apple.JavaScriptCore 0x00007fffcdfab43c void std::__1::condition_variable_any::wait<std::__1::unique_lockbmalloc::Mutex >(std::__1::unique_lockbmalloc::Mutex&) + 108
4 com.apple.JavaScriptCore 0x00007fffcdfab3bb bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>::threadRunLoop() + 155
5 com.apple.JavaScriptCore 0x00007fffcdfab28d bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::
)()>::threadEntryPoint(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>) + 29
6 com.apple.JavaScriptCore 0x00007fffcdfab53d void* std::__1::__thread_proxy<std::__1::tuple<void ()(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>> >(void) + 93
7 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 7:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fffe084c34a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffe084b797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffcaf9e434 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffcaf9d8c1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffcaf9d114 CFRunLoopRunSpecific + 420
5 com.apple.CFNetwork 0x00007fffca0da734 +[NSURLConnection(Loader) _resourceLoadLoop:] + 313
6 com.apple.Foundation 0x00007fffcc9c08ad NSThread__start + 1243
7 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fffe084c34a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffe084b797 mach_msg + 55
2 com.apple.spotlight.index 0x00007fffdcf9b995 _handleExceptions + 280
3 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
4 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
5 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 9:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fffe084c34a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffe084b797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffcaf9e434 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffcaf9d8c1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffcaf9d114 CFRunLoopRunSpecific + 420
5 com.apple.AppKit 0x00007fffc8be3f02 _NSEventThread + 205
6 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 10:: DYMobileDeviceManager
0 libsystem_kernel.dylib 0x00007fffe084c34a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffe084b797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffcaf9e434 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffcaf9d8c1 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffcaf9d114 CFRunLoopRunSpecific + 420
5 com.apple.Foundation 0x00007fffcc9b0252 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
6 com.apple.Foundation 0x00007fffcc9b012a -[NSRunLoop(NSRunLoop) run] + 76
7 com.apple.GPUToolsMobileFoundation 0x00000001213d128a -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8 com.apple.Foundation 0x00007fffcc9c08ad NSThread__start + 1243
9 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
10 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
11 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fffe0853bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffe093f7fa _pthread_cond_wait + 712
2 com.apple.Xcode.DevToolsCore 0x0000000119740d45 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 596
3 com.apple.Foundation 0x00007fffcc9c08ad NSThread__start + 1243
4 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
5 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
6 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 12:
0 libsystem_kernel.dylib 0x00007fffe0853bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffe093f7fa _pthread_cond_wait + 712
2 com.apple.Xcode.DevToolsCore 0x0000000119740d45 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 596
3 com.apple.Foundation 0x00007fffcc9c08ad NSThread__start + 1243
4 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
5 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
6 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 13:
0 libsystem_kernel.dylib 0x00007fffe0853bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffe093f7fa _pthread_cond_wait + 712
2 com.apple.Xcode.DevToolsCore 0x0000000119740d45 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 596
3 com.apple.Foundation 0x00007fffcc9c08ad NSThread__start + 1243
4 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
5 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
6 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 14:
0 libsystem_kernel.dylib 0x00007fffe085444e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe093e621 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffe093e07d start_wqthread + 13

Thread 15:
0 libsystem_kernel.dylib 0x00007fffe085444e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffe093e48e _pthread_wqthread + 1023
2 libsystem_pthread.dylib 0x00007fffe093e07d start_wqthread + 13

Thread 16:: Dispatch queue: DVTOperationGroup: -[DVTOperationGroup init] :: -[DVTOperationGroup init] (QOS: USER_INTERACTIVE)
0 libsystem_kernel.dylib 0x00007fffe0853bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffe093f7fa _pthread_cond_wait + 712
2 com.apple.Foundation 0x00007fffcca8524e -[__NSOperationInternal _waitUntilFinished:] + 118
3 com.apple.Foundation 0x00007fffcca5515c -[NSOperationQueue waitUntilAllOperationsAreFinished] + 310
4 com.apple.dt.DVTFoundation 0x0000000105d62c70 -[DVTOperationGroup main] + 66
5 com.apple.Foundation 0x00007fffcc9d0324 -[__NSOperationInternal _start:] + 672
6 com.apple.dt.DVTFoundation 0x0000000105d62c23 -[DVTOperationGroup start] + 110
7 com.apple.Foundation 0x00007fffcc9cc1db __NSOQSchedule_f + 201
8 libdispatch.dylib 0x00007fffe06ef8fc _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fffe07059a0 _dispatch_queue_serial_drain + 896
10 libdispatch.dylib 0x00007fffe06f8306 _dispatch_queue_invoke + 1046
11 libdispatch.dylib 0x00007fffe06f16b5 _dispatch_root_queue_drain + 476
12 libdispatch.dylib 0x00007fffe06f148c _dispatch_worker_thread3 + 99
13 libsystem_pthread.dylib 0x00007fffe093e5a2 _pthread_wqthread + 1299
14 libsystem_pthread.dylib 0x00007fffe093e07d start_wqthread + 13

Thread 17:: Connection::RunLoop() packet reading thread
0 libsystem_kernel.dylib 0x00007fffe0855246 read + 10
1 com.apple.LLDBRPC 0x00000001124b06cb rpc_common::RPCConnectionSocket::Read(std::__1::basic_string<unsigned char, std::__1::char_traits, std::__1::allocator >&, bool) + 173
2 com.apple.LLDBRPC 0x00000001124937cb rpc_common::Connection::ReceivePacket(rpc_common::RPCPacket&) + 163
3 com.apple.LLDBRPC 0x00000001124935cb rpc_common::Connection::RunLoop() + 149
4 com.apple.LLDBRPC 0x0000000112497e80 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct >, rpc_common::Connection::AdoptUnixSocket(int)::$_0> >(void*) + 45
5 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
6 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
7 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 18:: IOReader::ReadThread() for fd 47
0 libsystem_kernel.dylib 0x00007fffe0853eb6 __select + 10
1 com.apple.LLDBRPC 0x00000001124a6682 IOReader::ReadThread(std::__1::function<bool (void const*, unsigned long)>) + 376
2 com.apple.LLDBRPC 0x00000001124a6b2c void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct >, IOReader::StartReadThread(std::__1::function<bool (void const*, unsigned long)>)::$_0> >(void*) + 90
3 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
4 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
5 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 19:
0 libsystem_kernel.dylib 0x00007fffe08543ee __wait4 + 10
1 com.apple.LLDBRPC 0x00000001124a9fcf PosixSpawn::ReapProcess(int, int*, int*) + 69
2 com.apple.LLDBRPC 0x00000001124984e1 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct >, rpc_common::Connection::SpawnRPCServerProcess()::$_2> >(void*) + 62
3 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
4 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
5 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 20:
0 libsystem_pthread.dylib 0x00007fffe093e070 start_wqthread + 0
1 ??? 0x000000010641d000 0 + 4399943680

Thread 21:
0 libsystem_pthread.dylib 0x00007fffe093e070 start_wqthread + 0
1 com.apple.dt.DVTFoundation 0x0000000105ea93c7 -[DVTDispatchLock asyncPerformLockedBlock:] + 224

Thread 22:: <DBGLLDBSessionThread (pid=30211)>
0 libsystem_kernel.dylib 0x00007fffe0853bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffe093f7fa _pthread_cond_wait + 712
2 libc++.1.dylib 0x00007fffdf2bc4cd std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 47
3 com.apple.LLDBRPC 0x000000011249563e Packets::GetPacket(rpc_common::RPCPacket&) + 240
4 com.apple.LLDBRPC 0x00000001124944ab PacketMap::WaitForResponse(rpc_common::RPCPacket const&, rpc_common::RPCPacket&) + 47
5 com.apple.LLDBRPC 0x0000000112494369 rpc_common::Connection::SendPacketAndWaitForResponse(rpc_common::RPCPacket&, rpc_common::RPCPacket&) + 91
6 com.apple.LLDBRPC 0x00000001124941c9 rpc_common::Connection::SendRPCCallAndWaitForResponse(rpc_common::RPCStream&, rpc_common::RPCStream&) + 127
7 com.apple.LLDBRPC 0x00000001124acac3 lldb_rpc::SBTarget::GetModuleAtIndex(unsigned int) + 243
8 com.apple.dt.dbg.DebuggerLLDB 0x0000000114bb15bd -[LLDBRPCTarget GetModuleAtIndex:] + 75
9 com.apple.dt.dbg.DebuggerLLDB 0x0000000114b6763c -[DBGLLDBProcess _updateCodeModulesImmediatelyIfNecessary] + 252
10 com.apple.dt.dbg.DebuggerLLDB 0x0000000114b66da4 __46-[DBGLLDBProcess _updateCodeModulesAfterDelay]_block_invoke_3 + 78
11 com.apple.dt.dbg.DebuggerLLDB 0x0000000114b9c5e0 -[DBGLLDBSession handleNextActionWithState:withRunPending:] + 406
12 com.apple.dt.dbg.DebuggerLLDB 0x0000000114b95fdc DBGLLDBSessionThread(void*) + 4174
13 libsystem_pthread.dylib 0x00007fffe093e93b _pthread_body + 180
14 libsystem_pthread.dylib 0x00007fffe093e887 _pthread_start + 286
15 libsystem_pthread.dylib 0x00007fffe093e08d thread_start + 13

Thread 1 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000002 rcx: 0x0000000114bf2a70 rdx: 0x0000000000000002
rdi: 0x0000000000000002 rsi: 0x0000000000000002 rbp: 0x000070000572aad0 rsp: 0x000070000572aad0
r8: 0x0000000000000006 r9: 0x00007fb71fb89a50 r10: 0x0fc0ad010fc0ad80 r11: 0x000000011a042290
r12: 0x00007fffdfe31040 r13: 0x0000000114bf2a70 r14: 0x0000000000000000 r15: 0x000070000572ab68
rip: 0x00007fffdfe30f21 rfl: 0x0000000000010246 cr2: 0x0000000000000002

Logical CPU: 2
Error Code: 0x00000004
Trap Number: 14

Binary Images:
0x105bf7000 - 0x105bf8ff7 com.apple.dt.Xcode (9.0 - 13247) /Applications/Xcode.app/Contents/MacOS/Xcode
0x105c01000 - 0x1061b5ff7 com.apple.dt.DVTFoundation (9.0 - 13231) <0FDB9530-4129-3121-A2FA-CAC1D8CDE314> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
0x106424000 - 0x1067a1ff7 com.apple.dt.DVTKit (9.0 - 13231) <0C0E862C-2FD3-32A3-9B4E-35C7332A038C> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
0x1069fd000 - 0x107168fff com.apple.dt.IDEFoundation (9.0 - 13247) <5B548A4E-C475-35A0-B349-E7A2266F006A> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
0x107697000 - 0x108060ff7 com.apple.dt.IDEKit (9.0 - 13247) <527C376F-9A89-38AC-8F95-94B134DBDEB6> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
0x1087c5000 - 0x1087d3ff7 +libswiftAVFoundation.dylib (4.0 - 900.0.65) <7A6E65DC-108C-39A8-BF8C-5881CE827F4B> /Applications/Xcode.app/Contents/Frameworks/libswiftAVFoundation.dylib
0x1087e1000 - 0x108ba2fff +libswiftCore.dylib (4.0 - 900.0.65) /Applications/Xcode.app/Contents/Frameworks/libswiftCore.dylib
0x108ed9000 - 0x108ee0ff7 +libswiftCoreAudio.dylib (4.0 - 900.0.65) <28A7389B-B12A-3392-B476-CD48B26999B4> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreAudio.dylib
0x108eee000 - 0x108ef1ff3 +libswiftCoreFoundation.dylib (4.0 - 900.0.65) <53FDDB02-2822-3F03-868A-F4AFFEA28FC2> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreFoundation.dylib
0x108efd000 - 0x108f0dfff +libswiftCoreGraphics.dylib (4.0 - 900.0.65) <0FA267AF-953F-3E3D-B8F3-56993424D8E4> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreGraphics.dylib
0x108f27000 - 0x108f2cffe +libswiftCoreImage.dylib (4.0 - 900.0.65) /Applications/Xcode.app/Contents/Frameworks/libswiftCoreImage.dylib
0x108f31000 - 0x108f32fff libpanel.5.4.dylib (51.30.1) <60A7AAE6-2A80-3FDC-B910-A49259C3C322> /usr/lib/libpanel.5.4.dylib
0x108f37000 - 0x108f41fff +libswiftCoreMedia.dylib (4.0 - 900.0.65) <848E7211-D1DF-3479-B9C5-1A0223ED92AA> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreMedia.dylib
0x108f49000 - 0x108f49fff com.apple.IDEWatchKit1SupportUI (9.0 - 13003) /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI
0x108f4e000 - 0x108f54ff7 +libswiftDarwin.dylib (4.0 - 900.0.65) <45FBE8C0-F741-31E5-A535-CDAF58925E60> /Applications/Xcode.app/Contents/Frameworks/libswiftDarwin.dylib
0x108f61000 - 0x108f62ffb com.apple.dt.dbg.DebuggerLLDBService (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
0x108f68000 - 0x108f83ff7 +libswiftDispatch.dylib (4.0 - 900.0.65) <8C1E89A1-2E06-3828-965B-D7A34FC1FACB> /Applications/Xcode.app/Contents/Frameworks/libswiftDispatch.dylib
0x108fb4000 - 0x108fb4fff com.apple.Metal (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
0x108fb9000 - 0x10912eff7 +libswiftFoundation.dylib (4.0 - 900.0.65) <83D0EE4A-54FF-3094-9363-2C278290416B> /Applications/Xcode.app/Contents/Frameworks/libswiftFoundation.dylib
0x10926a000 - 0x10926afff com.apple.IBCompilerPlugin (9.0 - 13196) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/IBCompilerPlugin.xcplugin/Contents/MacOS/IBCompilerPlugin
0x10926e000 - 0x109271ff3 +libswiftIOKit.dylib (4.0 - 900.0.65) <9B7071E4-FB13-385E-AB6B-A40A7E8198C9> /Applications/Xcode.app/Contents/Frameworks/libswiftIOKit.dylib
0x109277000 - 0x109277ff7 com.apple.xcode.compilers.coredata (11.0 - 13203) <0E784C60-84CB-3910-BEE3-8B6739D07A8D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
0x10927e000 - 0x109286ff7 +libswiftMetal.dylib (4.0 - 900.0.65) <371469B1-54FB-3BBA-A389-DF3EB63A2BE7> /Applications/Xcode.app/Contents/Frameworks/libswiftMetal.dylib
0x109290000 - 0x109296fff +libswiftObjectiveC.dylib (4.0 - 900.0.65) <85E87FB0-A98C-3F30-A8F5-7878F8D0BE85> /Applications/Xcode.app/Contents/Frameworks/libswiftObjectiveC.dylib
0x1092a1000 - 0x1092a8ff7 +libswiftQuartzCore.dylib (4.0 - 900.0.65) /Applications/Xcode.app/Contents/Frameworks/libswiftQuartzCore.dylib
0x1092b0000 - 0x1092b3fff +libswiftXPC.dylib (4.0 - 900.0.65) <5EF96933-BB5E-380E-8E9B-BFE071101C02> /Applications/Xcode.app/Contents/Frameworks/libswiftXPC.dylib
0x1092bc000 - 0x1092e9fff +libswiftsimd.dylib (4.0 - 900.0.65) <1834544A-1004-35DC-A43E-8CFF3C74431A> /Applications/Xcode.app/Contents/Frameworks/libswiftsimd.dylib
0x109324000 - 0x109324ff7 com.apple.compilers.clang (11.0 - 13203) <502F3195-1354-35CA-9F6E-E675D3B72964> /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
0x109329000 - 0x1093bbff7 com.apple.CoreSymbolicationDT (9.0 - 63080) <74705A47-1C15-380A-B8D1-E3DA1A02E685> /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT
0x109411000 - 0x10943efd3 com.apple.dt.instruments.DTXConnectionServices (9.0 - 63121) /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
0x109465000 - 0x10951fff7 com.apple.dt.instruments.DVTInstrumentsFoundation (9.0 - 63121) /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation
0x1095c4000 - 0x1095cefff +libswiftCoreData.dylib (4.0 - 900.0.65) <67ED0C8C-2EBC-3197-844A-D957E0B5D3A9> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreData.dylib
0x1095e1000 - 0x109621fff com.apple.DebugSymbols (141 - 141) <60EA40BC-DEAE-3086-A5DA-76EF39C3B1EE> /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT
0x109646000 - 0x1096cafd7 com.apple.SymbolicationDT (9.0 - 63080) <17366519-C63D-362A-8633-A18FB54E6632> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT
0x10971d000 - 0x109797fff libdtrace.dylib (209.50.12) <1AB9A7E1-6D63-3831-84D9-0E0F67F6081C> /usr/lib/libdtrace.dylib
0x1097c1000 - 0x1097c5ff7 com.apple.kperf (1.0 - 1) <7B842456-22D1-3F56-8786-164C1E863A4C> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
0x1097d1000 - 0x1097d8fff com.apple.kperfdataDT (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT
0x1097e6000 - 0x109815ff7 com.apple.libktrace (1.0 - 218.1.1) /Applications/Xcode.app/Contents/SharedFrameworks/ktraceDT.framework/Versions/A/ktraceDT
0x10982e000 - 0x109851fff com.apple.StreamingZip (1.0 - 1) <92440790-97E2-35B0-B67D-96983B20857A> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x10986b000 - 0x10988cff7 com.apple.dt.instruments.DVTInstrumentsUtilities (9.0 - 63121) /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities
0x1098b7000 - 0x109972ff7 com.apple.dt.XCTest (1.0 - 13201) <642C6C7A-E7A4-37BA-B808-DA59BDAA2BC0> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest
0x109a11000 - 0x109a29ffb com.apple.dt.DVTDeviceFoundation (9.0 - 1) <07701384-0AF2-3CE4-A935-0AFCC6D5D14D> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/Versions/A/DVTDeviceFoundation
0x109a42000 - 0x109a52ff7 +libswiftAppKit.dylib (4.0 - 900.0.65) <5C2E02A3-50A6-38E3-A7FE-AFD90D3089C9> /Applications/Xcode.app/Contents/Frameworks/libswiftAppKit.dylib
0x109a67000 - 0x109a8dff7 com.apple.dt.XCTAutomationSupport (1.0 - 1) <5F038697-DF65-306F-9FEC-F41CBF082325> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/Versions/A/XCTAutomationSupport
0x109ab2000 - 0x109ab7fff +libswiftos.dylib (4.0 - 900.0.65) /Applications/Xcode.app/Contents/Frameworks/libswiftos.dylib
0x109ac1000 - 0x10c3fcff3 +libclang.dylib (900.0.37) /Applications/Xcode.app/Contents/Frameworks/libclang.dylib
0x10cab5000 - 0x10cab6ff7 com.apple.dt.IDEWatchSupportCore (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore
0x10cabc000 - 0x10cb4efff com.apple.dt.SourceKit (1.0 - 13121) /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/SourceKit
0x10cb89000 - 0x10e63bfff +libLTO.dylib (900.0.37) /Applications/Xcode.app/Contents/Frameworks/libLTO.dylib
0x10eacd000 - 0x10eacdfff com.apple.dt.IDE.DFRSupportKit (9.0 - 1) <1FC98636-153C-3D8E-97A9-B60A270FFE5C> /Applications/Xcode.app/Contents/Frameworks/DFRSupportKit.framework/Versions/A/DFRSupportKit
0x10ead3000 - 0x10eb00ff3 com.apple.dt.DVTAnalytics (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics
0x10eb2d000 - 0x10eb37ff3 com.apple.dt.DVTServices (9.0 - 13231) <4D8CD6A2-567F-3A36-9F86-F02098F26A5E> /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices
0x10eb47000 - 0x10eb86ff7 com.apple.dt.DVTPortal (9.0 - 1) <4C41DABD-2AFD-3465-BE8A-DFBF361795B4> /Applications/Xcode.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal
0x10ebb7000 - 0x10ebb7fff com.apple.GLToolsMobileFoundation (1.0 - 23018) <1D8919C5-F352-3709-A829-937B2CBBD817> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation
0x10ebbe000 - 0x10ec01ff7 com.apple.dt.DVTDocumentation (1.0 - 13231) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/DVTDocumentation
0x10ec34000 - 0x10ef1bff7 com.apple.DNTDocumentationModel (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationModel.framework/Versions/A/DNTDocumentationModel
0x10efe9000 - 0x10f1a5ff7 com.apple.DNTDocumentationSupport (1.0 - 13042) /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationSupport.framework/Versions/A/DNTDocumentationSupport
0x10f297000 - 0x10f2affff com.apple.dt.XCTDaemonControl (1.0 - 1) <4DC2E05B-57C8-332E-BB4C-01E4972DDCD2> /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControl.framework/Versions/A/XCTDaemonControl
0x10f2cd000 - 0x10f36dff7 com.apple.dt.Xcode.DVTSourceControl (9.0 - 13120) /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
0x10f3d7000 - 0x10f4f6ff7 com.apple.DNTSourceKitSupport (1.0 - 1) <29F86C8D-3E37-3800-9C4B-DE9639DEDB91> /Applications/Xcode.app/Contents/SharedFrameworks/DNTSourceKitSupport.framework/Versions/A/DNTSourceKitSupport
0x10f52c000 - 0x10f575fff com.apple.dt.DVTSourceControlHostedAccount (9.0 - 13120) /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControlHostedAccount.framework/Versions/A/DVTSourceControlHostedAccount
0x10f5cb000 - 0x10f5e2ff3 com.apple.dt.DVTAnalyticsClient (9.0 - 1) <1D85C8EA-D9B9-3B3C-9917-85EFD61F258F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient
0x10f600000 - 0x10f691fff com.apple.DNTTransformer (1.0 - 1) <96E71281-0CC4-3E90-A9E0-C4186D488EE4> /Applications/Xcode.app/Contents/SharedFrameworks/DNTTransformer.framework/Versions/A/DNTTransformer
0x10f6f7000 - 0x10f6f8ff3 +liblaunch_sim.dylib (1205.1.10) <9C3926DE-39D8-32AA-8039-21B3BAC63537> /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
0x10f6fe000 - 0x10f70dff3 com.apple.dt.XcodeKit (9.0 - 13247) /Applications/Xcode.app/Contents/Developer/Library/Frameworks/XcodeKit.framework/Versions/A/XcodeKit
0x10f721000 - 0x10f754ffb com.apple.dt.DVTProducts (1.0 - 1) <89F864D2-5BC9-3720-AAC5-B37C938FE3F7> /Applications/Xcode.app/Contents/SharedFrameworks/DVTProducts.framework/Versions/A/DVTProducts
0x10f77e000 - 0x10f780ffb com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
0x10f788000 - 0x10f851ff7 com.apple.dt.instruments.DTGraphKit (9.0 - 63088) <96382894-2CAB-32FB-8535-4981D4B699C0> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
0x10faf2000 - 0x10fb01ffb libSimplifiedChineseConverter.dylib (69) <0047A988-B6F7-38F5-936A-EAFDE8A47490> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x10fbd8000 - 0x10fbe4fff com.apple.dt.IDELanguageSupportCore (9.0 - 13083) /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore
0x10fbf2000 - 0x10fbf6ff3 com.apple.dt.XCTDaemonControlMobileDevice (1.0 - 1) <69DC88CE-6762-348E-A7D6-C6E3F3A38177> /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControlMobileDevice.framework/Versions/A/XCTDaemonControlMobileDevice
0x11209d000 - 0x1120e8ffb com.apple.dt.dbg.DebuggerFoundation (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
0x112125000 - 0x112138ffb com.apple.dt.DebugHierarchyFoundation (1.0 - 1) <9718F62C-A3F2-3BFC-B430-D1F9EA217B1C> /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyFoundation.framework/Versions/A/DebugHierarchyFoundation
0x112148000 - 0x11215dff3 com.apple.dt.DebugHierarchyKit (1.0 - 1) <25E6BD6F-2430-3849-B57D-7147CAC7F18E> /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyKit.framework/Versions/A/DebugHierarchyKit
0x112177000 - 0x112200fff com.apple.dt.IBAutolayoutFoundation (9.0 - 13196) <947E98B5-D91A-363A-8DE2-22A7DFD39BB4> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
0x11225f000 - 0x112267fff com.apple.DevToolsFoundation (11.0 - 13203) <3196D5F2-664D-3AC9-86CC-5AA128591D74> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
0x112272000 - 0x112275ff7 com.apple.XCWatchKit1Support (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchKit1Support.xcplugin/Contents/MacOS/XCWatchKit1Support
0x112486000 - 0x1124c8ff7 com.apple.LLDBRPC (1.0 - 900.0.45) <2C5CC77D-3DA8-3BB8-821E-A0348F75B827> /Applications/Xcode.app/Contents/SharedFrameworks/LLDBRPC.framework/Versions/A/LLDBRPC
0x112500000 - 0x112515ffb com.apple.DVTiPhoneSimulatorRemoteClient (9.0 - 13176) <66DF3160-4386-3F75-96DC-6AAF49B1CD93> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
0x112529000 - 0x112530ff7 com.apple.CoreSimulator.CoreSimDeviceIO (494.13.6 - 494.13.6) /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimDeviceIO.framework/Versions/A/CoreSimDeviceIO
0x11253a000 - 0x112551ffb libCGInterfaces.dylib (331.5) <17109679-A284-3C72-AA60-DBA815D3062B> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x112789000 - 0x11278dfff com.apple.audio.AppleHDAHALPlugIn (279.48 - 279.48) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x1129af000 - 0x1129d9fff GLRendererFloat (14.0.16) <6B57F70A-EFAC-3DB2-B9BA-E55D05D44DB5> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x1129e5000 - 0x1129f9ffb com.apple.DeviceLinkX (5.0 - 264) <4A53E58A-FE9A-38F9-8351-86A217742703> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
0x112a0a000 - 0x112a0dffb com.apple.xcode.compilers.mlkit (11.0 - 13045) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/MLKit.xcplugin/Contents/MacOS/MLKit
0x112a13000 - 0x112a18ff3 com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) <4B509049-3B81-315B-9B03-94E076D35D17> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore
0x112a25000 - 0x112fc7fef com.apple.SceneKit (1.0 - 430.2) <1C6CF8CE-32AD-34FE-A3EC-0C0565AB9D64> /Applications/Xcode.app/Contents/SharedFrameworks/SceneKit.framework/SceneKit
0x1132cd000 - 0x113327ff7 com.apple.PhysicsKit (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/PhysicsKit.framework/PhysicsKit
0x113357000 - 0x113375ff7 com.apple.Jet (1.0 - 2.26) <2B216B4A-DC45-3870-88A2-D1ED9E718A33> /Applications/Xcode.app/Contents/SharedFrameworks/Jet.framework/Jet
0x113394000 - 0x1135a8fff com.apple.SpriteKit (1.0 - 1) <2A6C1A6D-AA7B-3C45-BB5A-9BDBE6E91226> /Applications/Xcode.app/Contents/SharedFrameworks/SpriteKit.framework/SpriteKit
0x113690000 - 0x11374efff com.apple.GameplayKit (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/GameplayKit.framework/GameplayKit
0x11379d000 - 0x1138c2fff com.apple.dt.IBFoundation (9.0 - 13196) /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
0x113998000 - 0x113a0fffb com.apple.CoreThemeDefinition (2.0 - 288.2) /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
0x113a5e000 - 0x113a60fff com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) <364F0559-152E-3B35-8E06-65D2C1901B5D> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore
0x113a68000 - 0x113a68fff com.apple.dt.IDEContinuousIntegration (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration
0x113a6c000 - 0x113aa9dc7 dyld (433.5) <322C06B7-8878-311D-888C-C8FD2CA96FF3> /usr/lib/dyld
0x113af7000 - 0x114ab0fff com.apple.ModelIO (1.0 - 1.89.20) /Applications/Xcode.app/Contents/SharedFrameworks/ModelIO.framework/ModelIO
0x114b61000 - 0x114bebff7 com.apple.dt.dbg.DebuggerLLDB (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
0x114c76000 - 0x1182a8fff com.apple.LLDB.framework (1.900.0.45 - 900.0.45) <624DA207-B44D-3162-A1F6-2B74BFE643F6> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
0x1193c1000 - 0x1194b2ff7 org.python.python (2.7.10 - 2.7.10) /System/Library/Frameworks/Python.framework/Versions/2.7/Python
0x11951a000 - 0x11959fff3 com.apple.dt.IDE.Xcode3Core (9.0 - 13203) <41587656-42A5-387A-B9BF-A31FAB78520F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
0x1195ee000 - 0x1199adfff com.apple.Xcode.DevToolsCore (11.0 - 13203) <20A8A5D1-47E6-3CAC-B5C2-11B45EDDA2E0> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
0x119b76000 - 0x119bacffb com.apple.Xcode.DevToolsSupport (11.0 - 13203) <0C22699D-F7D6-3B4B-866C-6EA1C8BD6504> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
0x119bd4000 - 0x119c69ff7 com.apple.dt.IDE.IDEiOSSupportCore (9.0 - 13176) <64F64648-BC6D-3612-8A2B-44EE922D82FF> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
0x119ccf000 - 0x119d7fff7 com.apple.DTDeviceKitBase (9.0 - 13176) <4350E717-5124-3A9A-BCB5-596C755D1C52> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
0x119df6000 - 0x119e7dfff com.apple.CoreSimulator (494.13.6 - 494.13.6) <85A59CF5-10EC-3F86-B594-44E6AF20AAD9> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator
0x119ec5000 - 0x119f15fff libstdc++.6.dylib (104.1) /usr/lib/libstdc++.6.dylib
0x119f7e000 - 0x119fa9ff3 com.apple.CoreSimulator.FoundationXPC (494.13.6 - 494.13.6) /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/FoundationXPC.framework/Versions/A/FoundationXPC
0x119fbf000 - 0x119fdbfff com.apple.dt.XCLanguageSupport (9.0 - 13083) <56954477-09E9-39D5-A8CC-6886EB59AF85> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
0x119fee000 - 0x119ffaff7 com.apple.xcode.plug-in.CoreBuildTasks (11.0 - 13203) <605FC210-ED8E-319F-BEBB-ACF751D50743> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
0x11a02c000 - 0x11a02dfff com.apple.dt.IDE.IDEOSXSupportCore (9.0 - 13021) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
0x11a035000 - 0x11a047ff3 +io.michaelchen.MCLog (1.4.3 - 1) <09CAE011-5CB0-3367-9957-599BA6C91500> /Users/USER/Library/Application Support/Developer//MCLog
0x11a05d000 - 0x11a074ff3 +com.mneorr.Alcatraz (1.2.1 - 1) /Users/USER/Library/Application Support/Developer/
/Alcatraz
0x11aadf000 - 0x11ac85fff GLEngine (14.0.16) <08F2E804-13D2-3E80-9322-1A23A84A55F3> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x11acc4000 - 0x11b213ff7 com.apple.driver.AppleIntelBDWGraphicsGLDriver (10.25.17 - 10.2.5) <8633C1AB-7008-3B8B-8D6D-8E1DE49DD265> /System/Library/Extensions/AppleIntelBDWGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsGLDriver
0x11b42e000 - 0x11b4adff7 com.apple.driver.AppleIntelBDWGraphicsMTLDriver (10.25.17 - 10.2.5) <20DB0471-534D-3570-9E5A-AB052CF54E68> /System/Library/Extensions/AppleIntelBDWGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelBDWGraphicsMTLDriver
0x11cfbf000 - 0x11d00cff7 com.apple.DADocSetAccess (9.0 - 13012) <685E8BE7-F74B-390C-9E68-2FB6E9B595AD> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
0x11d037000 - 0x11d04cff3 com.apple.DADocSetManagement (9.0 - 13012) /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
0x11d05e000 - 0x11d250fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (9.0 - 13196) <38D5C757-6768-3C36-B8CD-27C2E8E8B9BF> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.framework/IDEInterfaceBuilderCocoaIntegration
0x11d425000 - 0x11d44afff com.apple.DiscRecordingUI (9.0.3 - 9030.4.5) <213F86C8-227C-349F-8CEA-E78CAA097E72> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
0x11d46c000 - 0x11d473fff com.apple.dt.IDE.IDEInterfaceBuilderEditorDFRSupport (9.0 - 13027) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderEditorDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderEditorDFRSupport
0x11d47b000 - 0x11d47cff3 +liblaunch_sim.dylib (1205.1.10) /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
0x11d482000 - 0x11d483ff3 +liblaunch_sim.dylib (1205.1.10) <8E7DEBF2-8477-325D-B938-EE28E52F7C84> /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
0x11d489000 - 0x11d494ffb com.apple.dt.IDE.IDESubversion (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
0x11d4b6000 - 0x11d702ff3 com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (9.0 - 13173) <21CF6317-C37B-365F-AED4-EFEEB46461A1> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.framework/IDEInterfaceBuilderCocoaTouchIntegration
0x11d904000 - 0x11d921ff3 com.apple.IBCocoaTouchToolFoundation (9.0 - 13173) <177A94EF-8978-3A34-875E-792F17D84DDB> /Applications/Xcode.app/Contents/Frameworks/IBCocoaTouchToolFoundation.framework/Versions/A/IBCocoaTouchToolFoundation
0x11d94f000 - 0x11d95fffb com.apple.DTDeviceKit (4.2 - 13176) <72A2C985-D7E8-3E5D-BD02-D512A5730427> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
0x11de36000 - 0x11e432fff com.apple.dt.IDE.IDEInterfaceBuilderKit (9.0 - 13196) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.framework/IDEInterfaceBuilderKit
0x11e87e000 - 0x11e973ff7 com.apple.SimulatorKit (1.0 - 494.13.6) <92594395-978D-383B-80C1-AA3A80895DB5> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/SimulatorKit.framework/Versions/A/SimulatorKit
0x11e9c5000 - 0x11e9cbff7 +libswiftAccelerate.dylib (4.0 - 900.0.65) <86F61217-FA0C-3618-8372-34385571C16C> /Applications/Xcode.app/Contents/Frameworks/libswiftAccelerate.dylib
0x11e9d5000 - 0x11e9ebffb com.apple.dt.IDE.IDEInterfaceBuilderiOSIntegration (9.0 - 13173) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderiOSIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSIntegration
0x11e9fa000 - 0x11ea7bff3 com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (9.0 - 13051) <7321AEE0-2A47-3325-BDD2-A5ED5875E05F> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration
0x11eac1000 - 0x11eaffff7 com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration (9.0 - 13060) <58717BC2-D388-308F-814C-D78D869B773E> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAppleTVIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderAppleTVIntegration
0x11eb1e000 - 0x11eb41fff com.apple.dt.IDE.IDEInterfaceBuilderDFRSupport (9.0 - 13038) <73598C23-9CE5-386B-A06E-19B87F0EAD8A> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderDFRSupport
0x11eb82000 - 0x11eb86ffb com.apple.dt.IDEWatchSupportUI (1.0 - 1) <897D1A78-565B-36D9-9223-FBDF39A06CBA> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportUI.ideplugin/Contents/MacOS/IDEWatchSupportUI
0x11eb99000 - 0x11ebb2ff7 com.apple.MarkupSupport (1.0 - 1) <365A486C-9447-38B2-8324-CECDF5D025DE> /Applications/Xcode.app/Contents/SharedFrameworks/MarkupSupport.framework/Versions/A/MarkupSupport
0x11ebf5000 - 0x11ebf9fff com.apple.GPUToolsInterface (1.0 - 23105) <13938D95-6F4C-3E49-AE3E-0AC3049D883C> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
0x11ee00000 - 0x11ef67fff com.apple.audio.units.Components (1.14 - 1.14) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x11effe000 - 0x11f0adffb com.apple.dt.IDE.IDESourceEditor (9.0 - 13240) <5CB25BD7-9569-3BF3-890C-DDAFB37E072D> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
0x11f118000 - 0x11f16bfff com.apple.dt.IDE.IDESourceCodeComparisonEditor (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDESourceCodeComparisonEditor.ideplugin/Contents/MacOS/IDESourceCodeComparisonEditor
0x11f196000 - 0x11f3d2fff com.apple.dt.IDE.IDEPegasusSourceEditor (9.0 - 13240) <9FDB89AD-D204-342F-9B46-64FB92F429B5> /Applications/Xcode.app/Contents/PlugIns/IDEPegasusSourceEditor.ideplugin/Contents/MacOS/IDEPegasusSourceEditor
0x11f590000 - 0x11f8d5ff7 com.apple.dt.SourceEditor (1.0 - 1) <575C06A7-9AB9-3175-8CA1-4EBB434675AD> /Applications/Xcode.app/Contents/SharedFrameworks/SourceEditor.framework/Versions/A/SourceEditor
0x11faa6000 - 0x11fb0cff7 com.apple.dt.DVTMarkdown (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/DVTMarkup
0x11fb31000 - 0x11fbcaff7 com.apple.SourceKitSupport (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/SourceKitSupport.framework/Versions/A/SourceKitSupport
0x11fc56000 - 0x11fc79fff com.apple.SourceModelSupport (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/SourceModelSupport.framework/Versions/A/SourceModelSupport
0x11fc95000 - 0x11fcc7ffb com.apple.dt.CommonMark (1.0 - 1) <905D070C-892A-3863-9F33-197CFC73111F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/Frameworks/CommonMark.framework/Versions/A/CommonMark
0x11fcd8000 - 0x11fe3cff7 com.apple.dt.IDE.IDESourceControlUI (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDESourceControlUI.ideplugin/Contents/MacOS/IDESourceControlUI
0x11ff1c000 - 0x11ff68fff com.apple.dt.IDE.IDEiPhoneSupport (9.0 - 13176) <0132F75E-3FC6-3537-BBA4-F53E091BA06C> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
0x11ffb2000 - 0x12013dff7 com.apple.dt.IDE.Xcode3UI (9.0 - 13203) <140BE454-8A9E-322E-B8E1-8F7E251750B1> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
0x120261000 - 0x1202a1fff com.apple.dt.IDE.iCloudSupport (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
0x1202db000 - 0x120334ff7 com.apple.dt.IDEProductsUI (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI
0x1205d3000 - 0x120621fff com.apple.dt.gpu.GPUDebuggerFoundation (9.0 - 23173) <1F16B174-A9DB-3B9B-9402-E7473C787784> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
0x120661000 - 0x120668ff7 com.apple.GPUToolsPlatform (1.0 - 23187) <78EE8DB8-E266-39E5-BAB8-8665A17493CA> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsPlatform.framework/Versions/A/GPUToolsPlatform
0x120672000 - 0x120680ff7 com.apple.GPUToolsShaderProfiler (1.0 - 23105) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
0x120692000 - 0x1206defff com.apple.GPUToolsCore (1.0 - 23187) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
0x12071b000 - 0x12075afff com.apple.GPUTools (1.0 - 23187) <65080B5D-3F81-31D6-B4E6-F5C1896B5C32> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
0x12078d000 - 0x1207e7fff com.apple.GLToolsServices (1.0 - 23105) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
0x120828000 - 0x12089efff com.apple.GPUToolsServices (1.0 - 23105) <0D300E73-D043-385B-8451-4612F683B509> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
0x1208ef000 - 0x120903ff7 com.apple.GLToolsInterface (1.0 - 23105) <38185C23-0130-3F8F-81AC-263C2A15314D> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
0x120914000 - 0x12097cff7 com.apple.GLToolsCore (1.0 - 23187) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
0x12099a000 - 0x1209b0fff com.apple.GLTools (1.0 - 23187) <56D4CF20-995C-3662-95B2-6390889EDA52> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
0x1209b9000 - 0x120a40ff7 com.apple.gputools.GLToolsAnalysisEngine (1.0 - 23105) <326A982E-355E-3B3F-BECF-9DC3FC7028C4> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
0x120a83000 - 0x120ae2ff7 com.apple.dt.gpu.GPUDebuggerKit (9.0 - 23173) /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
0x120b2a000 - 0x120b7fff7 com.apple.dt.IDE.IDEDocViewer (9.0 - 13240) <27288842-0BA4-3250-B8F0-B2514E336C88> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
0x120bd2000 - 0x120bdafff com.apple.dt.gpu.GPUTraceDebugger (9.0 - 23173) <467E9E97-2D45-342B-AE3C-FF493E529238> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
0x120f58000 - 0x121004fff com.apple.dt.gpu.GPUTraceDebuggerUI (9.0 - 23173) <5F3869C6-C6E2-3899-BEAA-26D8D8442BFD> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
0x121074000 - 0x121096fff com.apple.dt.IDEIODebugGaugesUI (9.0 - 13240) <6992819E-290E-3A7B-9464-8043414B3967> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
0x1210be000 - 0x1210c5ff7 com.apple.dt.IDEIODebugGaugesCore (9.0 - 13240) <91F0EBFD-7430-359C-814A-B13BD1D3A3D1> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
0x1210d3000 - 0x121174ff7 com.apple.dt.gpu.GPURenderTargetEditor (9.0 - 23173) <78C44FE4-96FF-36A5-9386-81ABF940EC24> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
0x1211d8000 - 0x1211dcfff com.apple.MTLToolsServices (1.0 - 1) <2B79D489-60B3-321E-AB63-60BC33A900E9> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices
0x1211e3000 - 0x121207fff com.apple.MTLTools (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools
0x121215000 - 0x121217fff com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 23105) /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine
0x12121d000 - 0x12128cfff com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x1212f5000 - 0x1212f8ff7 com.apple.dt.gpu.GPUDebuggeriOSSupport (9.0 - 23013) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
0x1212fe000 - 0x121364fff com.apple.GLToolsExpert (1.0 - 23018) <6100EEB8-495A-3BB4-95CA-E30C4FAF940E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
0x1213a0000 - 0x1213baff7 com.apple.GLToolsShaderProfiler (1.0 - 23105) <6B33DB10-1618-3717-8697-956FCE3AAF8E> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler
0x1213c8000 - 0x1213dcfff com.apple.GPUToolsMobileFoundation (1.0 - 23018) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
0x1213f0000 - 0x121443ffb libssl.35.dylib (11.50.3) <07DD6D06-BE12-3FB1-9D8E-8481EED36589> /usr/lib/libssl.35.dylib
0x1214a5000 - 0x1214a8ffb com.apple.dt.gpu.GPUDebuggerOSXSupport (9.0 - 23173) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerOSXSupport.ideplugin/Contents/MacOS/GPUDebuggerOSXSupport
0x1214ae000 - 0x1214bcfff com.apple.GPUToolsDesktopFoundation (1.0 - 23011) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/GPUToolsDesktopFoundation.framework/Versions/A/GPUToolsDesktopFoundation
0x1214c9000 - 0x1214ccff3 com.apple.dt.gpu.GPUDebuggertvOSSupport (9.0 - 23013) <8A620E52-4524-3294-86DE-C713620AC444> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggertvOSSupport.ideplugin/Contents/MacOS/GPUDebuggertvOSSupport
0x121543000 - 0x121554fff com.apple.dt.IDE.IDEGit (9.0 - 13240) <4FE401BA-6204-3F71-8E5A-2134EBD3AE28> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
0x121609000 - 0x12163effb com.apple.gputools.GLToolsMobileAnalysis (1.0 - 23018) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis
0x12164e000 - 0x121657fff com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 23018) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport
0x12165e000 - 0x121678ff7 com.apple.security.csparser (3.0 - 57740.60.18) <119893A8-D878-3AF2-BA3C-F70D5C6E6950> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x1216b0000 - 0x1216b8ff7 com.apple.dt.IDEAppleTVSupportUI (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportUI.ideplugin/Contents/MacOS/IDEAppleTVSupportUI
0x1231e8000 - 0x123250ff7 com.apple.dt.IDE.IDEPlaygroundEditor (9.0 - 13240) <6021DDDF-902B-3E0F-B091-14E72E8BEFD5> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundEditor.ideplugin/Contents/MacOS/IDEPlaygroundEditor
0x1232a5000 - 0x1232caff7 com.apple.dt.IDE.IDEPlaygroundExecution (9.0 - 13240) <3102016D-7E48-36E2-B2E9-A6793CB3E482> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundExecution.ideplugin/Contents/MacOS/IDEPlaygroundExecution
0x1232ea000 - 0x1232f0ff3 com.apple.dt.DVTPlaygroundCommunication (1.0 - 13013) <0FD950BB-10DD-3187-A35A-96B9E19B3CAF> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
0x1232fb000 - 0x123326ffb com.apple.dt.IDE.IDEMemoryGraphDebugger (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDEMemoryGraphDebugger.ideplugin/Contents/MacOS/IDEMemoryGraphDebugger
0x12334e000 - 0x123353ff7 com.apple.dt.dbg.DebuggerKit (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
0x12335e000 - 0x123365fff com.apple.dt.IDE.HexEditor (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
0x12336f000 - 0x12339dfff com.apple.dt.HexFiendFramework (9.0 - 13240) <849DB8DC-C628-3F54-9742-DF6659C896D3> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
0x1233c4000 - 0x1234fafff com.apple.dt.dbg.DebuggerUI (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
0x1235fd000 - 0x123689ff7 com.apple.dt.IDE.IDEPegasusPlaygroundEditor (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDEPegasusPlaygroundEditor.ideplugin/Contents/MacOS/IDEPegasusPlaygroundEditor
0x12372c000 - 0x123852fff com.apple.dt.IDE.IDESceneKitEditor (9.0 - 13112) <829C57CF-BAA0-3013-AF71-FF4AC447F611> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor
0x1238d6000 - 0x123964fff com.apple.xcode.GameToolsFoundation (1.0 - 13018) /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation
0x128b3f000 - 0x128c7bff7 com.apple.IDESpriteKitParticleEditor (2.0 - 2) <7DDDAB51-640C-329B-B865-EFF5992A3DAB> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
0x128d56000 - 0x128e3bff7 com.apple.dt.IDE.IDEModelEditor (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
0x128edc000 - 0x128f6cff7 com.apple.dt.IDE.IDEModelFoundation (9.0 - 13240) <1FEFD470-582E-3DAB-8E0F-94129B4B035F> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
0x128fd9000 - 0x128fe0fff com.apple.dt.ScriptingDefinitionEditor (9.0 - 13240) <783E2CDF-AE67-36CF-8474-F335F04E248F> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
0x128fe9000 - 0x1290e5ff7 com.apple.XCSCore (1.0 - 1) <876F1B2A-7EE0-3F49-A4DD-9606F9E1DA4F> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore
0x129198000 - 0x12934fff7 com.apple.dt.XCSUI (1.0 - 1) <16B9CB6D-9CB3-3766-A429-56709377DB64> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI
0x1294b3000 - 0x12954efff com.apple.dt.XCSAdministration (1.0 - 1) <3AB529A8-4E73-3B15-A554-D0783CBF387E> /Applications/Xcode.app/Contents/SharedFrameworks/XCSAdministration.framework/Versions/A/XCSAdministration
0x1295f4000 - 0x129603ff7 com.apple.dt.XCSSecurity (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCSSecurity.framework/Versions/A/XCSSecurity
0x12960e000 - 0x129611ff3 com.apple.IDEServerTools (1.0 - 1) <80EA414D-5685-3C4E-ACDF-EB19B1EED56D> /Applications/Xcode.app/Contents/SharedFrameworks/IDEServerTools.framework/Versions/A/IDEServerTools
0x129617000 - 0x129648fff +libswiftSwiftOnoneSupport.dylib (4.0 - 900.0.65) /Applications/Xcode.app/Contents/Frameworks/libswiftSwiftOnoneSupport.dylib
0x129692000 - 0x129802fff com.apple.protobuf.SwiftProtobuf (1.0 - 1) <333534AA-2DE0-33EE-9288-96A2492AE5A9> /Applications/Xcode.app/Contents/SharedFrameworks/XCSAdministration.framework/Versions/A/Frameworks/SwiftProtobuf.framework/Versions/A/SwiftProtobuf
0x12a5ed000 - 0x12a5f3ff7 com.apple.dt.IDE.IDEInstrumentsService (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
0x12b1fa000 - 0x12b37afff com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 23105) <6FC93C6D-14BE-3A50-833F-24CE7B17D145> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics
0x12b587000 - 0x12b592ff7 com.apple.dt.PlistEditor (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
0x12b5a1000 - 0x12b5b7ff7 com.apple.dt.IDE.IDERTFEditor (9.0 - 13240) <5227CA30-DA5E-3D90-B610-AA103F3E75E5> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
0x12b775000 - 0x12c973ff3 com.apple.sourcekitd (1.0 - 900.0.65) <2829C144-EBA8-3207-98DC-ADB90DCABBA3> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/sourcekitd
0x12cd19000 - 0x12f654ff3 +libclang.dylib (900.0.37) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
0x135b5a000 - 0x135b5aff7 com.apple.dt.DVTServicesPlugIn (1.0 - 1) <354D7BFD-4E22-38F4-9E2B-877A629D75E1> /Applications/Xcode.app/Contents/PlugIns/DVTServicesPlugIn.ideplugin/Contents/MacOS/DVTServicesPlugIn
0x135b5e000 - 0x135b5eff7 com.apple.dt.DVTAnalyticsClientPlugin (1.0 - 1) <3A3040D4-FFCB-3986-B511-7034C2F1B9B2> /Applications/Xcode.app/Contents/PlugIns/DVTAnalyticsClientPlugin.ideplugin/Contents/MacOS/DVTAnalyticsClientPlugin
0x7fffc5bc7000 - 0x7fffc5f0cff7 com.apple.RawCamera.bundle (7.04 - 914) <86A67D11-9791-3CE6-9FF5-3387C0AB925B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fffc7743000 - 0x7fffc7904fff com.apple.avfoundation (2.0 - 1187.36) <2F390EAD-07BB-3788-9E73-13104C2E04CD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fffc7905000 - 0x7fffc79a7ff7 com.apple.audio.AVFAudio (1.0 - ???) <7997D588-B542-3EBB-B822-D719C1114BB4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fffc79a8000 - 0x7fffc7a71ff3 com.apple.AVKit (1.1 - 356.12) <1A0929CC-BD23-377D-8A22-6C092409AA9D> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
0x7fffc7a72000 - 0x7fffc7a72fff com.apple.Accelerate (1.11 - Accelerate 1.11) <916E360F-323C-3AE1-AB3D-D1F3B284AEE9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fffc7a8b000 - 0x7fffc7fa4feb com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fffc7fa5000 - 0x7fffc8116ff3 libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fffc8117000 - 0x7fffc812bffb libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fffc812c000 - 0x7fffc8522fef libLAPACK.dylib (1185.50.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fffc8523000 - 0x7fffc8539fff libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fffc853a000 - 0x7fffc8540fff libQuadrature.dylib (3) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fffc8541000 - 0x7fffc8555ff7 libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fffc8556000 - 0x7fffc86ddfe7 libvDSP.dylib (600.60.1) <4155F45B-41CD-3782-AE8F-7AE740FD83C3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fffc86de000 - 0x7fffc8790fff libvMisc.dylib (600.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fffc8791000 - 0x7fffc8791fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <7C5733E7-0568-3E7D-AF61-160F19FED544> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fffc8792000 - 0x7fffc87cfffb com.apple.Accounts (113 - 113) <8550BD08-7D05-3AC4-A0CC-B67ECB2DE950> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fffc87d0000 - 0x7fffc8a4fff7 com.apple.AddressBook.framework (10.0 - 1756.20) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fffc8a50000 - 0x7fffc9829ff3 com.apple.AppKit (6.9 - 1504.83.101) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fffc982a000 - 0x7fffc983afff com.apple.AppleScriptObjC (1.4 - 32) /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
0x7fffc983b000 - 0x7fffc983bfff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fffc983c000 - 0x7fffc98aaff7 com.apple.ApplicationServices.ATS (377 - 422.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fffc9944000 - 0x7fffc9a73ff7 libFontParser.dylib (194.12) <73C3946D-EF92-3AC1-89C3-0E75B2A85325> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fffc9a74000 - 0x7fffc9abefff libFontRegistry.dylib (196.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fffc9b1b000 - 0x7fffc9b4efff libTrueTypeScaler.dylib (194.12) <8944A23A-EE36-3657-9B4F-933231C8FDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fffc9bbb000 - 0x7fffc9c65ff7 com.apple.ColorSync (4.12.0 - 502.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fffc9c66000 - 0x7fffc9cb7fff com.apple.HIServices (1.22 - 593) <045870A9-1D92-3FEF-8722-671E99A35E71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fffc9cb8000 - 0x7fffc9cc7ff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fffc9cc8000 - 0x7fffc9d15fff com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fffc9d16000 - 0x7fffc9d51fff com.apple.QD (3.12 - 313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fffc9d52000 - 0x7fffc9d5dfff com.apple.speech.synthesis.framework (6.6.2 - 6.6.2) <7853EFF4-62B9-394E-B7B8-41A645656820> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fffc9d5e000 - 0x7fffc9f6aff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <01518CAB-7DAD-3F09-83F8-B9FE0ABE998F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fffc9f6b000 - 0x7fffc9f6bfff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fffc9f6c000 - 0x7fffca0d3ff3 com.apple.AutomatorFramework (2.7 - 428) <6FBD31D2-0424-367E-9A82-EF4871361A33> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
0x7fffca0d4000 - 0x7fffca4aefff com.apple.CFNetwork (811.5.4 - 811.5.4) <46B1227B-F38C-3F8E-B0B5-5D9861ABF36B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fffca4c8000 - 0x7fffca4c8fff com.apple.Carbon (154 - 157) <69F403C7-F0CB-34E6-89B0-235CF4978C17> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fffca4c9000 - 0x7fffca4ccfff com.apple.CommonPanels (1.2.6 - 98) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fffca4cd000 - 0x7fffca7d6fff com.apple.HIToolbox (2.1.1 - 857.8) <5367366E-747E-32CF-8E76-93CD8E7424C7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fffca7d7000 - 0x7fffca7daff7 com.apple.help (1.3.5 - 49) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fffca7db000 - 0x7fffca7e0fff com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fffca7e1000 - 0x7fffca878ff3 com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fffca879000 - 0x7fffca893fff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fffca894000 - 0x7fffca895ff3 com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fffca896000 - 0x7fffca898ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fffca899000 - 0x7fffca89fff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fffca8a0000 - 0x7fffca97fffb com.apple.cloudkit.CloudKit (651.14 - 651.14) <9F901E45-23E3-3F45-B66F-1BAB3AFC4462> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fffca980000 - 0x7fffca980fff com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fffca981000 - 0x7fffca98dfff com.apple.Collaboration (78 - 78) /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration
0x7fffca98e000 - 0x7fffcaa2efff com.apple.contacts.Contacts (1.0 - 2250.11) <9D387FFF-93EC-38D1-A3D3-B53F885F914F> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
0x7fffcaaca000 - 0x7fffcab57fff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <78767F88-91D4-31CE-AAC6-1F9407F479BB> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fffcab58000 - 0x7fffcab6bfff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fffcab6c000 - 0x7fffcae67fff com.apple.CoreData (120 - 754.2) <4C9CAB2C-60D4-3694-A0A0-5B04B14BD14E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fffcae68000 - 0x7fffcaf15ff7 com.apple.CoreDisplay (1.0 - 1) <53D1EAFE-23A4-398D-BF52-E4299E670DB6> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fffcaf16000 - 0x7fffcb3afff7 com.apple.CoreFoundation (6.9 - 1349.8) <09ED473E-5DE8-307F-B55C-16F6419236D5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fffcb3b0000 - 0x7fffcba32fff com.apple.CoreGraphics (2.0 - 1070.22) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fffcba33000 - 0x7fffcbc76ffb com.apple.CoreImage (12.4.0 - 451.4.9) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fffcbc77000 - 0x7fffcbcdcff7 com.apple.corelocation (2101.0.63) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fffcbcdd000 - 0x7fffcbd8efff com.apple.CoreMedia (1.0 - 1907.59.1.6) <570690D8-A956-3629-9E46-4F8BDDB8A82C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fffcbd8f000 - 0x7fffcbddaff7 com.apple.CoreMediaIO (805.0 - 4932) <03F2B863-BF99-36DF-9A14-1DB534A289F3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fffcbddb000 - 0x7fffcbddbfff com.apple.CoreServices (775.19 - 775.19) <7255917D-EFBB-3BE2-A8FD-DAD631BC0949> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fffcbddc000 - 0x7fffcbe2dfff com.apple.AE (712.5 - 712.5) <61F2AE2C-E04E-3FDF-9E88-201325136C83> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fffcbe2e000 - 0x7fffcc109ff7 com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <08AC074C-965B-3EDF-8E45-0707C8DE9EAD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fffcc10a000 - 0x7fffcc13dfff com.apple.DictionaryServices (1.2 - 274) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fffcc13e000 - 0x7fffcc146ff3 com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fffcc147000 - 0x7fffcc2b3ff7 com.apple.LaunchServices (775.19 - 775.19) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fffcc2b4000 - 0x7fffcc364ffb com.apple.Metadata (10.7.0 - 1075.40) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fffcc365000 - 0x7fffcc3c4fff com.apple.CoreServices.OSServices (775.19 - 775.19) <4140569A-1848-3765-A52B-BB61C35CF88F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fffcc3c5000 - 0x7fffcc435fff com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fffcc436000 - 0x7fffcc47bff7 com.apple.coreservices.SharedFileList (38 - 38) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fffcc504000 - 0x7fffcc651ffb com.apple.CoreText (352.0 - 544.15) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fffcc652000 - 0x7fffcc687ff3 com.apple.CoreVideo (1.8 - 235.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fffcc688000 - 0x7fffcc6f9ffb com.apple.framework.CoreWLAN (11.0 - 1200.31) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fffcc72c000 - 0x7fffcc737ff3 com.apple.DirectoryService.Framework (10.12 - 194) <45BEA292-4550-3082-8CE7-5D6CE7E0052A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fffcc738000 - 0x7fffcc7f6ff7 com.apple.DiscRecording (9.0.3 - 9030.4.5) <9397E609-CB54-37B2-B28E-D4BC6C34BFAB> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fffcc7f7000 - 0x7fffcc7fcfff com.apple.DiskArbitration (2.7 - 2.7) <70F56042-EF04-3BAF-9E04-90F423FB2BCC> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fffcc98e000 - 0x7fffccd34fff com.apple.Foundation (6.9 - 1349.91) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fffccd35000 - 0x7fffccd5fff7 com.apple.GLKit (1.0 - 87) <5131A2B1-86DD-319E-9D78-A3B3D7F6DE3F> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
0x7fffccd60000 - 0x7fffccd91ff7 com.apple.GSS (4.0 - 2.0) <6FADED0B-0425-3567-A75A-040C5A4638EB> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fffcce51000 - 0x7fffccef4fff com.apple.Bluetooth (5.0.5 - 5.0.5f1) <913B97A6-9E18-3F15-992D-D522AA22EDE9> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fffccef5000 - 0x7fffccf8bff7 com.apple.framework.IOKit (2.0.2 - 1324.60.3) <7CE4C98B-107C-3AAA-B49A-F2ACFCBBF526> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fffccf8c000 - 0x7fffccf92ffb com.apple.IOSurface (159.9 - 159.9) <08F1A246-1367-32EC-B3CE-724379409729> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fffccf93000 - 0x7fffccfe4ff7 com.apple.ImageCaptureCore (7.0 - 7.0) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fffccfe5000 - 0x7fffcd145fef com.apple.ImageIO.framework (3.3.0 - 1599.12) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fffcd146000 - 0x7fffcd14afff libGIF.dylib (1599.12) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fffcd14b000 - 0x7fffcd23bff7 libJP2.dylib (1599.12) <0DB4F152-B36D-365C-97B1-34F1C114982B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fffcd23c000 - 0x7fffcd25fffb libJPEG.dylib (1599.12) <2F66BA16-D569-35AD-A4BB-7A1909F1BF11> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fffcd260000 - 0x7fffcd287ff7 libPng.dylib (1599.12) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fffcd288000 - 0x7fffcd28aff3 libRadiance.dylib (1599.12) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fffcd28b000 - 0x7fffcd2d9ffb libTIFF.dylib (1599.12) <5D161E6A-D279-37A0-9F5F-A71A4C13BB09> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fffcd437000 - 0x7fffce041fff com.apple.JavaScriptCore (12603 - 12603.3.8) <9557271A-1838-38DD-93E3-D8A9ECDE3B6B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fffce042000 - 0x7fffce05bff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fffce05c000 - 0x7fffce092fff com.apple.LDAPFramework (2.4.28 - 194.5) <492ACA22-373E-3DD9-BAEB-9EF6AA962FD5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fffce0f1000 - 0x7fffce2e4fff com.apple.MapKit (1.0 - 1696.24.9.30.33) <0D7781CC-DE83-31EC-9285-AA8784CA8EB2> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
0x7fffce2e5000 - 0x7fffce2ebfff com.apple.MediaAccessibility (1.0 - 97.1.1) <0BD82735-6644-37CE-B13D-8E7CC59A1752> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fffce301000 - 0x7fffce83aff7 com.apple.MediaToolbox (1.0 - 1907.59.1.6) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fffce83b000 - 0x7fffce896fff com.apple.Metal (87.18 - 87.18) /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fffce897000 - 0x7fffce8affff com.apple.MetalKit (1.0 - 76.1) /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
0x7fffcf17f000 - 0x7fffcf187fff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fffcf2fb000 - 0x7fffcf337ff7 com.apple.OSAKit (1.5 - 105) <06120E05-5E9B-3259-AD56-74D5B207FF59> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
0x7fffcf338000 - 0x7fffcf35dfff com.apple.audio.OpenAL (1.8 - 1.8) /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x7fffcf35e000 - 0x7fffcf366ff7 libcldcpuengine.dylib (2.8.5) <81563526-886E-37E4-BF85-4A6D75F93C65> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fffcf367000 - 0x7fffcf3b5ff3 com.apple.opencl (2.8.6 - 2.8.6) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fffcf3b6000 - 0x7fffcf3cfffb com.apple.CFOpenDirectory (10.12 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fffcf3d0000 - 0x7fffcf3dbff7 com.apple.OpenDirectory (10.12 - 194) <4298FFD0-B1A7-3064-AF5B-708B3FA38671> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fffcf3dc000 - 0x7fffcf3defff libCVMSPluginSupport.dylib (14.0.16) <9E12EB67-6630-39A0-AB93-77405F5EC2A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fffcf3df000 - 0x7fffcf3e2ff7 libCoreFSCache.dylib (156.3) <687C4CC3-6537-344B-8BE1-5234C8CB2864> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fffcf3e3000 - 0x7fffcf3e7fff libCoreVMClient.dylib (156.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fffcf3e8000 - 0x7fffcf3f1ff7 libGFXShared.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fffcf3f2000 - 0x7fffcf3fdfff libGL.dylib (14.0.16) <0801F3B9-A525-32BB-9BC0-478947CE21D9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fffcf3fe000 - 0x7fffcf43aff7 libGLImage.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fffcf43b000 - 0x7fffcf5b1ff3 libGLProgrammability.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fffcf5b2000 - 0x7fffcf5f3ff7 libGLU.dylib (14.0.16) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fffcff5b000 - 0x7fffcff69fff com.apple.opengl (14.0.16 - 14.0.16) <167C9883-A79E-3B7F-AFED-8CD6683B291D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fffd0006000 - 0x7fffd014dfff com.apple.QTKit (7.7.3 - 2978.7) <49F88771-52FE-3989-AAB7-10A7494C4419> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fffd014e000 - 0x7fffd03b8ff7 com.apple.imageKit (3.0 - 1023) <9C547565-CBAA-3ACB-A3F6-1366A0DCDCB4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fffd03b9000 - 0x7fffd0480fff com.apple.PDFKit (1.0 - 1) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fffd0481000 - 0x7fffd09a7ff7 com.apple.QuartzComposer (5.1 - 356) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fffd09a8000 - 0x7fffd09cbffb com.apple.quartzfilters (1.10.0 - 1.10.0) <365342ED-7A1A-3C75-AE60-90764E96034C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fffd09cc000 - 0x7fffd0ab9fff com.apple.QuickLookUIFramework (5.0 - 720.7) <3136C23E-399E-3296-928A-B18EC9FC423C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fffd0aba000 - 0x7fffd0abafff com.apple.quartzframework (1.5 - 21) <09455972-8A33-3D61-B193-BA7E7CF984CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fffd0abb000 - 0x7fffd0cbbfff com.apple.QuartzCore (1.11 - 453.39.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fffd0cbc000 - 0x7fffd0d11fff com.apple.QuickLookFramework (5.0 - 720.7) <3BD7BA2F-924C-3EFF-B26E-3F930E62E6B4> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fffd0d12000 - 0x7fffd0d27fff com.apple.SafariServices.framework (12603 - 12603.3.8) <966BF0C8-B94B-3BDF-AFE1-0F99DAAE6D99> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fffd120a000 - 0x7fffd1221ff7 com.apple.ScriptingBridge (1.3.3 - 69) /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fffd1222000 - 0x7fffd1524ff7 com.apple.security (7.0 - 57740.60.18) <005E8C96-40B6-35E3-B58B-888A5F5957C2> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fffd1525000 - 0x7fffd159afff com.apple.securityfoundation (6.0 - 55132.50.7) <15C53957-A9DE-31AE-A192-949244F47CD7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fffd159b000 - 0x7fffd15c4fff com.apple.securityinterface (10.0 - 55079.50.4) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fffd15c5000 - 0x7fffd15c8ff3 com.apple.xpc.ServiceManagement (1.0 - 1) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fffd194f000 - 0x7fffd19beff7 com.apple.SystemConfiguration (1.14 - 1.14) <3FFD3930-B307-3E31-9FA6-12221EB0F969> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fffd19bf000 - 0x7fffd1d6dfff com.apple.VideoToolbox (1.0 - 1907.59.1.6) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fffd1d6e000 - 0x7fffd30f5ff3 com.apple.WebCore (12603 - 12603.3.8) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fffd30f6000 - 0x7fffd32e2ff3 com.apple.WebKitLegacy (12603 - 12603.3.8) <8C2FFEAA-1E05-3756-8EA7-DF406C866191> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fffd32e3000 - 0x7fffd368efff com.apple.WebKit (12603 - 12603.3.8) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fffd3a9a000 - 0x7fffd3aa1ffb com.apple.APFS (1.0 - 1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fffd4215000 - 0x7fffd4230ff3 com.apple.AppContainer (4.0 - 307.50.21) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fffd4231000 - 0x7fffd423eff3 com.apple.AppSandbox (4.0 - 307.50.21) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fffd423f000 - 0x7fffd4261ffb com.apple.framework.Apple80211 (12.0 - 1200.47) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fffd4262000 - 0x7fffd4271feb com.apple.AppleFSCompression (88.50.3 - 1.0) <478E8BFF-8BA2-375E-BE02-BA27F115C15A> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fffd433b000 - 0x7fffd4346ff3 com.apple.AppleIDAuthSupport (1.0 - 1) /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fffd435f000 - 0x7fffd43ea97f com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fffd43eb000 - 0x7fffd43fdffb com.apple.AppleLDAP (10.12 - 41) /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
0x7fffd43fe000 - 0x7fffd4419fff com.apple.aps.framework (4.0 - 4.0) <6CA07CDF-1E35-34E9-95BF-BD565FF42BAD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fffd441a000 - 0x7fffd4422ffb com.apple.AppleSRP (5.0 - 1) <6AAE93B6-9816-35B2-9C59-D5C3218065AF> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fffd4423000 - 0x7fffd4426ff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <42A1731A-A576-307A-B07C-9F8F64696CB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fffd4427000 - 0x7fffd4479fff com.apple.AppleVAFramework (5.0.36 - 5.0.36) <7352078D-C230-397C-81A5-57A48CF218C0> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fffd4483000 - 0x7fffd448aff7 com.apple.AssetCacheServices (48.3 - 48.3) /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
0x7fffd4527000 - 0x7fffd47b3fff com.apple.AuthKit (1.0 - 1) <5E0C9787-655C-36D6-8CEF-C22EECE427EC> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fffd47b4000 - 0x7fffd481cffb com.apple.AuthKitUI (1.0 - 1) /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI
0x7fffd481d000 - 0x7fffd489bff7 com.apple.backup.framework (1.8.5 - 1.8.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fffd48a4000 - 0x7fffd48aafff com.apple.BezelServicesFW (274.3 - 274.3) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fffd48c4000 - 0x7fffd4901ffb com.apple.bom (14.0 - 194.1) <0CBECAF1-B5E0-302F-99EC-D7ED14E12B84> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fffd4f37000 - 0x7fffd4f5efff com.apple.CalendarAgentLink (8.0 - 250) /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
0x7fffd5526000 - 0x7fffd554dff3 com.apple.ChunkingLibrary (173 - 173) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fffd554e000 - 0x7fffd55daff7 com.apple.CloudDocs (1.0 - 486.29) <392B87EC-0317-313F-8FE2-F571831C7F35> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fffd5e66000 - 0x7fffd5e71ff7 com.apple.CommerceCore (1.0 - 584) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fffd5e72000 - 0x7fffd5e7bffb com.apple.CommonAuth (4.0 - 2.0) <216950CB-269F-3476-BA17-D6363AC49FBC> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fffd5e8e000 - 0x7fffd5ef9fff com.apple.framework.ConfigurationProfiles (9.0 - 954) <3C2632E3-93A8-327F-9A4E-73363B71FC39> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
0x7fffd5f42000 - 0x7fffd5f93ff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2250.11) <1324A70E-A093-3DB9-A802-07B8F4A499B5> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fffd5f94000 - 0x7fffd5fb6fff com.apple.contacts.ContactsPersistence (1.0 - 2250.11) <7CDEB852-B3B7-328F-9537-DFB3A58B882C> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x7fffd6000000 - 0x7fffd63dfff7 com.apple.CoreAUC (226.0.0 - 226.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fffd63e0000 - 0x7fffd6410fff com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <3F6857D1-AE7C-3593-B064-930F5BB7269E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fffd64ab000 - 0x7fffd64b3ffb com.apple.frameworks.CoreDaemon (1.3 - 1.3) <2AB86FAF-37B3-3323-9EF0-CA591B6E357C> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fffd65c4000 - 0x7fffd65d4fff com.apple.CoreEmoji (1.0 - 40.3.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fffd6699000 - 0x7fffd66afff3 com.apple.CoreMediaAuthoring (2.2 - 956) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fffd66b6000 - 0x7fffd6746ffb com.apple.CorePDF (4.0 - 4) <7F50E4A6-940C-33F5-BE4E-7E01AFE98A8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fffd690f000 - 0x7fffd693fff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fffd6bd0000 - 0x7fffd6c5fff7 com.apple.CoreSymbolication (62046) <7839CD8E-011D-3567-88DE-3D472C661136> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fffd6c60000 - 0x7fffd6d9ffe7 com.apple.coreui (2.1 - 431.3) <2E8FEC10-FC5B-3782-92DA-A85C24B7BF7C> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fffd6da0000 - 0x7fffd6e70ff3 com.apple.CoreUtils (5.1 - 510.31) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fffd6ec0000 - 0x7fffd6f25ff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fffd6f26000 - 0x7fffd6f34ff7 com.apple.CrashReporterSupport (10.12 - 827) <802A9B81-E349-348B-90AB-10E40B654250> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fffd6fa6000 - 0x7fffd6fb0ffb com.apple.framework.DFRFoundation (1.0 - 104.25) <7CFF896C-EF22-3941-BB3D-F3615CE4C908> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fffd6fb1000 - 0x7fffd6fb5ff3 com.apple.DSExternalDisplay (3.1 - 380) <4B5E3FF0-E8C3-38CC-BF72-418C928956AB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fffd6fb6000 - 0x7fffd6feaff3 com.apple.datadetectors (5.0 - 348.2.1) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fffd6feb000 - 0x7fffd7060ffb com.apple.datadetectorscore (7.0 - 539.1) <74595F6C-8283-3C73-9F56-C6FA957F8B94> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fffd709c000 - 0x7fffd70dbfff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fffd70dc000 - 0x7fffd71edfff com.apple.desktopservices (1.11.5 - 1.11.5) <46A9D4F3-1EF8-373C-98A4-AD48D285E484> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffd71f2000 - 0x7fffd72c7fff com.apple.DiskImagesFramework (444.50.16 - 444.50.16) <85BC24F9-3DF7-3AFC-B953-DE2CC94D61E9> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fffd72c8000 - 0x7fffd732fffb com.apple.DiskManagement (10.2 - 1115) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fffd7330000 - 0x7fffd733bfff com.apple.DisplayServicesFW (3.1 - 380) <0BDF6C17-5E5F-33F8-8E99-C7350C6F9667> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fffd734a000 - 0x7fffd737fff3 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <2C7259D2-DD4E-33B6-8DA1-6C6CB74A94B3> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fffd7380000 - 0x7fffd7382ffb com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fffd74d5000 - 0x7fffd7906ff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fffd790f000 - 0x7fffd792cff3 com.apple.framework.familycontrols (4.1 - 410) <94C6D9DD-919B-3826-8D1A-1EA71C928516> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fffd8c5d000 - 0x7fffd8c5dfff libmetal_timestamp.dylib (600.0.49.9) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fffd8c6a000 - 0x7fffd8c75ff3 libGPUSupportMercury.dylib (14.0.16) <7EE3DA75-2F9D-3C6D-AECD-F73EA47BE81B> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fffd8f2e000 - 0x7fffd8f4afff com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fffd8f63000 - 0x7fffd9615fff com.apple.GeoServices (1.0 - 1228.24.9.30.34) <96BF97F6-8FF2-3FC4-A8C1-498CB7B0D9A0> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fffd965b000 - 0x7fffd96d1ff3 com.apple.Heimdal (4.0 - 2.0) <8F9C9041-66D5-36C9-8A4C-1658035C311D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fffd96e4000 - 0x7fffd9708ff7 com.apple.IASUtilities (1.0 - 415) <216A244F-E4F1-3A80-BFF3-B55A35EDF01C> /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilities
0x7fffd9cec000 - 0x7fffd9cf3ffb com.apple.IOAccelerator (311.14 - 311.14) <278124AF-02DC-3785-9FA9-14EDB8E5FD56> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fffd9cf4000 - 0x7fffd9cf4fff com.apple.IOPlatformPluginFamily (1.0 - 1) <25875BD4-988C-39AB-AA95-21364CAF63A2> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily
0x7fffd9cf5000 - 0x7fffd9d09ff7 com.apple.IOPresentment (1.0 - 29.10) <30DF04EE-10E2-353F-845F-A97B87DF3207> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fffd9d0a000 - 0x7fffd9d2cfff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fffd9dc8000 - 0x7fffd9dd8ff3 com.apple.IntlPreferences (2.0 - 216) <77C9C2E7-EF9F-34BB-A5E3-B8BEA4226B5F> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fffd9e05000 - 0x7fffd9e12fff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <2DBC26CA-9BFE-31DC-AE99-B1AC9A2A9033> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fffd9e13000 - 0x7fffd9fcafff com.apple.LanguageModeling (1.0 - 123.2.5) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fffd9fdb000 - 0x7fffda015ff7 com.apple.LoggingSupport (1.0 - 518.70.1) /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport
0x7fffda016000 - 0x7fffda01aff7 com.apple.LoginUICore (4.0 - 4.0) <7ADA40B1-995C-3947-8163-2257E7FB9440> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fffda0c6000 - 0x7fffda188ff3 com.apple.MMCS (1.3 - 385.4) /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
0x7fffda63a000 - 0x7fffda63dfff com.apple.Mangrove (1.0 - 1) <98814966-FD65-302B-B47E-00928DC34E5C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fffda716000 - 0x7fffda74aff3 com.apple.MediaKit (16 - 845) <883DC63F-F90F-3FB9-8C23-9CECD72EBCDE> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fffda74b000 - 0x7fffda8abffb com.apple.MediaRemote (1.0 - 1) /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
0x7fffda8ac000 - 0x7fffda8c7ffb com.apple.MediaServices (1.0 - 1) /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
0x7fffda8eb000 - 0x7fffda964ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fffda976000 - 0x7fffdaac7ff7 com.apple.mobiledevice (988.1.4.100.1 - 988.1.4.100.1) <0CDE2600-0EC3-3060-AB58-6A7617AF0B9B> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
0x7fffdaac8000 - 0x7fffdaad6fff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fffdaae7000 - 0x7fffdab0fff7 com.apple.MultitouchSupport.framework (368.16 - 368.16) <9E602B4A-22CD-3CF3-B284-78D5123C9AE8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fffdab10000 - 0x7fffdabc0ff7 com.apple.Navigation (1.0 - 1) /System/Library/PrivateFrameworks/Navigation.framework/Versions/A/Navigation
0x7fffdabc1000 - 0x7fffdabccfff com.apple.NetAuth (6.2 - 6.2) <97F487D6-8089-31A8-B68C-6C1EAC6ED1B5> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fffdac57000 - 0x7fffdac77ffb com.apple.network.statistics.framework (1.2 - 1) <9D2F40CD-9AD4-3193-B8FF-13BF826041F9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fffdb019000 - 0x7fffdb01bfff com.apple.OAuth (25 - 25) /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fffdb03d000 - 0x7fffdb140fef com.apple.PackageKit (3.0 - 629) <6852D890-F4A8-37A1-BF8D-87763616A117> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
0x7fffdb4a4000 - 0x7fffdb4e5ff3 com.apple.PerformanceAnalysis (1.148.3 - 148.3) <4E468BC7-F863-3674-909D-417231EB8C28> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fffdb528000 - 0x7fffdb52fff3 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fffdbb1d000 - 0x7fffdbb3ffff com.apple.pluginkit.framework (1.0 - 1) <775E1168-9A28-34EC-AACD-B73803B9DDD4> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fffdbb92000 - 0x7fffdbbccffb com.apple.ProtectedCloudStorage (1.0 - 1) <8B32A7EC-D371-38E3-A286-F1BE1307F1E1> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fffdbbcd000 - 0x7fffdbbe7fff com.apple.ProtocolBuffer (1 - 249.1) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fffdbbe8000 - 0x7fffdbbf7ff7 com.apple.QuickLookThumbnailing (1.0 - 1) <173EE873-1700-3FCA-9782-C060FBB5BCAD> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fffdbc00000 - 0x7fffdbc23ff3 com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fffdc8ed000 - 0x7fffdc8f0fff com.apple.SecCodeWrapper (4.0 - 307.50.21) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fffdc8f1000 - 0x7fffdc8f6fff com.apple.ServerInformation (2.0 - 1) <831922C7-91A9-3D85-B079-80B6A70865ED> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation
0x7fffdc97f000 - 0x7fffdca0cfff com.apple.Sharing (696.2.67 - 696.2.67) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fffdca2d000 - 0x7fffdcc93feb com.apple.SkyLight (1.600.0 - 170.3) <38AC05EF-3A9E-3E3E-9849-04E0223DF7B9> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fffdce72000 - 0x7fffdce7eff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fffdce7f000 - 0x7fffdd101ff3 com.apple.spotlight.index (10.7.0 - 1075.40) <886EBBF0-6993-3432-87E2-A4FA07D768E7> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex
0x7fffdd56a000 - 0x7fffdd5defdf com.apple.Symbolication (62048.1) <1A30ED19-7532-3F46-9DD3-9879A973D0CF> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fffdd7fe000 - 0x7fffdd82aff3 com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fffdda1d000 - 0x7fffdda23ff7 com.apple.TCC (1.0 - 1) <911B534B-4AC7-34E4-935E-E42ECD008CBC> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fffddaaf000 - 0x7fffddb75ff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fffddbbe000 - 0x7fffddbd3ff3 com.apple.ToneKit (1.0 - 1) /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fffddbd4000 - 0x7fffddbe2ffb com.apple.ToneLibrary (1.0 - 1) /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fffddbe9000 - 0x7fffddbeafff com.apple.TrustEvaluationAgent (2.0 - 28.50.1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fffddbeb000 - 0x7fffddd7bff3 com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fffddd8b000 - 0x7fffddd8cfff libUAPreferences.dylib (304.30.3) /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
0x7fffdddf5000 - 0x7fffde489ff3 com.apple.VectorKit (1.0 - 1230.24.9.30.26) <0BF80D55-4E82-3E64-8465-5F22E4BC68E2> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
0x7fffde84a000 - 0x7fffde90afff com.apple.ViewBridge (283 - 283) <25A635B3-C87C-3D3A-ADF3-539713FA1048> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fffded55000 - 0x7fffded5bfff com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fffded5c000 - 0x7fffded5effb com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <6755214A-3E7F-3D30-BB3D-FB2538C394A0> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
0x7fffdee2c000 - 0x7fffdee2effb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fffdee2f000 - 0x7fffdee47ffb com.apple.login (3.0 - 3.0) <97E8B7E1-6CA9-3486-A8D6-5BDCE01A68C2> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fffdee5a000 - 0x7fffdee81ff7 com.apple.contacts.vCard (1.0 - 2250.11) /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fffdee83000 - 0x7fffdee9eff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fffdee9f000 - 0x7fffdeeaafff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
0x7fffdeeab000 - 0x7fffdef3bff7 libCoreStorage.dylib (540.30.1) <85C0A366-F901-36E3-854A-FE8A14A04A72> /usr/lib/libCoreStorage.dylib
0x7fffdef3c000 - 0x7fffdef3dff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fffdef3e000 - 0x7fffdf151fff libFosl_dynamic.dylib (16.39) /usr/lib/libFosl_dynamic.dylib
0x7fffdf16d000 - 0x7fffdf174fff libMatch.1.dylib (27) <70D4BD2A-9383-37F2-B0D6-9B592D236601> /usr/lib/libMatch.1.dylib
0x7fffdf175000 - 0x7fffdf175fff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
0x7fffdf176000 - 0x7fffdf17affb libScreenReader.dylib (477.40.6) /usr/lib/libScreenReader.dylib
0x7fffdf17b000 - 0x7fffdf17cffb libSystem.B.dylib (1238.60.2) /usr/lib/libSystem.B.dylib
0x7fffdf1e5000 - 0x7fffdf1e7ff7 libUniversalAccess.dylib (304.30.3) <1D92D988-92DE-34E8-93AF-0402A0629AAE> /usr/lib/libUniversalAccess.dylib
0x7fffdf1e8000 - 0x7fffdf213ff3 libarchive.2.dylib (41.70.1) /usr/lib/libarchive.2.dylib
0x7fffdf214000 - 0x7fffdf290fc7 libate.dylib (1.12.13) /usr/lib/libate.dylib
0x7fffdf294000 - 0x7fffdf294ff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
0x7fffdf295000 - 0x7fffdf2a5ff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fffdf2a6000 - 0x7fffdf2b4ff7 libbz2.1.0.dylib (38) /usr/lib/libbz2.1.0.dylib
0x7fffdf2b5000 - 0x7fffdf30bff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
0x7fffdf30c000 - 0x7fffdf335ff7 libc++abi.dylib (307.4) /usr/lib/libc++abi.dylib
0x7fffdf336000 - 0x7fffdf346ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fffdf347000 - 0x7fffdf35dfcf libcompression.dylib (39) /usr/lib/libcompression.dylib
0x7fffdf35e000 - 0x7fffdf35eff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
0x7fffdf35f000 - 0x7fffdf360ff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffdf41a000 - 0x7fffdf4ffff7 libcrypto.0.9.8.dylib (64.50.6) /usr/lib/libcrypto.0.9.8.dylib
0x7fffdf500000 - 0x7fffdf690ff7 libcrypto.35.dylib (11.50.3) <7BCFD6FB-2B35-3D63-A8E1-DC7360013BCC> /usr/lib/libcrypto.35.dylib
0x7fffdf691000 - 0x7fffdf69cfff libcsfde.dylib (540.30.1) <0C2B183B-16D9-3D5F-962D-0A09C7063211> /usr/lib/libcsfde.dylib
0x7fffdf69d000 - 0x7fffdf6f0ff7 libcups.2.dylib (450) <9950BFCB-7882-33C9-9ECF-CE66773C5657> /usr/lib/libcups.2.dylib
0x7fffdf6f1000 - 0x7fffdf743fff libcurl.4.dylib (95.70.1) <8987EFA8-0BF6-3E2A-8F04-7BD5803B9A37> /usr/lib/libcurl.4.dylib
0x7fffdf744000 - 0x7fffdf74bff3 libdscsym.dylib (148.3) /usr/lib/libdscsym.dylib
0x7fffdf74e000 - 0x7fffdf76cff3 libedit.3.dylib (48.50.1) <5880F20C-5732-3285-B4F8-E2CBB464D950> /usr/lib/libedit.3.dylib
0x7fffdf76d000 - 0x7fffdf76dfff libenergytrace.dylib (15) /usr/lib/libenergytrace.dylib
0x7fffdf76e000 - 0x7fffdf77affb libexslt.0.dylib (15.9) <0FEE938A-AD8C-344A-8240-32550E0B9C7B> /usr/lib/libexslt.0.dylib
0x7fffdf77b000 - 0x7fffdf77cfff libffi.dylib (18.1) <49D03682-E111-351C-8266-4519B3B82BE9> /usr/lib/libffi.dylib
0x7fffdf77d000 - 0x7fffdf782ff7 libheimdal-asn1.dylib (498.50.8) /usr/lib/libheimdal-asn1.dylib
0x7fffdf783000 - 0x7fffdf875ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffdf876000 - 0x7fffdfa9bffb libicucore.A.dylib (57166.0.1) /usr/lib/libicucore.A.dylib
0x7fffdfaa1000 - 0x7fffdfaa2fff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
0x7fffdfaa3000 - 0x7fffdfabcffb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffdfabd000 - 0x7fffdfad3ff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
0x7fffdfad4000 - 0x7fffdfd7cff7 libmecabra.dylib (744.8) /usr/lib/libmecabra.dylib
0x7fffdfd7d000 - 0x7fffdfdaeffb libncurses.5.4.dylib (51.30.1) /usr/lib/libncurses.5.4.dylib
0x7fffdfdaf000 - 0x7fffdfe29ff3 libnetwork.dylib (856.60.1) <191E99F5-4723-3180-8013-02AF2F9AE4B8> /usr/lib/libnetwork.dylib
0x7fffdfe2a000 - 0x7fffe01fc047 libobjc.A.dylib (709.1) <70614861-0340-32E2-85ED-FE65759CDFFA> /usr/lib/libobjc.A.dylib
0x7fffe01fd000 - 0x7fffe01fefff libodfde.dylib (23.50.1) <744F1E66-11EB-3A4D-8944-722F39C55278> /usr/lib/libodfde.dylib
0x7fffe01ff000 - 0x7fffe0203fff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fffe0204000 - 0x7fffe0235fff libpcap.A.dylib (67.60.1) /usr/lib/libpcap.A.dylib
0x7fffe0250000 - 0x7fffe0251ff3 libquit.dylib (231.3) /usr/lib/libquit.dylib
0x7fffe0252000 - 0x7fffe026effb libresolv.9.dylib (64) /usr/lib/libresolv.9.dylib
0x7fffe026f000 - 0x7fffe02a8fff libsandbox.1.dylib (592.70.1) <9C428C49-9D9A-3F9F-9573-BF5202D1F933> /usr/lib/libsandbox.1.dylib
0x7fffe02a9000 - 0x7fffe02bbffb libsasl2.2.dylib (209) <32107C59-22C6-3049-B86E-9C2F85FF549B> /usr/lib/libsasl2.2.dylib
0x7fffe02bc000 - 0x7fffe02bdff3 libspindump.dylib (231.3) /usr/lib/libspindump.dylib
0x7fffe02be000 - 0x7fffe040cff7 libsqlite3.dylib (254.8) <1ECF7DF7-7A07-3B4B-A63B-F4EFF6BC7ACF> /usr/lib/libsqlite3.dylib
0x7fffe042f000 - 0x7fffe0467ff3 libssl.0.9.8.dylib (64.50.6) <9A9C9D9A-7948-3412-ABE4-01FCC4A72CD2> /usr/lib/libssl.0.9.8.dylib
0x7fffe04b9000 - 0x7fffe04baff7 libsysmon.dylib (92.50.5) /usr/lib/libsysmon.dylib
0x7fffe04fd000 - 0x7fffe0500ff7 libutil.dylib (47.30.1) <88CC63B3-0EDF-306E-9AB5-D87EBE0F3F16> /usr/lib/libutil.dylib
0x7fffe0501000 - 0x7fffe050efff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
0x7fffe050f000 - 0x7fffe05fefff libxml2.2.dylib (30.17) /usr/lib/libxml2.2.dylib
0x7fffe05ff000 - 0x7fffe0628fff libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
0x7fffe0629000 - 0x7fffe063aff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffe0649000 - 0x7fffe064dff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
0x7fffe064e000 - 0x7fffe0658fff libcommonCrypto.dylib (60092.50.5) <8A64D1B0-C70E-385C-92F0-E669079FDA90> /usr/lib/system/libcommonCrypto.dylib
0x7fffe0659000 - 0x7fffe0660fff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
0x7fffe0661000 - 0x7fffe0669fff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
0x7fffe066a000 - 0x7fffe06edfdf libcorecrypto.dylib (442.50.19) <65D7165E-2E71-335D-A2D6-33F78E2DF0C1> /usr/lib/system/libcorecrypto.dylib
0x7fffe06ee000 - 0x7fffe071ffff libdispatch.dylib (703.50.37) <6582BAD6-ED27-3B30-B620-90B1C5A4AE3C> /usr/lib/system/libdispatch.dylib
0x7fffe0720000 - 0x7fffe0725ffb libdyld.dylib (433.5) <9B2AC56D-107C-3541-A127-9094A751F2C9> /usr/lib/system/libdyld.dylib
0x7fffe0726000 - 0x7fffe0726ffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
0x7fffe0727000 - 0x7fffe0733fff libkxld.dylib (3789.70.16) /usr/lib/system/libkxld.dylib
0x7fffe0734000 - 0x7fffe0734fff liblaunch.dylib (972.70.1) /usr/lib/system/liblaunch.dylib
0x7fffe0735000 - 0x7fffe073aff3 libmacho.dylib (898) <17D5D855-F6C3-3B04-B680-E9BF02EF8AED> /usr/lib/system/libmacho.dylib
0x7fffe073b000 - 0x7fffe073dff3 libquarantine.dylib (85.50.1) <12448CC2-378E-35F3-BE33-9DC395A5B970> /usr/lib/system/libquarantine.dylib
0x7fffe073e000 - 0x7fffe073fffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
0x7fffe0740000 - 0x7fffe0758ff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
0x7fffe0759000 - 0x7fffe0759ff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
0x7fffe075a000 - 0x7fffe07e7fef libsystem_c.dylib (1158.50.2) /usr/lib/system/libsystem_c.dylib
0x7fffe07e8000 - 0x7fffe07ebffb libsystem_configuration.dylib (888.60.2) /usr/lib/system/libsystem_configuration.dylib
0x7fffe07ec000 - 0x7fffe07effff libsystem_coreservices.dylib (41.4) <7D26DE79-B424-3450-85E1-F7FAB32714AB> /usr/lib/system/libsystem_coreservices.dylib
0x7fffe07f0000 - 0x7fffe0808fff libsystem_coretls.dylib (121.50.4) /usr/lib/system/libsystem_coretls.dylib
0x7fffe0809000 - 0x7fffe080ffff libsystem_dnssd.dylib (765.50.9) /usr/lib/system/libsystem_dnssd.dylib
0x7fffe0810000 - 0x7fffe0839ff7 libsystem_info.dylib (503.50.4) <611DB84C-BF70-3F92-8702-B9F28A900920> /usr/lib/system/libsystem_info.dylib
0x7fffe083a000 - 0x7fffe085cff7 libsystem_kernel.dylib (3789.70.16) <34B1F16C-BC9C-3C5F-9045-0CAE91CB5914> /usr/lib/system/libsystem_kernel.dylib
0x7fffe085d000 - 0x7fffe08a4fe7 libsystem_m.dylib (3121.6) <86D499B5-BBDC-3D3B-8A4E-97AE8E6672A4> /usr/lib/system/libsystem_m.dylib
0x7fffe08a5000 - 0x7fffe08c3ff7 libsystem_malloc.dylib (116.50.8) /usr/lib/system/libsystem_malloc.dylib
0x7fffe08c4000 - 0x7fffe091dffb libsystem_network.dylib (856.60.1) <369D0221-56CA-3C3E-9EDE-94B41CAE77B7> /usr/lib/system/libsystem_network.dylib
0x7fffe091e000 - 0x7fffe0927ff3 libsystem_networkextension.dylib (563.60.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fffe0928000 - 0x7fffe0931ff3 libsystem_notify.dylib (165.20.1) /usr/lib/system/libsystem_notify.dylib
0x7fffe0932000 - 0x7fffe093afe7 libsystem_platform.dylib (126.50.8) <897462FD-B318-321B-A554-E61982630F7E> /usr/lib/system/libsystem_platform.dylib
0x7fffe093b000 - 0x7fffe0945ff7 libsystem_pthread.dylib (218.60.3) /usr/lib/system/libsystem_pthread.dylib
0x7fffe0946000 - 0x7fffe0949ff7 libsystem_sandbox.dylib (592.70.1) <4B92EC49-ACD0-36AE-B07A-A2B8152EAF9D> /usr/lib/system/libsystem_sandbox.dylib
0x7fffe094a000 - 0x7fffe094bff3 libsystem_secinit.dylib (24.50.4) /usr/lib/system/libsystem_secinit.dylib
0x7fffe094c000 - 0x7fffe0953ffb libsystem_symptoms.dylib (532.50.47) <3390E07C-C1CE-348F-ADBD-2C5440B45EAA> /usr/lib/system/libsystem_symptoms.dylib
0x7fffe0954000 - 0x7fffe0967ff7 libsystem_trace.dylib (518.70.1) /usr/lib/system/libsystem_trace.dylib
0x7fffe0968000 - 0x7fffe096dffb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
0x7fffe096e000 - 0x7fffe0997ff7 libxpc.dylib (972.70.1) /usr/lib/system/libxpc.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 6
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: 5442997
thread_create: 0
thread_set_state: 8039

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

                              VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 384K 3
Activity Tracing 256K 2
CG backing stores 8400K 5
CG image 904K 46
CoreAnimation 18.0M 290
CoreUI image data 1928K 23
CoreUI image file 268K 9
Dispatch continuations 8192K 2
Foundation 16K 5
Image IO 32K 7
JS JIT generated code 8K 3
JS JIT generated code (reserved) 1.0G 2 reserved VM address space (unallocated)
Kernel Alloc Once 8K 2
MALLOC 281.6M 107
MALLOC guard page 144K 24
MALLOC_LARGE (reserved) 516K 2 reserved VM address space (unallocated)
Memory Tag 242 12K 2
Memory Tag 243 (reserved) 12.0M 3 reserved VM address space (unallocated)
Memory Tag 244 128K 5
Memory Tag 251 16K 2
Memory Tag 255 32K 2
SQLite page cache 4800K 4
STACK GUARD 56.1M 24
Stack 26.7M 24
VM_ALLOCATE 132K 24
WebKit Malloc 2068K 7
__DATA 73.1M 584
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 196.0M 223
__TEXT 560.4M 550
__UNICODE 556K 2
mapped file 220.4M 46
shared memory 16.4M 16
=========== ======= =======
TOTAL 2.5G 2020
TOTAL, minus reserved VM space 1.4G 2020 `

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant