Build Time Analyzer for Swift

Overview

Build Time Analyzer for Xcode

GitHub release Swift Platform MIT

Overview

Build Time Analyzer is a macOS app that shows you a break down of Swift build times. See this post and this post on Medium for context.

Usage

Open up the app and follow the instructions.

screenshot.png

Installation

Download the code and open it in Xcode, archive the project and export the build. Easy, right?

Contributions

If you encounter any issues or have ideas for improvement, I am open to code contributions.

License

Copyright (c) 2016-2018, Robert Gummesson
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
  list of conditions and the following disclaimer.

* Redistributions in binary form must reproduce the above copyright notice,
  this list of conditions and the following disclaimer in the documentation
  and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Comments
  • Cannot get the plugin to install correctly

    Cannot get the plugin to install correctly

    I installed via alcatraz:

    $ ls ~/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins
    Alcatraz.xcplugin       BuildTimeAnalyzer.xcplugin
    

    I've restarted Xcode several times, but I do not see anything under the view menu and Ctrl+Shift+B does nothing. Do you have any recommendations on how to debug?

    Btw, I'm using Xcode 7.2.1. Is that supported?

    question 
    opened by plivesey 27
  • not seeing all the build timings

    not seeing all the build timings

    I clean my project (even the derived data). Startup the build time analyzer and hit build. I see different source code files popping up with their timing in the build time analyzer window, but then quickly the screen gets cleared and after the build finished only timings are displayed of one particular file (in my case PaintCode.swift).

    enhancement 
    opened by hixfield 22
  • Won't install via Alcatraz in Xcode  7.3.1

    Won't install via Alcatraz in Xcode 7.3.1

    The install progress bar starts but then backs off and stops. I have tried restarting and clearing the global derived data. I have the latest Alcatraz version (1.1.18) installed in Xcode 7.3.1 (7D1014).

    bug 
    opened by barnaclejive 11
  • Build times should be cumulative

    Build times should be cumulative

    Sometimes files show up multiple times with different build times. I suppose this is because of target dependencies. It would be nice if identical lines would be grouped and their cumulative build time displayed.

    bug 
    opened by eaigner 8
  • Window disappears once minimized

    Window disappears once minimized

    Once the window is minimized to dock or somehow gets hidden, it never comes back. The workaround is to quit and restart BuildTimeAnalyzer.

    Happens on OS: 10.11.6 OSX El Capitan BuildTimeAnalyzer 1.0.2

    opened by deepumukundan 7
  • Xcode 8 support

    Xcode 8 support

    Starting with Xcode 8, plugins will no longer be supported. I will make an attempt to work around this by making the Build Time Analyzer a standalone app. I believe this can be done by simply scanning the log files during the app launch (and perhaps with a refresh button or similar).

    The most recent log file / files will be the ones to work with.

    enhancement 
    opened by RobertGummesson 7
  • what does

    what does "Occurrences" mean?

    There is one result of my project: 333222.0ms (cumulative time) and 26 (occurrences) instance method disLikeButtonPressed(). What does occurrences mean? And how should I optimize? Thanks.

    opened by ZengSir 6
  • It crashes xcode

    It crashes xcode

    Crash with ctrl shift B

    Process:               Xcode [61718]
    Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:            com.apple.dt.Xcode
    Version:               7.3.1 (10188.1)
    Build Info:            IDEFrameworks-10188001000000000~3
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Xcode [61718]
    User ID:               501
    
    Date/Time:             2016-05-12 10:40:12.511 +0300
    OS Version:            Mac OS X 10.11.4 (15E65)
    Report Version:        11
    Anonymous UUID:        68317226-07E2-7D22-0539-65E3332BF05B
    
    Sleep/Wake UUID:       C67EB381-603C-488A-BE63-FE93C1654CE5
    
    Time Awake Since Boot: 140000 seconds
    Time Since Wake:       6700 seconds
    
    System Integrity Protection: enabled
    
    Crashed Thread:        0  Dispatch queue: com.apple.main-thread
    
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Exception Note:        EXC_CORPSE_NOTIFY
    
    Application Specific Information:
    Sending didTapMenuItemBuildBody to <BodyBuilder: 0x7fd5b13eb550> from <NSMenuItem: 0x7fd5b1acddb0 Build Body>
    ProductBuildVersion: 7D1014
    UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[Xcode3ProjectEditor textView]: unrecognized selector sent to instance 0x7fd5bac21ca0
    UserInfo: (null)
    Hints: 
      0: Sending didTapMenuItemBuildBody to <BodyBuilder: 0x7fd5b13eb550> from <NSMenuItem: 0x7fd5b1acddb0 Build Body>
    Backtrace:
      0   __exceptionPreprocess (in CoreFoundation)
      1   DVTFailureHintExceptionPreprocessor (in DVTFoundation)
      2   objc_exception_throw (in libobjc.A.dylib)
      3   -[NSObject(NSObject) doesNotRecognizeSelector:] (in CoreFoundation)
      4   ___forwarding___ (in CoreFoundation)
      5   _CF_forwarding_prep_0 (in CoreFoundation)
      6   +[XcodeUtils currentSourceTextView] at /Users/seven/Library/Application Support/Alcatraz/Plug-ins/BodyBuilder/XcodeUtils/XcodeUtils.m:57 (in BodyBuilder)
      7   +[XcodeUtils(Helper) currentLineOfCode] at /Users/seven/Library/Application Support/Alcatraz/Plug-ins/BodyBuilder/Classes/Categories/XcodeUtils+Helper.m:18 (in BodyBuilder)
      8   -[BodyBuilder buildBody] at /Users/seven/Library/Application Support/Alcatraz/Plug-ins/BodyBuilder/Classes/Controllers/BodyBuilder.m:66 (in BodyBuilder)
      9   _os_activity_initiate (in libsystem_trace.dylib)
     10   -[NSApplication sendAction:to:from:] (in AppKit)
     11   __37-[DVTApplication sendAction:to:from:]_block_invoke (in DVTKit)
     12   DVTInvokeWithFailureHint (in DVTFoundation)
     13   -[DVTApplication sendAction:to:from:] (in DVTKit)
     14   -[NSMenuItem _corePerformAction] (in AppKit)
     15   -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] (in AppKit)
     16   _os_activity_initiate (in libsystem_trace.dylib)
     17   -[NSMenu performKeyEquivalent:] (in AppKit)
     18   -[IDEApplication sendEvent:] (in IDEKit)
     19   -[NSApplication run] (in AppKit)
     20   NSApplicationMain (in AppKit)
     21  0x000000010932139b (in Xcode)
     22   start (in libdyld.dylib)
    
    Performing @selector(didTapMenuItemBuildBody) from sender NSMenuItem 0x7fd5b1acddb0
    abort() called
    
    Application Specific Signatures:
    NSInvalidArgumentException
    
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x00007fff8c86f4f2 __exceptionPreprocess + 178
    1   DVTFoundation                       0x000000010955267b DVTFailureHintExceptionPreprocessor + 194
    2   libobjc.A.dylib                     0x00007fff8d755f7e objc_exception_throw + 48
    3   CoreFoundation                      0x00007fff8c8d91ad -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
    4   CoreFoundation                      0x00007fff8c7df571 ___forwarding___ + 1009
    5   CoreFoundation                      0x00007fff8c7df0f8 _CF_forwarding_prep_0 + 120
    6   BodyBuilder                         0x00000001134deff9 +[XcodeUtils currentSourceTextView] + 207
    7   BodyBuilder                         0x00000001134dffc4 +[XcodeUtils(Helper) currentLineOfCode] + 34
    8   BodyBuilder                         0x00000001134e0f2f -[BodyBuilder buildBody] + 45
    9   libsystem_trace.dylib               0x00007fff97dcd07a _os_activity_initiate + 75
    10  AppKit                              0x00007fff988e7e89 -[NSApplication sendAction:to:from:] + 460
    11  DVTKit                              0x0000000109a8711f __37-[DVTApplication sendAction:to:from:]_block_invoke + 378
    12  DVTFoundation                       0x00000001095523b9 DVTInvokeWithFailureHint + 83
    13  DVTKit                              0x0000000109a86f11 -[DVTApplication sendAction:to:from:] + 335
    14  AppKit                              0x00007fff988e7c23 -[NSMenuItem _corePerformAction] + 336
    15  AppKit                              0x00007fff988e7983 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 114
    16  libsystem_trace.dylib               0x00007fff97dcd07a _os_activity_initiate + 75
    17  AppKit                              0x00007fff988e6871 -[NSMenu performKeyEquivalent:] + 357
    18  IDEKit                              0x000000010a9dceba -[IDEApplication sendEvent:] + 838
    19  AppKit                              0x00007fff98672ef6 -[NSApplication run] + 796
    20  AppKit                              0x00007fff9863c46c NSApplicationMain + 1176
    21  Xcode                               0x000000010932139b Xcode + 5019
    22  libdyld.dylib                       0x00007fff8fd005ad start + 1
    23  ???                                 0x0000000000000001 0x0 + 1
    
    Global Trace Buffer (reverse chronological seconds):
    212.023571   CFNetwork                  0x00007fff86caf447 TCP Conn 0x7fd5b12453d0 SSL Handshake DONE
    212.481711   CFNetwork                  0x00007fff86caf323 TCP Conn 0x7fd5b12453d0 starting SSL negotiation
    212.481894   CFNetwork                  0x00007fff86cadced TCP Conn 0x7fd5b12453d0 complete. fd: 14, err: 0
    212.482274   CFNetwork                  0x00007fff86d3c5c7 TCP Conn 0x7fd5b12453d0 event 1. err: 0
    212.749749   CFNetwork                  0x00007fff86cacfbf TCP Conn 0x7fd5b12453d0 started
    212.794172   CFNetwork                  0x00007fff86c70c42 Creating default cookie storage with process/bundle identifier
    212.794172   CFNetwork                  0x00007fff86c70bda Faulting in CFHTTPCookieStorage singleton
    212.794172   CFNetwork                  0x00007fff86c70a69 Faulting in NSHTTPCookieStorage singleton
    212.795969   CFNetwork                  0x00007fff86d6e510 NSURLConnection finished with error - code -1100
    
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib          0x00007fff878a5f06 __pthread_kill + 10
    1   libsystem_pthread.dylib         0x00007fff956614ec pthread_kill + 90
    2   libsystem_c.dylib               0x00007fff9141d6e7 abort + 129
    3   com.apple.dt.IDEKit             0x000000010a95c0f0 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1470
    4   com.apple.dt.IDEKit             0x000000010a95d608 -[IDEAssertionHandler handleUncaughtException:] + 1073
    5   com.apple.dt.IDEKit             0x000000010a95d6d4 IDEHandleUncaughtException + 94
    6   com.apple.AppKit                0x00007fff98672f9a -[NSApplication run] + 960
    7   com.apple.AppKit                0x00007fff9863c46c NSApplicationMain + 1176
    8   com.apple.dt.Xcode              0x000000010932139b 0x109320000 + 5019
    9   libdyld.dylib                   0x00007fff8fd005ad start + 1
    
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib          0x00007fff878a6efa kevent_qos + 10
    1   libdispatch.dylib               0x00007fff8b14f165 _dispatch_mgr_invoke + 216
    2   libdispatch.dylib               0x00007fff8b14edcd _dispatch_mgr_thread + 52
    
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib          0x00007fff8789ff72 mach_msg_trap + 10
    1   libsystem_kernel.dylib          0x00007fff8789f3b3 mach_msg + 55
    2   com.apple.CoreFoundation        0x00007fff8c7e41c4 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation        0x00007fff8c7e368c __CFRunLoopRun + 1356
    4   com.apple.CoreFoundation        0x00007fff8c7e2ed8 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork             0x00007fff86c74111 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412
    6   com.apple.Foundation            0x00007fff8992ed64 __NSThread__start__ + 1351
    7   libsystem_pthread.dylib         0x00007fff9565e99d _pthread_body + 131
    8   libsystem_pthread.dylib         0x00007fff9565e91a _pthread_start + 168
    9   libsystem_pthread.dylib         0x00007fff9565c351 thread_start + 13
    
    Thread 3:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib          0x00007fff878a607a __select + 10
    1   com.apple.CoreFoundation        0x00007fff8c8214fa __CFSocketManager + 762
    2   libsystem_pthread.dylib         0x00007fff9565e99d _pthread_body + 131
    3   libsystem_pthread.dylib         0x00007fff9565e91a _pthread_start + 168
    4   libsystem_pthread.dylib         0x00007fff9565c351 thread_start + 13
    
    Thread 4:
    0   libsystem_kernel.dylib          0x00007fff8789ff72 mach_msg_trap + 10
    1   libsystem_kernel.dylib          0x00007fff8789f3b3 mach_msg + 55
    2   com.apple.CoreFoundation        0x00007fff8c7e41c4 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation        0x00007fff8c7e368c __CFRunLoopRun + 1356
    4   com.apple.CoreFoundation        0x00007fff8c7e2ed8 CFRunLoopRunSpecific + 296
    5   com.apple.Foundation            0x00007fff8991ddd9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    6   com.apple.DTDeviceKitBase       0x0000000113e87435 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 1075
    7   com.apple.Foundation            0x00007fff8992ed64 __NSThread__start__ + 1351
    8   libsystem_pthread.dylib         0x00007fff9565e99d _pthread_body + 131
    9   libsystem_pthread.dylib         0x00007fff9565e91a _pthread_start + 168
    10  libsystem_pthread.dylib         0x00007fff9565c351 thread_start + 13
    
    Thread 5:: com.apple.NSEventThread
    0   libsystem_kernel.dylib          0x00007fff8789ff72 mach_msg_trap + 10
    1   libsystem_kernel.dylib          0x00007fff8789f3b3 mach_msg + 55
    2   com.apple.CoreFoundation        0x00007fff8c7e41c4 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation        0x00007fff8c7e368c __CFRunLoopRun + 1356
    4   com.apple.CoreFoundation        0x00007fff8c7e2ed8 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit                0x00007fff987d4e99 _NSEventThread + 149
    6   libsystem_pthread.dylib         0x00007fff9565e99d _pthread_body + 131
    7   libsystem_pthread.dylib         0x00007fff9565e91a _pthread_start + 168
    8   libsystem_pthread.dylib         0x00007fff9565c351 thread_start + 13
    
    Thread 6:: DYMobileDeviceManager
    0   libsystem_kernel.dylib          0x00007fff8789ff72 mach_msg_trap + 10
    1   libsystem_kernel.dylib          0x00007fff8789f3b3 mach_msg + 55
    2   com.apple.CoreFoundation        0x00007fff8c7e41c4 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation        0x00007fff8c7e368c __CFRunLoopRun + 1356
    4   com.apple.CoreFoundation        0x00007fff8c7e2ed8 CFRunLoopRunSpecific + 296
    5   com.apple.Foundation            0x00007fff8991ddd9 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    6   com.apple.Foundation            0x00007fff8991dcb8 -[NSRunLoop(NSRunLoop) run] + 74
    7   com.apple.GPUToolsMobileFoundation  0x00000001202312a1 -[DYMobileDeviceManager _deviceNotificationThread:] + 134
    8   com.apple.Foundation            0x00007fff8992ed64 __NSThread__start__ + 1351
    9   libsystem_pthread.dylib         0x00007fff9565e99d _pthread_body + 131
    10  libsystem_pthread.dylib         0x00007fff9565e91a _pthread_start + 168
    11  libsystem_pthread.dylib         0x00007fff9565c351 thread_start + 13
    
    Thread 7:
    0   libsystem_kernel.dylib          0x00007fff878a5db6 __psynch_cvwait + 10
    1   libsystem_pthread.dylib         0x00007fff9565f728 _pthread_cond_wait + 767
    2   com.apple.Xcode.DevToolsCore    0x0000000113923945 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 445
    3   com.apple.Foundation            0x00007fff8992ed64 __NSThread__start__ + 1351
    4   libsystem_pthread.dylib         0x00007fff9565e99d _pthread_body + 131
    5   libsystem_pthread.dylib         0x00007fff9565e91a _pthread_start + 168
    6   libsystem_pthread.dylib         0x00007fff9565c351 thread_start + 13
    
    Thread 8:
    0   libsystem_kernel.dylib          0x00007fff878a5db6 __psynch_cvwait + 10
    1   libsystem_pthread.dylib         0x00007fff9565f728 _pthread_cond_wait + 767
    2   com.apple.Xcode.DevToolsCore    0x0000000113923945 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 445
    3   com.apple.Foundation            0x00007fff8992ed64 __NSThread__start__ + 1351
    4   libsystem_pthread.dylib         0x00007fff9565e99d _pthread_body + 131
    5   libsystem_pthread.dylib         0x00007fff9565e91a _pthread_start + 168
    6   libsystem_pthread.dylib         0x00007fff9565c351 thread_start + 13
    
    Thread 9:
    0   libsystem_kernel.dylib          0x00007fff878a5db6 __psynch_cvwait + 10
    1   libsystem_pthread.dylib         0x00007fff9565f728 _pthread_cond_wait + 767
    2   com.apple.Xcode.DevToolsCore    0x0000000113923945 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 445
    3   com.apple.Foundation            0x00007fff8992ed64 __NSThread__start__ + 1351
    4   libsystem_pthread.dylib         0x00007fff9565e99d _pthread_body + 131
    5   libsystem_pthread.dylib         0x00007fff9565e91a _pthread_start + 168
    6   libsystem_pthread.dylib         0x00007fff9565c351 thread_start + 13
    
    Thread 10:
    0   libsystem_kernel.dylib          0x00007fff878a5db6 __psynch_cvwait + 10
    1   libsystem_pthread.dylib         0x00007fff9565f728 _pthread_cond_wait + 767
    2   com.apple.Xcode.DevToolsCore    0x0000000113923945 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 445
    3   com.apple.Foundation            0x00007fff8992ed64 __NSThread__start__ + 1351
    4   libsystem_pthread.dylib         0x00007fff9565e99d _pthread_body + 131
    5   libsystem_pthread.dylib         0x00007fff9565e91a _pthread_start + 168
    6   libsystem_pthread.dylib         0x00007fff9565c351 thread_start + 13
    
    Thread 11:
    0   libsystem_kernel.dylib          0x00007fff878a5db6 __psynch_cvwait + 10
    1   libsystem_pthread.dylib         0x00007fff9565f728 _pthread_cond_wait + 767
    2   com.apple.Xcode.DevToolsCore    0x0000000113923945 -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 445
    3   com.apple.Foundation            0x00007fff8992ed64 __NSThread__start__ + 1351
    4   libsystem_pthread.dylib         0x00007fff9565e99d _pthread_body + 131
    5   libsystem_pthread.dylib         0x00007fff9565e91a _pthread_start + 168
    6   libsystem_pthread.dylib         0x00007fff9565c351 thread_start + 13
    
    Thread 12:
    0   libsystem_kernel.dylib          0x00007fff878a65e2 __workq_kernreturn + 10
    1   libsystem_pthread.dylib         0x00007fff9565e578 _pthread_wqthread + 1283
    2   libsystem_pthread.dylib         0x00007fff9565c341 start_wqthread + 13
    
    Thread 13:
    0   libsystem_kernel.dylib          0x00007fff878a65e2 __workq_kernreturn + 10
    1   libsystem_pthread.dylib         0x00007fff9565e578 _pthread_wqthread + 1283
    2   libsystem_pthread.dylib         0x00007fff9565c341 start_wqthread + 13
    
    Thread 14:
    0   libsystem_kernel.dylib          0x00007fff878a65e2 __workq_kernreturn + 10
    1   libsystem_pthread.dylib         0x00007fff9565e578 _pthread_wqthread + 1283
    2   libsystem_pthread.dylib         0x00007fff9565c341 start_wqthread + 13
    
    Thread 15:
    0   libsystem_kernel.dylib          0x00007fff878a65e2 __workq_kernreturn + 10
    1   libsystem_pthread.dylib         0x00007fff9565e578 _pthread_wqthread + 1283
    2   libsystem_pthread.dylib         0x00007fff9565c341 start_wqthread + 13
    
    Thread 16:
    0   libsystem_kernel.dylib          0x00007fff878a65e2 __workq_kernreturn + 10
    1   libsystem_pthread.dylib         0x00007fff9565e578 _pthread_wqthread + 1283
    2   libsystem_pthread.dylib         0x00007fff9565c341 start_wqthread + 13
    
    Thread 17:
    0   libsystem_kernel.dylib          0x00007fff878a65e2 __workq_kernreturn + 10
    1   libsystem_pthread.dylib         0x00007fff9565e578 _pthread_wqthread + 1283
    2   libsystem_pthread.dylib         0x00007fff9565c341 start_wqthread + 13
    
    Thread 18:
    0   libsystem_kernel.dylib          0x00007fff878a65e2 __workq_kernreturn + 10
    1   libsystem_pthread.dylib         0x00007fff9565e578 _pthread_wqthread + 1283
    2   libsystem_pthread.dylib         0x00007fff9565c341 start_wqthread + 13
    
    Thread 19:
    0   libsystem_kernel.dylib          0x00007fff878a65e2 __workq_kernreturn + 10
    1   libsystem_pthread.dylib         0x00007fff9565e578 _pthread_wqthread + 1283
    2   libsystem_pthread.dylib         0x00007fff9565c341 start_wqthread + 13
    
    Thread 20:
    0   libsystem_kernel.dylib          0x00007fff878a65e2 __workq_kernreturn + 10
    1   libsystem_pthread.dylib         0x00007fff9565e578 _pthread_wqthread + 1283
    2   libsystem_pthread.dylib         0x00007fff9565c341 start_wqthread + 13
    
    Thread 21:
    0   libsystem_kernel.dylib          0x00007fff8789ff72 mach_msg_trap + 10
    1   libsystem_kernel.dylib          0x00007fff8789f3b3 mach_msg + 55
    2   com.apple.CoreFoundation        0x00007fff8c7e41c4 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation        0x00007fff8c7e368c __CFRunLoopRun + 1356
    4   com.apple.CoreFoundation        0x00007fff8c7e2ed8 CFRunLoopRunSpecific + 296
    5   com.apple.CoreFoundation        0x00007fff8c8249b1 CFRunLoopRun + 97
    6   com.apple.DebugSymbols          0x00007fff86bc669a SpotlightQueryThread(void*) + 346
    7   libsystem_pthread.dylib         0x00007fff9565e99d _pthread_body + 131
    8   libsystem_pthread.dylib         0x00007fff9565e91a _pthread_start + 168
    9   libsystem_pthread.dylib         0x00007fff9565c351 thread_start + 13
    
    Thread 22:
    0   libsystem_kernel.dylib          0x00007fff878a610a __semwait_signal + 10
    1   libsystem_c.dylib               0x00007fff9143ed17 nanosleep + 199
    2   com.apple.CoreSymbolication     0x00007fff92e22b5f 0x7fff92e10000 + 76639
    3   libsystem_pthread.dylib         0x00007fff9565e99d _pthread_body + 131
    4   libsystem_pthread.dylib         0x00007fff9565e91a _pthread_start + 168
    5   libsystem_pthread.dylib         0x00007fff9565c351 thread_start + 13
    
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff568df938  rdx: 0x0000000000000000
      rdi: 0x000000000000160b  rsi: 0x0000000000000006  rbp: 0x00007fff568df960  rsp: 0x00007fff568df938
       r8: 0x00007fd59d304432   r9: 0x0000000000000000  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x00007fff8d74d0e0  r13: 0x00007fff8d74d000  r14: 0x00007fff76fa8000  r15: 0x00007fd5abc18250
      rip: 0x00007fff878a5f06  rfl: 0x0000000000000206  cr2: 0x00007fff75c30008
    
    Logical CPU:     0
    Error Code:      0x020000b8
    Trap Number:     133
    
    
    Binary Images:
           0x109320000 -        0x109323ff3  com.apple.dt.Xcode (7.3.1 - 10188.1) <105AC184-E893-3BFB-9EA7-A56BC0E4E19A> /Applications/Xcode.app/Contents/MacOS/Xcode
           0x109329000 -        0x10981cff7  com.apple.dt.DVTFoundation (7.3.1 - 10179) <E1CB923E-13FD-3D15-A8BB-52DCAD4377FF> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
           0x109a24000 -        0x109d62ff7  com.apple.dt.DVTKit (7.3.1 - 10179) <FC2B786B-1D08-3929-B3D3-B2CA622A7494> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
           0x109f75000 -        0x10a4b4fff  com.apple.dt.IDEFoundation (7.3.1 - 10188.1) <2CAF4B59-0DB3-3CD7-A403-306341916A2F> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
           0x10a82d000 -        0x10b0c0fff  com.apple.dt.IDEKit (7.3.1 - 10188.1) <D4F3436C-00B8-313E-A52C-20B98DED9BCD> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
           0x10b6bb000 -        0x10b6e8fcb  com.apple.dt.instruments.DTXConnectionServices (7.3 - 60081) <5FA2B405-584A-3628-8BB1-33957E07A23D> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
           0x10b717000 -        0x10b7adfff  com.apple.dt.instruments.DVTInstrumentsFoundation (7.3 - 60081) <2B701E5C-7B0F-3266-AE05-008FC07E7933> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation
           0x10b82d000 -        0x10b8b5fff  com.apple.CoreSymbolicationDT (7.3 - 60036) <6FB0FDB1-F947-3266-A329-1A745B7B6830> /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT
           0x10b906000 -        0x10b95dff3  com.apple.SymbolicationDT (7.3 - 60037) <277D1AEF-8350-3AAE-B37C-FE05992BC4AC> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT
           0x10b99e000 -        0x10b9c7fff  com.apple.framework.CoreProfileDT (7.3 - 60017) <65C9BA17-1C28-382E-B293-0A8B004A7E7D> /Applications/Xcode.app/Contents/SharedFrameworks/CoreProfileDT.framework/Versions/A/CoreProfileDT
           0x10b9db000 -        0x10b9dfff7  com.apple.kperf (1.0 - 1) <A8AB63CD-4944-3292-BEE2-D6A16B30AB33> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
           0x10b9e9000 -        0x10b9f0ff7  com.apple.kperfdataDT (1.0 - 1) <3DD53453-8B79-371C-AF9F-DDA242BD10B1> /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT
           0x10b9f7000 -        0x10ba1aff7  com.apple.StreamingZip (1.0 - 1) <903CD355-43A5-3814-8C69-F58F76A1FF8C> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
           0x10ba31000 -        0x10ba31fff  com.apple.Metal (1.0 - 1) <07E21DB0-0D61-3D48-A203-C1121B269370> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
           0x10ba35000 -        0x10baaeff7  libdtrace.dylib (168) <829B6CD8-3110-314F-83F5-CD1A0B7EA6A7> /usr/lib/libdtrace.dylib
           0x10bad7000 -        0x10bad7ff7  com.apple.xcode.compilers.coredata (9.3.1 - 10150) <CBF84C0F-2A7C-3693-89DF-E647CAD42953> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
           0x10badb000 -        0x10baeeff7  com.apple.dt.instruments.DVTInstrumentsUtilities (7.3 - 60081) <6FA7077C-9610-357E-ADF4-C605EBAF25CD> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities
           0x10bb06000 -        0x10bb06ff7  com.apple.compilers.clang (9.3.1 - 10150) <EFE9E002-B973-308C-A9DA-31F0AD84950C> /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
           0x10bb0a000 -        0x10bb47fff  com.apple.DebugSymbols (134 - 133) <F8D2C148-690D-39F6-BCF6-8D95054C393E> /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT
           0x10bb66000 -        0x10bb67fff  libpanel.5.4.dylib (46) <AF43720C-CE1D-3F76-9E99-4CDCB6FAE3C1> /usr/lib/libpanel.5.4.dylib
           0x10bb6d000 -        0x10bbf8ffb  com.apple.dt.XCTest (1.0 - 10112) <CE6B68B3-32BB-3004-B23C-882C702E3420> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest
           0x10bc65000 -        0x10bc71ffb  com.apple.dt.DVTServices (7.3.1 - 10179) <E6A02267-E01D-3338-AA05-33F774E54975> /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices
           0x10bc83000 -        0x10bcbeff3  com.apple.dt.DVTPortal (7.3.1 - 1) <A93962B1-64D7-368F-BE6B-3C5F3A177E4F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal
           0x10bcf4000 -        0x10d9efff7 +libclang.dylib (703.0.31) <67798C21-2158-3986-B09E-7301090CFED4> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
           0x10dec4000 -        0x10df36ff3  com.apple.dt.Xcode.DVTSourceControl (7.3 - 10094) <0D95F898-680E-34FE-8D51-62011E711CEA> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
           0x10df83000 -        0x10f44bff3 +libLTO.dylib (703.0.31) <A0E9BCD0-3F92-3087-90A1-18D40CA891E9> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib
           0x10f799000 -        0x10f7b0ff3  com.apple.DADocSetManagement (7.3 - 10007) <AF229E45-F027-3123-8DEB-3F0BD485A518> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
           0x10f7c6000 -        0x10f7cbffb  com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <D833839E-5586-30DE-967B-0436D5AC6998> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
           0x10f7d6000 -        0x10f885fff  com.apple.dt.instruments.DTGraphKit (7.3 - 60083) <E2C2B9EF-C8B4-3C5E-A4DB-73BC4C2E7A84> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
           0x10f8e7000 -        0x10f932fff  com.apple.DADocSetAccess (7.3 - 10007) <A89AAD04-DF7A-36CA-826C-23FF999A98EB> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
           0x10f95e000 -        0x10fa30ffb  com.apple.PubSub (1.0.5 - 65.40) <53460CF1-6327-3512-8FF1-335D3F6A9D5E> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
           0x10fbcd000 -        0x10fbd1ff7  com.apple.dt.IDE.IDEAppleScriptCore (7.3.1 - 10174) <10EB9234-B0F0-3987-9C09-9DE47702D033> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore
           0x10ffe7000 -        0x10ffebff3  com.apple.dt.dbg.DebuggerLLDBService (7.3.1 - 10174) <DCE3B669-A015-3298-8476-99968A26AB87> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
           0x10fff3000 -        0x10fff6fff  com.apple.IDEWatchKit1SupportUI (7.3 - 10004) <642A4963-7E59-3288-9951-56412E3274A0> /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI
           0x111000000 -        0x111052ff7  com.apple.CoreSimulator (209.19 - 209.19) <F334E7E4-7D73-3B59-B539-97518FBB7C3E> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
           0x11107d000 -        0x11108effb  com.apple.dt.IDELanguageSupportCore (7.3.1 - 10122) <3257B567-AB7B-37EB-A49D-E72584D1701A> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore
           0x1110a2000 -        0x11111ffff  com.apple.sourcekitd (1.0 - 703.0.18.8) <CB4D6FDF-F2CA-3A70-9D61-3D3B6DA46277> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd
           0x11114e000 -        0x1111b1fff  com.apple.dt.IDE.Xcode3Core (7.3.1 - 10150) <BB4284E6-257C-3762-B671-1C32FA92F6B7> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
           0x1111e7000 -        0x1111f1fff  com.apple.DevToolsFoundation (9.3.1 - 10150) <0205D213-6DE4-31E3-B8F9-AAA0E3323075> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
           0x111200000 -        0x111217fff  com.apple.DVTiPhoneSimulatorRemoteClient (7.3.1 - 10131) <D7FE9FFA-6568-39AE-83C8-7335871EE021> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
           0x11122e000 -        0x111231fff  com.apple.dt.IDEWatchSupportCore (1.0 - 1) <44B4D171-424C-30D6-96FD-B830ACFF11BD> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore
           0x11302a000 -        0x11303dfff +com.plumn.XToDo (1.0 - 1) <20FBC0A1-9707-3C6A-BD07-6FFD93834C09> /Users/USER/Library/Application Support/Developer/*/XToDo
           0x1130dc000 -        0x1130e1ff3 +WakaTime.WakaTime (1.0 - 1) <5F365B35-BF9C-3655-AF49-703B77DC7DB8> /Users/USER/Library/Application Support/Developer/*/WakaTime
           0x1130eb000 -        0x113102fff +com.onevcat.VVDocumenter-Xcode (1.0 - 1) <176F1959-D396-32AB-9EFD-AA04DF787B36> /Users/USER/Library/Application Support/Developer/*/VVDocumenter-Xcode
           0x113122000 -        0x11312dffb +com.mahesh.SymbolicationPlugin (0.1 - 1.0) <AD7A1FA2-44C5-3814-B048-8FE5DD30F998> /Users/USER/Library/Application Support/Developer/*/SymbolicationPlugin
           0x113143000 -        0x113149ffb +com.stefanceriu.SCXcodeSwitchExpander (1.0.1 - 1) <56713451-A4EC-3684-91EA-E6E0A1C1DD97> /Users/USER/Library/Application Support/Developer/*/SCXcodeSwitchExpander
           0x113154000 -        0x113162ffb +cn.rickytan.RTImageAssets (0.6.0 - 1) <C48D5883-4326-3880-B800-0DD35CAA95AA> /Users/USER/Library/Application Support/Developer/*/RTImageAssets
           0x113175000 -        0x11317cff3 +com.zats.PreciseCoverage (1.0 - 1) <CD654194-9614-346D-99FD-DE0CBCAB378A> /Users/USER/Library/Application Support/Developer/*/PreciseCoverage
           0x113187000 -        0x113190fff +com.kolinkrewinkel.Polychromatic (1.1.3 - 1.1.3) <54816E7F-5047-3EEC-ACAE-A193AE002C1E> /Users/USER/Library/Application Support/Developer/*/Polychromatic
           0x1131a1000 -        0x1131a6fff +me.sathya.openiniterm (1.0 - 1) <D786D6A7-0AB8-344E-96FB-71F1DADC542E> /Users/USER/Library/Application Support/Developer/*/OTOpenInITerm
           0x1131b0000 -        0x1131baffb +com.kimsungwhee.KSHObjcUML (1.0 - 1) <A1362D05-B5E0-3AF1-BF0E-0890F65B21B7> /Users/USER/Library/Application Support/Developer/*/KSHObjcUML
           0x1131cc000 -        0x1131fdfff +com.johnholdsworth.GitDiff (3.6 - 3.6) <6A284C4A-A183-378C-AEF0-273993553A3B> /Users/USER/Library/Application Support/Developer/*/GitDiff
           0x113492000 -        0x113496fff +io.github.norio-nomura.ExtraBuildPhase (0.3.4 - 5) <8B5BED7E-0030-3797-911A-169B22F1F50F> /Users/USER/Library/Application Support/Developer/*/ExtraBuildPhase
           0x1134a1000 -        0x1134a8fff +me.delisa.DerivedData-Exterminator (1.0 - 1) <4E6D18EB-C42E-3CE5-8F55-3EF70AB30FF9> /Users/USER/Library/Application Support/Developer/*/DerivedData Exterminator
           0x1134b4000 -        0x1134c3fff +me.delisa.CocoaPods (1.0 - 1) <1C70C573-517C-382C-AF81-0EFB50BAF10E> /Users/USER/Library/Application Support/Developer/*/CocoaPods
           0x1134d6000 -        0x1134d8fff +com.karthik.CleanHeaders (1.0 - 1) <5B9386BF-A264-3FCA-80D3-2FA4F4401C4E> /Users/USER/Library/Application Support/Developer/*/CleanHeaders
           0x1134dd000 -        0x1134e3fff +com.materikab.bodybuilder (1.0 - 1) <6DA5C50D-4CE4-38D2-BE2A-6C56940DD178> /Users/USER/Library/Application Support/Developer/*/BodyBuilder
           0x1134ee000 -        0x1134f2fff +com.gokustudio.AtAutoCompletion (1.0 - 1) <2E1B7471-5CE0-3098-B226-5B6DF77BB1F7> /Users/USER/Library/Application Support/Developer/*/AtAutoCompletion
           0x1134fb000 -        0x113516ff7 +com.mneorr.Alcatraz (1.1.18 - 1) <37CAE4AE-C07E-362D-AB95-C49AED3407C9> /Users/USER/Library/Application Support/Developer/*/Alcatraz
           0x11353e000 -        0x113547ff7 +com.johnholdsworth.Refactorator (3.5 - 3.5) <A15C8373-A4A5-38F4-803A-DACA7B76E509> /Users/USER/Library/Application Support/Developer/*/Refactorator
           0x113554000 -        0x11357dfff +uk.co.canemedia.BuildTimeAnalyzer (1.0 - 1) <1B7E1737-3653-3AD9-93A1-26F6334A74AC> /Users/USER/Library/Application Support/Developer/*/BuildTimeAnalyzer
           0x1135ca000 -        0x1135d3fff +libswiftAppKit.dylib (2.2 - 703.0.18.8) <D654F7A7-A6BB-335F-90FC-484B64FA7D0B> /Users/USER/Library/Application Support/Developer/*/libswiftAppKit.dylib
           0x1137af000 -        0x1137b6ffb  com.apple.dt.IDE.IBBuildSupport (7.3.1 - 10117) <3A05C0BE-2D1A-34B2-886F-374FB2C93B03> /Applications/Xcode.app/Contents/PlugIns/IBBuildSupport.ideplugin/Contents/MacOS/IBBuildSupport
           0x1137e4000 -        0x113b68ff7  com.apple.Xcode.DevToolsCore (9.3.1 - 10150) <B899CF7C-2118-322F-87FB-C7BF4F32B976> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
           0x113d17000 -        0x113d4fff7  com.apple.Xcode.DevToolsSupport (9.3.1 - 10150) <FAF71122-0F93-35C3-A3DF-9AEB7DD16A90> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
           0x113d7b000 -        0x113e06ff3  com.apple.dt.IDE.IDEiOSSupportCore (7.3.1 - 10131) <3C006023-E4FF-37F4-8859-09DEA184796E> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
           0x113e5f000 -        0x113ef1ff7  com.apple.DTDeviceKitBase (7.3.1 - 10131) <7D5602D8-1C83-3FD9-89E9-380B62F516B7> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
           0x113f4e000 -        0x1140a7fe7  com.apple.mobiledevice (823.40.7 - 823.40.7) <39118395-1892-3CFC-9E9B-420BE768B648> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
           0x114130000 -        0x114149fff  com.apple.DeviceLinkX (5.0 - 264) <4E2B3020-DDAB-3894-9180-E4D9F5AFBAFC> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
           0x114159000 -        0x114183fff  com.apple.dt.dbg.DebuggerFoundation (7.3.1 - 10174) <0380FDC2-8885-3A93-BE5D-B0C18A4921E0> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
           0x1141ae000 -        0x114235fff  com.apple.dt.IBAutolayoutFoundation (7.3.1 - 10117) <47644788-4CE5-3CE8-B561-A3EE05FED49C> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
           0x114293000 -        0x11435ffff  com.apple.dt.IBFoundation (7.3.1 - 10117) <A6AF0DA8-7DFF-3905-8B4F-DA6A97660FD7> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
           0x1143f6000 -        0x114455fff  com.apple.CoreThemeDefinition (2.0 - 234) <614A2E42-25AC-3586-A39A-A2320B4DB46B> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
           0x11449c000 -        0x1144f3fff  com.apple.dt.dbg.DebuggerLLDB (7.3.1 - 10174) <29C70FE1-7FCD-314B-B7E7-F19A7D6D17F7> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
           0x114530000 -        0x1170d0ff7  com.apple.LLDB.framework (1.350.0.21.9 - 350.0.21.9) <7862FFB0-5204-36DE-A5FA-9BE017CC7E45> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
           0x117d43000 -        0x117e34ff7  org.python.python (2.7.10 - 2.7.10) <83AFAAA7-BDFA-354D-8A7A-8F40A30ACB91> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
           0x117e9b000 -        0x117ea0ff7  com.apple.XCWatchKit1Support (1.0 - 1) <094FCBB4-A02B-39A3-94E8-B6715255263C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchKit1Support.xcplugin/Contents/MacOS/XCWatchKit1Support
           0x117ea7000 -        0x117ebbff3  com.apple.dt.XCLanguageSupport (7.3.1 - 10122) <8C5B6811-F3BF-35C0-897E-87F96C0A07A2> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
           0x117ecc000 -        0x117edaff7  com.apple.xcode.plug-in.CoreBuildTasks (9.3.1 - 10150) <BCEE0A17-CEF8-32F8-9062-CBEDAEBEDB89> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
           0x117ee3000 -        0x117eebfff  com.apple.dt.IDE.IDEInstrumentsService (7.3.1 - 10174) <CDA5F738-BDAF-354B-B0FE-F97711D8AF55> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
           0x117f06000 -        0x117f0bff7  com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) <697926FB-592D-3997-A4C2-E15278603301> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore
           0x117f13000 -        0x117f17ffb  com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) <C1B935D6-B17B-3684-8E6D-7CFB637B9B9B> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore
           0x117f1f000 -        0x117f2aff3  com.apple.dt.IDE.IDEOSXSupportCore (7.3 - 10012) <EAE8EC8F-3CBE-3FA7-821D-615771EEBF1E> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
           0x11884d000 -        0x11884dfff  com.apple.dt.IDEContinuousIntegration (1.0 - 1) <A6232E06-D93C-38B0-8C6D-5E31C8799DC2> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration
           0x118851000 -        0x118856fff  com.apple.IDEServerTools (1.0 - 1) <D1B60D1B-83C5-3EB2-A905-6CE56CA5C235> /Applications/Xcode.app/Contents/SharedFrameworks/IDEServerTools.framework/Versions/A/IDEServerTools
           0x11885f000 -        0x118877ffb  com.apple.dt.IDE.IDERTFEditor (7.3.1 - 10174) <35AB786A-EBC1-3138-91A0-E002172CA4B2> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor
           0x1188de000 -        0x1188eeff3  com.apple.dt.IDE.IDEQuickLookEditor (7.3.1 - 10174) <86A8EB6B-C222-3B42-9281-6E26E9D702BF> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
           0x118903000 -        0x11890affb  com.apple.dt.IDE.IDEPDFViewer (7.3.1 - 10174) <A9983AAA-1600-38A6-B2AE-00B40E68D99C> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
           0x118916000 -        0x118920ff3  com.apple.dt.DVTPlaygroundCommunication (1.0 - 10034) <F8C8E13F-69BB-389D-87B7-34027ECF5ADF> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
           0x118930000 -        0x11895cfff  com.apple.dt.CommonMark (1.0 - 1) <E61540EA-8DC0-3DD0-8958-6B882070DD9C> /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/Frameworks/CommonMark.framework/Versions/A/CommonMark
           0x11896c000 -        0x118972ff7 +libswiftAVFoundation.dylib (2.2 - 703.0.18.8) <1E068DC6-290D-3FD3-9A1A-169CCD66C8BC> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftAVFoundation.dylib
           0x119a6c000 -        0x119a70fff +libswiftCoreImage.dylib (2.2 - 703.0.18.8) <9071FC4E-5C46-3020-B6C7-1C655B3C87D5> /Users/USER/Library/Application Support/Developer/*/libswiftCoreImage.dylib
           0x119f38000 -        0x119f40ff7 +libswiftCoreMedia.dylib (2.2 - 703.0.18.8) <30C51786-8CA7-3BEC-BDA6-9CE96C2A0346> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCoreMedia.dylib
           0x11a204000 -        0x11a2f7fff  com.apple.GeForceMTLDriver (10.10.5.2 - 10.1.0) <94A8BE1E-C807-3E93-92C5-7D3A7FF5CEA4> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
           0x11a338000 -        0x11a39eff7  com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.14.58 - 10.1.4) <A2BFF9AB-2561-3384-986E-8E3767FE3F68> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
           0x11a67c000 -        0x11a6b2ff3  com.apple.gputools.GLToolsMobileAnalysis (1.0 - 20012) <E9C5CF86-26B6-38E5-BCAD-65D2A4EB3956> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis
           0x11a6c3000 -        0x11a6cdfff  com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 20012) <B2D64269-B9A8-323A-BEBE-BC95094A6659> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport
           0x11a777000 -        0x11a77fff3  com.apple.dt.IDE.IDEStandardExecutionActionsCore (7.3.1 - 10174) <E8F6AE77-FD28-323A-8358-F9590CFF38BF> /Applications/Xcode.app/Contents/PlugIns/IDEStandardExecutionActionsCore.ideplugin/Contents/MacOS/IDEStandardExecutionActionsCore
           0x11a860000 -        0x11a860fe7 +cl_kernels (???) <046E85C8-AB31-4191-91B9-CD6DC15CC813> cl_kernels
           0x11ac3e000 -        0x11ac44ffb  com.apple.dt.IDEWatchSupportUI (1.0 - 1) <11FCC2CA-5897-337C-8109-4CA8C29A5E0B> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportUI.ideplugin/Contents/MacOS/IDEWatchSupportUI
           0x11aca7000 -        0x11acabfff +libswiftCoreData.dylib (2.2 - 703.0.18.8) <A8EB6A2F-2FFF-3FD6-8482-2B67EF3186F3> /Users/USER/Library/Application Support/Developer/*/libswiftCoreData.dylib
           0x11acb2000 -        0x11acbcfff +libswiftCoreGraphics.dylib (2.2 - 703.0.18.8) <B533CD35-E0FE-3557-98CB-FD08E54B55E8> /Users/USER/Library/Application Support/Developer/*/libswiftCoreGraphics.dylib
           0x11accf000 -        0x11acd2fff +libswiftDispatch.dylib (2.2 - 703.0.18.8) <EBFB759C-56BF-36CF-A653-3A77E20CEFF4> /Users/USER/Library/Application Support/Developer/*/libswiftDispatch.dylib
           0x11acd8000 -        0x11acd8fff  com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm (1.0 - 1) <6A3A139B-DA57-3B76-9795-0676435978BB> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 38mm.simdevicetype/Contents/MacOS/Apple Watch - 38mm
           0x11ad47000 -        0x11ad4cfff +libswiftDarwin.dylib (2.2 - 703.0.18.8) <F786EB64-F887-3A04-B81A-FCF8F81BD167> /Users/USER/Library/Application Support/Developer/*/libswiftDarwin.dylib
           0x11ad57000 -        0x11ad5aff3 +libswiftIOKit.dylib (2.2 - 703.0.18.8) <9D5A41CB-0158-3F16-9AEF-BF8A6D974003> /Users/USER/Library/Application Support/Developer/*/libswiftIOKit.dylib
           0x11ad60000 -        0x11ad65fff +libswiftObjectiveC.dylib (2.2 - 703.0.18.8) <ABA6A1E5-0008-377F-815D-F9B5C205FFC4> /Users/USER/Library/Application Support/Developer/*/libswiftObjectiveC.dylib
           0x11ad6f000 -        0x11ad79ff7  com.apple.SimulatorKit (1.0 - 209.17) <CD02BBD0-7662-3094-9610-ADDA3EA889CF> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/SimulatorKit.framework/Versions/A/SimulatorKit
           0x11ad83000 -        0x11ad83fff  com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm (1.0 - 1) <A31DC99B-DBB2-364A-BA9B-38B79F7C4094> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 42mm.simdevicetype/Contents/MacOS/Apple Watch - 42mm
           0x11adbc000 -        0x11b00efff +libswiftCore.dylib (2.2 - 703.0.18.8) <1DB3DB43-E28D-3402-A97F-1940B81F592A> /Users/USER/Library/Application Support/Developer/*/libswiftCore.dylib
           0x11b23a000 -        0x11b27bff7 +libswiftFoundation.dylib (2.2 - 703.0.18.8) <08D4B327-D394-3612-AC42-1BA0248435F7> /Users/USER/Library/Application Support/Developer/*/libswiftFoundation.dylib
           0x11b2c3000 -        0x11b2e8ff7  com.apple.DiscRecordingUI (9.0.1 - 9010.4.3) <BA343D04-0E6B-3461-B9F5-82B3525051B9> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
           0x11b30a000 -        0x11b31afff  com.apple.DTDeviceKit (4.2 - 10131) <1C2AEDAD-8543-3B31-9902-4BE902A731C6> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
           0x11b32c000 -        0x11b39eff3  com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (7.3 - 10032) <C44B82A5-3681-3C1C-A5E9-9DDEB93D537C> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration
           0x11b3db000 -        0x11b411fff  com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration (7.3 - 3733) <2D24F342-0A8D-35B2-8DDC-83C7114C3D3B> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAppleTVIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderAppleTVIntegration
           0x11b444000 -        0x11b448fff  com.apple.audio.AppleHDAHALPlugIn (274.7 - 274.7) <2CEBD69A-DD77-3B0F-958B-72521D9E49D4> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
           0x11b450000 -        0x11b533ff7  com.apple.XCSCore (1.0 - 1) <033BDF06-3999-3161-9CA5-45BC9489A08F> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore
           0x11b5ce000 -        0x11b6b1ffb  com.apple.dt.XCSUI (1.0 - 1) <4D16A0D1-9D45-372B-A752-E09332FD58EB> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI
           0x11b996000 -        0x11b99efff +libswiftCoreAudio.dylib (2.2 - 703.0.18.8) <F08E51C3-D4FF-3D47-87B9-FB9F2C5035AD> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/libswiftCoreAudio.dylib
           0x11b9ab000 -        0x11b9b4ff7  com.apple.dt.ScriptingDefinitionEditor (7.3.1 - 10174) <A7A8FAE8-6E81-3BE9-A9E3-DED4C437A011> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
           0x11b9be000 -        0x11b9c1fff  com.apple.dt.IDE.IDEAppleScriptEditor (7.3.1 - 10174) <72591E53-3582-372D-A534-E6F56F3E5619> /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor
           0x11b9c9000 -        0x11b9d4ff3  com.apple.dt.PlistEditor (7.3.1 - 10174) <5AE48AFC-859C-3D40-BFC8-2C7775FE9744> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
           0x11b9e3000 -        0x11b9e9ffb  com.apple.MTLToolsServices (1.0 - 1) <684A70BE-62F5-3C9D-A238-8A0CD34F57E0> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices
           0x11b9f3000 -        0x11b9f8fff  com.apple.MTLTools (1.0 - 1) <B24259FB-6D00-386B-9644-7C247EB0B9F7> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools
           0x11ba02000 -        0x11ba06ffb  com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 20034) <2F209849-9054-32D3-9C59-E0C5EBB4D8BC> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine
           0x11ba10000 -        0x11ba13fff  com.apple.GLToolsMobileFoundation (1.0 - 20012) <715600AB-9B5A-3F4B-A025-EA354D4D19BE> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation
           0x11ba1d000 -        0x11bf89ff3  com.apple.dt.IDE.IDEInterfaceBuilderKit (7.3.1 - 10117) <DB56BAFC-DE6E-313E-9F0E-3B7E1FA3CCD3> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
           0x11c369000 -        0x11c536fff  com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (7.3.1 - 10117) <CAAA95EA-32F2-3110-9B1E-021CABA194B8> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
           0x11c6d9000 -        0x11cb9afff  com.apple.SceneKit (5.0 - 293) <E273A577-6E22-3F68-8A03-0B74EF299408> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
           0x11ce78000 -        0x11d0a8ffb  com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (7.3 - 10085) <D95EEF5F-4EF3-38B0-9C7F-24E7B9614CC6> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
           0x11d1ad000 -        0x11d1bbff3  com.apple.dt.IDE.IDEInterfaceBuilderiOSIntegration (7.3 - 10085) <B985A84C-A39E-3CBB-84CE-6DC57F192E82> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderiOSIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSIntegration
           0x11d1c7000 -        0x11d20ffff  com.apple.dt.IDE.IDEiPhoneSupport (7.3.1 - 10131) <B754AEC6-1A3C-378C-8EE7-9165D6579595> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
           0x11d256000 -        0x11d2acfff  com.apple.dt.IDEProductsUI (1.0 - 1) <0BFF7F5B-3351-3310-A0BE-3D2107C5F0F6> /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI
           0x11d2fd000 -        0x11d328fff  com.apple.dt.DVTProducts (1.0 - 1) <58E05C96-4D66-3F7C-98E8-CB4456CAB557> /Applications/Xcode.app/Contents/SharedFrameworks/DVTProducts.framework/Versions/A/DVTProducts
           0x11d349000 -        0x11d373ff3  com.apple.dt.DVTAnalytics (1.0 - 1) <6A665205-C081-3727-8FDB-32E61B2FEB24> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics
           0x11d399000 -        0x11d3b2ff7  com.apple.dt.DVTAnalyticsClient (7.3.1 - 1) <82753B63-9ADF-31CD-AC03-B26840C960FE> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient
           0x11d800000 -        0x11d896ffb  com.apple.IDESpriteKitParticleEditor (2.0 - 2) <AEA30C27-92BA-32EA-AA50-C5794E7D9F46> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
           0x11d8f9000 -        0x11d96ffff  com.apple.xcode.GameToolsFoundation (1.0 - 10027) <D8397FF7-9284-3862-BCEB-701160AD8BD7> /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation
           0x11d9b9000 -        0x11db69ff7  com.apple.SpriteKit (1.0 - 1) <B4945592-2BC5-3B1A-9E36-C2EFA14864C2> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
           0x11dc26000 -        0x11dc42fff  com.apple.Jet (1.0 - 1) <7069AB0A-4000-3D05-A0F1-7781A017B66A> /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet
           0x11dc60000 -        0x11dcb7ff7  com.apple.PhysicsKit (1.0 - 1) <B6229B9F-2702-393F-B03A-E67A8532867C> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
           0x11dce5000 -        0x11dd0bff7  com.apple.audio.OpenAL (1.8 - 1.8) <9C322240-9854-3114-98ED-6CAABD436EEB> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
           0x11dd1e000 -        0x11dd60ff3  com.apple.dt.IDE.iCloudSupport (7.3.1 - 10174) <CF90EC95-55AE-3D52-9DD9-538EEFA2DA7D> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
           0x11dd9c000 -        0x11dda5ff7  com.apple.dt.IDEIODebugGaugesCore (7.3.1 - 10174) <C0C1F003-4623-3FAF-BC70-847359A25BEB> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
           0x11ddb4000 -        0x11ddcbff7  com.apple.dt.IDEIODebugGaugesUI (7.3.1 - 10174) <EA693F62-D4DB-3BBB-A182-0C3A8E095330> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
           0x11dde9000 -        0x11df9cff3  com.apple.dt.IDE.Xcode3UI (7.3.1 - 10150) <14409EAE-67FA-3062-A925-A352301359EE> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
           0x11e0cf000 -        0x11e13efff  com.apple.dt.IDE.IDEDocViewer (7.3.1 - 10174) <5D47668A-7A2A-360D-9165-C10DB531EEDD> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
           0x11e199000 -        0x11e2c9ffb  com.apple.audio.units.Components (1.13 - 1.13) <1C4A84C5-11AE-3914-BD30-D066114778D2> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x11e868000 -        0x11e8a9fff  com.apple.dt.gpu.GPUDebuggerFoundation (7.3 - 20052) <BEA5E0C9-6F7B-3D07-8BBF-2A173670675A> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
           0x11e8e0000 -        0x11e8effff  com.apple.GPUToolsShaderProfiler (1.0 - 20034) <C87E0148-1F8C-384A-8148-04B3294CC389> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
           0x11e902000 -        0x11e943ff7  com.apple.GPUToolsCore (1.0 - 20071) <D8ED59D0-A14F-3A2F-9B89-F13D542D562B> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
           0x11e97c000 -        0x11e9b6ff7  com.apple.GPUTools (1.0 - 20071) <0F0C6985-6135-3CA4-8728-C4E7C1EC338C> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
           0x11e9e7000 -        0x11eac3fff  com.apple.GPUToolsServices (1.0 - 20034) <CFB9E6D8-F31A-3136-BB5D-57FF91CECC78> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
           0x11eb31000 -        0x11eb86fff  com.apple.GPUToolsInterface (1.0 - 20034) <FB26AB5D-5DD9-3CFD-AD46-014CBE63347A> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
           0x11ebc3000 -        0x11ebedfff  com.apple.GLToolsInterface (1.0 - 20034) <46CCBB85-1749-3C9A-8B68-60FCB399F0EB> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
           0x11ec0f000 -        0x11ec5eff7  com.apple.GLToolsCore (1.0 - 20071) <BDFA50E4-4763-3B17-BBE5-F7DECA8E6F9E> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
           0x11ec7e000 -        0x11ec92ff7  com.apple.GLTools (1.0 - 20071) <D135333C-6DBC-3110-A1A4-9615233AE348> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
           0x11ec9e000 -        0x11ecf6ff7  com.apple.GLToolsServices (1.0 - 20034) <F65984DD-36BF-3508-9BD0-235CB5DF5417> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
           0x11ed3d000 -        0x11ed45ff7  com.apple.GPUToolsPlatform (1.0 - 20071) <AF599480-DE18-31F0-BAD9-14BEBF3EE100> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsPlatform.framework/Versions/A/GPUToolsPlatform
           0x11ed50000 -        0x11edd6fff  com.apple.gputools.GLToolsAnalysisEngine (1.0 - 20034) <ABF3B78F-2BA9-33DC-A1BA-1C3D439DDBBB> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
           0x11eedd000 -        0x11eeeaffb  com.apple.dt.gpu.GPUDebuggerKit (7.3 - 20052) <A7D4388E-C09F-30DE-A522-8343CEDBAED5> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
           0x11ef00000 -        0x11ef08ff7  com.apple.dt.gpu.GPUTraceDebugger (7.3 - 20052) <5DCBC01F-C625-322A-AEBE-6916F68F2114> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
           0x11ef14000 -        0x11ef8bfff  com.apple.dt.gpu.GPUTraceDebuggerUI (7.3 - 20052) <AC2437B7-6639-3D48-BB0F-D900C9F9503F> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
           0x11efdc000 -        0x11efe2ff7  com.apple.dt.dbg.DebuggerKit (1.0 - 1) <DD81751F-23F3-3BF5-ACC6-DC403AA354CF> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
           0x11efef000 -        0x11eff8ff3  com.apple.dt.IDE.HexEditor (7.3.1 - 10174) <39E858D9-A42F-3181-986D-AA1FED7B02C5> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
           0x11f005000 -        0x11f035ff3  com.apple.dt.HexFiendFramework (7.3.1 - 10174) <3BEF5124-B2F2-37CD-97B4-BA271804877C> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
           0x11f05f000 -        0x11f15cff7  com.apple.dt.dbg.DebuggerUI (7.3.1 - 10174) <E17A147B-51F2-39F9-9147-98D64E328817> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
           0x11f22e000 -        0x11f251ffb  com.apple.dt.IDE.IDEQuickHelp (7.3.1 - 10174) <35CEFF4F-8F1B-382F-B852-9727FF2A6D20> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
           0x11f272000 -        0x11f34bffb  com.apple.dt.IDE.IDESourceEditor (7.3.1 - 10174) <97B88C56-C460-383F-B4A3-F843F66FFAE8> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
           0x11f3d3000 -        0x11f3ebff3  com.apple.dt.IDE.IDEGit (7.3.1 - 10174) <A244CC7E-DE88-32C8-B926-874A484CD6E0> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
           0x11f3ff000 -        0x11f412ff7  com.apple.dt.IDE.IDESubversion (7.3.1 - 10174) <AAE76AAB-60A8-30B1-8CB1-E1E2B4533EA2> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
           0x11f76e000 -        0x11f79cff7  com.apple.dt.gpu.GPUDebuggerMTLSupport (7.3 - 20052) <AAD0DAAE-EDA5-3BA4-A5B5-582F25C405D5> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GPUDebuggerMTLSupport
           0x11f7c4000 -        0x11f7d2ff7  com.apple.MTLToolsShaderProfiler (1.0 - 20034) <8610B223-4DDF-3AE7-A994-64FDDCA94C8F> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler
           0x11f854000 -        0x11f855ff7 +liblaunch_sim.dylib (560.20.11) <AB97AF63-AB78-3928-B97C-75123DA63111> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
           0x11f85b000 -        0x11f85cff3 +liblaunch_sim.dylib (765.41.1) <9AC3A1C5-307E-37F7-825E-DDB71A32C921> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
           0x11f862000 -        0x11f863ff3 +liblaunch_sim.dylib (765.41.1) <B8335127-2998-3687-8E27-98AB833E54B8> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
           0x11f869000 -        0x11f86aff3 +liblaunch_sim.dylib (765.41.1) <31955A5B-B36F-33D6-8E8D-D78DAB8C6069> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
           0x11f99e000 -        0x11fa55ff7  com.apple.dt.IDE.IDESceneKitEditor (7.3 - 10033) <B2D229A3-B57D-3E21-9999-B9C08278D34D> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor
           0x11fab2000 -        0x11fbe0ff7  com.apple.dt.IDELanguageSupportUI (7.3.1 - 10122) <DA117D03-0B67-30EA-9C63-E13B4A221E5F> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI
           0x11fccf000 -        0x11fd26ff7  com.apple.dt.DVTMarkdown (1.0 - 1) <E8936163-4B5F-340D-BC8F-8DDE56DE37E9> /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/DVTMarkup
           0x11fd82000 -        0x11fe62ff3  com.apple.dt.IDE.IDEModelEditor (7.3.1 - 10174) <889C02BD-5AC7-38A5-9E86-912BF8B9EA4E> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
           0x11fefd000 -        0x11ff7bff7  com.apple.dt.IDE.IDEModelFoundation (7.3.1 - 10174) <C3CCBA99-D856-3420-ABEA-FE9BB18EF3F9> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
           0x11ffd7000 -        0x120051ff7  com.apple.dt.gpu.GPURenderTargetEditor (7.3 - 20052) <8D140637-3A9D-34DF-9008-B84FFA700C4C> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
           0x12009c000 -        0x1200f4fff  com.apple.gpusw.MetalTools (1.0 - 1) <0E6DCE8A-5A0E-310F-8498-6A56DB71D008> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
           0x120148000 -        0x12014dff3  com.apple.dt.gpu.GPUDebuggertvOSSupport (7.3 - 20008) <B3426F9E-3862-3A04-97AA-769D232BB37E> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggertvOSSupport.ideplugin/Contents/MacOS/GPUDebuggertvOSSupport
           0x120157000 -        0x1201bffff  com.apple.GLToolsExpert (1.0 - 20012) <31056063-B95C-35EC-BB9B-63EBAFD906C4> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
           0x1201fd000 -        0x120218fff  com.apple.GLToolsShaderProfiler (1.0 - 20034) <BE5F1D1E-AE27-3428-A2AE-DB763996C3BC> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler
           0x120228000 -        0x12023ffff  com.apple.GPUToolsMobileFoundation (1.0 - 20012) <902F2B20-C6E7-3232-B2C0-B2FFA5D7E0C1> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
           0x120256000 -        0x12025cff7  com.apple.dt.gpu.GPUDebuggerOSXSupport (7.3 - 20052) <EA92237C-9BFA-308E-9C21-AA3CE9983EDB> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerOSXSupport.ideplugin/Contents/MacOS/GPUDebuggerOSXSupport
           0x120266000 -        0x120276fff  com.apple.GPUToolsDesktopFoundation (1.0 - 20014) <DF6D4651-D23A-37F1-B1A9-E55BABE81DBF> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/GPUToolsDesktopFoundation.framework/Versions/A/GPUToolsDesktopFoundation
           0x120286000 -        0x12028bff7  com.apple.dt.gpu.GPUDebuggeriOSSupport (7.3 - 20008) <74AD7605-F2FC-31D9-B9D7-CD12243A140D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
           0x122fc2000 -        0x123133fff  com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 20034) <BFE03189-67EF-391E-B760-DB699B74E014> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics
           0x1297f4000 -        0x129d4bff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.14.58 - 10.1.4) <603F465A-DB27-3BDC-A702-9107EA5CF3A4> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
        0x7fff66a36000 -     0x7fff66a6d0d7  dyld (360.21) <D9B236BC-4AC1-325F-B3EF-3F06DBDA7119> /usr/lib/dyld
        0x7fff8364f000 -     0x7fff83658ff7  com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff83728000 -     0x7fff83b24fff  libLAPACK.dylib (1162.2) <987E42B0-5108-3065-87F0-9DF7616A8A06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
        0x7fff83b2c000 -     0x7fff83b41fff  com.apple.ToneKit (1.0 - 1) <6D5AD263-308F-3F70-8D86-7027569D2694> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
        0x7fff83b42000 -     0x7fff83b52fff  com.apple.AppleScriptObjC (1.4 - 32) <0C137AF5-9086-3205-9895-F3B8DF3B47FF> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
        0x7fff83b53000 -     0x7fff83bcaff7  com.apple.MMCS (1.3 - 357.1) <549FBEFC-55F7-3101-BF51-A0B1F7CF2B46> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
        0x7fff83bd0000 -     0x7fff83bd2fff  com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
        0x7fff83bd3000 -     0x7fff83c73fff  com.apple.Metadata (10.7.0 - 972.29.1) <F19E0200-6937-3799-9C67-D26C2CE5AA5F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
        0x7fff83e16000 -     0x7fff83e38ff7  com.apple.framework.familycontrols (4.1 - 410) <36DCC2B7-4FDF-397D-BB14-36CACED9E946> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
        0x7fff83e39000 -     0x7fff83e39fff  com.apple.Accelerate (1.10 - Accelerate 1.10) <185EC96A-5AF0-3620-A4ED-4D3654D25B39> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff83e45000 -     0x7fff8421dfef  com.apple.CoreAUC (214.0.0 - 214.0.0) <F80C19CA-6CD0-3052-9C22-0288A257CCC8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff842be000 -     0x7fff842e5fff  com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
        0x7fff842e6000 -     0x7fff842e6ff7  libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib
        0x7fff842f0000 -     0x7fff8434cfff  libTIFF.dylib (1444) <2A22E6B7-213B-3253-838F-C3EC3C8F2727> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff8434d000 -     0x7fff84361fe3  libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
        0x7fff844b3000 -     0x7fff844b5fff  libUniversalAccess.dylib (270.10) <B1876D7D-7630-3D7E-B70A-750C56A9D7C1> /usr/lib/libUniversalAccess.dylib
        0x7fff844ba000 -     0x7fff85705feb  com.apple.CoreGraphics (1.600.0 - 957) <8C9F8E1A-274C-36CE-93FB-49906A9B9EE2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff85706000 -     0x7fff85743ff3  com.apple.bom (14.0 - 193.7) <9B8AE30B-24A3-37AB-B04E-4CE67AED4775> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff8594c000 -     0x7fff85964fef  libcompression.dylib (28) <E7601B62-1053-369D-8A9E-91CF86239220> /usr/lib/libcompression.dylib
        0x7fff85993000 -     0x7fff85a43fff  com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
        0x7fff85ac4000 -     0x7fff85ad0fff  com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
        0x7fff85ad1000 -     0x7fff86bbfff7  com.apple.WebCore (11601 - 11601.5.17) <01B1DEA6-A07A-367B-84C0-E264EEFBBA1F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
        0x7fff86bc5000 -     0x7fff86bffff7  com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
        0x7fff86c00000 -     0x7fff86c6bff7  com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff86c6c000 -     0x7fff86ef3ff7  com.apple.CFNetwork (760.4.2 - 760.4.2) <24C4A390-3079-358A-8D51-75A3E818A6DF> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff86ef4000 -     0x7fff86f2efff  com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
        0x7fff86f2f000 -     0x7fff86f37fff  libGFXShared.dylib (12.0.40.6) <1CDE5AEF-3E44-3547-879E-BB490EE7702C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
        0x7fff86f38000 -     0x7fff86f7dff3  libFontRegistry.dylib (155.1) <F3355C6E-ED33-3506-B10E-2F6995D34BC1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff86f7e000 -     0x7fff874a0fff  com.apple.QuartzComposer (5.1 - 334) <80235264-CA1B-3E3F-96F7-5F6F52FDC5B6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
        0x7fff874ad000 -     0x7fff874d6fff  com.apple.ProtectedCloudStorage (1.0 - 1) <4850F751-E61B-30C0-B89A-B313601D3DB5> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
        0x7fff874d7000 -     0x7fff87683fff  com.apple.avfoundation (2.0 - 1046.9.11) <DE524245-B7EF-3E9D-8AA1-3D99A3304EF4> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
        0x7fff87684000 -     0x7fff87852ff3  com.apple.QuartzCore (1.11 - 410.14) <0283748A-8318-36AC-8B30-8A951FEB305A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff87853000 -     0x7fff8787cfff  libsystem_info.dylib (477.40.5) <6B01C09E-A3E5-3C71-B370-D0CABD11A436> /usr/lib/system/libsystem_info.dylib
        0x7fff8787d000 -     0x7fff8788eff7  libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
        0x7fff8788f000 -     0x7fff878adff7  libsystem_kernel.dylib (3248.40.184) <88C17B7F-1CD8-3979-A1A9-F7BDB4FCE789> /usr/lib/system/libsystem_kernel.dylib
        0x7fff878ae000 -     0x7fff87944fff  com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
        0x7fff87ade000 -     0x7fff87afbff7  com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <F4AF2363-B28E-3097-AB1E-FDA1C92F8F56> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
        0x7fff87afc000 -     0x7fff87b01fff  com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
        0x7fff87b53000 -     0x7fff87b59ff7  com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
        0x7fff87b5a000 -     0x7fff87b8aff3  com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <4AAFB1C4-3708-30F9-ACFA-90564347204C> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
        0x7fff87b8b000 -     0x7fff87b99fff  com.apple.opengl (12.0.40 - 12.0.40) <AEA28993-BA3E-3E0F-A2F5-88C312ABB634> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff87b9a000 -     0x7fff87b9cfff  com.apple.OAuth (25 - 25) <B147CF79-A687-3466-BCAE-F05243DE71F7> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff87b9d000 -     0x7fff87c21ffb  com.apple.AVKit (1.1 - 285.10) <4C174B0F-43FF-3F41-8687-EA9C71EF1C18> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
        0x7fff87c22000 -     0x7fff87c25fff  libspindump.dylib (197.1) <48F4C673-9F0C-38BE-B550-88241E812518> /usr/lib/libspindump.dylib
        0x7fff87cbd000 -     0x7fff87cbdff7  libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib
        0x7fff87d02000 -     0x7fff87d05ff7  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <6932B5EC-0EA9-333D-BF7E-665047392FEC> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
        0x7fff87d99000 -     0x7fff87da9ff3  com.apple.ProtocolBuffer (1 - 243) <BAE5E5C9-DD59-3BB8-9741-EEFC5E3046EE> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
        0x7fff87daa000 -     0x7fff87daafff  com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
        0x7fff87f4f000 -     0x7fff87f61fff  libsasl2.2.dylib (209) <2F81C8C9-11A3-3581-B2C1-D8C03AB7D39C> /usr/lib/libsasl2.2.dylib
        0x7fff87f62000 -     0x7fff887c0fff  com.apple.GeForceGLDriver (10.10.5.2 - 10.1.0) <0206BA56-8CA6-33DD-B67D-48E5B0AD1CD5> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
        0x7fff887c1000 -     0x7fff8890bff7  com.apple.coreui (2.1 - 366.1) <A3868F31-ACF4-3EA5-9E75-79ED44FA7F06> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff8890c000 -     0x7fff889b0fff  com.apple.Bluetooth (4.4.4 - 4.4.4f4) <BCF89EFE-853D-3AEA-AE31-DC8293C7284F> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
        0x7fff889ba000 -     0x7fff88a47dd7  com.apple.AppleJPEG (1.0 - 1) <558ACADA-C41F-3EEF-82A0-C2D7B13C5428> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
        0x7fff88a72000 -     0x7fff88a7dfff  com.apple.CrashReporterSupport (10.11 - 717) <474544AD-1199-3ECC-90E5-071847BA72C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
        0x7fff88a80000 -     0x7fff88a82fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <7659CACF-3B08-3AF3-8FAC-24FAF18EF114> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
        0x7fff88a83000 -     0x7fff88aa2ff7  com.apple.framework.Apple80211 (11.0 - 1121.34) <AE7795B8-4590-3714-999D-3FBFF6BF5D93> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff88aa3000 -     0x7fff88aaeff7  libcommonCrypto.dylib (60075.40.2) <B9D08EB8-FB35-3F7B-8A1C-6FCE3F07B7E7> /usr/lib/system/libcommonCrypto.dylib
        0x7fff88aaf000 -     0x7fff8914eff7  com.apple.JavaScriptCore (11601 - 11601.5.17) <E12A9CB4-C807-3602-8357-6037579F6A13> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff89153000 -     0x7fff8920dfff  com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8924a000 -     0x7fff89273ff7  libxpc.dylib (765.40.36) <2CC7CF36-66D4-301B-A6D8-EBAE7405B008> /usr/lib/system/libxpc.dylib
        0x7fff89274000 -     0x7fff89275fff  liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
        0x7fff892bc000 -     0x7fff892bcfff  com.apple.CoreServices (728.9 - 728.9) <78CB3EAC-A66E-3FD9-A1DF-A9CF227ED3C3> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff892bd000 -     0x7fff895a2ffb  com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
        0x7fff89602000 -     0x7fff898a8ff7  com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff898f9000 -     0x7fff89c4dfff  com.apple.Foundation (6.9 - 1258) <51833143-6CAE-3E1C-9FBA-BCDEB48D4ADF> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff89c4e000 -     0x7fff89c85ff7  com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
        0x7fff89c86000 -     0x7fff89e91fff  libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib
        0x7fff89e9a000 -     0x7fff89ec5ff7  com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) <BAE70E9D-BCC8-3650-B554-6D646388EDEF> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
        0x7fff89ec6000 -     0x7fff89eddff7  libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib
        0x7fff89ee9000 -     0x7fff89f35fff  com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
        0x7fff89f36000 -     0x7fff89f5efff  com.apple.GLKit (1.0 - 56) <E5E5A6F0-E6FC-3D40-81E4-A3E627929FD0> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
        0x7fff89f73000 -     0x7fff89f75fff  com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
        0x7fff8a5ea000 -     0x7fff8a5f6fff  libexslt.0.dylib (14.1) <D2D356A3-364D-3277-928D-3B8DBE5B99E8> /usr/lib/libexslt.0.dylib
        0x7fff8a84e000 -     0x7fff8a8a3fff  com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
        0x7fff8a8bd000 -     0x7fff8a8fffff  com.apple.framework.ConfigurationProfiles (8.1 - 847) <AAA938D9-F2FC-33AC-8B39-50BA6017872B> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
        0x7fff8a900000 -     0x7fff8a9ebff7  com.apple.QuickLookUIFramework (5.0 - 696.7) <5A4AAFEC-D38C-3DA0-9361-CBF1D4C6B376> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
        0x7fff8a9ec000 -     0x7fff8aa08ff7  libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib
        0x7fff8aa32000 -     0x7fff8aa32fff  com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8aa33000 -     0x7fff8aa79ff7  libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
        0x7fff8aa7a000 -     0x7fff8aa7bfff  libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib
        0x7fff8aa9d000 -     0x7fff8aaa7fff  com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff8aaa8000 -     0x7fff8ab0eff7  libsystem_network.dylib (583.40.20) <269E5ADD-6922-31E2-8D55-7B777263AC0D> /usr/lib/system/libsystem_network.dylib
        0x7fff8ab0f000 -     0x7fff8ab1bfff  com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8ab1d000 -     0x7fff8ab22fff  com.apple.MediaAccessibility (1.0 - 79) <C5E61B45-1967-3602-A48C-31E132B998B2> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
        0x7fff8ab4c000 -     0x7fff8adbbfff  com.apple.AuthKit (1.0 - 1) <376E7446-9F68-3188-B4D3-DA06925DC535> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
        0x7fff8adc3000 -     0x7fff8aeb2ffb  libxml2.2.dylib (29.5) <4096C2EA-6659-3F22-AC60-1E2F30BDD2B7> /usr/lib/libxml2.2.dylib
        0x7fff8aeb3000 -     0x7fff8b0d4ff7  com.apple.CoreImage (11.4.0 - 366.4.19) <6EE4A686-50C8-3D77-A036-BE8AA0F8A2FD> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
        0x7fff8b0d5000 -     0x7fff8b0eefff  com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
        0x7fff8b0ef000 -     0x7fff8b13dff7  libstdc++.6.dylib (104.1) <76E2AFB1-07E5-3F19-B692-F6E21B7E470D> /usr/lib/libstdc++.6.dylib
        0x7fff8b13e000 -     0x7fff8b146fff  com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
        0x7fff8b147000 -     0x7fff8b174fff  libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib
        0x7fff8b1a1000 -     0x7fff8b215ff3  com.apple.securityfoundation (6.0 - 55126) <1F6BDF18-3CF0-3E85-8D9B-0663599B9949> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
        0x7fff8b5af000 -     0x7fff8b5ebff7  com.apple.OSAKit (1.5 - 104) <8AE3C204-09F1-321A-B007-14D217F9EC59> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
        0x7fff8b5ec000 -     0x7fff8b601fff  com.apple.AppContainer (4.0 - 261.40.2) <F220E702-1C00-3BD2-9943-C7E75C3B4418> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
        0x7fff8b6f5000 -     0x7fff8b755fff  com.apple.QuickLookFramework (5.0 - 696.7) <ECD33169-5EB1-3783-AF9E-1AB9240F8358> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8b756000 -     0x7fff8b75efff  com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
        0x7fff8b762000 -     0x7fff8b766fff  libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib
        0x7fff8b78a000 -     0x7fff8b7aefff  libJPEG.dylib (1444) <AECB826C-8B14-3D04-8DEC-33EE85F5150D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8b7af000 -     0x7fff8b7dbfff  com.apple.framework.SystemAdministration (1.0 - 1.0) <1318B6A5-FFC3-3615-914D-95CBFE5BA727> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
        0x7fff8b7dc000 -     0x7fff8b943fff  libBLAS.dylib (1162.2) <A1398FE0-39D2-33EA-9A0F-B2644EEA29A0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
        0x7fff8b94a000 -     0x7fff8ba02ff7  com.apple.CoreDuet (1.0 - 1) <058EAEDE-156F-309C-AB61-34C61B93D967> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
        0x7fff8ba5b000 -     0x7fff8ba6afe7  com.apple.AppleFSCompression (81.20.2 - 1.0) <2FE122A9-5265-320A-9600-FFC5CE4DE197> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
        0x7fff8ba6b000 -     0x7fff8ba6dfff  libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
        0x7fff8ba6e000 -     0x7fff8ba7ffff  libSparseBLAS.dylib (1162.2) <EBEB3848-3468-342A-91A6-5C47F2369CD9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
        0x7fff8ba80000 -     0x7fff8ba82ff7  com.apple.SafariServices.framework (11601 - 11601.5.17.1) <396E2233-E2DC-391C-84D2-991F636A941B> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices
        0x7fff8ba83000 -     0x7fff8ba85fff  com.apple.xpc.ServiceManagement (1.0 - 1) <F3E14561-5DF4-3429-98ED-8F27A87A343A> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
        0x7fff8ba86000 -     0x7fff8be01ffb  com.apple.VideoToolbox (1.0 - 1731.15.202) <B839BE14-9503-3B5E-A54A-C7FCEED34EA3> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8be02000 -     0x7fff8be52ff7  com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
        0x7fff8be56000 -     0x7fff8be56fff  com.apple.audio.units.AudioUnit (1.13 - 1.13) <93C1D642-37D4-3692-AD35-DCAD04F9610B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8be60000 -     0x7fff8be98ff7  com.apple.Accounts (113 - 113) <5CB5B8DD-BAC3-3924-8908-AD1DF4F2C6AB> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff8bee1000 -     0x7fff8bee7fff  com.apple.IOAccelerator (205.3 - 205.3) <851B6BF8-5B7F-3FB5-9E45-10AAE3BF7438> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
        0x7fff8bee8000 -     0x7fff8befefff  com.apple.CoreMediaAuthoring (2.2 - 953) <06C2E0E2-BA5C-3BB1-8DD7-55613EDD654D> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
        0x7fff8beff000 -     0x7fff8bfbcfd7  com.apple.PackageKit (3.0 - 546) <C257D310-4642-3F16-A747-EED63B08EB6D> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
        0x7fff8bfbd000 -     0x7fff8bfc4ff7  com.apple.phonenumbers (1.1.1 - 105) <A616AFB5-2336-385A-B058-16A423D2B21B> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
        0x7fff8bfc5000 -     0x7fff8c054ff7  libCoreStorage.dylib (517.20.1) <EC540EAA-089C-36D9-BBAA-0684EDE098AB> /usr/lib/libCoreStorage.dylib
        0x7fff8c055000 -     0x7fff8c2c2fff  com.apple.imageKit (2.6 - 932) <FAE317B8-DF15-3096-AFAC-464913BF2F3B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
        0x7fff8c75a000 -     0x7fff8cbd0fff  com.apple.CoreFoundation (6.9 - 1258.1) <943A1383-DA6A-3DC0-ABCD-D9AEB3D0D34D> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8cc2b000 -     0x7fff8cc33fef  libcldcpuengine.dylib (2.7.3) <B385841A-B573-3A91-9BEB-CC89CB2716B3> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
        0x7fff8cc34000 -     0x7fff8cc35fff  libquit.dylib (197.1) <C9B29CC4-19AD-3D2B-9C7F-4FDAB73FE781> /usr/lib/libquit.dylib
        0x7fff8cc81000 -     0x7fff8ccb2ff7  libncurses.5.4.dylib (46) <D4C10699-3E8F-3F42-A695-7490EA4B6B32> /usr/lib/libncurses.5.4.dylib
        0x7fff8cd2d000 -     0x7fff8ce3cfe7  libvDSP.dylib (563.5) <9AB6CA3C-4F0E-35E6-9184-9DF86E7C3DAD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
        0x7fff8cef5000 -     0x7fff8cf23ff7  libsandbox.1.dylib (460.40.33) <26158471-870A-3269-9E2B-7D7963B8E9F3> /usr/lib/libsandbox.1.dylib
        0x7fff8cf29000 -     0x7fff8cf29fff  com.apple.quartzframework (1.5 - 21) <5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff8d10d000 -     0x7fff8d10dfff  libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib
        0x7fff8d10e000 -     0x7fff8d26aff3  com.apple.WebKitLegacy (11601 - 11601.5.17.1) <BEF2ACE7-5D6F-32A2-93BA-BF78D126465F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
        0x7fff8d2b0000 -     0x7fff8d317fff  com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
        0x7fff8d318000 -     0x7fff8d742fff  com.apple.ModelIO (1.0 - 1) <8838E0E1-ACB3-3CE8-ABDC-C787D8B3F247> /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO
        0x7fff8d745000 -     0x7fff8daa7f3f  libobjc.A.dylib (680) <7489D2D6-1EFD-3414-B18D-2AECCCC90286> /usr/lib/libobjc.A.dylib
        0x7fff8daa8000 -     0x7fff8daa8fff  libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8daa9000 -     0x7fff8daceff7  libPng.dylib (1444) <47ACF98D-B5F1-3A03-B6FD-4107D5FAE5E9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff8dacf000 -     0x7fff8db58ff7  com.apple.PerformanceAnalysis (1.0 - 1) <608E8C50-6F59-3FEB-B822-D9B02F328716> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
        0x7fff8db5c000 -     0x7fff8db64fff  libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib
        0x7fff8dbd0000 -     0x7fff8dbdbfff  libkxld.dylib (3248.40.184) <6F776D34-D06C-3C48-B753-D0FB375A4A8A> /usr/lib/system/libkxld.dylib
        0x7fff8dbdc000 -     0x7fff8e46cff7  libclh.dylib (4.0.3 - 4.0.3) <1E01D7A3-33E4-3A79-9C89-24254CE48D4A> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
        0x7fff8e46d000 -     0x7fff8e89bfff  com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
        0x7fff8e89c000 -     0x7fff8e955ff7  com.apple.cloudkit.CloudKit (482.29 - 482.29) <E235B37E-1491-3857-BDE8-38450D4FE8D0> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
        0x7fff8e956000 -     0x7fff8e9c5fff  com.apple.datadetectorscore (7.0 - 460) <8EF4EECC-4FF1-36DF-84CF-65545555A225> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
        0x7fff8e9c6000 -     0x7fff8ea17ff7  libcups.2.dylib (435.1) <4198A94D-A46C-39AA-92B6-83D0BA507D6C> /usr/lib/libcups.2.dylib
        0x7fff8f37b000 -     0x7fff8f387fff  com.apple.HelpData (2.1.4 - 90) <10608EEC-B613-309C-96E6-5A40AB951FA4> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff8f388000 -     0x7fff8f3b9ff7  libtidy.A.dylib (15.17) <6859415D-7A43-384E-ABDD-AA6B2AA9FDCD> /usr/lib/libtidy.A.dylib
        0x7fff8f3c1000 -     0x7fff8f657fff  libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib
        0x7fff8f658000 -     0x7fff8f73eff7  libcrypto.0.9.8.dylib (59.40.2) <2486D801-C756-3488-B519-1AA6807E8948> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8f73f000 -     0x7fff8f742ff7  com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
        0x7fff8f77b000 -     0x7fff8f7aaffb  com.apple.datadetectors (5.0 - 308) <1949868C-BDCD-3772-BDBD-D7E9F2CC1451> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
        0x7fff8f7c3000 -     0x7fff8f7c8ff7  libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib
        0x7fff8f7c9000 -     0x7fff8f83efff  com.apple.framework.IOKit (2.0.2 - 1179.40.20) <FB2AD43B-905D-3BD0-BE17-ACE7D4D13E24> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff8f8bd000 -     0x7fff8f8d7fff  com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff8f942000 -     0x7fff8faceff7  libGLProgrammability.dylib (12.0.40.6) <F5AE40EB-A28B-3F3B-8E4C-0C0D73E47EDB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
        0x7fff8fad7000 -     0x7fff8fadffef  libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
        0x7fff8faf8000 -     0x7fff8fc9eff7  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <082319FC-59F2-3D36-AC9B-94759724E302> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff8fc9f000 -     0x7fff8fcfcfff  com.apple.CoreServices.OSServices (728.8 - 728.8) <4CE49D8A-8304-3347-9379-6075CB906419> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
        0x7fff8fcfd000 -     0x7fff8fd00ffb  libdyld.dylib (360.21) <8390E026-F7DE-3C32-9486-3DFF6BD131B0> /usr/lib/system/libdyld.dylib
        0x7fff8fd01000 -     0x7fff8fd10ffb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8fd11000 -     0x7fff8fd19fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
        0x7fff8fe13000 -     0x7fff8fe40ff3  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <E38F3C5D-754F-32BE-87FB-C83A80B4C0D6> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
        0x7fff8fe41000 -     0x7fff8fe5dff7  libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib
        0x7fff90076000 -     0x7fff900a5ff7  com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
        0x7fff900a6000 -     0x7fff900f2ffb  com.apple.HIServices (1.22 - 549) <E4E1BD10-F475-3E19-9E0B-A5071D158F47> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
        0x7fff900f3000 -     0x7fff9010fff3  libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
        0x7fff910b1000 -     0x7fff91128feb  libcorecrypto.dylib (335.40.8) <9D300121-CAF8-3894-8774-DF38FA65F238> /usr/lib/system/libcorecrypto.dylib
        0x7fff91129000 -     0x7fff9116eff7  com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
        0x7fff9116f000 -     0x7fff91170ffb  libSystem.B.dylib (1226.10.1) <CD307E99-FC5C-3575-BCCE-0C861AA63124> /usr/lib/libSystem.B.dylib
        0x7fff91335000 -     0x7fff91340fff  libGPUSupportMercury.dylib (12.0.40.6) <CC8F3ED8-72FE-3041-A0F2-D8F17DBE2347> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
        0x7fff91357000 -     0x7fff91392ff7  com.apple.AuthKitUI (1.0 - 1) <EC5CFA90-A461-30BD-BE65-52D45F005951> /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI
        0x7fff91393000 -     0x7fff91396ff7  libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
        0x7fff91397000 -     0x7fff91397fff  com.apple.IOPlatformPluginFamily (1.0 - 1) <61D1D438-9DE8-34A0-ADC0-9789517515E8> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily
        0x7fff913ab000 -     0x7fff913befff  com.apple.contacts.ContactsPersistence (1.0 - 2137.1) <71232F20-11BD-370D-9F43-F262BFE46C93> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
        0x7fff913bf000 -     0x7fff9144cfff  libsystem_c.dylib (1082.20.4) <CDEBF2BB-A578-30F5-846F-96274951C3C5> /usr/lib/system/libsystem_c.dylib
        0x7fff9144d000 -     0x7fff91452ff7  com.apple.AssetCacheServices (14.1 - 14.1) <5F249F84-660A-3E94-B073-6729E7ED56D9> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
        0x7fff91482000 -     0x7fff91532fe7  libvMisc.dylib (563.5) <6D73C20D-D1C4-3BA5-809B-4B597C15AA86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
        0x7fff91533000 -     0x7fff91571ff7  libGLImage.dylib (12.0.40.6) <734B133F-E789-3A25-9DE6-1CCBA4896D4D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
        0x7fff915a8000 -     0x7fff915f8ff7  com.apple.DiskManagement (8.1 - 952) <6E0FBC67-47E0-3669-8065-ECA8C67098A8> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
        0x7fff915f9000 -     0x7fff915faff7  libodfde.dylib (23) <F84CB160-D638-3190-B6F5-A262E9AF09F6> /usr/lib/libodfde.dylib
        0x7fff915fb000 -     0x7fff91606fff  libcsfde.dylib (517.20.1) <6FFC376E-E141-37EE-800A-004080A50091> /usr/lib/libcsfde.dylib
        0x7fff91607000 -     0x7fff91648ff7  libGLU.dylib (12.0.40.6) <C56DDF90-CF6D-30D2-A3E6-89288BE69DCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff91658000 -     0x7fff916e7fff  com.apple.CorePDF (4.0 - 4) <849BBFF6-0700-3ED1-98DF-A6E93B9B707F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff916e8000 -     0x7fff9182dfff  com.apple.QTKit (7.7.3 - 2943.3) <88AA19A7-7170-3798-8CBA-B1B8D4763ADB> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff9182e000 -     0x7fff91b23fff  com.apple.HIToolbox (2.1.1 - 807.2) <871E5223-5D03-3649-98AF-9CCA3B41E307> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
        0x7fff91b24000 -     0x7fff91b2afff  com.apple.XPCService (2.0 - 1) <5E2122D6-FFA2-3552-BF16-9FD3F36B40DB> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
        0x7fff91b2b000 -     0x7fff91b42fff  com.apple.ScriptingBridge (1.3.3 - 68) <13D01EBC-D01E-3054-8C3C-3989BCF6370A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
        0x7fff91b43000 -     0x7fff91b8fff7  com.apple.corelocation (1486.17 - 1615.38) <6336CFC5-9D7D-3B76-B263-56DD6EBD0B8D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff91b90000 -     0x7fff91b92ff7  libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib
        0x7fff91b93000 -     0x7fff91bc2ffb  libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib
        0x7fff91bc3000 -     0x7fff91c16ff7  libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
        0x7fff91c31000 -     0x7fff91c5bff7  GLRendererFloat (12.0.40.6) <4063015F-BC8F-308D-9065-685F89659F2C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
        0x7fff91ccc000 -     0x7fff91ccdfff  libUAPreferences.dylib (270.10) <E024EBC2-529A-332E-98B8-8332912ED5F4> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
        0x7fff91cce000 -     0x7fff91da4ffb  com.apple.DiskImagesFramework (10.11.3 - 417.2) <7412BC0B-A895-350D-B829-1E3A6FF5EC3F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff91da5000 -     0x7fff91df3fff  libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib
        0x7fff91df4000 -     0x7fff91e13ff7  com.apple.contacts.vCard (1.0 - 2137.1) <41529BD9-1BCC-3A62-92BA-2A7110867355> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
        0x7fff91e8b000 -     0x7fff91e8ffff  libGIF.dylib (1444) <D3F44A33-355E-3154-A465-1C732AAC5F75> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff91e90000 -     0x7fff91f30fff  com.apple.ViewBridge (159 - 159) <D8131B7E-DFC9-3FDD-9D56-49821C1D1521> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
        0x7fff91f3a000 -     0x7fff9202cff7  libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
        0x7fff920ff000 -     0x7fff92106ff7  libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib
        0x7fff9216b000 -     0x7fff92316ffb  GLEngine (12.0.40.6) <32029589-A64E-3E6B-A024-F985765766A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
        0x7fff92379000 -     0x7fff9237afff  com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
        0x7fff923cb000 -     0x7fff923d4ff7  com.apple.DisplayServicesFW (3.0 - 378) <45BE1B99-8E10-32F0-A180-A6B6CB5883AE> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
        0x7fff923d5000 -     0x7fff9240dff7  com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
        0x7fff9240e000 -     0x7fff92435fff  com.apple.shortcut (2.16 - 93) <2BA6DF3E-04C7-39C8-B311-3413E9FC9022> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff92436000 -     0x7fff924cbfff  com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
        0x7fff927b3000 -     0x7fff927b5ff7  libRadiance.dylib (1444) <A5EFA292-AFD4-3FCE-8802-958AD60F75DA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff927b6000 -     0x7fff927c4fff  libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
        0x7fff927c5000 -     0x7fff927c6fff  libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib
        0x7fff927c7000 -     0x7fff927d2ff7  libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib
        0x7fff927d3000 -     0x7fff92d2bff7  com.apple.MediaToolbox (1.0 - 1731.15.202) <A19F9D25-5333-3AA0-90FB-97F3F420A7EA> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff92d2c000 -     0x7fff92d2ffff  com.apple.IOSurface (108.2.1 - 108.2.1) <A0037B0A-277A-393E-9BF6-688595BD564D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff92df5000 -     0x7fff92df7fff  libCVMSPluginSupport.dylib (12.0.40.6) <4AA6710A-6267-3062-BFF2-27DB5E6B5892> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
        0x7fff92df8000 -     0x7fff92dfdff3  libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib
        0x7fff92dfe000 -     0x7fff92e0cff7  libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
        0x7fff92e0d000 -     0x7fff92e0fff7  libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib
        0x7fff92e10000 -     0x7fff92e98fff  com.apple.CoreSymbolication (3.1 - 58048.1) <4730422E-4178-34F9-8550-BB92F2A4F44B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
        0x7fff92e99000 -     0x7fff92e99ff7  liblaunch.dylib (765.40.36) <1CD7619D-AF2E-34D1-8EC6-8021CF473D9B> /usr/lib/system/liblaunch.dylib
        0x7fff92e9a000 -     0x7fff92eb6fff  com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
        0x7fff92eb7000 -     0x7fff92ec0fff  com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
        0x7fff92ec1000 -     0x7fff92ef2fff  com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff92ef3000 -     0x7fff92efbffb  libsystem_dnssd.dylib (625.40.20) <86A05653-DCA0-3345-B29F-F320029AA05E> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff92efc000 -     0x7fff92f70ff7  com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
        0x7fff9323f000 -     0x7fff93242ffb  libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib
        0x7fff932ab000 -     0x7fff933d0ff7  com.apple.LaunchServices (728.8 - 728.8) <FDA38B17-82E2-322F-A008-B9207A6EA668> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
        0x7fff933d1000 -     0x7fff933d2ffb  libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib
        0x7fff933d3000 -     0x7fff933ecfff  com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
        0x7fff933ed000 -     0x7fff93408fff  com.apple.aps.framework (4.0 - 4.0) <CAD47B6E-A581-3B35-885B-67B206F41D5E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
        0x7fff93438000 -     0x7fff93489ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <3D62A9B3-67A8-3F8A-A102-05E310249075> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff9348a000 -     0x7fff93650fe7  com.apple.ImageIO.framework (3.3.0 - 1444) <54F18254-F31B-3464-BB51-BAF9E9620419> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
        0x7fff93685000 -     0x7fff936a3ffb  libedit.3.dylib (43) <1D3E3152-4001-3C19-B56A-7543F1BBA47C> /usr/lib/libedit.3.dylib
        0x7fff93802000 -     0x7fff93831fff  com.apple.securityinterface (10.0 - 55065.40.1) <1BB39B19-DD74-347E-A344-0E6781773577> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
        0x7fff93842000 -     0x7fff93932fff  libJP2.dylib (1444) <27371567-A122-3217-ADA0-3A446EF6A3E9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
        0x7fff93933000 -     0x7fff93a99fff  com.apple.AutomatorFramework (2.6 - 419) <D4FA8249-D558-3B85-9339-788C0006DF27> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
        0x7fff93bc3000 -     0x7fff93cd1ff3  com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
        0x7fff93cd2000 -     0x7fff93f1eff7  com.apple.AddressBook.framework (9.0 - 1679.9) <8879002B-C87B-3595-9CD2-B672F10DD156> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
        0x7fff93f31000 -     0x7fff94097fff  com.apple.MapKit (1.0 - 1620.41) <2E289A8D-5629-3A9B-93F3-E439747C3A09> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
        0x7fff940a1000 -     0x7fff940aaff3  libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib
        0x7fff94117000 -     0x7fff94119ffb  libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
        0x7fff94142000 -     0x7fff9414cfff  com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <04208A07-A884-386D-AAE9-6F7A4F783B13> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
        0x7fff9414d000 -     0x7fff9435afff  libicucore.A.dylib (551.51) <35315A29-E21C-3CC5-8BD6-E07A3AE8FC0D> /usr/lib/libicucore.A.dylib
        0x7fff943b9000 -     0x7fff94464fff  com.apple.PDFKit (3.1 - 3.1) <27AF3C85-1C0B-389C-856C-2E527620C195> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
        0x7fff94465000 -     0x7fff94487fff  com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
        0x7fff94488000 -     0x7fff944aaff7  com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
        0x7fff944c0000 -     0x7fff9495bff3  com.apple.GeoServices (1.0 - 1151.47.0.1) <928294E7-6897-3D5B-9D2E-BC092B6C25DE> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff94979000 -     0x7fff94994ff7  libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
        0x7fff94995000 -     0x7fff949a6fff  libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
        0x7fff949a7000 -     0x7fff949d5ff7  com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
        0x7fff949d8000 -     0x7fff94a46ff7  com.apple.ApplicationServices.ATS (377 - 394.3) <847DBFBA-8D6B-367B-99FD-C6CAA8C05C65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
        0x7fff94aac000 -     0x7fff94b0afff  com.apple.SystemConfiguration (1.14 - 1.14) <10082F58-6190-3A7C-8B6C-C12B16DC793A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
        0x7fff94b0b000 -     0x7fff94b24fff  com.apple.network.statistics.framework (1.2 - 1) <153E9FF4-EB4A-3C0D-9A99-497A42EFDED9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
        0x7fff94b25000 -     0x7fff94b25fff  com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff94b26000 -     0x7fff94b32ff7  com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff94b9a000 -     0x7fff94b9bffb  libsysmon.dylib (85) <B4DA61BB-07A0-3CFB-9EBD-33121FC4BEA4> /usr/lib/libsysmon.dylib
        0x7fff94b9c000 -     0x7fff94b9cfff  libmetal_timestamp.dylib (600.0.44.1) <6576F284-BACA-332A-A6E7-FA1C347636E3> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
        0x7fff94bf2000 -     0x7fff94bf4fff  libCGXType.A.dylib (957) <B901C222-E779-32EB-96C2-5A707A09FC5B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff95403000 -     0x7fff9541dff3  liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
        0x7fff9557f000 -     0x7fff95580fff  libffi.dylib (18.1) <5BA9612C-747E-33CE-9DB1-3C01ECF3041D> /usr/lib/libffi.dylib
        0x7fff95581000 -     0x7fff955f0fff  com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
        0x7fff9565b000 -     0x7fff95664ff7  libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
        0x7fff95696000 -     0x7fff95dc8ff7  com.apple.VectorKit (1.0 - 1156.38.0.1) <39206074-C49E-3C6C-8C3D-98CB9F9B8961> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
        0x7fff95e12000 -     0x7fff95e54ff7  com.apple.Metal (56.6 - 56.6) <7DCBE573-B713-3C50-A16E-2F33A84C3CFB> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
        0x7fff95e55000 -     0x7fff95e5dfff  libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib
        0x7fff95e60000 -     0x7fff95eccff7  com.apple.contacts.Contacts (1.0 - 2137.1) <2726B3FB-7A00-34E0-8BBF-7E5395C35527> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
        0x7fff95ece000 -     0x7fff95ee1fff  com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
        0x7fff95ee7000 -     0x7fff96177ff7  com.apple.RawCamera.bundle (6.19 - 844) <96617D7F-437C-31AB-B413-ADC079469054> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff96178000 -     0x7fff9617bfff  libsystem_sandbox.dylib (460.40.33) <30671DCC-265F-325A-B33D-11CD336B3DA3> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff96190000 -     0x7fff961b9fff  libc++abi.dylib (125) <DCCC8177-3D09-35BC-9784-2A04FEC4C71B> /usr/lib/libc++abi.dylib
        0x7fff961ba000 -     0x7fff961c5fff  com.apple.DirectoryService.Framework (10.11 - 194) <6F827D0E-0F02-3B09-B2A8-252865EECA7F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
        0x7fff961c6000 -     0x7fff961cbff7  libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib
        0x7fff961cc000 -     0x7fff961dafff  com.apple.ToneLibrary (1.0 - 1) <AF05AF34-9BC4-3BA6-81C1-7420F22C9D7D> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
        0x7fff961db000 -     0x7fff961ddfff  com.apple.SecCodeWrapper (4.0 - 261.40.2) <1F832591-59A8-3B3F-943F-D6D827463782> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
        0x7fff96430000 -     0x7fff96440fff  libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
        0x7fff96447000 -     0x7fff96452fff  libGL.dylib (12.0.40.6) <4FC6D3F9-6582-3E7D-A7D1-E035F0E26697> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff96453000 -     0x7fff96457fff  libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
        0x7fff96458000 -     0x7fff96531fff  com.apple.CoreMedia (1.0 - 1731.15.202) <D2A49E52-9D26-35A8-BDDC-3BCDBEC5A19E> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff96c14000 -     0x7fff96c17fff  libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
        0x7fff96c18000 -     0x7fff96c63ff7  com.apple.CoreMediaIO (703.0 - 4791) <B974A225-61C6-34DD-AC2A-495BD6A393B3> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff96c6e000 -     0x7fff96d15fff  com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
        0x7fff96d16000 -     0x7fff96d2afff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <D0A5B9A7-A247-37CD-A8F7-64DC635F9C9B> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
        0x7fff96d3b000 -     0x7fff96d40fff  com.apple.DiskArbitration (2.7 - 2.7) <F55902AA-5316-3255-A701-FDED5B553065> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff96d56000 -     0x7fff96da8fff  com.apple.CloudDocs (1.0 - 383.12) <1388C0E5-9B2F-372B-A005-043EB049AAA3> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
        0x7fff96dd6000 -     0x7fff96dd6fff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <054DFE32-737D-3211-9A14-0FC5E1A880E3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff96e80000 -     0x7fff96e88fff  com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff96e89000 -     0x7fff96e9fff7  libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
        0x7fff96fc4000 -     0x7fff96fedff7  libxslt.1.dylib (14.1) <27DE3F2E-CE96-3327-A563-788EE3E2775B> /usr/lib/libxslt.1.dylib
        0x7fff9703c000 -     0x7fff9703ffff  com.apple.Mangrove (1.0 - 1) <2D86B3AD-64C3-3BB4-BC66-1CFD0C90E844> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff97040000 -     0x7fff97092fff  com.apple.AppleVAFramework (5.0.32 - 5.0.32) <FC1AED2C-B3E2-31D9-B163-37989CD8A073> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff97093000 -     0x7fff970b7fff  com.apple.MultitouchSupport.framework (304.10.2 - 304.10.2) <CE75EDA3-2B22-3968-834E-550EA870ECC8> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
        0x7fff971ec000 -     0x7fff971edfff  libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
        0x7fff971ee000 -     0x7fff97205fff  libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
        0x7fff97206000 -     0x7fff97269fff  libAVFAudio.dylib (161.2) <1A98DBF3-490B-37FB-928A-AB1E36E6E5DD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
        0x7fff97284000 -     0x7fff97364ff7  unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
        0x7fff97365000 -     0x7fff97399ff7  com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff973c8000 -     0x7fff97417ff7  com.apple.opencl (2.7.0 - 2.7.0) <307263BA-0368-38C9-A7FB-25920343D0DF> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff97418000 -     0x7fff9753cfff  libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib
        0x7fff9753d000 -     0x7fff976bbfff  com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
        0x7fff976bc000 -     0x7fff97a51fdb  com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
        0x7fff97a52000 -     0x7fff97a54ff7  com.apple.securityhi (9.0 - 55006) <A4CEFD45-C51C-381C-A57B-FF75D90C680F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
        0x7fff97a55000 -     0x7fff97a80ffb  libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
        0x7fff97a81000 -     0x7fff97baeff3  com.apple.CoreText (352.0 - 494.11) <08E8640E-6602-3A00-BC28-94235FD311B4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
        0x7fff97baf000 -     0x7fff97c95fef  unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
        0x7fff97cc9000 -     0x7fff97dc5ff7  libFontParser.dylib (158.5) <62796E99-36B7-36B6-8D33-5349F88014C3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff97dc9000 -     0x7fff97dcaff3  com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
        0x7fff97dcb000 -     0x7fff97ddcff7  libsystem_trace.dylib (201.10.3) <25104542-5251-3E8D-B14A-9E37207218BC> /usr/lib/system/libsystem_trace.dylib
        0x7fff97edb000 -     0x7fff97f11fff  libssl.0.9.8.dylib (59.40.2) <523FEBFA-4BF7-3A69-83B7-164265BE7F4D> /usr/lib/libssl.0.9.8.dylib
        0x7fff97f45000 -     0x7fff97f4afff  com.apple.TCC (1.0 - 1) <50F7EC60-5B21-3B9B-BF2F-F037EA7B12FB> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
        0x7fff97f4b000 -     0x7fff9828bfff  com.apple.WebKit (11601 - 11601.5.17.1) <6FA46AD7-3DF1-3654-A642-D9C5BE613ED7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff98473000 -     0x7fff98477fff  com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
        0x7fff98478000 -     0x7fff98495ff7  com.apple.pluginkit.framework (1.0 - 1) <0BA96479-0451-3DA9-A2AC-FE1D86D383AB> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
        0x7fff9849f000 -     0x7fff984a7fff  libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib
        0x7fff984ff000 -     0x7fff9850afff  com.apple.AppSandbox (4.0 - 261.40.2) <52766210-B6EB-3B73-AB1B-42E0A9AD2EE8> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
        0x7fff98553000 -     0x7fff9855ffff  com.apple.CommerceCore (1.0 - 462.9) <FC172F15-E030-3437-BCFF-8D4F1570A8E1> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
        0x7fff985db000 -     0x7fff9860eff7  com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
        0x7fff98636000 -     0x7fff9925ffff  com.apple.AppKit (6.9 - 1404.46) <2492D315-76B6-320B-B542-231FCA44CA48> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff993b0000 -     0x7fff993d4fff  com.apple.quartzfilters (1.10.0 - 1.10.0) <F5C482E2-5AFB-3959-8C01-C149D48E7583> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
        0x7fff99449000 -     0x7fff99457fff  com.apple.IntlPreferences (2.0 - 192) <61F62126-0902-3324-BB1D-8B93297ED899> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
        0x7fff99458000 -     0x7fff99481ffb  libRIP.A.dylib (957) <5F18F20D-5921-3314-A9F8-F1B1CB62C83D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff99628000 -     0x7fff9962cfff  com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
        0x7fff999f1000 -     0x7fff99c8bfff  com.apple.security (7.0 - 57337.40.85) <7C5B8DEF-3D02-3410-9BD3-2B1251F84D4B> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff99c8c000 -     0x7fff99cdefff  com.apple.ImageCaptureCore (7.0 - 7.0) <9F3123D8-29D2-332F-AD6B-AB9BF1A58022> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
        0x7fff99ce0000 -     0x7fff99cf7ff7  libsystem_asl.dylib (323.40.3) <007F9094-317A-33EA-AF62-BAEAAB48C0F7> /usr/lib/system/libsystem_asl.dylib
    
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 108
        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: 23458160
        thread_create: 0
        thread_set_state: 10119
    
    VM Region Summary:
    ReadOnly portion of Libraries: Total=563.7M resident=0K(0%) swapped_out_or_unallocated=563.7M(100%)
    Writable regions: Total=1.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.6G(100%)
    
                                      VIRTUAL   REGION 
    REGION TYPE                          SIZE    COUNT (non-coalesced) 
    ===========                       =======  ======= 
    Accelerate.framework                 256K        3 
    Activity Tracing                    2048K        2 
    CG backing stores                   26.8M        9 
    CG image                            16.6M       78 
    CG raster data                        24K        4 
    CG shared images                     464K       14 
    CoreAnimation                       43.5M      139 
    CoreData Object IDs                 4100K        3 
    CoreUI image data                   4856K       40 
    CoreUI image file                    320K        8 
    Dispatch continuations              16.0M        2 
    Foundation                            56K        7 
    Image IO                             200K       15 
    JS JIT generated code                  8K        3 
    JS JIT generated code (reserved)     1.0G        2         reserved VM address space (unallocated)
    Kernel Alloc Once                 a     8K        3 
    MALLOC                             477.5M      247 
    MALLOC guard page                     32K        7 
    Memory Tag 242                        12K        2 
    OpenCL                                 8K        2 
    OpenGL GLSL                          256K        4 
    Process Corpse Info                 2048K        2 
    SQLite page cache                   10.0M       28 
    STACK GUARD                         56.1M       24 
    Stack                               18.7M       26 
    VM_ALLOCATE                          212K       24 
    WebKit Malloc                       4132K        5 
    __DATA                              68.0M      553 
    __GLSLBUILTINS                      2588K        2 
    __IMAGE                              528K        2 
    __LINKEDIT                         142.2M      197 
    __TEXT                             421.6M      509 
    __UNICODE                            552K        2 
    mapped file                        211.6M       82 
    shared memory                       16.4M       13 
    ===========                       =======  ======= 
    TOTAL                                2.5G     2028 
    TOTAL, minus reserved VM space       1.5G     2028 
    
    
    bug 
    opened by iSevenDays 6
  • Getting lots of error while tries to run.

    Getting lots of error while tries to run.

    I downloaded code, and tries to run it gives me error for 'Use Legacy Swift Language version' which earlier was Unspecified. I changed to No for Swift 3.0 then I got errors.

    Any Help Appreciated. Thanks

    opened by RPiyush 5
  • Issue building on Xcode 9 beta 5

    Issue building on Xcode 9 beta 5

    Sorry to ask the most obvious question, but I can't figure out what to open. I followed the instructions and added the flag and rebuilt. However, clicking the button to the right of the Derived Data Location simply brings me to a Finder Window showing the Derived Data folder in my Library. I'm not sure what to do from that point. Since it's not a file open dialog, if I do anything in Finder window, nothing happens. I have pasted the path to some file - though I'm not sure what type of file is needed, but then what? Nothing seems to happen.

    Btw, I'm using this with Xcode 9 Beta 5.

    opened by mark-anders 5
  • Show cumulative compile time

    Show cumulative compile time

    This change groups all identical lines together and shows their summed up build time. It also removes the 20 results limit and only logs files whose cumulative compile time exceeds 10ms. Also if a single line in the same source file produces multiple results, but with a different column, they are summed up too.

    This unfortunately also disables the live update (for now).

    Closes #26

    opened by eaigner 5
  • I do not understand the installation instructions

    I do not understand the installation instructions

    Download the code and open it in Xcode, archive the project and export the build. Easy, right?

    What is: archive the project in this context?

    What is export the build in this context?

    opened by worikgh 2
  • Remove type inference

    Remove type inference

    Bumped into an issue where the execution was a little pokey. I updated declarations to speed up type inference. U cool if I update to Combine sometime?

    opened by AdrianBinDC 0
  • Summarize Build Time per Pods Target

    Summarize Build Time per Pods Target

    We are heavily using Cocoapods in our projects. We usually have a lot of pods included to our app targets.

    It would be nice to see which Pods (Swift module) takes up the most time to compile.

    Without knowing how this tool works, here my brain dump ideas :D

    • accumulate all build times from same Pod (Swift module)
    • display a new list for all the Swift modules
    • clicking on one item in the list opens current view what we have, but just filtered by that Swift module only
    opened by Buju77 2
  • Change file opening action to double click

    Change file opening action to double click

    In the build time table, opening the file by using just click down event is too premature and can result in unwanted opening. We should use Double click instead. It feels more natural for opening a file.

    Screenshot 2019-12-09 at 10 47 25 AM

    opened by hlung 0
Releases(v1.0.12)
Owner
Robert Gummesson
Robert Gummesson
An executable that can be called from a Run Script Build Phase that makes comments such as // TODO: or // SERIOUS: appear in Xcode's Issue Navigator giving them project-wide visibility.

XcodeIssueGenerator An executable that can be called from a Run Script Build Phase that makes comments such as // TODO: or // SERIOUS: appear in Xcode

Wunderman Thompson Apps 143 Oct 11, 2022
Build native iOS, Android, and Web apps with Capacitor and Remix.run 💿

This repository holds production ready Capacitor templates for building native mobile applications using Remix. Using Capacitor, you can quickly build out a native mobile application for iOS and Android using web technology, such as Remix.

Ionic 70 Dec 30, 2022
Swift CLI for strong-typing images, colors, storyboards, fonts and localizations

Shark Shark is a Swift command line tool that generates type safe enums for your images, colors, storyboards, fonts and localizations. Because Shark r

Kaan Dedeoglu 377 Dec 1, 2022
Strong typed, autocompleted resources like images, fonts and segues in Swift projects

R.swift Get strong typed, autocompleted resources like images, fonts and segues in Swift projects Why use this? It makes your code that uses resources

Mathijs Kadijk 8.9k Jan 6, 2023
SwiftGen is a tool to automatically generate Swift code for resources of your projects

SwiftGen SwiftGen is a tool to automatically generate Swift code for resources of your projects (like images, localised strings, etc), to make them ty

null 8.3k Jan 5, 2023
Soulful docs for Swift & Objective-C

jazzy is a command-line utility that generates documentation for Swift or Objective-C About Both Swift and Objective-C projects are supported. Instead

Realm 7.2k Jan 3, 2023
Laurine - Localization code generator written in Swift. Sweet!

Author's note: Thanks everyone for making Laurine the TOP trending Swift repository in the world - this is amazing and very heart-warming! But this is

Jiri Trecak 1.3k Dec 28, 2022
swiftenv allows you to easily install, and switch between multiple versions of Swift.

Swift Version Manager swiftenv allows you to easily install, and switch between multiple versions of Swift. This project was heavily inspired by pyenv

Kyle Fuller 1.9k Dec 27, 2022
Script to support easily using Xcode Asset Catalog in Swift.

Misen Misen is a script to support using Xcode Asset Catalog in Swift. Features Misen scans sub-directories in the specified Asset Catalog and creates

Kazunobu Tasaka 123 Jun 29, 2022
An Xcode Plugin to convert Objective-C to Swift

XCSwiftr Convert Objective-C code into Swift from within Xcode. This plugin uses the Java applet of objc2swift to do the conversion. Noticed that the

Ignacio Romero Zurbuchen 338 Nov 29, 2022
Swift autocompleter for Sublime Text, via the adorable SourceKitten framework

SwiftKitten SwiftKitten is a Swift autocompleter for Sublime Text, via the adorable SourceKitten framework. Faster than XCode ! This package is new an

John Snyder 142 Sep 9, 2022
Simple Wi-Fi analyzer for macOS

Wandra Simple Wi-Fi analyzer for macOS built in SwiftUI. It displays your Signal to Noise Ratio and Received Signal Strength. Basestation SSID and MAC

Mikael Löfgren 15 Dec 29, 2022
A simple solution to decrease build time and more cleaner codebase

Swift Optional Optimizer A simple Protocol Oriented solution to decrease build time and more cleaner code base. Are you tired of using ?? in your code

Emad Beyrami 5 Dec 22, 2022
Stopwatch is a Swift App that measures amount of time elapsed from a particular time.

Stopwatch Stopwatch is a Swift App that measures amount of time elapsed from a particular time. It highly mocks the stopwatch of Apple's offical App c

Kushal Shingote 3 Feb 20, 2022
A "time ago", "time since", "relative date", or "fuzzy date" category for NSDate and iOS, Objective-C, Cocoa Touch, iPhone, iPad

Migration 2014.04.12 NSDate+TimeAgo has merged with DateTools. DateTools is the parent project and Matthew York is the project head. This project is n

Kevin Lawler 1.8k Dec 2, 2022
A replacement for as which runs in constant time instead of O(n) when the conformance is not satisfiedA replacement for as which runs in constant time instead of O(n) when the conformance is not satisfied

ZConform A replacement for as? which runs in constant time instead of O(n) when the conformance is not satisfied. How it works ZConform does a one-tim

Emerge Tools 20 Aug 4, 2022
Sync your app's time with server's UTC time

ServerSync for iOS Apps Sometimes your app can't rely on the device's date and time settings being correct. This library will help you calibrate your

null 10 Dec 16, 2021
Swift-multipart-formdata - MultipartFormData: Build multipart/form-data type-safe in Swift

MultipartFormData Build multipart/form-data type-safe in Swift. A result builder

Felix Herrmann 21 Dec 29, 2022
A hobby project using Swift protocol and Swift 5.7's new generics to build an iOS Calculator-like calculator.

Calculator A hobby project using Swift protocol and Swift 5.7's new generics to build an iOS Calculator-like calculator. Highlights: You can use Calcu

Kyle 4 Oct 24, 2022
Chatto is a Swift lightweight framework to build chat applications.

Chatto is a Swift lightweight framework to build chat applications. It's been designed to be extensible and performant. Along with Chatto there is ChattoAdditions, a companion framework which includes cells for messages and an extensible input component. You can find more details about how it was implemented in our blog. See them in action!

Badoo Tech 4.4k Dec 29, 2022