facebook / chisel

Chisel is a collection of LLDB commands to assist debugging iOS apps.
MIT License
9.11k stars 805 forks source link

taplog crashes Xcode every time #204

Closed hulizhen closed 6 years ago

hulizhen commented 6 years ago

Hi, Xcode 9 is crashed every time when working with taplog. Actually, it holds true in Xcode 8. Is there any way to fix this issue?

How to reproduce this issue:

  1. Lauch application.
  2. Interrupt application.
  3. Type taplog and enter.
  4. Tap anywhere in the application.
  5. Xcode is crashed.

Here is the crash report. Maybe it's a bug of Xcode, but I hope there is any workaround. Any help would be appreciated :)

Process: Xcode [874] 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 [874] User ID: 501

Date/Time: 2017-10-08 13:54:55.715 +0800 OS Version: Mac OS X 10.13 (17A405) Report Version: 12 Anonymous UUID: A25EA9B6-2D21-B4B8-B05A-AF284653B18B

Time Awake Since Boot: 1400 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: MainQueue: -[DBGDebugSessionController _handleFinishedRunPausesAlert:]_block_invoke

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

Application Specific Information: ProductBuildVersion: 9A235 ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-13231/DVTFoundation/FoundationClassCategories/DVTNSKeyValueObserving.m:802 Details: Message sent to invalidated object: <DBGLLDBStackFrame 0x7fde767a88d0>.

Backtrace for invalidation: 0 34-[DVTInvalidationMixIn invalidate]_block_invoke (in DVTFoundation) 1 _dispatch_client_callout (in libdispatch.dylib) 2 _dispatch_queue_barrier_sync_invoke_and_complete (in libdispatch.dylib) 3 -[DVTInvalidationMixIn invalidate] (in DVTFoundation) 4 45-[DBGLLDBThread _setStackFramesOnMainThread:]_block_invoke_4 (in DebuggerLLDB) 5 _dispatch_client_callout (in libdispatch.dylib) 6 _dispatch_queue_barrier_sync_invoke_and_complete (in libdispatch.dylib) 7 DVTDispatchBarrierSync (in DVTFoundation) 8 -[DVTDispatchLock performLockedBlock:] (in DVTFoundation) 9 45-[DBGLLDBThread _setStackFramesOnMainThread:]_block_invoke_3 (in DebuggerLLDB) 10 _dispatch_client_callout (in libdispatch.dylib) 11 _dispatch_queue_barrier_sync_invoke_and_complete (in libdispatch.dylib) 12 DVTDispatchBarrierSync (in DVTFoundation) 13 -[DVTDispatchLock performLockedBlock:] (in DVTFoundation) 14 45-[DBGLLDBThread _setStackFramesOnMainThread:]_block_invoke_2 (in DebuggerLLDB) 15 _DVTAsyncPerformBlockOnMainRunLoop_block_invoke (in DVTFoundation) 16 CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK (in CoreFoundation) 17 CFRunLoopDoBlocks (in CoreFoundation) 18 __CFRunLoopRun (in CoreFoundation) 19 CFRunLoopRunSpecific (in CoreFoundation) 20 RunCurrentEventLoopInMode (in HIToolbox) 21 ReceiveNextEventCommon (in HIToolbox) 22 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) 23 _DPSNextEvent (in AppKit) 24 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) 25 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit) 26 -[NSApplication run] (in AppKit) 27 NSApplicationMain (in AppKit) 28 start (in libdyld.dylib)

Object: <DBGLLDBStackFrame: 0x7fde767a88d0> Method: -dvt_newObserverForKeyPath:options:owner:withHandlerBlock: Thread: <NSThread: 0x7fde79d13d50>{number = 1, name = main} Hints:

Backtrace: 0 -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit) 1 _DVTAssertionHandler (in DVTFoundation) 2 _DVTAssertionFailureHandler (in DVTFoundation) 3 -[NSObject(DVTObservingConvenience) dvt_newObserverForKeyPath:options:owner:withHandlerBlock:] (in DVTFoundation) 4 -[IDEWorkspaceTabController _navigateEditorToDisassemblyForStackFrame:inOptionalEditor:] (in IDEKit) 5 -[IDEWorkspaceTabController _showEditorForStackFrame:inOptionalEdtor:] (in IDEKit) 6 __63-[DBGDebugSessionController _navigateEditorToCurrentStackFrame]_block_invoke (in DebuggerUI) 7 -[NSObject(DVTObservingConvenience) _dvt_newObserverForKeyPath:options:owner:creationBacktrace:withHandlerBlock:] (in DVTFoundation) 8 -[NSObject(DVTObservingConvenience) dvt_newObserverForKeyPath:options:withHandlerBlock:] (in DVTFoundation) 9 -[DBGDebugSessionController _navigateEditorToCurrentStackFrame] (in DebuggerUI) 10 59-[DBGDebugSessionController _handleFinishedRunPausesAlert:]_block_invoke_2 (in DebuggerUI) 11 DVTDispatchAsync_block_invoke (in DVTFoundation) 12 _dispatch_call_block_and_release (in libdispatch.dylib) 13 _dispatch_client_callout (in libdispatch.dylib) 14 _dispatch_queue_serial_drain (in libdispatch.dylib) 15 _dispatch_queue_invoke (in libdispatch.dylib) 16 _dispatch_main_queue_callback_4CF (in libdispatch.dylib) 17 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE (in CoreFoundation) 18 __CFRunLoopRun (in CoreFoundation) 19 CFRunLoopRunSpecific (in CoreFoundation) 20 RunCurrentEventLoopInMode (in HIToolbox) 21 ReceiveNextEventCommon (in HIToolbox) 22 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) 23 _DPSNextEvent (in AppKit) 24 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit) 25 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit) 26 -[NSApplication run] (in AppKit) 27 NSApplicationMain (in AppKit) 28 start (in libdyld.dylib)

abort() called

Application Specific Signatures: [owner isValid]

Thread 0 Crashed:: Dispatch queue: MainQueue: -[DBGDebugSessionController _handleFinishedRunPausesAlert:]_block_invoke 0 libsystem_kernel.dylib 0x00007fff64856fce pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff64994150 pthread_kill + 333 2 libsystem_c.dylib 0x00007fff647b332a abort + 127 3 com.apple.dt.IDEKit 0x000000010b929d43 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1370 4 com.apple.dt.IDEKit 0x000000010b92a41f -[IDEAssertionHandler handleFailureInMethod:object:fileName:lineNumber:assertionSignature:messageFormat:arguments:] + 1261 5 com.apple.dt.DVTFoundation 0x0000000109fbacf7 _DVTAssertionHandler + 374 6 com.apple.dt.DVTFoundation 0x0000000109fbafcd _DVTAssertionFailureHandler + 371 7 com.apple.dt.DVTFoundation 0x0000000109fd3d37 -[NSObject(DVTObservingConvenience) dvt_newObserverForKeyPath:options:owner:withHandlerBlock:] + 786 8 com.apple.dt.IDEKit 0x000000010b86799c -[IDEWorkspaceTabController _navigateEditorToDisassemblyForStackFrame:inOptionalEditor:] + 496 9 com.apple.dt.IDEKit 0x000000010b86711a -[IDEWorkspaceTabController _showEditorForStackFrame:inOptionalEdtor:] + 297 10 com.apple.dt.dbg.DebuggerUI 0x0000000120e180e5 63-[DBGDebugSessionController _navigateEditorToCurrentStackFrame]_block_invoke + 134 11 com.apple.dt.DVTFoundation 0x0000000109fd358c -[NSObject(DVTObservingConvenience) _dvt_newObserverForKeyPath:options:owner:creationBacktrace:withHandlerBlock:] + 593 12 com.apple.dt.DVTFoundation 0x0000000109fd3dd4 -[NSObject(DVTObservingConvenience) dvt_newObserverForKeyPath:options:withHandlerBlock:] + 122 13 com.apple.dt.dbg.DebuggerUI 0x0000000120e1801f -[DBGDebugSessionController _navigateEditorToCurrentStackFrame] + 313 14 com.apple.dt.dbg.DebuggerUI 0x0000000120e19371 59-[DBGDebugSessionController _handleFinishedRunPausesAlert:]_block_invoke_2 + 263 15 com.apple.dt.DVTFoundation 0x000000010a012d12 DVTDispatchAsync_block_invoke + 97 16 libdispatch.dylib 0x00007fff646d57a2 _dispatch_call_block_and_release + 12 17 libdispatch.dylib 0x00007fff646cdf64 _dispatch_client_callout + 8 18 libdispatch.dylib 0x00007fff646e242b _dispatch_queue_serial_drain + 635 19 libdispatch.dylib 0x00007fff646d530e _dispatch_queue_invoke + 373 20 libdispatch.dylib 0x00007fff646d93d1 _dispatch_main_queue_callback_4CF + 776 21 com.apple.CoreFoundation 0x00007fff3d1de869 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9 22 com.apple.CoreFoundation 0x00007fff3d1a0aea __CFRunLoopRun + 2586 23 com.apple.CoreFoundation 0x00007fff3d19fe43 CFRunLoopRunSpecific + 483 24 com.apple.HIToolbox 0x00007fff3c4bf866 RunCurrentEventLoopInMode + 286 25 com.apple.HIToolbox 0x00007fff3c4bf5d6 ReceiveNextEventCommon + 613 26 com.apple.HIToolbox 0x00007fff3c4bf354 _BlockUntilNextEventMatchingListInModeWithFilter + 64 27 com.apple.AppKit 0x00007fff3a7bc9f7 _DPSNextEvent + 2085 28 com.apple.AppKit 0x00007fff3af51d98 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044 29 com.apple.dt.DVTKit 0x000000010a5c5a6e -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 390 30 com.apple.AppKit 0x00007fff3a7b1805 -[NSApplication run] + 764 31 com.apple.AppKit 0x00007fff3a7809a6 NSApplicationMain + 804 32 libdyld.dylib 0x00007fff64707145 start + 1

Thread 1: 0 libsystem_kernel.dylib 0x00007fff6484de76 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6484d390 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff3d1a1475 CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff3d1a07c7 CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff3d19fe43 CFRunLoopRunSpecific + 483 5 com.apple.Foundation 0x00007fff3f24c3f6 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.apple.DTDeviceKitBase 0x000000011be31498 +[DTDKRemoteDeviceConnection startServiceBrowsers] + 217 7 com.apple.Foundation 0x00007fff3f25a6d8 NSThreadstart__ + 1197 8 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 2: 0 libsystem_kernel.dylib 0x00007fff6484de76 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6484d390 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff3d1a1475 CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff3d1a07c7 CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff3d19fe43 CFRunLoopRunSpecific + 483 5 com.apple.Foundation 0x00007fff3f24c3f6 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.apple.DTDeviceKitBase 0x000000011be3f942 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 1524 7 com.apple.Foundation 0x00007fff3f25a6d8 NSThreadstart__ + 1197 8 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 3:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff64857142 select + 10 1 com.apple.CoreFoundation 0x00007fff3d1db4db CFSocketManager + 635 2 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 3 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 4 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 4: 0 libsystem_kernel.dylib 0x00007fff64856e7e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff64992662 _pthread_cond_wait + 732 2 libc++.1.dylib 0x00007fff62746cb0 std::__1::condition_variable::wait(std::1::unique_lock&) + 18 3 com.apple.JavaScriptCore 0x00007fff40c55ac6 void std::1::condition_variable_any::wait<std::1::unique_lock >(std::1::unique_lock&) + 86 4 com.apple.JavaScriptCore 0x00007fff40c559fb bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>::threadRunLoop() + 139 5 com.apple.JavaScriptCore 0x00007fff40c55d28 void std::1::thread_proxy<std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::1::default_delete >, void ()(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::)()>> >(void) + 40 6 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 5:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fff6484de76 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6484d390 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff3d1a1475 CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff3d1a07c7 CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff3d19fe43 CFRunLoopRunSpecific + 483 5 com.apple.CFNetwork 0x00007fff3c119432 +[NSURLConnection(Loader) _resourceLoadLoop:] + 357 6 com.apple.Foundation 0x00007fff3f25a6d8 NSThreadstart__ + 1197 7 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 6:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff6484de76 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6484d390 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff3d1a1475 CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff3d1a07c7 CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff3d19fe43 CFRunLoopRunSpecific + 483 5 com.apple.AppKit 0x00007fff3a8fa1f1 _NSEventThread + 184 6 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 7:: DYMobileDeviceManager 0 libsystem_kernel.dylib 0x00007fff6484de76 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6484d390 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff3d1a1475 CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff3d1a07c7 CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff3d19fe43 CFRunLoopRunSpecific + 483 5 com.apple.Foundation 0x00007fff3f24c3f6 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.apple.Foundation 0x00007fff3f24c2ce -[NSRunLoop(NSRunLoop) run] + 76 7 com.apple.GPUToolsMobileFoundation 0x000000012f42d28a -[DYMobileDeviceManager _deviceNotificationThread:] + 134 8 com.apple.Foundation 0x00007fff3f25a6d8 NSThreadstart__ + 1197 9 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 10 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 11 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 8: 0 libsystem_kernel.dylib 0x00007fff6484de76 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff6484d390 mach_msg + 60 2 com.apple.spotlight.index 0x00007fff5f357117 _handleExceptions + 111 3 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 4 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 5 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 9:: Dispatch queue: -[IDEExecutionEnvironment initWithWorkspaceArena:] (QOS: UNSPECIFIED) 0 libsystem_kernel.dylib 0x00007fff64856e7e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff64992662 _pthread_cond_wait + 732 2 com.apple.Foundation 0x00007fff3f315128 -[__NSOperationInternal _waitUntilFinished:] + 896 3 com.apple.Foundation 0x00007fff3f2e5b91 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 296 4 com.apple.dt.DVTFoundation 0x0000000109ea6c70 -[DVTOperationGroup main] + 66 5 com.apple.Foundation 0x00007fff3f265dc2 -[NSOperationInternal _start:] + 778 6 com.apple.dt.DVTFoundation 0x0000000109ea6c23 -[DVTOperationGroup start] + 110 7 com.apple.Foundation 0x00007fff3f261deb __NSOQSchedule_f + 369 8 libdispatch.dylib 0x00007fff646cdf64 _dispatch_client_callout + 8 9 libdispatch.dylib 0x00007fff646e1091 _dispatch_continuation_pop + 472 10 libdispatch.dylib 0x00007fff646d88e0 _dispatch_async_redirect_invoke + 703 11 libdispatch.dylib 0x00007fff646cfb56 _dispatch_root_queue_drain + 515 12 libdispatch.dylib 0x00007fff646cf902 _dispatch_worker_thread3 + 101 13 libsystem_pthread.dylib 0x00007fff649911ca _pthread_wqthread + 1387 14 libsystem_pthread.dylib 0x00007fff64990c4d start_wqthread + 13

Thread 10: 0 libsystem_kernel.dylib 0x00007fff648576da __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff6499126f _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff64990c4d start_wqthread + 13

Thread 11:: Dispatch queue: DVTOperationGroup: -[DVTOperationGroup init] (QOS: UNSPECIFIED) 0 libsystem_kernel.dylib 0x00007fff64856e7e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff64992662 _pthread_cond_wait + 732 2 com.apple.Foundation 0x00007fff3f315128 -[__NSOperationInternal _waitUntilFinished:] + 896 3 com.apple.Foundation 0x00007fff3f2e5b91 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 296 4 com.apple.dt.DVTFoundation 0x0000000109ea6c70 -[DVTOperationGroup main] + 66 5 com.apple.Foundation 0x00007fff3f265dc2 -[NSOperationInternal _start:] + 778 6 com.apple.dt.DVTFoundation 0x0000000109ea6c23 -[DVTOperationGroup start] + 110 7 com.apple.Foundation 0x00007fff3f261deb __NSOQSchedule_f + 369 8 libdispatch.dylib 0x00007fff646cdf64 _dispatch_client_callout + 8 9 libdispatch.dylib 0x00007fff646e1091 _dispatch_continuation_pop + 472 10 libdispatch.dylib 0x00007fff646d88e0 _dispatch_async_redirect_invoke + 703 11 libdispatch.dylib 0x00007fff646cfb56 _dispatch_root_queue_drain + 515 12 libdispatch.dylib 0x00007fff646cf902 _dispatch_worker_thread3 + 101 13 libsystem_pthread.dylib 0x00007fff649911ca _pthread_wqthread + 1387 14 libsystem_pthread.dylib 0x00007fff64990c4d start_wqthread + 13

Thread 12:: Dispatch queue: DVTOperationGroup: -[DVTOperationGroup init] (QOS: UNSPECIFIED) 0 libsystem_kernel.dylib 0x00007fff64856e7e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff64992662 _pthread_cond_wait + 732 2 com.apple.Foundation 0x00007fff3f315128 -[__NSOperationInternal _waitUntilFinished:] + 896 3 com.apple.Foundation 0x00007fff3f2e5b91 -[NSOperationQueue waitUntilAllOperationsAreFinished] + 296 4 com.apple.dt.DVTFoundation 0x0000000109ea6c70 -[DVTOperationGroup main] + 66 5 com.apple.Foundation 0x00007fff3f265dc2 -[NSOperationInternal _start:] + 778 6 com.apple.dt.DVTFoundation 0x0000000109ea6c23 -[DVTOperationGroup start] + 110 7 com.apple.Foundation 0x00007fff3f261deb __NSOQSchedule_f + 369 8 libdispatch.dylib 0x00007fff646cdf64 _dispatch_client_callout + 8 9 libdispatch.dylib 0x00007fff646e1091 _dispatch_continuation_pop + 472 10 libdispatch.dylib 0x00007fff646d88e0 _dispatch_async_redirect_invoke + 703 11 libdispatch.dylib 0x00007fff646cfb56 _dispatch_root_queue_drain + 515 12 libdispatch.dylib 0x00007fff646cf902 _dispatch_worker_thread3 + 101 13 libsystem_pthread.dylib 0x00007fff649911ca _pthread_wqthread + 1387 14 libsystem_pthread.dylib 0x00007fff64990c4d start_wqthread + 13

Thread 13: 0 libsystem_kernel.dylib 0x00007fff648576da __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff6499126f _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff64990c4d start_wqthread + 13

Thread 14: 0 libsystem_kernel.dylib 0x00007fff64856e7e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff64992662 _pthread_cond_wait + 732 2 com.apple.Xcode.DevToolsCore 0x000000011b8e4d45 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 596 3 com.apple.Foundation 0x00007fff3f25a6d8 NSThreadstart + 1197 4 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 5 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 6 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 15: 0 libsystem_kernel.dylib 0x00007fff64856e7e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff64992662 _pthread_cond_wait + 732 2 com.apple.Xcode.DevToolsCore 0x000000011b8e4d45 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 596 3 com.apple.Foundation 0x00007fff3f25a6d8 NSThreadstart + 1197 4 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 5 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 6 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 16: 0 libsystem_kernel.dylib 0x00007fff64856e7e psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff64992662 _pthread_cond_wait + 732 2 com.apple.Xcode.DevToolsCore 0x000000011b8e4d45 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 596 3 com.apple.Foundation 0x00007fff3f25a6d8 NSThreadstart + 1197 4 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 5 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 6 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 17:: Connection::RunLoop() packet reading thread 0 libsystem_kernel.dylib 0x00007fff64858592 read + 10 1 com.apple.LLDBRPC 0x00000001167436cb rpc_common::RPCConnectionSocket::Read(std::1::basic_string<unsigned char, std::__1::char_traits, std::1::allocator >&, bool) + 173 2 com.apple.LLDBRPC 0x00000001167267cb rpc_common::Connection::ReceivePacket(rpc_common::RPCPacket&) + 163 3 com.apple.LLDBRPC 0x00000001167265cb rpc_common::Connection::RunLoop() + 149 4 com.apple.LLDBRPC 0x000000011672ae80 void std::1::thread_proxy<std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::__1::default_delete >, rpc_common::Connection::AdoptUnixSocket(int)::$_0> >(void) + 45 5 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 6 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 7 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 18:: IOReader::ReadThread() for fd 68 0 libsystem_kernel.dylib 0x00007fff64857142 select + 10 1 com.apple.LLDBRPC 0x0000000116739682 IOReader::ReadThread(std::1::function<bool (void const, unsigned long)>) + 376 2 com.apple.LLDBRPC 0x0000000116739b2c void std::1::thread_proxy<std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::1::default_delete >, IOReader::StartReadThread(std::1::function<bool (void const, unsigned long)>)::$_0> >(void) + 90 3 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 4 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 5 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 19: 0 libsystem_kernel.dylib 0x00007fff6485767a wait4 + 10 1 com.apple.LLDBRPC 0x000000011673cfcf PosixSpawn::ReapProcess(int, int, int) + 69 2 com.apple.LLDBRPC 0x000000011672b4e1 void* std::1::thread_proxy<std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::__1::default_delete<std::1::__thread_struct> >, rpc_common::Connection::SpawnRPCServerProcess()::$_2> >(void*) + 62 3 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 4 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 5 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 20: 0 libsystem_kernel.dylib 0x00007fff648576da __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff6499106a _pthread_wqthread + 1035 2 libsystem_pthread.dylib 0x00007fff64990c4d start_wqthread + 13

Thread 21:: <DBGLLDBSessionThread (pid=1070)> Dispatch queue: DVTInvalidationPreventionQueue 0 libsystem_kernel.dylib 0x00007fff648575aa ulock_wait + 10 1 libdispatch.dylib 0x00007fff646ddbb2 _dispatch_ulock_wait + 40 2 libdispatch.dylib 0x00007fff646ddca3 _dispatch_thread_event_wait_slow + 26 3 libdispatch.dylib 0x00007fff646e43e4 _dispatch_sync_wait + 510 4 com.apple.dt.DVTFoundation 0x000000010a012c69 DVTDispatchSync + 173 5 com.apple.dt.dbg.DebuggerLLDB 0x0000000116e71d04 27-[DBGLLDBThread willReuse:]_block_invoke + 214 6 com.apple.dt.DVTFoundation 0x0000000109de2439 _DVTPreventInvalidationForObjectAllowingRecursiveCallsDuringBlock_block_invoke_2 + 49 7 libdispatch.dylib 0x00007fff646cdf64 _dispatch_client_callout + 8 8 libdispatch.dylib 0x00007fff646e149b _dispatch_sync_invoke_andcomplete + 60 9 com.apple.dt.DVTFoundation 0x0000000109de23d6 DVTPreventInvalidationForObjectAllowingRecursiveCallsDuringBlock_block_invoke + 157 10 libdispatch.dylib 0x00007fff646cdf64 _dispatch_client_callout + 8 11 libdispatch.dylib 0x00007fff646e149b _dispatch_sync_invoke_and_complete + 60 12 com.apple.dt.DVTFoundation 0x0000000109de2214 _DVTPreventInvalidationForObjectAllowingRecursiveCallsDuringBlock + 389 13 com.apple.dt.DVTFoundation 0x0000000109de2592 _DVTPreventInvalidationAllowingRecursiveCallsDuringBlock + 35 14 com.apple.dt.dbg.DebuggerLLDB 0x0000000116e71c06 -[DBGLLDBThread willReuse:] + 89 15 com.apple.dt.dbg.DebuggerLLDB 0x0000000116e65211 -[DBGLLDBProcess _updateThreads:currentThread:controlState:] + 1360 16 com.apple.dt.dbg.DebuggerLLDB 0x0000000116e6674a -[DBGLLDBProcess updateQueuesAndThreads:] + 182 17 com.apple.dt.dbg.DebuggerLLDB 0x0000000116ea4dcf -[DBGLLDBSession _refreshThreadListAndUpdateCurrentThread:] + 95 18 com.apple.dt.dbg.DebuggerLLDB 0x0000000116ea4c67 -[DBGLLDBSession _handleThreadEvent:] + 118 19 com.apple.dt.dbg.DebuggerLLDB 0x0000000116e92a35 DBGLLDBSessionThread(void*) + 2727 20 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 21 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 22 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 22: 0 libsystem_pthread.dylib 0x00007fff64990c40 start_wqthread + 0 1 ??? 0x6973697665526c61 0 + 7598532953531116641

Thread 23: 0 libsystem_pthread.dylib 0x00007fff64990c40 start_wqthread + 0 1 ??? 0x0002000400000000 0 + 562967133290496

Thread 24: 0 libsystem_pthread.dylib 0x00007fff64990c40 start_wqthread + 0 1 ??? 0x0000000109d42080 0 + 4459864192

Thread 25: 0 libsystem_kernel.dylib 0x00007fff648571d2 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff647d2774 nanosleep + 199 2 com.apple.CoreSymbolicationDT 0x000000010d488c05 cleaner_thread_main(void*) + 41 3 libsystem_pthread.dylib 0x00007fff649916c1 _pthread_body + 340 4 libsystem_pthread.dylib 0x00007fff6499156d _pthread_start + 377 5 libsystem_pthread.dylib 0x00007fff64990c5d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fff9ddd1340 rcx: 0x00007ffee5ec5a98 rdx: 0x0000000000000000 rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007ffee5ec5ad0 rsp: 0x00007ffee5ec5a98 r8: 0x00007fff97864390 r9: 0x000000010c0688e9 r10: 0x0000000000000000 r11: 0x0000000000000206 r12: 0x0000000000000307 r13: 0x0000000000000000 r14: 0x0000000000000006 r15: 0x000000000000002d rip: 0x00007fff64856fce rfl: 0x0000000000000206 cr2: 0x00007fff9ddaf148

Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133

Binary Images: 0x109d38000 - 0x109d39ff7 com.apple.dt.Xcode (9.0 - 13247) /Applications/Xcode.app/Contents/MacOS/Xcode 0x109d45000 - 0x10a2f9ff7 com.apple.dt.DVTFoundation (9.0 - 13231) <0FDB9530-4129-3121-A2FA-CAC1D8CDE314> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation 0x10a561000 - 0x10a8deff7 com.apple.dt.DVTKit (9.0 - 13231) <0C0E862C-2FD3-32A3-9B4E-35C7332A038C> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit 0x10ab3c000 - 0x10b2a7fff com.apple.dt.IDEFoundation (9.0 - 13247) <5B548A4E-C475-35A0-B349-E7A2266F006A> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation 0x10b7da000 - 0x10c1a3ff7 com.apple.dt.IDEKit (9.0 - 13247) <527C376F-9A89-38AC-8F95-94B134DBDEB6> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit 0x10c908000 - 0x10c916ff7 +libswiftAVFoundation.dylib (4.0 - 900.0.65) <7A6E65DC-108C-39A8-BF8C-5881CE827F4B> /Applications/Xcode.app/Contents/Frameworks/libswiftAVFoundation.dylib 0x10c923000 - 0x10cce4fff +libswiftCore.dylib (4.0 - 900.0.65) /Applications/Xcode.app/Contents/Frameworks/libswiftCore.dylib 0x10d01a000 - 0x10d021ff7 +libswiftCoreAudio.dylib (4.0 - 900.0.65) <28A7389B-B12A-3392-B476-CD48B26999B4> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreAudio.dylib 0x10d033000 - 0x10d036ff3 +libswiftCoreFoundation.dylib (4.0 - 900.0.65) <53FDDB02-2822-3F03-868A-F4AFFEA28FC2> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreFoundation.dylib 0x10d041000 - 0x10d051fff +libswiftCoreGraphics.dylib (4.0 - 900.0.65) <0FA267AF-953F-3E3D-B8F3-56993424D8E4> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreGraphics.dylib 0x10d070000 - 0x10d075ffe +libswiftCoreImage.dylib (4.0 - 900.0.65) /Applications/Xcode.app/Contents/Frameworks/libswiftCoreImage.dylib 0x10d07f000 - 0x10d089fff +libswiftCoreMedia.dylib (4.0 - 900.0.65) <848E7211-D1DF-3479-B9C5-1A0223ED92AA> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreMedia.dylib 0x10d098000 - 0x10d09eff7 +libswiftDarwin.dylib (4.0 - 900.0.65) <45FBE8C0-F741-31E5-A535-CDAF58925E60> /Applications/Xcode.app/Contents/Frameworks/libswiftDarwin.dylib 0x10d0b0000 - 0x10d0cbff7 +libswiftDispatch.dylib (4.0 - 900.0.65) <8C1E89A1-2E06-3828-965B-D7A34FC1FACB> /Applications/Xcode.app/Contents/Frameworks/libswiftDispatch.dylib 0x10d100000 - 0x10d275ff7 +libswiftFoundation.dylib (4.0 - 900.0.65) <83D0EE4A-54FF-3094-9363-2C278290416B> /Applications/Xcode.app/Contents/Frameworks/libswiftFoundation.dylib 0x10d3b4000 - 0x10d3b4fff 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 0x10d3b8000 - 0x10d3bbff3 +libswiftIOKit.dylib (4.0 - 900.0.65) <9B7071E4-FB13-385E-AB6B-A40A7E8198C9> /Applications/Xcode.app/Contents/Frameworks/libswiftIOKit.dylib 0x10d3c1000 - 0x10d3c1fff 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 0x10d3c5000 - 0x10d3cdff7 +libswiftMetal.dylib (4.0 - 900.0.65) <371469B1-54FB-3BBA-A389-DF3EB63A2BE7> /Applications/Xcode.app/Contents/Frameworks/libswiftMetal.dylib 0x10d3d6000 - 0x10d3dcfff +libswiftObjectiveC.dylib (4.0 - 900.0.65) <85E87FB0-A98C-3F30-A8F5-7878F8D0BE85> /Applications/Xcode.app/Contents/Frameworks/libswiftObjectiveC.dylib 0x10d3e6000 - 0x10d3e6fff com.apple.IDEWatchKit1SupportUI (9.0 - 13003) /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI 0x10d3ed000 - 0x10d3f4ff7 +libswiftQuartzCore.dylib (4.0 - 900.0.65) /Applications/Xcode.app/Contents/Frameworks/libswiftQuartzCore.dylib 0x10d3fa000 - 0x10d3faff7 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 0x10d3ff000 - 0x10d402fff +libswiftXPC.dylib (4.0 - 900.0.65) <5EF96933-BB5E-380E-8E9B-BFE071101C02> /Applications/Xcode.app/Contents/Frameworks/libswiftXPC.dylib 0x10d40b000 - 0x10d438fff +libswiftsimd.dylib (4.0 - 900.0.65) <1834544A-1004-35DC-A43E-8CFF3C74431A> /Applications/Xcode.app/Contents/Frameworks/libswiftsimd.dylib 0x10d473000 - 0x10d473ff7 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 0x10d477000 - 0x10d509ff7 com.apple.CoreSymbolicationDT (9.0 - 63080) <74705A47-1C15-380A-B8D1-E3DA1A02E685> /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT 0x10d55f000 - 0x10d58cfd3 com.apple.dt.instruments.DTXConnectionServices (9.0 - 63121) /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices 0x10d5b1000 - 0x10d66bff7 com.apple.dt.instruments.DVTInstrumentsFoundation (9.0 - 63121) /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation 0x10d70f000 - 0x10d719fff +libswiftCoreData.dylib (4.0 - 900.0.65) <67ED0C8C-2EBC-3197-844A-D957E0B5D3A9> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreData.dylib 0x10d72b000 - 0x10d76bfff com.apple.DebugSymbols (141 - 141) <60EA40BC-DEAE-3086-A5DA-76EF39C3B1EE> /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT 0x10d78b000 - 0x10d80ffd7 com.apple.SymbolicationDT (9.0 - 63080) <17366519-C63D-362A-8633-A18FB54E6632> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT 0x10d862000 - 0x10d863ffb com.apple.dt.dbg.DebuggerLLDBService (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService 0x10d869000 - 0x10d870fff com.apple.kperfdataDT (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT 0x10d87d000 - 0x10d8acff7 com.apple.libktrace (1.0 - 218.1.1) /Applications/Xcode.app/Contents/SharedFrameworks/ktraceDT.framework/Versions/A/ktraceDT 0x10d8c6000 - 0x10d8e7ff7 com.apple.dt.instruments.DVTInstrumentsUtilities (9.0 - 63121) /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities 0x10d90f000 - 0x10d9caff7 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 0x10da65000 - 0x10da66ff7 com.apple.dt.IDEWatchSupportCore (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore 0x10da6c000 - 0x10da84ffb com.apple.dt.DVTDeviceFoundation (9.0 - 1) <07701384-0AF2-3CE4-A935-0AFCC6D5D14D> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/Versions/A/DVTDeviceFoundation 0x10daa0000 - 0x10dab0ff7 +libswiftAppKit.dylib (4.0 - 900.0.65) <5C2E02A3-50A6-38E3-A7FE-AFD90D3089C9> /Applications/Xcode.app/Contents/Frameworks/libswiftAppKit.dylib 0x10dac3000 - 0x10dae9ff7 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 0x10db12000 - 0x10db17fff +libswiftos.dylib (4.0 - 900.0.65) /Applications/Xcode.app/Contents/Frameworks/libswiftos.dylib 0x10db23000 - 0x11045eff3 +libclang.dylib (900.0.37) /Applications/Xcode.app/Contents/Frameworks/libclang.dylib 0x110b18000 - 0x110baafff com.apple.dt.SourceKit (1.0 - 13121) /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/SourceKit 0x110be7000 - 0x112699fff +libLTO.dylib (900.0.37) /Applications/Xcode.app/Contents/Frameworks/libLTO.dylib 0x112b2b000 - 0x112b58ff3 com.apple.dt.DVTAnalytics (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics 0x112b87000 - 0x112b91ff3 com.apple.dt.DVTServices (9.0 - 13231) <4D8CD6A2-567F-3A36-9F86-F02098F26A5E> /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices 0x112b9f000 - 0x112bdeff7 com.apple.dt.DVTPortal (9.0 - 1) <4C41DABD-2AFD-3465-BE8A-DFBF361795B4> /Applications/Xcode.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal 0x112c10000 - 0x112c53ff7 com.apple.dt.DVTDocumentation (1.0 - 13231) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/DVTDocumentation 0x112c89000 - 0x112f70ff7 com.apple.DNTDocumentationModel (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationModel.framework/Versions/A/DNTDocumentationModel 0x113042000 - 0x1131feff7 com.apple.DNTDocumentationSupport (1.0 - 13042) /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationSupport.framework/Versions/A/DNTDocumentationSupport 0x1132f1000 - 0x113309fff com.apple.dt.XCTDaemonControl (1.0 - 1) <4DC2E05B-57C8-332E-BB4C-01E4972DDCD2> /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControl.framework/Versions/A/XCTDaemonControl 0x11332d000 - 0x1133cdff7 com.apple.dt.Xcode.DVTSourceControl (9.0 - 13120) /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl 0x113433000 - 0x113552ff7 com.apple.DNTSourceKitSupport (1.0 - 1) <29F86C8D-3E37-3800-9C4B-DE9639DEDB91> /Applications/Xcode.app/Contents/SharedFrameworks/DNTSourceKitSupport.framework/Versions/A/DNTSourceKitSupport 0x11358c000 - 0x1135d5fff com.apple.dt.DVTSourceControlHostedAccount (9.0 - 13120) /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControlHostedAccount.framework/Versions/A/DVTSourceControlHostedAccount 0x113631000 - 0x113648ff3 com.apple.dt.DVTAnalyticsClient (9.0 - 1) <1D85C8EA-D9B9-3B3C-9917-85EFD61F258F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient 0x113667000 - 0x1136f8fff com.apple.DNTTransformer (1.0 - 1) <96E71281-0CC4-3E90-A9E0-C4186D488EE4> /Applications/Xcode.app/Contents/SharedFrameworks/DNTTransformer.framework/Versions/A/DNTTransformer 0x113762000 - 0x113771ff3 com.apple.dt.XcodeKit (9.0 - 13247) /Applications/Xcode.app/Contents/Developer/Library/Frameworks/XcodeKit.framework/Versions/A/XcodeKit 0x113781000 - 0x1137b4ffb com.apple.dt.DVTProducts (1.0 - 1) <89F864D2-5BC9-3720-AAC5-B37C938FE3F7> /Applications/Xcode.app/Contents/SharedFrameworks/DVTProducts.framework/Versions/A/DVTProducts 0x1137df000 - 0x1137e1ffb com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper 0x1137ee000 - 0x1138b7ff7 com.apple.dt.instruments.DTGraphKit (9.0 - 63088) <96382894-2CAB-32FB-8535-4981D4B699C0> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit 0x113bb5000 - 0x113bc8ffb com.apple.dt.DebugHierarchyFoundation (1.0 - 1) <9718F62C-A3F2-3BFC-B430-D1F9EA217B1C> /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyFoundation.framework/Versions/A/DebugHierarchyFoundation 0x113bd8000 - 0x113be4fff com.apple.dt.IDELanguageSupportCore (9.0 - 13083) /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore 0x113bf2000 - 0x113bf6ff3 com.apple.dt.XCTDaemonControlMobileDevice (1.0 - 1) <69DC88CE-6762-348E-A7D6-C6E3F3A38177> /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControlMobileDevice.framework/Versions/A/XCTDaemonControlMobileDevice 0x114400000 - 0x114415ff3 com.apple.dt.DebugHierarchyKit (1.0 - 1) <25E6BD6F-2430-3849-B57D-7147CAC7F18E> /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyKit.framework/Versions/A/DebugHierarchyKit 0x11442f000 - 0x114437fff 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 0x114442000 - 0x114449ff7 com.apple.CoreSimulator.CoreSimDeviceIO (494.13.6 - 494.13.6) /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimDeviceIO.framework/Versions/A/CoreSimDeviceIO 0x114453000 - 0x114456ff7 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 0x11445b000 - 0x11445effb 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 0x114468000 - 0x1144b298f dyld (519.2.1) <002B0442-3D59-3159-BA10-1C0A77859C6A> /usr/lib/dyld 0x116331000 - 0x11637cffb com.apple.dt.dbg.DebuggerFoundation (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation 0x1163b9000 - 0x116442fff com.apple.dt.IBAutolayoutFoundation (9.0 - 13196) <947E98B5-D91A-363A-8DE2-22A7DFD39BB4> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation 0x1164a1000 - 0x1164d7ffb 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 0x1164ff000 - 0x11650bff7 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 0x116616000 - 0x11664bffb com.apple.gputools.GLToolsMobileAnalysis (1.0 - 23018) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis 0x11665b000 - 0x116664fff com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 23018) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport 0x11666b000 - 0x116685fff com.apple.security.csparser (3.0 - 58286.1.33) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser 0x116719000 - 0x11675bff7 com.apple.LLDBRPC (1.0 - 900.0.45) <2C5CC77D-3DA8-3BB8-821E-A0348F75B827> /Applications/Xcode.app/Contents/SharedFrameworks/LLDBRPC.framework/Versions/A/LLDBRPC 0x116793000 - 0x1167a8ffb com.apple.DVTiPhoneSimulatorRemoteClient (9.0 - 13176) <66DF3160-4386-3F75-96DC-6AAF49B1CD93> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient 0x1167bc000 - 0x1167c1ff3 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 0x116c63000 - 0x116d88fff com.apple.dt.IBFoundation (9.0 - 13196) /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation 0x116e5e000 - 0x116ee8ff7 com.apple.dt.dbg.DebuggerLLDB (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB 0x116f73000 - 0x11a5a5fff 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 0x11b6be000 - 0x11b743ff3 com.apple.dt.IDE.Xcode3Core (9.0 - 13203) <41587656-42A5-387A-B9BF-A31FAB78520F> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core 0x11b792000 - 0x11bb51fff 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 0x11bd1a000 - 0x11bdafff7 com.apple.dt.IDE.IDEiOSSupportCore (9.0 - 13176) <64F64648-BC6D-3612-8A2B-44EE922D82FF> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore 0x11be15000 - 0x11bec5ff7 com.apple.DTDeviceKitBase (9.0 - 13176) <4350E717-5124-3A9A-BCB5-596C755D1C52> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase 0x11bf3c000 - 0x11bfc3fff com.apple.CoreSimulator (494.13.6 - 494.13.6) <85A59CF5-10EC-3F86-B594-44E6AF20AAD9> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator 0x11c00b000 - 0x11c036ff3 com.apple.CoreSimulator.FoundationXPC (494.13.6 - 494.13.6) /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/FoundationXPC.framework/Versions/A/FoundationXPC 0x11c24d000 - 0x11c24dfff com.apple.dt.IDEContinuousIntegration (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration 0x11c25b000 - 0x11c25eff3 com.apple.IDEServerTools (1.0 - 1) <80EA414D-5685-3C4E-ACDF-EB19B1EED56D> /Applications/Xcode.app/Contents/SharedFrameworks/IDEServerTools.framework/Versions/A/IDEServerTools 0x11c266000 - 0x11c26dfff com.apple.dt.IDE.HexEditor (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor 0x11c277000 - 0x11c277fff com.apple.dt.IDE.IDEAppleScriptEditor (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor 0x11c45e000 - 0x11c47afff 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 0x11c48d000 - 0x11c48efff 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 0x11c496000 - 0x11c498fff 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 0x11cf53000 - 0x11cf59ff7 com.apple.dt.IDE.IDEInstrumentsService (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService 0x11cf70000 - 0x11cf7bffb com.apple.dt.IDE.IDESubversion (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion 0x11cf85000 - 0x11cf96fff com.apple.dt.IDE.IDEGit (9.0 - 13240) <4FE401BA-6204-3F71-8E5A-2134EBD3AE28> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit 0x11d0d6000 - 0x11d0dbff7 com.apple.dt.dbg.DebuggerKit (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit 0x11d1a5000 - 0x11d1a5ff7 com.apple.dt.DVTAnalyticsClientPlugin (1.0 - 1) <3A3040D4-FFCB-3986-B511-7034C2F1B9B2> /Applications/Xcode.app/Contents/PlugIns/DVTAnalyticsClientPlugin.ideplugin/Contents/MacOS/DVTAnalyticsClientPlugin 0x11d503000 - 0x11e19cff7 com.apple.driver.AppleIntelKBLGraphicsGLDriver (10.28.26 - 10.2.8) <23C25DF7-F83E-3C54-A321-25BC2DC43553> /System/Library/Extensions/AppleIntelKBLGraphicsGLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsGLDriver 0x11e7eb000 - 0x11e819fff com.apple.dt.HexFiendFramework (9.0 - 13240) <849DB8DC-C628-3F54-9742-DF6659C896D3> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend 0x11e870000 - 0x11e874fff com.apple.audio.AppleHDAHALPlugIn (280.12 - 280.12) <9ACA0127-E687-3885-9475-1D5E4DD83168> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x11ea88000 - 0x11ea93ff7 com.apple.dt.PlistEditor (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor 0x11eaa2000 - 0x11eaa6fff com.apple.dt.IDE.IDEPDFViewer (9.0 - 13240) <37FF850E-5C43-3CC7-9C2D-57E6487B878F> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer 0x11ef42000 - 0x11ef8fff7 com.apple.DADocSetAccess (9.0 - 13012) <685E8BE7-F74B-390C-9E68-2FB6E9B595AD> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess 0x11efba000 - 0x11efcfff3 com.apple.DADocSetManagement (9.0 - 13012) /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement 0x11efe1000 - 0x11f1d3fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (9.0 - 13196) <38D5C757-6768-3C36-B8CD-27C2E8E8B9BF> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.framework/IDEInterfaceBuilderCocoaIntegration 0x11f3a8000 - 0x11f3b8ffb com.apple.DTDeviceKit (4.2 - 13176) <72A2C985-D7E8-3E5D-BD02-D512A5730427> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit 0x11f3ca000 - 0x11f3d0ff7 +libswiftAccelerate.dylib (4.0 - 900.0.65) <86F61217-FA0C-3618-8372-34385571C16C> /Applications/Xcode.app/Contents/Frameworks/libswiftAccelerate.dylib 0x11f3da000 - 0x11f3dafff com.apple.dt.IDE.DFRSupportKit (9.0 - 1) <1FC98636-153C-3D8E-97A9-B60A270FFE5C> /Applications/Xcode.app/Contents/Frameworks/DFRSupportKit.framework/Versions/A/DFRSupportKit 0x1201b1000 - 0x1201dcffb com.apple.dt.IDE.IDEMemoryGraphDebugger (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDEMemoryGraphDebugger.ideplugin/Contents/MacOS/IDEMemoryGraphDebugger 0x120204000 - 0x120229ff7 com.apple.dt.IDE.IDEPlaygroundExecution (9.0 - 13240) <3102016D-7E48-36E2-B2E9-A6793CB3E482> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundExecution.ideplugin/Contents/MacOS/IDEPlaygroundExecution 0x120269000 - 0x12029cff7 com.apple.dt.IDE.IDEMLKitModelEditor (9.0 - 13045) /Applications/Xcode.app/Contents/PlugIns/IDEMLKitModelEditor.ideplugin/Contents/MacOS/IDEMLKitModelEditor 0x1202d1000 - 0x1202d7ff3 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 0x1202e2000 - 0x1202f1ff7 com.apple.dt.XCSSecurity (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCSSecurity.framework/Versions/A/XCSSecurity 0x1202fc000 - 0x120303fff com.apple.dt.ScriptingDefinitionEditor (9.0 - 13240) <783E2CDF-AE67-36CF-8474-F335F04E248F> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor 0x1203b4000 - 0x1203b5fff +liblaunch_sim.dylib (560.3.4) /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib 0x1207d7000 - 0x120865fff com.apple.xcode.GameToolsFoundation (1.0 - 13018) /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation 0x1208b9000 - 0x1208eafff +libswiftSwiftOnoneSupport.dylib (4.0 - 900.0.65) /Applications/Xcode.app/Contents/Frameworks/libswiftSwiftOnoneSupport.dylib 0x120949000 - 0x12094bff7 com.apple.CloudDocsFileProvider (1.0 - 559) <918F36A2-8B1B-31F9-AF11-29E253194B77> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/CloudDocsFileProvider.bundle/Contents/MacOS/CloudDocsFileProvider 0x120986000 - 0x120988ff7 com.apple.FileProviderOverride (111.1 - 111.1) <571D6E47-76A0-3B59-8851-70DD25AC99AD> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FileProviderOverride.bundle/Contents/MacOS/FileProviderOverride 0x120da3000 - 0x120da9fff com.apple.FinderSyncCollaborationFileProviderOverride (1.0 - 1054.0.2) <899B9708-FB86-32AA-82E3-C094459022DE> /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride 0x120dfa000 - 0x120f30fff com.apple.dt.dbg.DebuggerUI (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI 0x121033000 - 0x12116fff7 com.apple.IDESpriteKitParticleEditor (2.0 - 2) <7DDDAB51-640C-329B-B865-EFF5992A3DAB> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor 0x12124a000 - 0x121370fff com.apple.dt.IDE.IDESceneKitEditor (9.0 - 13112) <829C57CF-BAA0-3013-AF71-FF4AC447F611> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor 0x1213f4000 - 0x12145cff7 com.apple.dt.IDE.IDEPlaygroundEditor (9.0 - 13240) <6021DDDF-902B-3E0F-B091-14E72E8BEFD5> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundEditor.ideplugin/Contents/MacOS/IDEPlaygroundEditor 0x1214b1000 - 0x12153dff7 com.apple.dt.IDE.IDEPegasusPlaygroundEditor (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDEPegasusPlaygroundEditor.ideplugin/Contents/MacOS/IDEPegasusPlaygroundEditor 0x1215e0000 - 0x1216dcff7 com.apple.XCSCore (1.0 - 1) <876F1B2A-7EE0-3F49-A4DD-9606F9E1DA4F> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore 0x12178f000 - 0x121946ff7 com.apple.dt.XCSUI (1.0 - 1) <16B9CB6D-9CB3-3766-A429-56709377DB64> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI 0x121aaa000 - 0x121b45fff com.apple.dt.XCSAdministration (1.0 - 1) <3AB529A8-4E73-3B15-A554-D0783CBF387E> /Applications/Xcode.app/Contents/SharedFrameworks/XCSAdministration.framework/Versions/A/XCSAdministration 0x121beb000 - 0x121d5bfff 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 0x121ee1000 - 0x121ef7ff7 com.apple.dt.IDE.IDERTFEditor (9.0 - 13240) <5227CA30-DA5E-3D90-B610-AA103F3E75E5> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor 0x121f0b000 - 0x121f18ff3 com.apple.dt.IDE.IDEQuickLookEditor (9.0 - 13240) <0B90B026-45FF-362C-99CE-800E477F55F5> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor 0x121f29000 - 0x12200eff7 com.apple.dt.IDE.IDEModelEditor (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor 0x1220af000 - 0x12213fff7 com.apple.dt.IDE.IDEModelFoundation (9.0 - 13240) <1FEFD470-582E-3DAB-8E0F-94129B4B035F> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation 0x1227f6000 - 0x1227fbff7 com.apple.dt.IDE.IBBuildSupport (9.0 - 13196) /Applications/Xcode.app/Contents/PlugIns/IBBuildSupport.ideplugin/Contents/MacOS/IBBuildSupport 0x122804000 - 0x122808ffb 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 0x123023000 - 0x12302bff7 com.apple.dt.IDEAppleTVSupportUI (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportUI.ideplugin/Contents/MacOS/IDEAppleTVSupportUI 0x124c97000 - 0x124cbefff com.apple.dt.IDE.IDEQuickHelp (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp 0x1263c1000 - 0x1263f6fff com.apple.dt.IDELanguageSupportUI (9.0 - 13083) <75667E4E-B8B0-3BBE-8D76-584AA7A66831> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI 0x1281b9000 - 0x1281c4ff7 com.apple.dt.IDE.IDEPlaygroundSimulator (9.0 - 13176) /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundSimulator.ideplugin/Contents/MacOS/IDEPlaygroundSimulator 0x1292cf000 - 0x1292d0ffb +liblaunch_sim.dylib (756.1.1) <301997CC-3672-39D8-9DC3-77E7210EDFD5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.0.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib 0x1292d6000 - 0x1292d7ffb +liblaunch_sim.dylib (972.1.5) /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 10.0.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib 0x1292dd000 - 0x1292deff3 +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 0x1292e4000 - 0x1292e5ff3 +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 0x1292eb000 - 0x1292ecff3 +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 0x12b468000 - 0x12b6b4ff3 com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (9.0 - 13173) <21CF6317-C37B-365F-AED4-EFEEB46461A1> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.framework/IDEInterfaceBuilderCocoaTouchIntegration 0x12b8b6000 - 0x12b8d3ff3 com.apple.IBCocoaTouchToolFoundation (9.0 - 13173) <177A94EF-8978-3A34-875E-792F17D84DDB> /Applications/Xcode.app/Contents/Frameworks/IBCocoaTouchToolFoundation.framework/Versions/A/IBCocoaTouchToolFoundation 0x12b901000 - 0x12b917ffb 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 0x12bde8000 - 0x12c3e4fff com.apple.dt.IDE.IDEInterfaceBuilderKit (9.0 - 13196) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.framework/IDEInterfaceBuilderKit 0x12c830000 - 0x12c925ff7 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 0x12c977000 - 0x12c9f8ff3 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 0x12ca3e000 - 0x12ca7cff7 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 0x12ca9b000 - 0x12cabefff com.apple.dt.IDE.IDEInterfaceBuilderDFRSupport (9.0 - 13038) <73598C23-9CE5-386B-A06E-19B87F0EAD8A> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderDFRSupport 0x12cadb000 - 0x12cae2fff com.apple.dt.IDE.IDEInterfaceBuilderEditorDFRSupport (9.0 - 13027) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderEditorDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderEditorDFRSupport 0x12caf2000 - 0x12caf6fff com.apple.GPUToolsInterface (1.0 - 23105) <13938D95-6F4C-3E49-AE3E-0AC3049D883C> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface 0x12cc00000 - 0x12cda6fff com.apple.audio.units.Components (1.14 - 1.14) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x12ce47000 - 0x12cef6ffb com.apple.dt.IDE.IDESourceEditor (9.0 - 13240) <5CB25BD7-9569-3BF3-890C-DDAFB37E072D> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor 0x12cf61000 - 0x12cfb4fff com.apple.dt.IDE.IDESourceCodeComparisonEditor (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDESourceCodeComparisonEditor.ideplugin/Contents/MacOS/IDESourceCodeComparisonEditor 0x12cfdf000 - 0x12d21bfff com.apple.dt.IDE.IDEPegasusSourceEditor (9.0 - 13240) <9FDB89AD-D204-342F-9B46-64FB92F429B5> /Applications/Xcode.app/Contents/PlugIns/IDEPegasusSourceEditor.ideplugin/Contents/MacOS/IDEPegasusSourceEditor 0x12d3d9000 - 0x12d71eff7 com.apple.dt.SourceEditor (1.0 - 1) <575C06A7-9AB9-3175-8CA1-4EBB434675AD> /Applications/Xcode.app/Contents/SharedFrameworks/SourceEditor.framework/Versions/A/SourceEditor 0x12d8ef000 - 0x12d955ff7 com.apple.dt.DVTMarkdown (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/DVTMarkup 0x12d97a000 - 0x12d993ff7 com.apple.MarkupSupport (1.0 - 1) <365A486C-9447-38B2-8324-CECDF5D025DE> /Applications/Xcode.app/Contents/SharedFrameworks/MarkupSupport.framework/Versions/A/MarkupSupport 0x12d9ae000 - 0x12da47ff7 com.apple.SourceKitSupport (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/SourceKitSupport.framework/Versions/A/SourceKitSupport 0x12dad3000 - 0x12daf6fff com.apple.SourceModelSupport (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/SourceModelSupport.framework/Versions/A/SourceModelSupport 0x12db12000 - 0x12db44ffb 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 0x12db55000 - 0x12dcb9ff7 com.apple.dt.IDE.IDESourceControlUI (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/IDESourceControlUI.ideplugin/Contents/MacOS/IDESourceControlUI 0x12dd99000 - 0x12dde5fff com.apple.dt.IDE.IDEiPhoneSupport (9.0 - 13176) <0132F75E-3FC6-3537-BBA4-F53E091BA06C> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport 0x12de2f000 - 0x12dfbaff7 com.apple.dt.IDE.Xcode3UI (9.0 - 13203) <140BE454-8A9E-322E-B8E1-8F7E251750B1> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI 0x12e0de000 - 0x12e11efff com.apple.dt.IDE.iCloudSupport (9.0 - 13240) /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport 0x12e168000 - 0x12e1c1ff7 com.apple.dt.IDEProductsUI (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI 0x12ea6a000 - 0x12eab8fff com.apple.dt.gpu.GPUDebuggerFoundation (9.0 - 23173) <1F16B174-A9DB-3B9B-9402-E7473C787784> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation 0x12eaf8000 - 0x12eaffff7 com.apple.GPUToolsPlatform (1.0 - 23187) <78EE8DB8-E266-39E5-BAB8-8665A17493CA> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsPlatform.framework/Versions/A/GPUToolsPlatform 0x12eb09000 - 0x12eb17ff7 com.apple.GPUToolsShaderProfiler (1.0 - 23105) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler 0x12eb29000 - 0x12eb75fff com.apple.GPUToolsCore (1.0 - 23187) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore 0x12ebb2000 - 0x12ebf1fff com.apple.GPUTools (1.0 - 23187) <65080B5D-3F81-31D6-B4E6-F5C1896B5C32> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools 0x12ec24000 - 0x12ec7efff com.apple.GLToolsServices (1.0 - 23105) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices 0x12ecbf000 - 0x12ed35fff com.apple.GPUToolsServices (1.0 - 23105) <0D300E73-D043-385B-8451-4612F683B509> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices 0x12ed86000 - 0x12ed9aff7 com.apple.GLToolsInterface (1.0 - 23105) <38185C23-0130-3F8F-81AC-263C2A15314D> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface 0x12edab000 - 0x12ee13ff7 com.apple.GLToolsCore (1.0 - 23187) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore 0x12ee31000 - 0x12ee47fff com.apple.GLTools (1.0 - 23187) <56D4CF20-995C-3662-95B2-6390889EDA52> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools 0x12ee50000 - 0x12eed7ff7 com.apple.gputools.GLToolsAnalysisEngine (1.0 - 23105) <326A982E-355E-3B3F-BECF-9DC3FC7028C4> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine 0x12ef26000 - 0x12ef85ff7 com.apple.dt.gpu.GPUDebuggerKit (9.0 - 23173) /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit 0x12efcd000 - 0x12f022ff7 com.apple.dt.IDE.IDEDocViewer (9.0 - 13240) <27288842-0BA4-3250-B8F0-B2514E336C88> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer 0x12f075000 - 0x12f07dfff com.apple.dt.gpu.GPUTraceDebugger (9.0 - 23173) <467E9E97-2D45-342B-AE3C-FF493E529238> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger 0x12f087000 - 0x12f133fff com.apple.dt.gpu.GPUTraceDebuggerUI (9.0 - 23173) <5F3869C6-C6E2-3899-BEAA-26D8D8442BFD> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI 0x12f1a3000 - 0x12f1c5fff com.apple.dt.IDEIODebugGaugesUI (9.0 - 13240) <6992819E-290E-3A7B-9464-8043414B3967> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI 0x12f1ed000 - 0x12f1f4ff7 com.apple.dt.IDEIODebugGaugesCore (9.0 - 13240) <91F0EBFD-7430-359C-814A-B13BD1D3A3D1> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore 0x12f202000 - 0x12f2a3ff7 com.apple.dt.gpu.GPURenderTargetEditor (9.0 - 23173) <78C44FE4-96FF-36A5-9386-81ABF940EC24> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor 0x12f307000 - 0x12f30bfff com.apple.MTLToolsServices (1.0 - 1) <2B79D489-60B3-321E-AB63-60BC33A900E9> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices 0x12f312000 - 0x12f336fff com.apple.MTLTools (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools 0x12f344000 - 0x12f346fff com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 23105) /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine 0x12f34c000 - 0x12f34fff7 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 0x12f355000 - 0x12f355fff 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 0x12f35a000 - 0x12f3c0fff 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 0x12f3fc000 - 0x12f416ff7 com.apple.GLToolsShaderProfiler (1.0 - 23105) <6B33DB10-1618-3717-8697-956FCE3AAF8E> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler 0x12f424000 - 0x12f438fff com.apple.GPUToolsMobileFoundation (1.0 - 23018) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation 0x12f44c000 - 0x12f44fff3 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 0x12f455000 - 0x12f458ffb 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 0x12f45e000 - 0x12f46cfff com.apple.GPUToolsDesktopFoundation (1.0 - 23011) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/GPUToolsDesktopFoundation.framework/Versions/A/GPUToolsDesktopFoundation 0x12fb5b000 - 0x12fb62fff com.apple.dt.IDE.IDEiOSDebugger (9.0 - 13176) /Applications/Xcode.app/Contents/PlugIns/IDEiOSDebugger.ideplugin/Contents/MacOS/IDEiOSDebugger 0x1302b2000 - 0x130432fff 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 0x13d69a000 - 0x13e898ff3 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 0x1446d5000 - 0x147010ff3 +libclang.dylib (900.0.37) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib 0x7fff35bd2000 - 0x7fff35f1fff7 com.apple.RawCamera.bundle (8.00 - 1017) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff37240000 - 0x7fff373f3ff7 com.apple.driver.AppleIntelKBLGraphicsMTLDriver (10.28.26 - 10.2.8) <27B3C91C-FF0E-3E1F-A5DA-1A29E5522978> /System/Library/Extensions/AppleIntelKBLGraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelKBLGraphicsMTLDriver 0x7fff393b3000 - 0x7fff39588ff3 com.apple.avfoundation (2.0 - 1334) <9080A91E-6634-3BC7-BFA3-ED58736B0B25> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff39589000 - 0x7fff39640ff7 com.apple.audio.AVFAudio (1.0 - ???) <0AF373D0-B01B-31BC-85E0-FA09AEB79803> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff39642000 - 0x7fff3974fffb com.apple.AVKit (1.1 - 440) <430F9128-5F0B-3954-845C-669979571E4D> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit 0x7fff39750000 - 0x7fff39750fff com.apple.Accelerate (1.11 - Accelerate 1.11) <04FC5A30-0382-3FEB-BE8B-E14E9FF4EBD5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff39751000 - 0x7fff39767fe3 libCGInterfaces.dylib (417) <27E09D39-51B5-3297-BE33-0DB1736B833A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff39768000 - 0x7fff39c66fc3 com.apple.vImage (8.1 - ???) <310976EE-E12D-39D7-8F58-6EE924E08576> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff39c67000 - 0x7fff39dc1fcb libBLAS.dylib (1211) <10BFDBE2-C8FB-39E3-A204-BC6420663E57> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff39dc2000 - 0x7fff39deffef libBNNS.dylib (32) <9CA15DC6-004A-32FD-BFCA-F5D488012C43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff39df0000 - 0x7fff3a1b0ff7 libLAPACK.dylib (1211) <4560987F-B203-366F-B2CA-3291BCFB511A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff3a1b1000 - 0x7fff3a1c6ff7 libLinearAlgebra.dylib (1211) <3ECB936A-1D5A-3BEE-A9A2-248EF132CE3F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff3a1c7000 - 0x7fff3a1ccff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff3a1cd000 - 0x7fff3a22bfff libSparse.dylib (79.1.1) <7AD0F8A8-FD36-36FE-B83D-58648EBD0027> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff3a22c000 - 0x7fff3a23ffff libSparseBLAS.dylib (1211) <547C43FB-0243-340A-9B9B-AE8E5A5653BA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff3a240000 - 0x7fff3a3dffd7 libvDSP.dylib (622) <8513CE23-5854-31B3-9CDE-25AE9978409B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff3a3e0000 - 0x7fff3a490feb libvMisc.dylib (622) <40CF36D9-8EDE-332B-BB4E-CD9D7BCBEEF5> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff3a491000 - 0x7fff3a491fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <97572EBF-43F0-314F-AB29-4281E4A3CD41> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff3a492000 - 0x7fff3a4e9fff com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff3a4ea000 - 0x7fff3a77affb com.apple.AddressBook.framework (11.0 - 1805) <7607CB01-DB67-3604-8F38-0BA0623A44A7> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff3a77b000 - 0x7fff3b5d6ff3 com.apple.AppKit (6.9 - 1561.0.100) <791A7190-E21D-3513-9BB0-F2721814A9CD> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff3b617000 - 0x7fff3b627fff com.apple.AppleScriptObjC (1.4 - 33) <6A9166A3-B93F-3201-9B77-ED53C0119EF0> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC 0x7fff3b628000 - 0x7fff3b628fff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff3b629000 - 0x7fff3b68ffff com.apple.ApplicationServices.ATS (377 - 445) <2303339C-5E2A-37DB-B2B0-E4E5DA9121E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff3b728000 - 0x7fff3b84aff7 libFontParser.dylib (222.1) <611B6E36-289C-33C9-BF77-B9D13F481F33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff3b84b000 - 0x7fff3b895ff7 libFontRegistry.dylib (221) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff3b93a000 - 0x7fff3b96dff7 libTrueTypeScaler.dylib (222.1) <60C263D2-7388-3640-A243-F819798C1B0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff3b9d7000 - 0x7fff3b9dbff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <7C8AD42D-5A89-3BA6-B55D-374D9267E939> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff3ba7b000 - 0x7fff3bacdff7 com.apple.HIServices (1.22 - 622) <2E83CD6F-ED98-3C29-BD0A-8525E38AB5DB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff3bace000 - 0x7fff3badcfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <71A9C815-AC55-3E36-A618-F6778F5119AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff3badd000 - 0x7fff3bb29fff com.apple.print.framework.PrintCore (13 - 503) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff3bb2a000 - 0x7fff3bb64fff com.apple.QD (3.12 - 403) <38D8106A-4FFA-3FE9-9999-714CADD7EE9C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff3bb65000 - 0x7fff3bb71fff com.apple.speech.synthesis.framework (7.0.14 - 7.0.14) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff3bb72000 - 0x7fff3bdfbfff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff3bdfd000 - 0x7fff3bdfdfff com.apple.audio.units.AudioUnit (1.14 - 1.14) <29B5E5A8-51D1-3528-866E-C4D3B78F80A0> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff3bf3e000 - 0x7fff3c112ff7 com.apple.AutomatorFramework (2.8 - 444.1) /System/Library/Frameworks/Automator.framework/Versions/A/Automator 0x7fff3c113000 - 0x7fff3c476fff com.apple.CFNetwork (887 - 887) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff3c48b000 - 0x7fff3c48bfff com.apple.Carbon (158 - 158) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff3c48c000 - 0x7fff3c48fffb com.apple.CommonPanels (1.2.6 - 98) <39C8EBA3-EEB2-335B-8A88-D6C64BAA112F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff3c490000 - 0x7fff3c794ff7 com.apple.HIToolbox (2.1.1 - 909.1) <39EA833C-2FAD-33B9-BB99-7BDCBCE4B08A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff3c795000 - 0x7fff3c798ffb com.apple.help (1.3.8 - 64) <18D02016-119A-33E8-AEB0-E9466BA4AD56> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff3c799000 - 0x7fff3c79efff com.apple.ImageCapture (9.0 - 9.0) <2DE590E5-DF0E-3962-A2BE-06EBC79B3D72> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff3c79f000 - 0x7fff3c834ffb com.apple.ink.framework (10.9 - 220) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff3c835000 - 0x7fff3c84fff7 com.apple.openscripting (1.7 - 174) <1CF64DD1-144D-3702-A728-1F476E1A00ED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff3c870000 - 0x7fff3c871fff com.apple.print.framework.Print (12 - 267) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff3c872000 - 0x7fff3c874ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff3c875000 - 0x7fff3c87bfff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <1F10ED1F-12C7-39AC-88A0-43A1338F9316> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff3c87c000 - 0x7fff3c986ff3 com.apple.cloudkit.CloudKit (720 - 720) <924E4AD3-C1AE-3527-8BA6-0E6D0441C709> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff3c987000 - 0x7fff3c987fff com.apple.Cocoa (6.11 - 22) <3614E923-D790-370A-95EC-42124C76796E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff3c988000 - 0x7fff3c994ffb com.apple.Collaboration (80 - 80) <56BF890A-E55E-3AA9-8A75-9C55DFA41955> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration 0x7fff3c995000 - 0x7fff3ca4eff7 com.apple.ColorSync (4.13.0 - 544) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff3ca4f000 - 0x7fff3cb38ff3 com.apple.contacts (1.0 - 2326) /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts 0x7fff3cbd9000 - 0x7fff3cc6cff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <505A5EFB-6BCD-3E94-936F-1722C67F608E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff3ccd3000 - 0x7fff3ccfcffb com.apple.CoreBluetooth (1.0 - 1) <942F88A5-AD68-3359-90D5-6F1A3311C51A> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff3ccfd000 - 0x7fff3d04efeb com.apple.CoreData (120 - 847.1) <9B5E7B0B-1957-3D56-99CA-6422123D300C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff3d04f000 - 0x7fff3d11afff com.apple.CoreDisplay (1.0 - 79.7) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff3d11b000 - 0x7fff3d5bafff com.apple.CoreFoundation (6.9 - 1443.13) <2881430B-73E5-32C1-B62D-7CEB68A616F5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff3d5bc000 - 0x7fff3dbc8fef com.apple.CoreGraphics (2.0 - 1125.1.1) <425F5F16-3EAF-3B74-BC6B-A0A5FCE6AFF1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff3dbca000 - 0x7fff3debfff7 com.apple.CoreImage (13.0.0 - 573) <7949E071-A3C0-30BB-B21D-79992CBE82DA> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff3dec0000 - 0x7fff3df2aff7 com.apple.corelocation (2235) <55BF032C-B28E-383F-B2A6-E0FE9457F891> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff3df73000 - 0x7fff3e12dff7 com.apple.CoreML (1.0 - 1) /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x7fff3e12e000 - 0x7fff3e209ffb com.apple.CoreMedia (1.0 - 2074.3) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff3e20a000 - 0x7fff3e258fff com.apple.CoreMediaIO (803.0 - 4976) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff3e259000 - 0x7fff3e259fff com.apple.CoreServices (822.9 - 822.9) <0FF1E8AB-F09A-363F-8839-10D5BBE8F2F4> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff3e25a000 - 0x7fff3e2ceff7 com.apple.AE (733 - 733) <09481487-37C2-359E-9E9A-7393B7C8643B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff3e2cf000 - 0x7fff3e5a6ff7 com.apple.CoreServices.CarbonCore (1178.2 - 1178.2) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff3e5a7000 - 0x7fff3e5dbff7 com.apple.DictionaryServices (1.2 - 284) <3FCEE280-8DD0-37C9-BFD4-7BA87AAFC8EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff3e5dc000 - 0x7fff3e5e4ff3 com.apple.CoreServices.FSEvents (1239 - 1239) <7BBC5CB7-DBC8-316B-99B0-781827159A2F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff3e5e5000 - 0x7fff3e79cfff com.apple.LaunchServices (822.9 - 822.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff3e79d000 - 0x7fff3e84cff3 com.apple.Metadata (10.7.0 - 1191) <32C57F7B-DAC3-3F12-8DEA-1CB5A062DC02> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff3e84d000 - 0x7fff3e8aaff7 com.apple.CoreServices.OSServices (822.9 - 822.9) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff3e8ab000 - 0x7fff3e919fff com.apple.SearchKit (1.4.0 - 1.4.0) <14053F88-2C76-35CA-9FC1-2A9BC0B63F88> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff3e91a000 - 0x7fff3e93effb com.apple.coreservices.SharedFileList (71.2 - 71.2) <41713411-2729-39F9-951A-DE39A00495F0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff3e93f000 - 0x7fff3e99aff7 com.apple.CoreSpotlight (1.0 - 229) <83BB5E52-4F0B-3E1F-B105-45191C05F7C9> /System/Library/Frameworks/CoreSpotlight.framework/Versions/A/CoreSpotlight 0x7fff3ebd8000 - 0x7fff3ed25fff com.apple.CoreText (352.0 - 578.3) <8A8D96F6-1FBE-320F-A60B-37F63FE20D89> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff3ed26000 - 0x7fff3ed60fff com.apple.CoreVideo (1.8 - 278.0) <9C66B618-8582-3731-A0F1-36FDD730FB07> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff3ed61000 - 0x7fff3edebffb com.apple.framework.CoreWLAN (13.0 - 1335) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff3ef78000 - 0x7fff3ef83ff7 com.apple.DirectoryService.Framework (10.13 - 207) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff3ef84000 - 0x7fff3f03efff com.apple.DiscRecording (9.0.3 - 9030.4.5) <2094BAC4-4F37-3741-B9BD-60158A63C503> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff3f03f000 - 0x7fff3f064fff com.apple.DiscRecordingUI (9.0.3 - 9030.4.5) <9D271340-4DFC-3294-8BFC-6C6FD5086E44> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI 0x7fff3f065000 - 0x7fff3f06afff com.apple.DiskArbitration (2.7 - 2.7) <44836CE9-A9ED-3017-972A-7A0A3D6B472B> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff3f22b000 - 0x7fff3f5eefff com.apple.Foundation (6.9 - 1443.14) <360EB3B4-CD31-380E-8E77-4954559F97F8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff3f5f0000 - 0x7fff3f619fff com.apple.GLKit (1.0 - 90) <77FB36BA-63E3-3AAA-B3D4-5703A8FA3CE0> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit 0x7fff3f65e000 - 0x7fff3f68eff7 com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff3f6a9000 - 0x7fff3f767fff com.apple.GameplayKit (1.0 - 1) /System/Library/Frameworks/GameplayKit.framework/Versions/A/GameplayKit 0x7fff3f79f000 - 0x7fff3f8a2ffb com.apple.Bluetooth (6.0.0 - 6.0.0f7) <6C809D0F-049E-3CDB-AB86-54BD3809D79C> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff3f902000 - 0x7fff3f99dfff com.apple.framework.IOKit (2.0.2 - 1445.1.3) <06331786-CF08-3225-B27B-80754BA0ECB6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff3f99f000 - 0x7fff3f9a5ffb com.apple.IOSurface (209 - 209) <507843CC-3C5D-3548-B86D-4564123F3993> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff3f9a6000 - 0x7fff3f9f9ff7 com.apple.ImageCaptureCore (7.0 - 7.0) <08AD8B51-AF58-348A-9988-61AABDF987D6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff3f9fa000 - 0x7fff3fb6cfff com.apple.ImageIO.framework (3.3.0 - 1694) <836F3C70-F8C1-3736-823F-B3A04C0083B0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff3fb6d000 - 0x7fff3fb71ffb libGIF.dylib (1694) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff3fb72000 - 0x7fff3fc59fff libJP2.dylib (1694) <5C071A03-A7F6-33D6-98B7-EACD0D28F72E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff3fc5a000 - 0x7fff3fc7dff7 libJPEG.dylib (1694) <3CB66E19-AD25-3C50-A0A8-48B6C6A1187E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff3ff59000 - 0x7fff3ff7ffeb libPng.dylib (1694) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff3ff80000 - 0x7fff3ff82ffb libRadiance.dylib (1694) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff3ff83000 - 0x7fff3ffd0fff libTIFF.dylib (1694) <99AA8DE9-04F1-3FBB-995F-6CD2F56AC295> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff4018a000 - 0x7fff40ceffff com.apple.JavaScriptCore (13604 - 13604.1.38.1.6) <5C66D28E-F1EE-3A31-A298-3F77DC292126> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff40d07000 - 0x7fff40d20ff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff40d21000 - 0x7fff40d56fff com.apple.LDAPFramework (2.4.28 - 194.5) <8419BDB5-12DF-3BC9-871D-7A270E080249> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff40dce000 - 0x7fff40fd0ff7 com.apple.MapKit (1.0 - 1817.20.7.28.10) <32E20A6C-5432-382B-AB60-2D547531CCEF> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit 0x7fff40fd2000 - 0x7fff40fd9fff com.apple.MediaAccessibility (1.0 - 114) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff40fef000 - 0x7fff41064fff com.apple.MediaPlayer (1.0 - 1.0) <87D9385E-36F1-3D04-8B71-F9D35284681E> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer 0x7fff41065000 - 0x7fff41661ff7 com.apple.MediaToolbox (1.0 - 2074.3) <1D00A19E-D592-3CC0-A6CC-16E540950070> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff41663000 - 0x7fff416e2ff7 com.apple.Metal (123.3.5 - 123.3.5) /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff416e4000 - 0x7fff416fcff7 com.apple.MetalKit (1.0 - 92.1) /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit 0x7fff416fd000 - 0x7fff41712fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff41713000 - 0x7fff4177dfef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <50B454D2-5D46-394E-B089-AC3242FEA9A2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff4177e000 - 0x7fff4179dfff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <0D5F11B0-476D-34EB-8CD0-491BEDA5E4F2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff4179e000 - 0x7fff41814ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff41815000 - 0x7fff41815ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <02E0B95E-1F7C-317A-AF09-149E01D2D641> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff41816000 - 0x7fff427d0ff7 com.apple.ModelIO (1.0 - 1) /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO 0x7fff42820000 - 0x7fff4282cffb com.apple.NetFS (6.0 - 4.0) <81B22AE7-7094-30F2-BF41-84CA05EDB95B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff429e3000 - 0x7fff42a1eff3 com.apple.OSAKit (1.5 - 106) <905C96F3-163F-3199-AA98-0F392815CADE> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit 0x7fff42a1f000 - 0x7fff42a44fff com.apple.audio.OpenAL (1.8 - 1.8) /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL 0x7fff45683000 - 0x7fff4568bfef libcldcpuengine.dylib (2.8.7) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff4568c000 - 0x7fff456d9ffb com.apple.opencl (2.8.11 - 2.8.11) <8A7F27CA-DD5A-38F0-BE6F-01ECCB05C5A3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff456da000 - 0x7fff456f6ffb com.apple.CFOpenDirectory (10.13 - 207) <582A03AA-A51C-3DAE-AC03-FA1CEE0C5896> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff456f7000 - 0x7fff45702fff com.apple.OpenDirectory (10.13 - 207) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff46881000 - 0x7fff46883fff libCVMSPluginSupport.dylib (16.0.3) <5F651C63-E9B9-3794-B541-71B4B6157DD7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff46884000 - 0x7fff46887ff7 libCoreFSCache.dylib (160.9) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff46888000 - 0x7fff4688cfff libCoreVMClient.dylib (160.9) <390D5A60-55BB-3D7B-928B-52BFCA05FD07> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff4688d000 - 0x7fff46895fff libGFXShared.dylib (16.0.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff46896000 - 0x7fff468a1fff libGL.dylib (16.0.3) <6EB2A446-73D8-30B6-97DA-31CB1C42BA27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff468a2000 - 0x7fff468ddfe7 libGLImage.dylib (16.0.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff468de000 - 0x7fff46a4afff libGLProgrammability.dylib (16.0.3) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff46a4b000 - 0x7fff46a89ffb libGLU.dylib (16.0.3) <4F964A5D-BC47-368B-88F7-76DA28C2D8AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff47401000 - 0x7fff4740fffb com.apple.opengl (16.0.3 - 16.0.3) <8B17A8DE-89F5-3E2E-897E-315003386475> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff47410000 - 0x7fff475a7ffb GLEngine (16.0.3) <331925D2-4E17-3BA4-8577-C215CE658ACA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff475a8000 - 0x7fff475d0ffb GLRendererFloat (16.0.3) <858E25C4-4B7B-317E-897A-C3B66A47BD80> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff47697000 - 0x7fff47786ff7 org.python.python (2.7.10 - 2.7.10) <39FEB629-B128-3B8A-86A5-7F59299E377A> /System/Library/Frameworks/Python.framework/Versions/2.7/Python 0x7fff47787000 - 0x7fff478d3fff com.apple.QTKit (7.7.3 - 3014) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff478d4000 - 0x7fff47b39fff com.apple.imageKit (3.0 - 1038) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff47b3a000 - 0x7fff47c32fff com.apple.PDFKit (1.0 - 662.1.5) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff47c33000 - 0x7fff48145ff7 com.apple.QuartzComposer (5.1 - 364) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff48146000 - 0x7fff48169fff com.apple.quartzfilters (1.10.0 - 1.10.0) <8CBE10F3-828F-373C-B92A-A5289CBCF77A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff4816a000 - 0x7fff48261fff com.apple.QuickLookUIFramework (5.0 - 743.3) <464A71CB-B356-3E9F-91A7-4179095E6F64> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff48262000 - 0x7fff48262fff com.apple.quartzframework (1.5 - 21) <3F3BE91F-A032-3E92-ACEA-E2DFEC999E93> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff48263000 - 0x7fff484a7fff com.apple.QuartzCore (1.11 - 574.1.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff484a8000 - 0x7fff484fffff com.apple.QuickLookFramework (5.0 - 743.3) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff486c4000 - 0x7fff486dafff com.apple.SafariServices.framework (13604 - 13604.1.38.1.6) <2CCE692D-BB88-30BF-B819-13E7D34F178B> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff486db000 - 0x7fff48ca1ff7 com.apple.SceneKit (1.0 - 430.1) /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit 0x7fff48cc4000 - 0x7fff48cdbfff com.apple.ScriptingBridge (1.3.3 - 70) <44B47809-18BF-3522-B6A0-7C14AA4BE979> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge 0x7fff48cdc000 - 0x7fff48ff6fff com.apple.security (7.0 - 58286.1.33) <210FF9A7-CD6E-3FFB-9935-45A3FEEB89A1> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff48ff7000 - 0x7fff49080ff7 com.apple.securityfoundation (6.0 - 55185.1.1) <917915A4-7A79-3C42-9695-CFD0D9830778> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff49081000 - 0x7fff490aefff com.apple.securityinterface (10.0 - 55109.1.1) <5BAAC4F5-9909-3D93-AAC8-EDF9A65ADB63> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff490af000 - 0x7fff490b2ffb com.apple.xpc.ServiceManagement (1.0 - 1) <3763B3EF-0573-36A6-9647-8EBB139B9CAC> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff490fe000 - 0x7fff49312ff7 com.apple.SpriteKit (1.0 - 1) /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit 0x7fff49456000 - 0x7fff494c6ffb com.apple.SystemConfiguration (1.17 - 1.17) <77EB81C7-7017-3777-BCB7-8DD078ABE25D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff4967b000 - 0x7fff499f3fff com.apple.VideoToolbox (1.0 - 2074.3) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff49c95000 - 0x7fff4a1aeff3 libwebrtc.dylib (7604.1.38.1.6) <90B931F0-49B0-39C4-A46D-98CDC8FD19C7> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib 0x7fff4a1af000 - 0x7fff4b63dfff com.apple.WebCore (13604 - 13604.1.38.1.6) <5C6E88AC-7182-344B-85B9-CC24931ECCBB> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff4b63e000 - 0x7fff4b82ffff com.apple.WebKitLegacy (13604 - 13604.1.38.1.6) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff4b830000 - 0x7fff4bc1ffff com.apple.WebKit (13604 - 13604.1.38.1.6) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff4c08a000 - 0x7fff4c114fef com.apple.APFS (1.0 - 1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff4cca9000 - 0x7fff4ccc4ff3 com.apple.AppContainer (4.0 - 360.1.2) /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff4ccf5000 - 0x7fff4cd1dfff com.apple.framework.Apple80211 (13.0 - 1335) <0E4FD4E0-D582-3983-A6C8-18D1EA27FBC7> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff4cd1f000 - 0x7fff4cd2efef com.apple.AppleFSCompression (96.1.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff4ce23000 - 0x7fff4ce2eff7 com.apple.AppleIDAuthSupport (1.0 - 1) <6BEAA0D3-4B1B-3B59-B55D-7231BFBAD179> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff4ce68000 - 0x7fff4ceb0fff com.apple.AppleJPEG (1.0 - 1) /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff4ceb1000 - 0x7fff4cec2ffb com.apple.AppleLDAP (10.13 - 46) /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP 0x7fff4cec3000 - 0x7fff4cee1ff7 com.apple.aps.framework (4.0 - 4.0) /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff4cee2000 - 0x7fff4ceeaff3 com.apple.AppleSRP (5.0 - 1) <4CEC34CF-63E3-3023-B61B-F8D133698534> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff4ceeb000 - 0x7fff4cf13fff com.apple.applesauce (1.0 - ???) <32FF4851-2F68-35BA-835F-91856A20C323> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff4cfdc000 - 0x7fff4cfdfff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff4cfe0000 - 0x7fff4d030ff7 com.apple.AppleVAFramework (5.0.39 - 5.0.39) <754413E6-FFD1-3CE4-9932-2977AD675319> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff4d312000 - 0x7fff4d5a7fff com.apple.AuthKit (1.0 - 1) <9678CD51-C12B-3EE2-BBDD-32205D2CBC64> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff4d5a8000 - 0x7fff4d609ff7 com.apple.AuthKitUI (1.0 - 1) /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI 0x7fff4d6d2000 - 0x7fff4d6d9ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <7F54A7A8-3667-3071-9DE6-2D915C63F70C> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff4d6da000 - 0x7fff4d761ff7 com.apple.backup.framework (1.9 - 1.9) <3C2E6CB6-3A16-309D-B1E2-ED3930CEE91E> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff4d76a000 - 0x7fff4d770ff3 com.apple.BezelServicesFW (291 - 291) <8754A6CC-61A1-308D-BBB3-612A0CA15B57> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices 0x7fff4d7d5000 - 0x7fff4d811fff com.apple.bom (14.0 - 194.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff4da1b000 - 0x7fff4da3cff7 com.apple.CacheDelete (1.0 - 1) <30409806-24C7-3203-8CBC-EB36D5BF3A9E> /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete 0x7fff4de07000 - 0x7fff4de34fff com.apple.CalendarAgentLink (8.0 - 250) <37D477DA-9DC9-340F-927E-D16CB4EC72D8> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink 0x7fff4e4f9000 - 0x7fff4e548ff3 com.apple.ChunkingLibrary (186 - 186) <1009BA1B-B479-36B1-9A07-752DD204BBA6> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff4e54f000 - 0x7fff4e5defff com.apple.CloudDocs (1.0 - 559) <7E2A74CA-EA11-316D-8FD1-2FD8D31E91AF> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff4f0ab000 - 0x7fff4f0b6ffb com.apple.CommerceCore (1.0 - 652) <48E017D3-2D6C-372C-824D-5120F682195F> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff4f0b7000 - 0x7fff4f0c0ffb com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff4f0d5000 - 0x7fff4f0e9ff7 com.apple.commonutilities (8.0 - 900) <9285EF18-980C-3CF0-856E-C5D3A5276F7D> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff4f0f2000 - 0x7fff4f15efff com.apple.framework.ConfigurationProfiles (10.0 - 1042) /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles 0x7fff4f26b000 - 0x7fff4f2cbffb com.apple.AddressBook.ContactsFoundation (8.0 - ???) <9B05C7D3-BB29-356C-935F-8D2C435B4F36> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff4f2cc000 - 0x7fff4f2eefff com.apple.contacts.ContactsPersistence (1.0 - 2326) /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff4f34e000 - 0x7fff4f72efff com.apple.CoreAUC (249.0.0 - 249.0.0) <7F406271-A215-3C75-BDAA-B9611BA2822E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff4f72f000 - 0x7fff4f75fff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff4f957000 - 0x7fff4f960ff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <0A87A91C-A2CF-3BB1-9038-7F610111BC30> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff4fac4000 - 0x7fff4fad4ff7 com.apple.CoreEmoji (1.0 - 69) <3945FA6E-D060-3F9F-B392-4228E6630F67> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff5038f000 - 0x7fff503a5ff7 com.apple.CoreMediaAuthoring (2.2 - 956) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff504e7000 - 0x7fff50543fff com.apple.CoreNLP (1.0 - 129) <4D51E55E-2D8D-3C35-B2D1-FCBCCF2B77E5> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff506cc000 - 0x7fff506d1ff7 com.apple.CoreOptimization (1.0 - 1) <785B622B-8F7D-3B4D-83AF-EB98CB79FFF6> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization 0x7fff506d2000 - 0x7fff5076eff7 com.apple.CorePDF (4.0 - 414) <259556DC-97EB-335D-90F0-D0E42FB4AA95> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff50806000 - 0x7fff5080eff7 com.apple.CorePhoneNumbers (1.0 - 1) <88C31D1D-6611-345F-BF8B-635EC10DB2E5> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff5080f000 - 0x7fff5086bfff com.apple.CorePrediction (1.0 - 1) /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction 0x7fff50997000 - 0x7fff509c8ff3 com.apple.CoreServicesInternal (309 - 309) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff50ced000 - 0x7fff50d7efff com.apple.CoreSymbolication (63075) <22359913-3FAE-3FE3-9F88-F3521169FB4E> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff50d7f000 - 0x7fff50df8ff3 com.apple.CoreThemeDefinition (2.0 - 337) <6112FDB2-EE3C-3824-B640-A7BA87805DDB> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition 0x7fff50e01000 - 0x7fff50f35fd7 com.apple.coreui (2.1 - 489) <8DAE0B7F-186E-333F-8B8E-941DB03BF2FC> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff50f36000 - 0x7fff5102fffb com.apple.CoreUtils (5.2 - 520.68) <7F80020B-0208-38A7-B333-EC1463FF1AA4> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff51084000 - 0x7fff510e8fff com.apple.framework.CoreWiFi (13.0 - 1335) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff510e9000 - 0x7fff510f8ff7 com.apple.CrashReporterSupport (10.13 - 1) <842680F4-0BFB-386A-A32D-E9ED39DCE790> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff51175000 - 0x7fff51184ff7 com.apple.framework.DFRFoundation (1.0 - 189.1) /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff51187000 - 0x7fff5118bffb com.apple.DSExternalDisplay (3.1 - 380) /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff511d0000 - 0x7fff51211ff3 com.apple.datadetectors (5.0 - 375) <89B1F001-E7A2-347F-BCE1-2B7957A1D3D2> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fff51212000 - 0x7fff51288ff7 com.apple.datadetectorscore (7.0 - 590) <48B788AF-7927-341E-94EE-119561245659> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff512d6000 - 0x7fff51316ff7 com.apple.DebugSymbols (141 - 141) <99562E28-0E56-3F6F-93A1-EF997A5E1F87> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff51317000 - 0x7fff51441ff7 com.apple.desktopservices (1.12 - 1.12) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff51442000 - 0x7fff51456ffb com.apple.DeviceLinkX (5.0 - 264) <4A53E58A-FE9A-38F9-8351-86A217742703> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink 0x7fff5149e000 - 0x7fff5149fff7 com.apple.diagnosticlogcollection (10.0 - 1000) /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection 0x7fff51531000 - 0x7fff51603ff7 com.apple.DiskImagesFramework (480.1.2 - 480.1.2) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff51604000 - 0x7fff5167affb com.apple.DiskManagement (11.0 - 1313) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff5167b000 - 0x7fff51686ff7 com.apple.DisplayServicesFW (3.1 - 380) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff516d7000 - 0x7fff5170cff7 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X 0x7fff5170d000 - 0x7fff5170fff7 com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff51e51000 - 0x7fff51e69fff com.apple.Engram (1.0 - 1) <5533EDB6-3395-305B-A17C-2A22214BE564> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x7fff51e6a000 - 0x7fff5202dff7 com.apple.vision.EspressoFramework (1.0 - 59) <6336F3ED-FFA6-3BD1-A3A6-77E76F4D0EF6> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x7fff52194000 - 0x7fff525c2fff com.apple.vision.FaceCore (3.3.2 - 3.3.2) <80C97AD7-D5C2-311A-B268-4AA60CAD6CED> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff525cc000 - 0x7fff525e9ff3 com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff525f0000 - 0x7fff52676ffb com.apple.FileProvider (111.1 - 111.1) <57DC140C-1F60-3351-BA67-6A0C07B4CF58> /System/Library/PrivateFrameworks/FileProvider.framework/Versions/A/FileProvider 0x7fff5268d000 - 0x7fff52a7bff7 com.apple.FinderKit (1.6 - 1.6) /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit 0x7fff5421e000 - 0x7fff5421efff libmetal_timestamp.dylib (802.1.35) <73D8B306-6321-30DB-8522-819344E19AF8> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib 0x7fff5587e000 - 0x7fff55889ff7 libGPUSupportMercury.dylib (16.0.3) <7C3F6819-4E0A-34A1-A11B-059C51BE0699> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib 0x7fff55c26000 - 0x7fff55c4bff3 com.apple.GenerationalStorage (2.0 - 281) <8BAB613F-84AA-3001-8D14-F1E1BBB7FBF5> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff55c63000 - 0x7fff5657ffff com.apple.GeoServices (1.0 - 1350.20.7.28.8) <33C0449B-72CC-3B47-93F2-4C5F5B54CEE1> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff565c2000 - 0x7fff565d1fff com.apple.GraphVisualizer (1.0 - 5) <0A93C5DE-0D28-312E-8764-6B0FB805ED91> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff56649000 - 0x7fff566bdfff com.apple.Heimdal (4.0 - 2.0) <600A9BD5-3DD2-3F7C-B40E-8485026FE936> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff56729000 - 0x7fff56753ffb com.apple.IASUtilities (1.0 - 442) <0F4D6EDC-8AD1-35AD-8A24-1667291BE974> /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilities 0x7fff56756000 - 0x7fff56868ff3 com.apple.ids (10.0 - 1000) /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff56869000 - 0x7fff56945fff com.apple.idsfoundation (10.0 - 1000) <833CA186-0312-33A0-93A3-A7C0839EFBC0> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff56e48000 - 0x7fff56eadfff com.apple.imfoundation (10.0 - 1000) <18D21CE9-961E-3DA4-A6E2-C814CB15036D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff56f5d000 - 0x7fff56f64ffb com.apple.IOAccelerator (373 - 373) <22F55498-DF4D-3262-B527-0277E8C6BAA5> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff56f67000 - 0x7fff56f67fff com.apple.IOPlatformPluginFamily (1.0 - 1) <91904B0A-CBE2-3E63-854B-4A079418E59A> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily 0x7fff56f68000 - 0x7fff56f7eff7 com.apple.IOPresentment (1.0 - 32.1) <8F468709-520F-360D-AD51-0E13298B8DC0> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff5733d000 - 0x7fff57362ffb com.apple.IconServices (97.3 - 97.3) <9FB00A91-C46B-3CF1-973A-FDDABCEA088D> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff57469000 - 0x7fff5746cff3 com.apple.InternationalSupport (1.0 - 1) <0EA71B0F-1B0D-3072-8945-1FD9041A80BD> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff574da000 - 0x7fff574eaffb com.apple.IntlPreferences (2.0 - 227) <500CB7B9-7BDF-39E6-B355-28E100B28793> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff57566000 - 0x7fff57584ff7 com.apple.Jet (1.0 - 1) <6A8B703D-F226-3988-967C-59D4E6A1B176> /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet 0x7fff575df000 - 0x7fff575f2ff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff575f3000 - 0x7fff576e8ff7 com.apple.LanguageModeling (1.0 - 159) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff576e9000 - 0x7fff5772bff7 com.apple.Lexicon-framework (1.0 - 33) /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff5772f000 - 0x7fff57736ff7 com.apple.LinguisticData (1.0 - 238) <3DB10488-85F6-3A70-87CF-A2D1B1ABC016> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff577cf000 - 0x7fff5781aff7 com.apple.LoggingSupport (1.0 - 829.1.2) <83B2EA32-5570-34DD-93C8-A1D8E4A3B893> /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport 0x7fff5781b000 - 0x7fff57820fff com.apple.LoginUICore (4.0 - 4.0) <988D8DE7-1803-3C9C-AADB-FE65B289A38E> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff5786c000 - 0x7fff57889ff3 com.apple.LookupFramework (1.2 - 237) /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup 0x7fff57f44000 - 0x7fff57f47fff com.apple.Mangrove (1.0 - 1) <562BB18E-815A-37D1-A373-B46C7853BA94> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff57fcf000 - 0x7fff57fd1ff7 com.apple.marco (10.0 - 1000) <88A5D4DB-0A6F-33AA-991E-ED29504040E8> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff5805f000 - 0x7fff58092ff7 com.apple.MediaKit (16 - 864) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff58093000 - 0x7fff5827cffb com.apple.MediaRemote (1.0 - 1) <2B54EE28-B76F-36C9-A942-2A6007371F3C> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote 0x7fff5827d000 - 0x7fff5829bff7 com.apple.MediaServices (1.0 - 1) <8230107C-7B33-30EC-878A-79E76104AECC> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices 0x7fff5830f000 - 0x7fff58376ff7 com.apple.gpusw.MetalTools (1.0 - 1) <32E08129-AC43-315C-8A14-3CD7BE507850> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff5837e000 - 0x7fff58392ff3 com.apple.MobileAssets (1.0 - 437.1.11) /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x7fff58396000 - 0x7fff584e7ff7 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 0x7fff584e8000 - 0x7fff584ffffb com.apple.MobileKeyBag (2.0 - 1.0) <7405128E-E7B0-3EFB-BA65-EA50564E3BCD> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff58510000 - 0x7fff5858aff7 com.apple.Montreal (1.0 - 42) <5C51CDA1-05F5-3215-A0A8-2883A1A659B8> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x7fff5858b000 - 0x7fff585b3ff7 com.apple.MultitouchSupport.framework (1004.1 - 1004.1) <69BF94F5-9301-3755-98A1-A981DB03C395> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff585b4000 - 0x7fff585bcffb com.apple.multiverse (1.0 - 27) <0AF7A4FF-5337-39B8-B507-2ABC7A080235> /System/Library/PrivateFrameworks/MultiverseSupport.framework/Versions/A/MultiverseSupport 0x7fff586c1000 - 0x7fff587b2fff com.apple.Navigation (1.0 - 1) <5ED1EF68-9259-3797-9A72-A23FB5215F9B> /System/Library/PrivateFrameworks/Navigation.framework/Versions/A/Navigation 0x7fff58817000 - 0x7fff58822fff com.apple.NetAuth (6.2 - 6.2) <5C6F492A-28EF-3A0E-B573-6F3D60CFF0C7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff5882f000 - 0x7fff588fcff7 com.apple.Network (1.0 - 1) <35C610C2-A2CB-3894-828B-819C16F55372> /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network 0x7fff589cf000 - 0x7fff589ebff3 com.apple.network.statistics.framework (1.2 - 1) <47C57F20-B553-306D-804F-6006E98362A1> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics 0x7fff59a10000 - 0x7fff59b2afeb com.apple.PackageKit (3.0 - 725) /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit 0x7fff59fda000 - 0x7fff5a01affb com.apple.PerformanceAnalysis (1.183 - 183) <520FEF4A-4C60-31FA-8BA0-528294BC41ED> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff5a090000 - 0x7fff5a090ff7 com.apple.PhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff5b9e4000 - 0x7fff5ba3fff7 com.apple.PhysicsKit (1.0 - 1) <8F060C2D-BA72-33E7-B6A3-22E15E10B4E7> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit 0x7fff5ba70000 - 0x7fff5ba95fff com.apple.pluginkit.framework (1.0 - 1) <5563493F-9BE6-3B11-9261-C330FF14CA16> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7fff5bd8a000 - 0x7fff5bdd8ffb com.apple.ProtectedCloudStorage (1.0 - 1) <981165D0-2B74-385B-BB4C-0155EF42618E> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff5bdd9000 - 0x7fff5bdf7fff com.apple.ProtocolBuffer (1 - 259) /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff5bf64000 - 0x7fff5bf79ff3 com.apple.QuickLookThumbnailing (1.0 - 1) <0771325B-BBAD-3865-B2A3-BE7089641C52> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff5bfc1000 - 0x7fff5bfcaff3 com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.1.10) <488A5851-FDEF-3F70-AEBC-BDCF4E58188A> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff5bfcb000 - 0x7fff5bfeeffb com.apple.RemoteViewServices (2.0 - 125) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff5bfef000 - 0x7fff5c000ff3 com.apple.xpc.RemoteXPC (1.0 - 1205.1.10) /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x7fff5d795000 - 0x7fff5d798ffb com.apple.SecCodeWrapper (4.0 - 360.1.2) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff5d842000 - 0x7fff5d847fff com.apple.ServerInformation (2.0 - 1) <9CF4E458-1879-30CF-8555-E2B28FBD8959> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation 0x7fff5d8d0000 - 0x7fff5d8d8ff7 com.apple.coreservices.SharePointManager (1.0 - 57.1) <8A56F0F3-1C01-31E6-A062-F57B9F513D94> /System/Library/PrivateFrameworks/SharePointManagement.framework/Versions/A/SharePointManagement 0x7fff5d8ef000 - 0x7fff5d9e8ff7 com.apple.Sharing (910.7 - 910.7) <465C0170-A544-3713-AB5A-894756E6C13E> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff5da12000 - 0x7fff5da13fff com.apple.performance.SignpostNotification (1.0 - 1) <5C953AF5-746A-3049-A2BC-901D6C7B583F> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification 0x7fff5e70c000 - 0x7fff5e9a3fff com.apple.SkyLight (1.600.0 - 312) <9BF6B34C-532F-3F84-9B47-C9121FFF0A01> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff5f150000 - 0x7fff5f15dff7 com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff5f20e000 - 0x7fff5f449ff3 com.apple.spotlight.index (10.7.0 - 1191) <7F436FF6-135E-322E-9834-44CF7ED1699A> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex 0x7fff5f534000 - 0x7fff5f543ffb com.apple.StorageManagement (1.0 - 1) <89644E73-8914-35FC-9DAA-B1DD067922C0> /System/Library/PrivateFrameworks/StorageManagement.framework/Versions/A/StorageManagement 0x7fff5f5f2000 - 0x7fff5f618ff3 com.apple.StreamingZip (1.0 - 1) <3D46509E-3EB7-3EC8-828D-19BF3C8670BD> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x7fff5f619000 - 0x7fff5f68affb com.apple.Suggestions (6.0 - 213) <36ED2166-7EE5-3114-9EA7-FEA0616DF0DE> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions 0x7fff5fce9000 - 0x7fff5fd6dfe7 com.apple.Symbolication (9.0 - 63079.1) <177BC9CA-E6AE-3B40-806F-0080C0CDFF29> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff5fd7e000 - 0x7fff5fd85fff com.apple.SymptomDiagnosticReporter (1.0 - 820.1.4) <29851256-D036-3CF9-9558-D7694D04704F> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x7fff6002e000 - 0x7fff6005afff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff60258000 - 0x7fff6025fff7 com.apple.TCC (1.0 - 1) <1774542A-1E70-3E22-9698-372200D27249> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff60465000 - 0x7fff60526ff7 com.apple.TextureIO (3.4 - 3.4) <7C93B388-7171-3B3D-BD23-0A8280059260> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff60577000 - 0x7fff60592ffb com.apple.ToneKit (1.0 - 1) /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fff60593000 - 0x7fff605bafff com.apple.ToneLibrary (1.0 - 1) <7EEABD7F-D0CB-327E-A772-ACF406B9C8F2> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fff605ca000 - 0x7fff605cbfff com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff605d1000 - 0x7fff60780ff7 com.apple.UIFoundation (1.0 - 543) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff60798000 - 0x7fff6079cfff com.apple.Uninstall (1.0.1 - 211) <746EDA3B-D3F7-3932-BEA2-AC4DF35ACA85> /System/Library/PrivateFrameworks/Uninstall.framework/Versions/A/Uninstall 0x7fff607f4000 - 0x7fff607f6fff libUAPreferences.dylib (360.1) /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib 0x7fff60949000 - 0x7fff61015ffb com.apple.VectorKit (1.0 - 1346.20.7.28.8) <3902F016-8A1B-32C0-B322-8004B544BAD2> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit 0x7fff61440000 - 0x7fff6150ffff com.apple.ViewBridge (341.1 - 341.1) <53A2272D-E834-3A48-829B-D71E05B9E714> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff61cd5000 - 0x7fff61cd7ffb com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework 0x7fff61e5c000 - 0x7fff61e60ff7 com.apple.kperf (1.0 - 1) <55D1CB99-9479-35FD-B4DC-880B2F5002BB> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf 0x7fff61e9d000 - 0x7fff61e9fffb com.apple.loginsupport (1.0 - 1) <5E2C4AA7-066D-3FDB-B0E1-4CDAF287392C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff61ea0000 - 0x7fff61eb5fff com.apple.login (3.0 - 3.0) <140118A7-8FB9-35C5-92FA-BD79C9C32309> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff61ee0000 - 0x7fff61f0dfff com.apple.contacts.vCard (1.0 - 2326) <38202649-B1F2-3F6D-B2AC-5EC76C9FAB52> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff62003000 - 0x7fff62036fff libclosured.dylib (519.2.1) <31A6AC03-8F51-367E-9E00-FF0F1AD10F6F> /usr/lib/closure/libclosured.dylib 0x7fff620d5000 - 0x7fff6210eff7 libCRFSuite.dylib (41) /usr/lib/libCRFSuite.dylib 0x7fff6210f000 - 0x7fff6211afff libChineseTokenizer.dylib (28) /usr/lib/libChineseTokenizer.dylib 0x7fff6211b000 - 0x7fff621a8ff7 libCoreStorage.dylib (546) /usr/lib/libCoreStorage.dylib 0x7fff621ac000 - 0x7fff621adff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff621e4000 - 0x7fff623aeff3 libFosl_dynamic.dylib (17.7) /usr/lib/libFosl_dynamic.dylib 0x7fff623ce000 - 0x7fff623d5fff libMatch.1.dylib (31) <74AB4815-11D1-3930-A559-BD6550CE5865> /usr/lib/libMatch.1.dylib 0x7fff623e6000 - 0x7fff623e6fff libOpenScriptingUtil.dylib (174) <203D2C39-61BB-3713-A502-2D17B04A42AC> /usr/lib/libOpenScriptingUtil.dylib 0x7fff6250f000 - 0x7fff62513ffb libScreenReader.dylib (562.1) <107BB2E9-A973-322E-8BDA-5E4DA4061A77> /usr/lib/libScreenReader.dylib 0x7fff62514000 - 0x7fff62515ff3 libSystem.B.dylib (1252) /usr/lib/libSystem.B.dylib 0x7fff62594000 - 0x7fff62595fff libThaiTokenizer.dylib (2.2) <04AC7CD4-BD9A-3B1D-8CEB-9E2030B6B667> /usr/lib/libThaiTokenizer.dylib 0x7fff62596000 - 0x7fff62599ffb libUniversalAccess.dylib (360.1) <603092AD-B7EC-3A7E-BD28-87542D159133> /usr/lib/libUniversalAccess.dylib 0x7fff625a8000 - 0x7fff625a8fff libapple_crypto.dylib (109.1.6) <1C66C4B7-7E7C-36BC-858E-6661016C971A> /usr/lib/libapple_crypto.dylib 0x7fff625a9000 - 0x7fff625bfff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib 0x7fff625c0000 - 0x7fff625eaff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib 0x7fff625eb000 - 0x7fff6266cfdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib 0x7fff62670000 - 0x7fff62670ff3 libauto.dylib (187) /usr/lib/libauto.dylib 0x7fff62671000 - 0x7fff62720ffb libboringssl.dylib (109.1.6) /usr/lib/libboringssl.dylib 0x7fff62721000 - 0x7fff62731ff3 libbsm.0.dylib (39) <770B341F-3BB7-3123-B53C-F2D58868A963> /usr/lib/libbsm.0.dylib 0x7fff62732000 - 0x7fff6273fffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib 0x7fff62740000 - 0x7fff62796fff libc++.1.dylib (400.9) /usr/lib/libc++.1.dylib 0x7fff62797000 - 0x7fff627bbff7 libc++abi.dylib (400.7) <217656D5-BC40-37FF-B322-91CB2AAD4F34> /usr/lib/libc++abi.dylib 0x7fff627bd000 - 0x7fff627cdfff libcmph.dylib (6) /usr/lib/libcmph.dylib 0x7fff627ce000 - 0x7fff627e4fff libcompression.dylib (47) /usr/lib/libcompression.dylib 0x7fff62a8a000 - 0x7fff62aa2ff7 libcoretls.dylib (155) /usr/lib/libcoretls.dylib 0x7fff62aa3000 - 0x7fff62aa4ffb libcoretls_cfhelpers.dylib (155) /usr/lib/libcoretls_cfhelpers.dylib 0x7fff62b5a000 - 0x7fff62c3cff3 libcrypto.0.9.8.dylib (76) /usr/lib/libcrypto.0.9.8.dylib 0x7fff62c3d000 - 0x7fff62dcdfff libcrypto.35.dylib (22) <067CFC21-249D-392D-ADE1-785100BF0F83> /usr/lib/libcrypto.35.dylib 0x7fff62f68000 - 0x7fff62f73ff7 libcsfde.dylib (546) /usr/lib/libcsfde.dylib 0x7fff62f74000 - 0x7fff62fcaff3 libcups.2.dylib (462) /usr/lib/libcups.2.dylib 0x7fff62ff5000 - 0x7fff63049ffb libcurl.4.dylib (105) <2E9FFE56-232A-34A1-8A9B-63D02F6D7130> /usr/lib/libcurl.4.dylib 0x7fff6304c000 - 0x7fff63053ff3 libdscsym.dylib (183) /usr/lib/libdscsym.dylib 0x7fff63054000 - 0x7fff630d0ff7 libdtrace.dylib (262) /usr/lib/libdtrace.dylib 0x7fff630d1000 - 0x7fff630d3ffb libdz.dylib (1.0.0 - 110.1.5) /usr/lib/libdz.dylib 0x7fff630e9000 - 0x7fff63107ff7 libedit.3.dylib (50) /usr/lib/libedit.3.dylib 0x7fff63108000 - 0x7fff63108fff libenergytrace.dylib (16) /usr/lib/libenergytrace.dylib 0x7fff63123000 - 0x7fff6312fffb libexslt.0.dylib (15.10) <742FE794-B2D4-3027-A4DE-8DDA69283C36> /usr/lib/libexslt.0.dylib 0x7fff63130000 - 0x7fff63131fff libffi.dylib (18.1) <02011073-8CB7-362F-BC52-43B4E83687B0> /usr/lib/libffi.dylib 0x7fff6313a000 - 0x7fff6313eff7 libgermantok.dylib (17) <379C5DC6-BEDB-378D-B09C-A63D297EAA6D> /usr/lib/libgermantok.dylib 0x7fff6313f000 - 0x7fff63144ffb libheimdal-asn1.dylib (520) /usr/lib/libheimdal-asn1.dylib 0x7fff63170000 - 0x7fff63261ff7 libiconv.2.dylib (51) <0772997F-4109-38A1-91ED-0F3F16AE99E5> /usr/lib/libiconv.2.dylib 0x7fff63262000 - 0x7fff63488ffb libicucore.A.dylib (59117.0.1) /usr/lib/libicucore.A.dylib 0x7fff634d5000 - 0x7fff634d6fff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib 0x7fff634d7000 - 0x7fff634f0ffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib 0x7fff634f1000 - 0x7fff63507ff7 libmarisa.dylib (9) /usr/lib/libmarisa.dylib 0x7fff63508000 - 0x7fff635b7fff libmecab.1.0.0.dylib (779.1) <134BD345-6F0F-32A3-A2BA-AE219D9848E6> /usr/lib/libmecab.1.0.0.dylib 0x7fff635b8000 - 0x7fff637e0fff libmecabra.dylib (779.1) /usr/lib/libmecabra.dylib 0x7fff637e5000 - 0x7fff63815ffb libncurses.5.4.dylib (53) <030DF747-F71B-367A-83EE-2F30B7947929> /usr/lib/libncurses.5.4.dylib 0x7fff639b8000 - 0x7fff63a8eff7 libnetwork.dylib (1229.1.5) <6134BC02-EC6F-342F-8FCE-673798505400> /usr/lib/libnetwork.dylib 0x7fff63b04000 - 0x7fff63ef27e7 libobjc.A.dylib (723) <93A92316-DE1E-378C-8891-99720B50D075> /usr/lib/libobjc.A.dylib 0x7fff63ef3000 - 0x7fff63ef4ff7 libodfde.dylib (24) <1BBC519E-EF89-38F3-B226-70F086670D0F> /usr/lib/libodfde.dylib 0x7fff63f05000 - 0x7fff63f09fff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib 0x7fff63f0a000 - 0x7fff63f0bfff libpanel.5.4.dylib (53) <79158BAD-B756-3B5D-A429-E9116E861DAC> /usr/lib/libpanel.5.4.dylib 0x7fff63f0c000 - 0x7fff63f40fff libpcap.A.dylib (79) /usr/lib/libpcap.A.dylib 0x7fff63fbe000 - 0x7fff63fbffff libquit.dylib (247) /usr/lib/libquit.dylib 0x7fff63fc0000 - 0x7fff63fdcffb libresolv.9.dylib (65) /usr/lib/libresolv.9.dylib 0x7fff63fde000 - 0x7fff64016fff libsandbox.1.dylib (765.1.8) <523A7C6C-5068-356F-84ED-A51C46DF251F> /usr/lib/libsandbox.1.dylib 0x7fff64017000 - 0x7fff64029fff libsasl2.2.dylib (211) /usr/lib/libsasl2.2.dylib 0x7fff6402a000 - 0x7fff6402bff7 libspindump.dylib (247) /usr/lib/libspindump.dylib 0x7fff6402c000 - 0x7fff641c1fef libsqlite3.dylib (274.1) <075468C1-75CE-318F-9E9B-F62B6A88E1B3> /usr/lib/libsqlite3.dylib 0x7fff641e4000 - 0x7fff6421cff3 libssl.0.9.8.dylib (76) <3F459E52-F4EA-3F28-8080-D1A76C680F1F> /usr/lib/libssl.0.9.8.dylib 0x7fff6421d000 - 0x7fff64270ffb libssl.35.dylib (22) <4D77B502-E065-3794-90E7-39E83F9683F6> /usr/lib/libssl.35.dylib 0x7fff642c3000 - 0x7fff64311fff libstdc++.6.0.9.dylib (104.1) <92CC5BBD-2FB2-3864-BF6B-B4B1BFF4C1EE> /usr/lib/libstdc++.6.0.9.dylib 0x7fff64316000 - 0x7fff64317ffb libsysmon.dylib (100) /usr/lib/libsysmon.dylib 0x7fff64344000 - 0x7fff64379fff libtidy.A.dylib (15.18.1) <3E33A53A-53AB-3FD5-BBAB-DFA6A3A90132> /usr/lib/libtidy.A.dylib 0x7fff64391000 - 0x7fff643caffb libusrtcp.dylib (1229.1.5) /usr/lib/libusrtcp.dylib 0x7fff643cb000 - 0x7fff643ceffb libutil.dylib (51) <58C59F00-031B-3798-B697-A8A4C58E70AA> /usr/lib/libutil.dylib 0x7fff643cf000 - 0x7fff643dcfff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib 0x7fff643e0000 - 0x7fff644c7fff libxml2.2.dylib (31.7) <49544596-BCF8-3765-8DC5-DB1A9A90EF92> /usr/lib/libxml2.2.dylib 0x7fff644c8000 - 0x7fff644f0fff libxslt.1.dylib (15.10) <66682AF6-C2D5-374C-901F-25A3E72814DC> /usr/lib/libxslt.1.dylib 0x7fff644f1000 - 0x7fff64503ffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib 0x7fff645a0000 - 0x7fff645a4ff7 libcache.dylib (80) <354F3B7D-404E-3398-9EBF-65CA2CE65211> /usr/lib/system/libcache.dylib 0x7fff645a5000 - 0x7fff645afff3 libcommonCrypto.dylib (60118.1.1) <6C502A55-3B54-3B48-BA7B-FA39F56C0B1E> /usr/lib/system/libcommonCrypto.dylib 0x7fff645b0000 - 0x7fff645b7fff libcompiler_rt.dylib (62) <4487CFBA-A5D7-3282-9E6B-94CAD7BE507E> /usr/lib/system/libcompiler_rt.dylib 0x7fff645b8000 - 0x7fff645c0fff libcopyfile.dylib (146) <7E4BD264-5617-339B-AC73-E8D07EF2C51D> /usr/lib/system/libcopyfile.dylib 0x7fff645c1000 - 0x7fff64645ff7 libcorecrypto.dylib (562) <7974762C-DEF7-3056-9856-9821C27846DB> /usr/lib/system/libcorecrypto.dylib 0x7fff646cc000 - 0x7fff64705ff7 libdispatch.dylib (913.1.6) <0DD78497-6A2A-350A-99EF-15BF41EA07DD> /usr/lib/system/libdispatch.dylib 0x7fff64706000 - 0x7fff64723ff7 libdyld.dylib (519.2.1) <2597D818-42D2-3375-BD9D-451D5942A6BA> /usr/lib/system/libdyld.dylib 0x7fff64724000 - 0x7fff64724ffb libkeymgr.dylib (28) <6D84A96F-C65B-38EC-BDB5-21FD2C97E7B2> /usr/lib/system/libkeymgr.dylib 0x7fff64725000 - 0x7fff64731ff3 libkxld.dylib (4570.1.46) /usr/lib/system/libkxld.dylib 0x7fff64732000 - 0x7fff64732ff7 liblaunch.dylib (1205.1.10) <5AD77A68-BB4D-33AA-AA4F-DF51D0972FD9> /usr/lib/system/liblaunch.dylib 0x7fff64733000 - 0x7fff64737ffb libmacho.dylib (900.0.1) <756F2553-07B6-3B42-ACEA-2F0F1A5E8D0F> /usr/lib/system/libmacho.dylib 0x7fff64738000 - 0x7fff6473aff3 libquarantine.dylib (86) <6AC8773F-3817-3D82-99C2-01BABB9C3CBB> /usr/lib/system/libquarantine.dylib 0x7fff6473b000 - 0x7fff6473cff3 libremovefile.dylib (45) <912FA211-DD8C-3C92-8424-21B89F8B10FD> /usr/lib/system/libremovefile.dylib 0x7fff6473d000 - 0x7fff64754fff libsystem_asl.dylib (356.1.1) <94972913-9DF0-3C78-847C-43E58919E3DA> /usr/lib/system/libsystem_asl.dylib 0x7fff64755000 - 0x7fff64755fff libsystem_blocks.dylib (67) /usr/lib/system/libsystem_blocks.dylib 0x7fff64756000 - 0x7fff647dffff libsystem_c.dylib (1244.1.7) <2D4C21C0-9938-3552-8DC1-2C1CFAA10D38> /usr/lib/system/libsystem_c.dylib 0x7fff647e0000 - 0x7fff647e3ffb libsystem_configuration.dylib (963) /usr/lib/system/libsystem_configuration.dylib 0x7fff647e4000 - 0x7fff647e7ffb libsystem_coreservices.dylib (51) <21A488D0-2D07-344E-8631-CC8B2A246F35> /usr/lib/system/libsystem_coreservices.dylib 0x7fff647e8000 - 0x7fff647e9fff libsystem_darwin.dylib (1244.1.7) <552C05CA-D151-3F93-B570-413340BDA9C7> /usr/lib/system/libsystem_darwin.dylib 0x7fff647ea000 - 0x7fff647f0ff7 libsystem_dnssd.dylib (878.1.1) <6E28973E-A258-36F6-ACFB-259ED5885C7A> /usr/lib/system/libsystem_dnssd.dylib 0x7fff647f1000 - 0x7fff6483aff7 libsystem_info.dylib (517) <483BE95B-62EB-3663-ACB3-9915A40C70F5> /usr/lib/system/libsystem_info.dylib 0x7fff6483b000 - 0x7fff64860ff7 libsystem_kernel.dylib (4570.1.46) <71BA15CB-3056-3CBD-A5F5-EE61566EEA0C> /usr/lib/system/libsystem_kernel.dylib 0x7fff64861000 - 0x7fff648acfcb libsystem_m.dylib (3146) /usr/lib/system/libsystem_m.dylib 0x7fff648ad000 - 0x7fff648ccfff libsystem_malloc.dylib (140.1.1) <9F0745FF-B92F-330D-8812-BB74001D1D33> /usr/lib/system/libsystem_malloc.dylib 0x7fff648cd000 - 0x7fff64970ff3 libsystem_network.dylib (1229.1.5) /usr/lib/system/libsystem_network.dylib 0x7fff64971000 - 0x7fff6497bffb libsystem_networkextension.dylib (767.1.4) /usr/lib/system/libsystem_networkextension.dylib 0x7fff6497c000 - 0x7fff64985ff3 libsystem_notify.dylib (172) <98EA3D62-7C86-30DE-8261-D020D2F1EFF3> /usr/lib/system/libsystem_notify.dylib 0x7fff64986000 - 0x7fff6498dff7 libsystem_platform.dylib (161) <9F5A67F7-BC65-300F-BD74-07E7732D6372> /usr/lib/system/libsystem_platform.dylib 0x7fff6498e000 - 0x7fff64999ff7 libsystem_pthread.dylib (301.1.6) <6D0B0110-2B44-3D3C-B672-BD08FE46378A> /usr/lib/system/libsystem_pthread.dylib 0x7fff6499a000 - 0x7fff6499dffb libsystem_sandbox.dylib (765.1.8) /usr/lib/system/libsystem_sandbox.dylib 0x7fff6499e000 - 0x7fff6499fff3 libsystem_secinit.dylib (30) /usr/lib/system/libsystem_secinit.dylib 0x7fff649a0000 - 0x7fff649a7ff7 libsystem_symptoms.dylib (820.1.4) /usr/lib/system/libsystem_symptoms.dylib 0x7fff649a8000 - 0x7fff649bbff7 libsystem_trace.dylib (829.1.2) <10955EBB-1AC8-3085-9A2D-F3088CA2DF71> /usr/lib/system/libsystem_trace.dylib 0x7fff649bd000 - 0x7fff649c2ff7 libunwind.dylib (35.3) <6D4FCD49-D2A9-3233-95C7-A7635CE265F2> /usr/lib/system/libunwind.dylib 0x7fff649c3000 - 0x7fff649eeff7 libxpc.dylib (1205.1.10) /usr/lib/system/libxpc.dylib

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

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

                              VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 384K 3 Activity Tracing 256K 2 CG backing stores 47.9M 11 CG image 3028K 216 CG raster data 8516K 174 CoreAnimation 326.9M 577 CoreGraphics 8K 2 CoreImage 552K 96 CoreUI image data 5988K 53 CoreUI image file 412K 11 Dispatch continuations 8192K 2 Foundation 776K 9 Image IO 4808K 20 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 1.1G 409 MALLOC guard page 208K 46 MALLOC_LARGE (reserved) 516K 2 reserved VM address space (unallocated) Memory Tag 242 12K 2 Memory Tag 244 128K 3 Memory Tag 251 56K 4 Memory Tag 255 32K 2 Performance tool data 8208K 2 not counted in TOTAL below SQLite page cache 4864K 6 STACK GUARD 56.1M 27 Stack 28.2M 29 VM_ALLOCATE 340K 49 WebKit Malloc 1056K 4 DATA 78.6M 635 FONT_DATA 4K 2 GLSLBUILTINS 2588K 2 LINKEDIT 264.7M 215 TEXT 603.2M 610 UNICODE 556K 2 libnetwork 128K 2 mapped file 323.9M 222 shared memory 716K 24 =========== ======= ======= TOTAL 3.8G 3443 TOTAL, minus reserved VM space 2.8G 3443

Model: MacBookPro14,1, BootROM MBP141.0167.B00, 2 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.43f6 Graphics: Intel Iris Plus Graphics 640, Intel Iris Plus Graphics 640, Built-In Memory Module: BANK 0/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320 Memory Module: BANK 1/DIMM0, 8 GB, LPDDR3, 2133 MHz, 0x802C, 0x4D5435324C31473332443450472D30393320 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x170), Broadcom BCM43xx 1.0 (7.77.37.0.1a1) Bluetooth: Version 6.0.0f7, 3 services, 27 devices, 1 incoming serial ports Network Service: iPhone, Ethernet, en4 Network Service: Wi-Fi, AirPort, en0 USB Device: USB 3.0 Bus USB Device: USB2.0 Hub USB Device: Hub USB Device: HHKB Professional USB Device: Generic Billboard Device USB Device: iPhone Thunderbolt Bus: MacBook Pro, Apple Inc., 22.3

kastiglione commented 6 years ago

Oh wow, I haven't ever seen this. This is the first I've heard of xcode crashes related to chisel. I use taplog fairly regularly, and it's worked as expected with both 8 and 9. I think it's worth filing a radar with Apple, I'm not sure there's much I'll be able to do with the details.

Let's leave this open and see if anyone else is hitting the same crash, or if anyone else knows of a workaround.

hulizhen commented 6 years ago

@kastiglione All right, I will file a radar with Apple. Thanks, though :)

hulizhen commented 6 years ago

I think I just make taplog work perfectly again.

Just close Xcode, install the XcodeCleanner and clean the unused Xcode files.

I hope this is useful for someone having the same issue :)