XVim2 - Vim key-bindings for Xcode 9

Overview

XVim2

XVim2 is a Vim plugin for Xcode intending to offer a compelling Vim experience without the need to give up any Xcode features.

Use https://github.com/XVimProject/XcodeIssues to keep track Xcode Vim keybinding issues

Install

  1. Clone the repo:
$ git clone https://github.com/XVimProject/XVim2.git
$ cd XVim2
  1. Confirm xcode-select points to your Xcode:
$ xcode-select -p
/Applications/Xcode.app/Contents/Developer

If this doesn't show your Xcode application path, use xcode-select -s /path/to/Xcode.app/Contents/Developer to set the correct path.

  1. git checkout a branch for your Xcode version. See Branches and Releases section for more information.

  2. make:

$ make
  1. XVim2 support some code injection system to load XVim2 into Xcode.
  1. Create .xvimrc as you need.

Xcode plugin system

NOTE: This method have issue for sign-in to Apple ID via Xcode on Big Sur. #340

  1. Sign Xcode with your own certificate. You can read the instructions for how to do this and if you have questions or concerns about what this means you can read the FAQ on why you need to resign Xcode to use XVim2.

If you see something like the following:

XVim hasn't confirmed the compatibility with your Xcode, Version X.X
Do you want to compile XVim with support Xcode Version X.X at your own risk? 

Press y to use XVim with your Xcode version (even if XVim is not confirmed to work with that version of Xcode).

  1. Launch Xcode, where you'll be asked if you want to load XVim. Press 'Yes' to do so. If you press 'No' by mistake, close Xcode and execute the following from a terminal:
defaults delete  com.apple.dt.Xcode DVTPlugInManagerNonApplePlugIns-Xcode-X.X     (X.X is your Xcode version)

Then relaunch Xcode and choose 'Yes' to load XVim.

SIMBL plugin system

NOTE: SIMBL plugin system required disabling some security feature to work on recently macOS.

  1. Setup MacForge with disabling Library-Validation and System Integrity Protection (SIP).

  2. Reboot your mac to take effect disabling Library-Validation.

  3. make:

$ make simbl

Compatibility matrix

Xcode OS security configuration loading system x64 arm64
re-codesign (occur Apple ID login problem on BigSur) any Xcode Plugin
original disable Library-Validation and SIP
SIMBL MacForge 1.1.0 not yet support M1
Tested on macOS 11.2.3, Xcode 12.4

Branches and Releases

  • master: for the lastest GM Xcode.

  • develop: for the next beta Xcode and develop.

  • tags

    • xcode12
    • xcode11.7
    • xcode11.5
    • xcode11.2
    • xcode10.3
    • xcode10.2
    • xcode10.1
    • xcode9.4
    • xcode9.3
    • xcode9.2

Please use appropriate tags or branches.

For easy bugfixes and typo fixes, please open a pull request to the master branch. For a new feature or adding support for a beta version of Xcode, please open a pull request to the develop branch.

Uninstall

$ make uninstall

Manual uninstall

Delete the following directories:

  • $HOME/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/XVim2.xcplugin
  • /Library/Application\ Support/MacEnhance/Plugins/XVim2.bundle

Feature list

See separate FeatureList.md

Bug reports

Unfortunately XVim sometimes crashes Xcode. We are working on eliminating all the bugs, but it's really hard work. All bug reports are appreciated, and they are especially helpful when they include the following information:

  • Crash information. Xcode shows threads stack trace when it crashes. Please copy the stack trace and include it in your report.
  • The operations you performed to cause the crash, e.g. the series of key strokes or mouse clicks you performed.
  • The text you were manipulating.
  • Xcode version.
  • XVim version. The version number of the revision you built.
  • .xvimrc. If you have it.

When it is hard to solve a problem with information above, take debug log according to the following movie please.

How to get XVim debug log

We appreciate if you write test case for the bug. Read "Write test" section in Documents/Developsers/PullRequest.md how to write test case. You do not need to update any source code but just write 7 items explained there in an issue you create.

Contributing

If you fix a bug by yourself and add new feature, see here.

Contributing.md

Bountysource

XVim supports Bountysource. If you want to solve your issue sooner make bounty on your issue is one option. A contributer should work on it preferentially (not guaranteed though). To make bounty visit following link and go to "Issue" tab. Select your issue and make bounty on it.

https://www.bountysource.com/teams/xvimproject (XVim2) https://www.bountysource.com/teams/xvim (XVim)

Donations

If you think the plugin is useful, please donate. There are two options you can take. Donate for Japan Earthquake and Tsunami Relief or back the project via BountySource. There is no rule that you cannot take both :) .

Japan Earthquake and Tsunami Relief

Since I do not intend make money from this project, I am directing donations to the people suffering from the damage of the 2011 Tohoku earthquake and tsunami in Japan.

Please donate directly through the Paypal donation site below, as this will put more money to good use by reducing the transfer fee.

https://www.paypal-donations.com/pp-charity/web.us/campaign.jsp?cid=-12

Since no messages are sent when you donate from the paypal link, you could also write a donation message on Message Board. I(we) would really appreciate it, and it will really motivate me(us)!

BountySource

If you like to help and enhance the project directly consider backing this project via BountySource. You can back the team (which means you support the entire project) or you can make bounty on a specific issue. (If you have any bugs to be fixed or features to be implemented not in issues yet you can make one.)

Contributors

See contributors page in github repository. https://github.com/XVimProject/XVim2/contributors

License

MIT License

Comments
  • Add support for Xcode 9.3

    Add support for Xcode 9.3

    I tried installing XVim2 for the new Xcode 9.3 beta but couldn't get it to work.

    I followed these steps:

    • Codesign Xcode 9.3 beta and xcode-select -s /Applications/Xcode-beta.app/
    • Clone XVim2 and run make
    • Open Xcode and accept "Load Bundle", relaunch Xcode

    I tried adding the new Xcode 9.3 UUID (8CC8AD71-C38D-4C1A-A34B-DC78BCE76F57) to XVim2/Info.plist to no avail. I tried re-codesigning Xcode, uninstalling and reinstalling XVim2, also to no avail.

    Am I missing something? Did anyone else get it to work?

    help wanted 
    opened by dan-zheng 23
  • Not showing with xcode release 9.3

    Not showing with xcode release 9.3

    Installed new xcode 9.3 with the app store, after installing the "tools", sudo make vim2, launch xcode, didn't get the load bundle dialog, exit, defaults deleted ----xcode-9.3, launch xcode, get the dialog to loadbundle, hit "load bundle", nothing show up.

    help!

    I'm sure I'm note the only one...

    duplicate 
    opened by pitoneux 18
  • Xcode 9.4.1 not working.

    Xcode 9.4.1 not working.

    Just upgraded to 9.4.1,xvim2 just not working after I followlling the install instructions as usual:

    1: git fetch & pull on develop branch of this repo. (uuid of 9.4.1 is included.)

    2: resign xcode use: sudo codesign -f -s XcodeSigner /Applications/Xcode.app

    3: cd XVim2 and make.

    Any same problem here?

    question install 
    opened by MasterBeta 17
  • xvim2 can't be installed in xcode 10.3

    xvim2 can't be installed in xcode 10.3

    I try to install the xvim with my Xcode which the version is 10.3. it didn't even when I click the load bundle. I checked the version with xvim. xvim's tag version is 10.3! why i didn't install it successful. if I have install it successful where I can change the model between vim and default input model. the button where is it?

    install 
    opened by codermite 14
  • Does not work with Xcode 10.1

    Does not work with Xcode 10.1

    I've installed Xvim2 successfully with Xcode 10.0 before. Today I've update to Xcode 10.1 and XVim2 does not work anymore I've tried to rebuild Xvim2 again, pull the newest code from Xvim2 repository but the problem is still there? Anyone have a solution? :D

    question install 
    opened by phuongzzz 13
  • Xcode 11.3 not working...

    Xcode 11.3 not working...

    Hi, I can't seem to get it working with Xcode 11.3. I'm able to build, well at least I get a build success message. Note: I've tried with both the develop and master branches, there's no tag for 11.3 so I kind of assumed that I should try the latest and greatest..

    The location of Xcode is correct.. xcode-select -p /Applications/Xcode.app/Contents/Developer

    When I open Xcode I don't get any notification that xvim is installed.. I was kind of hoping for an alert or at least some sign ... of it being there.

    I'm a total newbie so it might just be a setting in preferences that I've totally missed.

    Huge thanks for your help and what looks like an awesome plugin, /Stephen.

    install 
    opened by maitriyogin 12
  • Crashes Xcode 9.3 upon word substitude command (ciw)

    Crashes Xcode 9.3 upon word substitude command (ciw)

    This is reproducible by:

    1. Navigate editor with hjkl

    2. on word, fire "ciw" command (replace word).

    3. crashes on "w"

    I'm on latest commit of develop branch (66c6dc44edfca8a032b78294a03721ee7c51dd95)

    Full Crash Report:

    Process: Xcode [22632] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 9.3 (14154) Build Info: IDEFrameworks-14154000000000000~2 App Item ID: 497799835 App External ID: 826408812 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Xcode [22632] User ID: 501

    PlugIn Path: /Users/USER/Library/Application Support/Developer/*/XVim2 PlugIn Identifier: net.JugglerShu.XVim2 PlugIn Version: 1.0 (1)

    Date/Time: 2018-04-03 09:37:34.899 +0900 OS Version: Mac OS X 10.13.4 (17E199) Report Version: 12 Anonymous UUID: 044E8F07-726E-BEA1-8037-B900839C7AFD

    Sleep/Wake UUID: F06E38FF-6153-4C12-8363-F348BAD8658A

    Time Awake Since Boot: 40000 seconds Time Since Wake: 4500 seconds

    System Integrity Protection: enabled

    Crashed Thread: 0 Dispatch queue: com.apple.main-thread

    Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Exception Codes: 0x0000000000000001, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY

    Termination Signal: Illegal instruction: 4 Termination Reason: Namespace SIGNAL, Code 0x4 Terminating Process: exc handler [0]

    Application Specific Information: ProductBuildVersion: 9E145

    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 com.apple.dt.SourceEditor 0x000000011b1a30c0 specialized SourceEditorDataSource.internalCharOffsetFromPosition(:) + 1280 1 com.apple.dt.SourceEditor 0x000000011b1fdf33 specialized CursorTextAttributeOverrideProvider.textAttributeOverridesForLine(:in:) + 1539 2 com.apple.dt.SourceEditor 0x000000011b1f736f protocol witness for TextAttributeOverrideProvider.textAttributeOverridesForLine(:in:) in conformance CursorTextAttributeOverrideProvider + 15 3 com.apple.dt.SourceEditor 0x000000011b2fd869 SourceEditorLayoutManager.attributedStringAndImagesForLine(:useCGColor:) + 12137 4 com.apple.dt.SourceEditor 0x000000011b2f5027 SourceEditorLayoutManager.makeLineLayerForLine(:subrange:) + 71 5 com.apple.dt.SourceEditor 0x000000011b2f2fae SourceEditorLayoutManager.lineLayerForLine(:) + 750 6 com.apple.dt.SourceEditor 0x000000011b0e84b2 specialized SourceEditorView.suggestedVerticalScrollPoint(for:viewportOffset:placement:) + 50 7 com.apple.dt.SourceEditor 0x000000011b0e8f09 specialized SourceEditorView.scrollTo(range:anchorToStart:placement:offset:onlyVertically:animate:) + 1689 8 com.apple.dt.SourceEditor 0x000000011b0d2514 SourceEditorView.scrollTo(position:placement:offset:onlyVertically:animate:) + 36 9 com.apple.dt.IDESourceEditor 0x000000011adf2c4d @objc IDESourceEditorView.scrollRangeToVisible(:) + 125 10 com.apple.dt.DVTKit 0x0000000105297111 -[DVTTextCompletionSession showCompletionsExplicitly:] + 408 11 com.apple.dt.DVTKit 0x000000010537774e -[DVTTextCompletionController _showCompletionsAtCursorLocationExplicitly:] + 919 12 com.apple.dt.DVTKit 0x0000000105377f83 -[DVTTextCompletionController textViewDidInsertText] + 261 13 com.apple.dt.IDESourceEditor 0x000000011adf49f2 IDESourceEditorView.insertText(:replacementRange:) + 450 14 com.apple.dt.IDESourceEditor 0x000000011adf4a5f @objc IDESourceEditorView.insertText(_:replacementRange:) + 79 15 net.JugglerShu.XVim2 0x000000011865e964 -[SourceCodeEditorViewProxy insertText:replacementRange:] + 116 (SourceCodeEditorViewProxy.m:221) 16 net.JugglerShu.XVim2 0x0000000118644123 -[SourceCodeEditorViewProxy(Operations) xvim_delete:withMotionPoint:andYank:] + 2003 (SourceCodeEditorViewProxy+Operations.m:155) 17 net.JugglerShu.XVim2 0x0000000118643927 -[SourceCodeEditorViewProxy(Operations) xvim_delete:andYank:] + 119 (SourceCodeEditorViewProxy+Operations.m:104) 18 net.JugglerShu.XVim2 0x00000001186457a9 -[SourceCodeEditorViewProxy(Operations) xvim_change:] + 457 (SourceCodeEditorViewProxy+Operations.m:333) 19 net.JugglerShu.XVim2 0x00000001185942a1 -[XVimDeleteEvaluator motionFixed:] + 113 (XVimDeleteEvaluator.m:79) 20 net.JugglerShu.XVim2 0x000000011858e94c -[XVimMotionEvaluator _motionFixed:] + 380 (XVimMotionEvaluator.m:115) 21 net.JugglerShu.XVim2 0x00000001185dc661 -[XVimOperatorEvaluator _motionFixed:] + 81 (XVimOperatorEvaluator.m:64) 22 net.JugglerShu.XVim2 0x00000001185dcd80 -[XVimOperatorEvaluator onChildComplete:] + 160 (XVimOperatorEvaluator.m:101) 23 net.JugglerShu.XVim2 0x000000011860a4c9 -[XVimWindow handleKeyStroke:onStack:] + 1641 (XVimWindow.m:325) 24 net.JugglerShu.XVim2 0x000000011860956f -[XVimWindow handleOneXVimString:] + 687 (XVimWindow.m:228) 25 net.JugglerShu.XVim2 0x0000000118609a1c -[XVimWindow handleXVimString:] + 412 (XVimWindow.m:247) 26 net.JugglerShu.XVim2 0x0000000118609286 -[XVimWindow handleKeyEvent:] + 742 (XVimWindow.m:213) 27 net.JugglerShu.XVim2 0x0000000118659cb4 -[XVimIDEPegasusSourceEditorView xvim_keyDown:] + 596 (XVimIDEPegasusSourceEditorView.m:85) 28 com.apple.AppKit 0x00007fff54e6543d -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 5040 29 com.apple.AppKit 0x00007fff54e63c70 -[NSWindow(NSEventRouting) sendEvent:] + 497 30 com.apple.dt.IDEKit 0x0000000106665d31 -[IDEWorkspaceWindow sendEvent:] + 154 31 com.apple.AppKit 0x00007fff54cc5236 -[NSApplication(NSEvent) sendEvent:] + 2462 32 com.apple.dt.IDEKit 0x00000001066af0c5 -[IDEApplication sendEvent:] + 921 33 com.apple.AppKit 0x00007fff545258b5 -[NSApplication run] + 812 34 com.apple.AppKit 0x00007fff544f4a72 NSApplicationMain + 804 35 com.apple.dt.Xcode 0x000000010443fa7e main + 350 36 libdyld.dylib 0x00007fff7f654015 start + 1

    Thread 1: 0 libsystem_kernel.dylib 0x00007fff7f79b20a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff7f79a724 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff56f967d5 __CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff56f95b27 __CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff56f951a3 CFRunLoopRunSpecific + 483 5 com.apple.Foundation 0x00007fff59084f26 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.apple.DTDeviceKitBase 0x00000001183fb0ad +[DTDKRemoteDeviceConnection startServiceBrowsers] + 217 7 com.apple.Foundation 0x00007fff590931f8 NSThread__start + 1197 8 libsystem_pthread.dylib 0x00007fff7f96c661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff7f96c50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff7f96bbf9 thread_start + 13

    Thread 2: 0 libsystem_kernel.dylib 0x00007fff7f79b20a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff7f79a724 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff56f967d5 __CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff56f95b27 __CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff56f951a3 CFRunLoopRunSpecific + 483 5 com.apple.Foundation 0x00007fff59084f26 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.apple.DTDeviceKitBase 0x000000011840927b -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 1537 7 com.apple.Foundation 0x00007fff590931f8 NSThread__start + 1197 8 libsystem_pthread.dylib 0x00007fff7f96c661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff7f96c50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff7f96bbf9 thread_start + 13

    Thread 3:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff7f7a4cfa __select + 10 1 com.apple.CoreFoundation 0x00007fff56fd08db __CFSocketManager + 635 2 libsystem_pthread.dylib 0x00007fff7f96c661 _pthread_body + 340 3 libsystem_pthread.dylib 0x00007fff7f96c50d _pthread_start + 377 4 libsystem_pthread.dylib 0x00007fff7f96bbf9 thread_start + 13

    Thread 4: 0 libsystem_kernel.dylib 0x00007fff7f7a4a1e __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff7f96d589 _pthread_cond_wait + 732 2 libc++.1.dylib 0x00007fff7d5b2cb0 std::__1::condition_variable::wait(std::__1::unique_lockstd::__1::mutex&) + 18 3 com.apple.JavaScriptCore 0x00007fff5abe0736 void std::__1::condition_variable_any::wait<std::__1::unique_lockbmalloc::Mutex >(std::__1::unique_lockbmalloc::Mutex&) + 86 4 com.apple.JavaScriptCore 0x00007fff5abe03eb bmalloc::Scavenger::threadRunLoop() + 251 5 com.apple.JavaScriptCore 0x00007fff5abe01e9 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 9 6 com.apple.JavaScriptCore 0x00007fff5abe0528 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_deletestd::__1::__thread_struct >, void ()(bmalloc::Scavenger), bmalloc::Scavenger*> >(void*) + 40 7 libsystem_pthread.dylib 0x00007fff7f96c661 _pthread_body + 340 8 libsystem_pthread.dylib 0x00007fff7f96c50d _pthread_start + 377 9 libsystem_pthread.dylib 0x00007fff7f96bbf9 thread_start + 13

    Thread 5:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff7f79b20a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff7f79a724 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff56f967d5 __CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff56f95b27 __CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff56f951a3 CFRunLoopRunSpecific + 483 5 com.apple.AppKit 0x00007fff5466dfc4 _NSEventThread + 184 6 libsystem_pthread.dylib 0x00007fff7f96c661 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff7f96c50d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff7f96bbf9 thread_start + 13

    Thread 6:: DYMobileDeviceManager 0 libsystem_kernel.dylib 0x00007fff7f79b20a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff7f79a724 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff56f967d5 __CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff56f95b27 __CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff56f951a3 CFRunLoopRunSpecific + 483 5 com.apple.Foundation 0x00007fff59084f26 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.apple.Foundation 0x00007fff59084dfe -[NSRunLoop(NSRunLoop) run] + 76 7 com.apple.GPUToolsMobileFoundation 0x000000011ce0114f -[DYMobileDeviceManager _deviceNotificationThread:] + 134 8 com.apple.Foundation 0x00007fff590931f8 NSThread__start + 1197 9 libsystem_pthread.dylib 0x00007fff7f96c661 _pthread_body + 340 10 libsystem_pthread.dylib 0x00007fff7f96c50d _pthread_start + 377 11 libsystem_pthread.dylib 0x00007fff7f96bbf9 thread_start + 13

    Thread 7: 0 libsystem_kernel.dylib 0x00007fff7f7a5292 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff7f96c009 _pthread_wqthread + 1035 2 libsystem_pthread.dylib 0x00007fff7f96bbe9 start_wqthread + 13

    Thread 8:: Dispatch queue: IDE Source Control Fetch File Reference Status Processing Queue (QOS: BACKGROUND) 0 libsystem_kernel.dylib 0x00007fff7f79b246 semaphore_wait_trap + 10 1 libdispatch.dylib 0x00007fff7f62a8e3 _dispatch_sema4_wait + 16 2 libdispatch.dylib 0x00007fff7f6229c9 _dispatch_semaphore_wait_slow + 101 3 com.apple.dt.IDEFoundation 0x000000010585ea58 __91-[IDESourceControlWorkingTree _updateStatus:forceAuthentication:workspace:completionBlock:]_block_invoke_2 + 343 4 com.apple.dt.DVTFoundation 0x00000001046c3283 -[DVTOperation main] + 287 5 com.apple.Foundation 0x00007fff5909e8ee -[__NSOperationInternal _start:] + 778 6 com.apple.Foundation 0x00007fff5909a917 __NSOQSchedule_f + 369 7 libdispatch.dylib 0x00007fff7f61ae08 _dispatch_client_callout + 8 8 libdispatch.dylib 0x00007fff7f62ded1 _dispatch_continuation_pop + 472 9 libdispatch.dylib 0x00007fff7f625783 _dispatch_async_redirect_invoke + 703 10 libdispatch.dylib 0x00007fff7f61c9f9 _dispatch_root_queue_drain + 515 11 libdispatch.dylib 0x00007fff7f61c7a5 _dispatch_worker_thread3 + 101 12 libsystem_pthread.dylib 0x00007fff7f96c169 _pthread_wqthread + 1387 13 libsystem_pthread.dylib 0x00007fff7f96bbe9 start_wqthread + 13

    Thread 9: 0 libsystem_kernel.dylib 0x00007fff7f7a5292 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff7f96c20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff7f96bbe9 start_wqthread + 13

    Thread 10: 0 libsystem_kernel.dylib 0x00007fff7f7a5292 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff7f96c009 _pthread_wqthread + 1035 2 libsystem_pthread.dylib 0x00007fff7f96bbe9 start_wqthread + 13

    Thread 11: 0 libsystem_kernel.dylib 0x00007fff7f7a5292 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff7f96c20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff7f96bbe9 start_wqthread + 13

    Thread 12:: Dispatch queue: -[DVTTextCompletionDataSource init] (QOS: UNSPECIFIED) 0 libsystem_malloc.dylib 0x00007fff7f7fd721 szone_malloc_should_clear + 1288 1 libsystem_malloc.dylib 0x00007fff7f7fd1bd malloc_zone_malloc + 103 2 libsystem_malloc.dylib 0x00007fff7f7fc4c7 malloc + 24 3 libsystem_c.dylib 0x00007fff7f6fd5a3 strdup + 32 4 libxpc.dylib 0x00007fff7f9a073d xpc_string_create + 11 5 libxpc.dylib 0x00007fff7f9ad916 xpc_array_set_string + 24 6 com.apple.dt.IDELanguageSupportUI 0x000000012faa773b -[IDESwiftCompletionStrategy completionItemsForDocumentLocation:context:highlyLikelyCompletionItems:areDefinitive:] + 831 7 com.apple.dt.DVTKit 0x00000001053a9733 __94-[DVTTextCompletionDataSource generateCompletionsForDocumentLocation:context:completionBlock:]_block_invoke + 655 8 com.apple.dt.DVTFoundation 0x00000001046c3283 -[DVTOperation main] + 287 9 com.apple.Foundation 0x00007fff5909e8ee -[__NSOperationInternal _start:] + 778 10 com.apple.Foundation 0x00007fff5909a917 __NSOQSchedule_f + 369 11 libdispatch.dylib 0x00007fff7f61ae08 _dispatch_client_callout + 8 12 libdispatch.dylib 0x00007fff7f62ded1 _dispatch_continuation_pop + 472 13 libdispatch.dylib 0x00007fff7f625783 _dispatch_async_redirect_invoke + 703 14 libdispatch.dylib 0x00007fff7f61c9f9 _dispatch_root_queue_drain + 515 15 libdispatch.dylib 0x00007fff7f61c7a5 _dispatch_worker_thread3 + 101 16 libsystem_pthread.dylib 0x00007fff7f96c169 _pthread_wqthread + 1387 17 libsystem_pthread.dylib 0x00007fff7f96bbe9 start_wqthread + 13

    Thread 13: 0 libsystem_pthread.dylib 0x00007fff7f96bbdc start_wqthread + 0

    Thread 14: 0 libsystem_kernel.dylib 0x00007fff7f7a5292 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff7f96c20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff7f96bbe9 start_wqthread + 13

    Thread 15: 0 libsystem_kernel.dylib 0x00007fff7f7a5292 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff7f96c20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff7f96bbe9 start_wqthread + 13

    Thread 16: 0 libsystem_kernel.dylib 0x00007fff7f7a5292 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff7f96c009 _pthread_wqthread + 1035 2 libsystem_pthread.dylib 0x00007fff7f96bbe9 start_wqthread + 13

    Thread 17:: Dispatch queue: DVTFilePath - class lock 0 libsystem_kernel.dylib 0x00007fff7f7a5c22 kevent_id + 10 1 libdispatch.dylib 0x00007fff7f638aa8 _dispatch_kq_poll + 197 2 libdispatch.dylib 0x00007fff7f638274 _dispatch_event_loop_poke + 463 3 com.apple.dt.DVTFoundation 0x00000001046efc5a DVTDispatchAsync + 155 4 com.apple.dt.DVTFoundation 0x00000001046efaae DVTAsyncPerformBlock + 99 5 com.apple.dt.DVTFoundation 0x000000010454ebbc __73-[DVTFilePath _invalidateKnownDoesNotExist:explicitlyInvalidateChildren:]_block_invoke.405 + 158 6 com.apple.dt.DVTFoundation 0x000000010454ee1c __73-[DVTFilePath _invalidateKnownDoesNotExist:explicitlyInvalidateChildren:]_block_invoke.423 + 40 7 com.apple.dt.DVTFoundation 0x00000001046cbc6f __48-[DVTDispatchLock_Recursive performLockedBlock:]_block_invoke + 37 8 libdispatch.dylib 0x00007fff7f61ae08 _dispatch_client_callout + 8 9 libdispatch.dylib 0x00007fff7f6317dc _dispatch_sync_invoke_and_complete_recurse + 65 10 libdispatch.dylib 0x00007fff7f631275 _dispatch_sync_wait + 585 11 com.apple.dt.DVTFoundation 0x00000001046f1ac4 DVTDispatchBarrierSync + 208 12 com.apple.dt.DVTFoundation 0x00000001046cb31a -[DVTDispatchLock performLockedBlock:] + 73 13 com.apple.dt.DVTFoundation 0x00000001046cbbec -[DVTDispatchLock_Recursive performLockedBlock:] + 193 14 com.apple.dt.DVTFoundation 0x000000010454e998 -[DVTFilePath _invalidateKnownDoesNotExist:explicitlyInvalidateChildren:] + 472 15 com.apple.dt.DVTFoundation 0x000000010454e6a9 -[DVTFilePath _invalidateChildrenRecursivelyKnownDoesNotExist:] + 539 16 com.apple.dt.DVTFoundation 0x000000010454e8ec -[DVTFilePath _invalidateKnownDoesNotExist:explicitlyInvalidateChildren:] + 300 17 com.apple.dt.DVTFoundation 0x000000010454f071 -[DVTFilePath _invalidateFilePathAndChildrenIncludingEquivalents] + 441 18 com.apple.dt.DVTFoundation 0x000000010451d224 -[DVTFilePathEventWatcher handleEventsForStream:numEvents:eventPaths:eventFlags:eventIds:] + 678 19 com.apple.dt.DVTFoundation 0x000000010451cbfa DVTFilePathEventWatcher_FSEventsCallback + 98 20 com.apple.CoreServices.FSEvents 0x00007fff58403463 implementation_callback_rpc + 2833 21 com.apple.CoreServices.FSEvents 0x00007fff584028dd _Xcallback_rpc + 233 22 com.apple.CoreServices.FSEvents 0x00007fff584027d7 FSEventsD2F_server + 55 23 com.apple.CoreServices.FSEvents 0x00007fff5840276e receive_and_dispatch_rcv_msg + 166 24 libdispatch.dylib 0x00007fff7f61ae08 _dispatch_client_callout + 8 25 libdispatch.dylib 0x00007fff7f62ded1 _dispatch_continuation_pop + 472 26 libdispatch.dylib 0x00007fff7f61d0d1 _dispatch_source_invoke + 620 27 libdispatch.dylib 0x00007fff7f62f0ca _dispatch_queue_serial_drain + 222 28 libdispatch.dylib 0x00007fff7f6221b6 _dispatch_queue_invoke + 373 29 libdispatch.dylib 0x00007fff7f62ff5d _dispatch_root_queue_drain_deferred_wlh + 332 30 libdispatch.dylib 0x00007fff7f633d71 _dispatch_workloop_worker_thread + 880 31 libsystem_pthread.dylib 0x00007fff7f96bfd2 _pthread_wqthread + 980 32 libsystem_pthread.dylib 0x00007fff7f96bbe9 start_wqthread + 13

    Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fc34a646720 rcx: 0x0000000000000004 rdx: 0x0000000000000004 rdi: 0x00007fc34e7d8d50 rsi: 0x0000000200000000 rbp: 0x00007ffeeb7bf610 rsp: 0x00007ffeeb7bf5d0 r8: 0x0000000000000004 r9: 0x0000000100000000 r10: 0x00007fffb11a06c0 r11: 0x0000000000000001 r12: 0x00007fc34030f000 r13: 0x0000000000000045 r14: 0x0000000000000045 r15: 0x00fffffffffffff8 rip: 0x000000011b1a30c0 rfl: 0x0000000000010297 cr2: 0x00002e8da262c000

    Logical CPU: 4 Error Code: 0x00000000 Trap Number: 6

    Binary Images: 0x10443e000 - 0x104440ff7 com.apple.dt.Xcode (9.3 - 14154) <6B198A0B-890A-384A-B212-5721D5EDFFB3> /Applications/Xcode.app/Contents/MacOS/Xcode 0x104448000 - 0x104a05ff7 com.apple.dt.DVTFoundation (9.3 - 14133) /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation 0x104c6d000 - 0x104c7bff7 +libswiftAVFoundation.dylib (4.1 - 902.0.48) <1314E9CA-2F89-3D23-9D99-EA3C98D4D4E2> /Applications/Xcode.app/Contents/Frameworks/libswiftAVFoundation.dylib 0x104c86000 - 0x104c8dfff +libswiftCoreAudio.dylib (4.1 - 902.0.48) /Applications/Xcode.app/Contents/Frameworks/libswiftCoreAudio.dylib 0x104c98000 - 0x104c9bfff +libswiftCoreFoundation.dylib (4.1 - 902.0.48) /Applications/Xcode.app/Contents/Frameworks/libswiftCoreFoundation.dylib 0x104ca0000 - 0x104cb2fff +libswiftCoreGraphics.dylib (4.1 - 902.0.48) /Applications/Xcode.app/Contents/Frameworks/libswiftCoreGraphics.dylib 0x104ccf000 - 0x104cd4ffe +libswiftCoreImage.dylib (4.1 - 902.0.48) <86FC0AAA-254A-331A-BCAD-F553512CBDB2> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreImage.dylib 0x104cd9000 - 0x104ce3ff7 +libswiftCoreMedia.dylib (4.1 - 902.0.48) <0DC92741-51C2-304E-82F8-1B6F6BF24102> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreMedia.dylib 0x104ceb000 - 0x104cf2fff +libswiftDarwin.dylib (4.1 - 902.0.48) <58E8C76E-2C42-39B8-BA51-43BA61F44134> /Applications/Xcode.app/Contents/Frameworks/libswiftDarwin.dylib 0x104d01000 - 0x104d1bfff +libswiftDispatch.dylib (4.1 - 902.0.48) /Applications/Xcode.app/Contents/Frameworks/libswiftDispatch.dylib 0x104d4c000 - 0x104ebffff +libswiftFoundation.dylib (4.1 - 902.0.48) <18374D5D-40BA-3256-AF60-E0AF1AF1711D> /Applications/Xcode.app/Contents/Frameworks/libswiftFoundation.dylib 0x105008000 - 0x10500bff3 +libswiftIOKit.dylib (4.1 - 902.0.48) <1795AAF4-889B-3329-9401-3A57C148737E> /Applications/Xcode.app/Contents/Frameworks/libswiftIOKit.dylib 0x105011000 - 0x105019fff +libswiftMetal.dylib (4.1 - 902.0.48) /Applications/Xcode.app/Contents/Frameworks/libswiftMetal.dylib 0x105022000 - 0x105028ff7 +libswiftObjectiveC.dylib (4.1 - 902.0.48) <44B0800A-D132-39F7-A811-ABE15940F8D7> /Applications/Xcode.app/Contents/Frameworks/libswiftObjectiveC.dylib 0x105031000 - 0x105038ff7 +libswiftQuartzCore.dylib (4.1 - 902.0.48) <5BB0A8D5-6A30-3759-9AA4-8E035E7F2098> /Applications/Xcode.app/Contents/Frameworks/libswiftQuartzCore.dylib 0x10503e000 - 0x105041fff +libswiftXPC.dylib (4.1 - 902.0.48) /Applications/Xcode.app/Contents/Frameworks/libswiftXPC.dylib 0x105047000 - 0x10508bff7 +libswiftsimd.dylib (4.1 - 902.0.48) <4270C435-CBB2-3C9A-98EA-CA383FBEB726> /Applications/Xcode.app/Contents/Frameworks/libswiftsimd.dylib 0x1050d8000 - 0x105118ff7 com.apple.DebugSymbols (181.0 - 181.0) <28BD11C2-2E82-33E4-841F-D888643EB8AF> /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT 0x105138000 - 0x105160fff com.apple.dt.instruments.DTXConnectionServices (9.3 - 64068) <351E3AEB-8FE4-3EA4-81B7-F7C7FD2BB7A2> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices 0x105185000 - 0x105188ff7 com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <67116F22-C568-3AB4-BA27-70B4E1D989D0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper 0x105190000 - 0x1051da9df dyld (551.3) /usr/lib/dyld 0x10522e000 - 0x1055b3ff7 com.apple.dt.DVTKit (9.3 - 14133) <00ACAF78-1530-3983-8A27-9D333131E9DE> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit 0x105820000 - 0x105f9ffff com.apple.dt.IDEFoundation (9.3 - 14154) <0CD27968-B526-39FC-81EB-8D80AE855DBD> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation 0x1064d5000 - 0x106e99ff7 com.apple.dt.IDEKit (9.3 - 14154) <56083036-4932-31AD-A458-EF9A3D300CAD> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit 0x1075f9000 - 0x10794cfff +libswiftCore.dylib (4.1 - 902.0.48) <46A0F815-5A46-3D4C-B60E-E5FCE8A1699A> /Applications/Xcode.app/Contents/Frameworks/libswiftCore.dylib 0x107bf9000 - 0x107c87ff7 com.apple.CoreSymbolicationDT (9.3 - 64027) <3CFD2980-F79C-37BC-9925-17E19FE9144C> /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT 0x107cda000 - 0x107d94fff com.apple.dt.instruments.DVTInstrumentsFoundation (9.3 - 64068) /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation 0x107e34000 - 0x107e46ff7 +libswiftAppKit.dylib (4.1 - 902.0.48) <6FF8358D-62C2-3B2B-B481-B2D98F0D2DE2> /Applications/Xcode.app/Contents/Frameworks/libswiftAppKit.dylib 0x107e5d000 - 0x107e66ff7 +libswiftCoreData.dylib (4.1 - 902.0.48) <1190EE0F-A88A-32CC-9C07-37BD547CFEA1> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreData.dylib 0x107e75000 - 0x107efdfe7 com.apple.SymbolicationDT (9.3 - 64033) /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT 0x107f54000 - 0x107f5bffb com.apple.kperfdataDT (1.0 - 1) <797033EA-8138-3997-B964-19B7F97DFE52> /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT 0x107f63000 - 0x107f92ffb com.apple.libktrace (1.0 - 218.50.8) <33A4719C-7D26-38CA-AA1F-92E062089A64> /Applications/Xcode.app/Contents/SharedFrameworks/ktraceDT.framework/Versions/A/ktraceDT 0x107fab000 - 0x107fd4ff7 com.apple.dt.instruments.DVTInstrumentsUtilities (9.3 - 64068) <63F2D1AB-5352-32C7-854D-3BC5CE55751D> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities 0x108002000 - 0x108007ff7 +libswiftos.dylib (4.1 - 902.0.48) <3323D2C3-53A7-35E0-8F41-DA9BB31F6EE9> /Applications/Xcode.app/Contents/Frameworks/libswiftos.dylib 0x10800f000 - 0x108019fff com.apple.dt.DVTServices (9.3 - 14133) <5A8C0888-F181-3403-BCF5-115A6B26B1F3> /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices 0x108026000 - 0x108067ff7 com.apple.dt.DVTPortal (9.3 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal 0x10809b000 - 0x10818eff7 com.apple.dt.XCTest (1.0 - 14099) <23201CF5-BF5B-3A35-A540-02C0D162B1B3> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest 0x108230000 - 0x108248ff7 com.apple.dt.DVTDeviceFoundation (9.3 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/Versions/A/DVTDeviceFoundation 0x108261000 - 0x108287fff com.apple.dt.XCTAutomationSupport (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/Versions/A/XCTAutomationSupport 0x1082ac000 - 0x10af38fff +libclang.dylib (902.0.39.1) <73AC9758-F802-3F3F-B495-05BFAA922201> /Applications/Xcode.app/Contents/Frameworks/libclang.dylib 0x10b64d000 - 0x10b6e6ff7 com.apple.dt.SourceKit (1.0 - 14051) <051AFDE0-D077-3A7D-AB8A-641A371CA6ED> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/SourceKit 0x10b71d000 - 0x10d622ff7 +libLTO.dylib (902.0.39.1) <98E6F09A-A7AF-3A54-B567-FCF097187EC3> /Applications/Xcode.app/Contents/Frameworks/libLTO.dylib 0x10db0d000 - 0x10db9cfff com.apple.dt.DVTAnalytics (1.0 - 1) <5ECC2DB7-A798-34D3-BD57-034FB7C3269D> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics 0x10dc14000 - 0x10dc4afff com.apple.dt.DVTDocumentation (1.0 - 14133) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/DVTDocumentation 0x10dc7f000 - 0x10dd6bfff com.apple.DNTDocumentationModel (1.0 - 1) <8D9B7332-2165-39A5-9BC9-544EA4881E5B> /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationModel.framework/Versions/A/DNTDocumentationModel 0x10de36000 - 0x10dfabff7 com.apple.DNTDocumentationSupport (1.0 - 14025) <86F49FCE-7F4D-3221-A07D-BEEEA346C7FC> /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationSupport.framework/Versions/A/DNTDocumentationSupport 0x10e0a6000 - 0x10e0beff7 com.apple.dt.XCTDaemonControl (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControl.framework/Versions/A/XCTDaemonControl 0x10e0dc000 - 0x10e1d1ff3 com.apple.LocFramework (2.0 - 18.1) /Applications/Xcode.app/Contents/SharedFrameworks/Localization.framework/Versions/A/Localization 0x10e22d000 - 0x10e2bcfff com.apple.dt.Xcode.DVTSourceControl (9.3 - 14056) <5DAF9F7E-B014-32D5-A75D-921D27DB0F75> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl 0x10e323000 - 0x10e333ff3 com.apple.dt.XcodeKit (9.3 - 14154) /Applications/Xcode.app/Contents/Developer/Library/Frameworks/XcodeKit.framework/Versions/A/XcodeKit 0x10e343000 - 0x10e3fafff com.apple.DNTSourceKitSupport (1.0 - 1) <51693BF8-AEF8-39A3-BD54-4FD5DD2A0122> /Applications/Xcode.app/Contents/SharedFrameworks/DNTSourceKitSupport.framework/Versions/A/DNTSourceKitSupport 0x10e43c000 - 0x10e47fff7 com.apple.dt.DVTSourceControlHostedAccount (9.3 - 14056) <752F244C-EB9F-3804-8459-3963B2588B1B> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControlHostedAccount.framework/Versions/A/DVTSourceControlHostedAccount 0x10e4d0000 - 0x10e4fffff com.apple.dt.DVTAnalyticsClient (9.3 - 1) <5CF8059B-B214-3174-803A-623843BF8373> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient 0x10e542000 - 0x10e5deff7 com.apple.DNTTransformer (1.0 - 1) <850AF90E-1073-34DF-973D-75F1AB0D9AE5> /Applications/Xcode.app/Contents/SharedFrameworks/DNTTransformer.framework/Versions/A/DNTTransformer 0x10e65d000 - 0x10e693ff7 com.apple.dt.IDEProducts (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/IDEProducts.framework/Versions/A/IDEProducts 0x10e6bc000 - 0x10e786ff7 com.apple.dt.instruments.DTGraphKit (9.3 - 64031) /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit 0x10e90c000 - 0x10e940ffb com.apple.gputools.GLToolsMobileAnalysis (1.0 - 24005) <484DDDD0-2E0E-352B-BE77-C674466CB8DB> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis 0x10e950000 - 0x10e959ff7 com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 24005) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport 0x10e9ec000 - 0x10e9f4fff com.apple.dt.XCBCSupport (1.0 - 14109) <5E3EE740-2406-3038-B0D2-DB72BC6280BC> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBCSupport.framework/Versions/A/XCBCSupport 0x10e9fc000 - 0x10ea04fff com.apple.dt.IDE.IDEInstrumentsService (9.3 - 14133) <5FA1D0BC-8A60-3D94-9777-CBF82E98FF0D> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService 0x10eb68000 - 0x10eb82fff com.apple.security.csparser (3.0 - 58286.51.6) <4CD983B7-612C-3C58-AF5F-F27E736180C0> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser 0x10ebc4000 - 0x10ebe3fff com.apple.dt.DebugHierarchyFoundation (1.0 - 2) <2AB0226C-DD3F-3713-B246-BB219D0E9D74> /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyFoundation.framework/Versions/A/DebugHierarchyFoundation 0x1119bd000 - 0x111a10ff7 com.apple.dt.dbg.DebuggerFoundation (9.3 - 14133) /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation 0x111a52000 - 0x111ad4fff com.apple.CoreSimulator (518.19 - 518.19) <34285362-2515-3876-A2E8-88D18A85E12A> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator 0x111b19000 - 0x111b2fff7 com.apple.dt.DebugHierarchyKit (1.0 - 2) /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyKit.framework/Versions/A/DebugHierarchyKit 0x111b4a000 - 0x111b51ff7 com.apple.CoreSimulator.CoreSimulatorUtilities (518.19 - 518.19) <4B43D853-1FFD-3969-AAFB-C6B6AC02BEEF> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimulatorUtilities.framework/Versions/A/CoreSimulatorUtilities 0x111b5a000 - 0x111b63ff7 com.apple.CoreSimulator.CoreSimDeviceIO (518.19 - 518.19) <31B3E9F3-2C0A-3937-9DC5-0B0141683BC9> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimDeviceIO.framework/Versions/A/CoreSimDeviceIO 0x111b6f000 - 0x111b6ffff com.apple.IDEWatchKit1SupportUI (9.3 - 14006) <29291DD5-A7E2-3AC7-A4DC-C4017AEF89AA> /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI 0x111b74000 - 0x111b7cfff com.apple.DevToolsFoundation (11.3 - 14095) <7BDE5B16-773A-3C58-830D-877469A0D2FE> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation 0x111b87000 - 0x111b88ffb com.apple.dt.dbg.DebuggerLLDBService (9.3 - 14133) <57680332-7D17-31B8-9E39-83972C9D0511> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService 0x111b8e000 - 0x111b92ff3 com.apple.dt.XCTDaemonControlMobileDevice (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControlMobileDevice.framework/Versions/A/XCTDaemonControlMobileDevice 0x111b9a000 - 0x111b9dff7 com.apple.XCWatchOSSupport (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchOSSupport.xcplugin/Contents/MacOS/XCWatchOSSupport 0x111ba3000 - 0x111ba3ff7 com.apple.XCWatchKit1Support (1.0 - 1) <6C04AE77-13ED-3FE6-A00F-DE55B6CA4ECB> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchKit1Support.xcplugin/Contents/MacOS/XCWatchKit1Support 0x111d31000 - 0x111d31ff7 com.apple.dt.DVTServicesPlugIn (1.0 - 1) <4FE743DE-7ACA-3AAD-A835-07E3C0C8E5F1> /Applications/Xcode.app/Contents/PlugIns/DVTServicesPlugIn.ideplugin/Contents/MacOS/DVTServicesPlugIn 0x111d35000 - 0x111d35ff7 com.apple.dt.DVTAnalyticsClientPlugin (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/DVTAnalyticsClientPlugin.ideplugin/Contents/MacOS/DVTAnalyticsClientPlugin 0x111d39000 - 0x111d45ff7 com.apple.dt.PlistEditor (9.3 - 14133) <42B83432-3FE4-3D51-AEC1-CF9EDA1C29C7> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor 0x111d55000 - 0x111d6bffb com.apple.dt.IDE.IDERTFEditor (9.3 - 14133) /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor 0x111dad000 - 0x111e36ffb com.apple.dt.IBAutolayoutFoundation (9.3 - 14109) <657648EC-7D96-30DD-AD98-227B09827E11> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation 0x111e96000 - 0x111fc6ff7 com.apple.dt.IBFoundation (9.3 - 14109) <4C149FB1-77FF-3CEB-BF05-DB6BFCE1B475> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation 0x1120a5000 - 0x1120d6fff com.apple.CoreSimulator.FoundationXPC (518.19 - 518.19) <41EBF94B-472F-3DE1-AFA1-0016E481F28A> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/FoundationXPC.framework/Versions/A/FoundationXPC 0x1120f2000 - 0x112198ff7 com.apple.AppleCV3D (1.13.2 - 1.13.2) /Applications/Xcode.app/Contents/SharedFrameworks/AppleCV3D.framework/Versions/A/AppleCV3D 0x1121a4000 - 0x1121eafff com.apple.LLDBRPC (1.0 - 902.0.79.2) /Applications/Xcode.app/Contents/SharedFrameworks/LLDBRPC.framework/Versions/A/LLDBRPC 0x112223000 - 0x112259ffb com.apple.Xcode.DevToolsSupport (11.3 - 14095) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport 0x112379000 - 0x1124f9fff com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 24021) <14D25796-539B-3806-994B-9AC7CD9B3A67> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics 0x1128e8000 - 0x1128e9ff3 +liblaunch_sim.dylib (1205.50.76) <436D343B-CDD5-3CAA-B374-3FD3DC531FF3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib 0x1128ef000 - 0x1128f0ff3 +liblaunch_sim.dylib (1205.50.76) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/tvOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib 0x1128f6000 - 0x1128f7ff3 +liblaunch_sim.dylib (1205.50.76) /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/watchOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib 0x1128fd000 - 0x112908ffb com.apple.dt.IDE.IDESubversion (9.3 - 14133) <664C70D8-14EC-38A9-B6F7-B425A22F829D> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion 0x11292c000 - 0x11294aff3 com.apple.IBCocoaTouchToolFoundation (9.3 - 14088) /Applications/Xcode.app/Contents/Frameworks/IBCocoaTouchToolFoundation.framework/Versions/A/IBCocoaTouchToolFoundation 0x11297a000 - 0x112a61ff7 com.apple.SimulatorKit (1.0 - 518.19) /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/SimulatorKit.framework/Versions/A/SimulatorKit 0x112ab1000 - 0x112ac1ffb com.apple.DTDeviceKit (4.2 - 14088) /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit 0x112ad3000 - 0x112adafff +libswiftAccelerate.dylib (4.1 - 902.0.48) <114D54C1-7931-3F4E-B649-3FF246B8D93D> /Applications/Xcode.app/Contents/Frameworks/libswiftAccelerate.dylib 0x112ae3000 - 0x112af9fff com.apple.dt.IDE.IDEInterfaceBuilderiOSIntegration (9.3 - 14088) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderiOSIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSIntegration 0x112b1b000 - 0x112b1bfff com.apple.dt.IDE.DFRSupportKit (9.3 - 1) /Applications/Xcode.app/Contents/Frameworks/DFRSupportKit.framework/Versions/A/DFRSupportKit 0x112b36000 - 0x112b3affb com.apple.audio.AppleHDAHALPlugIn (281.51 - 281.51) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x112b4b000 - 0x112bcbfff com.apple.dt.dbg.DebuggerLLDB (9.3 - 14133) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB 0x112c4d000 - 0x1169b7ff7 com.apple.LLDB.framework (1.902.0.79.2 - 902.0.79.2) /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB 0x117c69000 - 0x117ce3ff7 com.apple.dt.IDE.Xcode3Core (9.3 - 14095) <7D4E1794-4F5F-3E59-B653-C27377650CD3> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core 0x117d2b000 - 0x1180ecff7 com.apple.Xcode.DevToolsCore (11.3 - 14095) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore 0x1182b7000 - 0x11834ffff com.apple.dt.IDE.IDEiOSSupportCore (9.3 - 14088) <93C85F16-0512-3BBF-A2AD-B7A68F78CC28> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore 0x1183b6000 - 0x1183cbff3 com.apple.DVTiPhoneSimulatorRemoteClient (9.3 - 14088) /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient 0x1183e0000 - 0x11847bff7 com.apple.DTDeviceKitBase (9.3 - 14088) <05BF133F-4341-3DF5-92BD-85DA2C06F726> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase 0x1184dc000 - 0x1184f8ff7 com.apple.dt.XCLanguageSupport (9.3 - 14034) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport 0x11850b000 - 0x11850effb com.apple.xcode.compilers.mlkit (11.3 - 14016) <2BCA24AC-2B7A-3A67-98F3-137130C7ADB4> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/MLKit.xcplugin/Contents/MacOS/MLKit 0x118514000 - 0x118514fff com.apple.Metal (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal 0x118518000 - 0x118518fff com.apple.IBCompilerPlugin (9.3 - 14109) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/IBCompilerPlugin.xcplugin/Contents/MacOS/IBCompilerPlugin 0x11851c000 - 0x118527ff7 com.apple.xcode.plug-in.CoreBuildTasks (11.3 - 14095) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks 0x118530000 - 0x118530ff7 com.apple.xcode.compilers.coredata (11.3 - 14095) <3C5CCCCE-3873-371A-85C9-2E6014A01BF4> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data 0x11855f000 - 0x11855fff7 com.apple.compilers.clang (11.3 - 14095) <3C2B0CF2-67CA-3496-8873-6C2AA727D12F> /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 0x118563000 - 0x118565fff com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) <9FDDB8F2-76BE-3D34-927E-D467B4E02898> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore 0x11856e000 - 0x118573ff3 com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) <90A39D0E-E9C5-3465-A419-DD4169A0C9AB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore 0x11857a000 - 0x11857bff7 com.apple.dt.IDEWatchSupportCore (1.0 - 1) <0D3EC2FA-995E-337F-A8F7-66148E4FF527> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore 0x118581000 - 0x118584ffb com.apple.dt.IDE.IDEOSXSupportCore (9.3 - 14015) <5E9886AA-B461-342A-B905-D0A505517A49> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore 0x11858d000 - 0x118687ff7 +net.JugglerShu.XVim2 (1.0 - 1) <8765FAE5-D866-335B-9B7F-324A006FADC0> /Users/USER/Library/Application Support/Developer/*/XVim2 0x118a64000 - 0x118c54ff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (9.3 - 14109) <35AF129B-14DE-39B4-85CC-7846F2755E67> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.framework/IDEInterfaceBuilderCocoaIntegration 0x118e2e000 - 0x119071ff3 com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (9.3 - 14088) <9848C6EE-37EF-3959-AC2B-B0442B842ED0> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.framework/IDEInterfaceBuilderCocoaTouchIntegration 0x119274000 - 0x1192b4fff com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration (9.3 - 14035) <3C3E08B4-3EED-336E-81A4-F4B066FF340B> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAppleTVIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderAppleTVIntegration 0x1192e9000 - 0x11930fff7 com.apple.dt.IDE.IDEInterfaceBuilderDFRSupport (9.3 - 14019) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderDFRSupport 0x119c64000 - 0x11a26bff7 com.apple.dt.IDE.IDEInterfaceBuilderKit (9.3 - 14109) <26ECEC0D-1EE3-3F80-A8CB-8CCF31E0C52B> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.framework/IDEInterfaceBuilderKit 0x11a6c5000 - 0x11a745fff com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (9.3 - 14031) <539F625A-C30C-3865-9124-A2F0FDBC9409> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration 0x11a7f0000 - 0x11a7f5ff7 com.apple.dt.IDE.IDEInterfaceBuilderEditorDFRSupport (9.3 - 14006) <6265ED29-CEEB-30C1-9149-8F386963D07B> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderEditorDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderEditorDFRSupport 0x11a93d000 - 0x11aae5fff com.apple.audio.units.Components (1.14 - 1.14) <540CC580-7CEE-3B00-ADF7-F6BFBBF70999> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x11ab87000 - 0x11ac2dfff com.apple.dt.IDE.IDESourceEditor (9.3 - 14133) <9F6208C7-57FC-3628-9615-0083665B4CC3> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor 0x11ac90000 - 0x11ace1ff7 com.apple.dt.IDE.IDESourceCodeComparisonEditor (9.3 - 14133) <0ECF7BC6-6546-3E1A-8261-BAEE0BDB16D1> /Applications/Xcode.app/Contents/PlugIns/IDESourceCodeComparisonEditor.ideplugin/Contents/MacOS/IDESourceCodeComparisonEditor 0x11ad39000 - 0x11af1dfff com.apple.dt.IDESourceEditor (1.0 - 1) /Applications/Xcode.app/Contents/Frameworks/IDESourceEditor.framework/Versions/A/IDESourceEditor 0x11b08c000 - 0x11b3a0ff7 com.apple.dt.SourceEditor (1.0 - 1) <5E9E3662-97FB-3326-AEC6-2DE01F8CE2FC> /Applications/Xcode.app/Contents/SharedFrameworks/SourceEditor.framework/Versions/A/SourceEditor 0x11b599000 - 0x11b5b2fff com.apple.MarkupSupport (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MarkupSupport.framework/Versions/A/MarkupSupport 0x11b5ce000 - 0x11b656fff com.apple.SourceKitSupport (1.0 - 1) <9019B6DC-1B8E-3726-BB18-DFAAC96734E3> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKitSupport.framework/Versions/A/SourceKitSupport 0x11b6de000 - 0x11b6feff7 com.apple.SourceModelSupport (1.0 - 1) <670B363F-8C44-31C3-AB99-DA96B7AA273F> /Applications/Xcode.app/Contents/SharedFrameworks/SourceModelSupport.framework/Versions/A/SourceModelSupport 0x11b71a000 - 0x11b766ff7 com.apple.dt.DVTSourceEditor (1.0 - 1) <4D10D25D-36B8-37AB-AF21-30E3F3A464E0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceEditor.framework/Versions/A/DVTSourceEditor 0x11b7d1000 - 0x11b833ff7 com.apple.dt.DVTMarkdown (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/DVTMarkup 0x11b858000 - 0x11b88affb com.apple.dt.CommonMark (1.0 - 1) <646431AF-28E9-34DF-8743-09C46D11F371> /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/Frameworks/CommonMark.framework/Versions/A/CommonMark 0x11b89b000 - 0x11b9dbff7 com.apple.dt.IDE.IDESourceControlUI (9.3 - 14133) <880CD761-4A9C-3922-88E3-F89D03119109> /Applications/Xcode.app/Contents/PlugIns/IDESourceControlUI.ideplugin/Contents/MacOS/IDESourceControlUI 0x11bb1b000 - 0x11bb66ff3 com.apple.dt.IDE.IDEiPhoneSupport (9.3 - 14088) /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport 0x11bbb0000 - 0x11bd39ff7 com.apple.dt.IDE.Xcode3UI (9.3 - 14095) /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI 0x11be5d000 - 0x11be9cff7 com.apple.dt.IDE.iCloudSupport (9.3 - 14133) <33CA32A3-D2A2-3E54-B38F-F07A1709BC34> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport 0x11bed5000 - 0x11bf50ff7 com.apple.dt.IDEProductsUI (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI 0x11c41e000 - 0x11c474ff7 com.apple.dt.IDE.IDEDocViewer (9.3 - 14133) /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer 0x11c4cb000 - 0x11c521ff7 com.apple.dt.gpu.GPUDebuggerFoundation (9.3 - 24044) /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation 0x11c566000 - 0x11c56dff7 com.apple.GPUToolsPlatform (1.0 - 24077) <28CE8129-23D5-3F50-9EA0-A90F896D207E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsPlatform.framework/Versions/A/GPUToolsPlatform 0x11c577000 - 0x11c586fff com.apple.GPUToolsShaderProfiler (1.0 - 24021) <0E05E4AB-FAD3-3000-B8D3-DB4021B62D14> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler 0x11c597000 - 0x11c5e1ff7 com.apple.GPUToolsCore (1.0 - 24077) <0C4AEB57-CF30-36B6-A33B-FF314E21B464> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore 0x11c61e000 - 0x11c65dff7 com.apple.GPUTools (1.0 - 24077) <16D71A2A-0DB0-3122-B9DF-053913EF7A75> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools 0x11c690000 - 0x11c6eafff com.apple.GLToolsServices (1.0 - 24021) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices 0x11c72b000 - 0x11c7a5ff7 com.apple.GPUToolsServices (1.0 - 24021) <755AE072-E6C6-3A00-9F96-BA16AFA976EE> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices 0x11c7f6000 - 0x11c7fafff com.apple.GPUToolsInterface (1.0 - 24021) <406DA3B5-D2B3-3E53-A81D-67F35F9B2E6B> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface 0x11c800000 - 0x11c814ff7 com.apple.GLToolsInterface (1.0 - 24021) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface 0x11c824000 - 0x11c88bfff com.apple.GLToolsCore (1.0 - 24077) <99AFBC87-E8C7-3DB2-893D-15675121BCD2> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore 0x11c8a9000 - 0x11c8bfff7 com.apple.GLTools (1.0 - 24077) /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools 0x11c8c8000 - 0x11c94fff7 com.apple.gputools.GLToolsAnalysisEngine (1.0 - 24021) <6B3E59ED-F0A5-35BE-9EE6-9FC70F5AA1C0> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine 0x11c992000 - 0x11c9f3fff com.apple.dt.gpu.GPUDebuggerKit (9.3 - 24044) /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit 0x11ca3c000 - 0x11ca44ff7 com.apple.dt.gpu.GPUTraceDebugger (9.3 - 24044) <2C883F49-239F-353A-B6D5-677F4A43C57C> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger 0x11ca4e000 - 0x11cafdff7 com.apple.dt.gpu.GPUTraceDebuggerUI (9.3 - 24044) /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI 0x11cb6f000 - 0x11cb91fff com.apple.dt.IDEIODebugGaugesUI (9.3 - 14133) <35AAB16E-2509-3407-864F-FFAC9BBF988A> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI 0x11cbb9000 - 0x11cbc0fff com.apple.dt.IDEIODebugGaugesCore (9.3 - 14133) <4620A878-B053-35AC-92DD-42A97FE418E0> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore 0x11cbce000 - 0x11cc6eff7 com.apple.dt.gpu.GPURenderTargetEditor (9.3 - 24044) /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor 0x11ccde000 - 0x11cce1fff com.apple.MTLToolsServices (1.0 - 1) <7C3C8119-3900-317D-882C-42A5F1D63F0D> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices 0x11cce8000 - 0x11cd0cff7 com.apple.MTLTools (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools 0x11cd1a000 - 0x11cd1cfff com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 24021) <0350DD56-9D5D-3FDB-9026-CC58804A98F3> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine 0x11cd22000 - 0x11cd25ff3 com.apple.dt.gpu.GPUDebuggertvOSSupport (9.3 - 24006) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggertvOSSupport.ideplugin/Contents/MacOS/GPUDebuggertvOSSupport 0x11cd2b000 - 0x11cd2bfff com.apple.GLToolsMobileFoundation (1.0 - 24005) <54D1F301-9B27-3D73-A194-D35CFB25825D> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation 0x11cd30000 - 0x11cd95fff com.apple.GLToolsExpert (1.0 - 24005) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert 0x11cdd1000 - 0x11cdebff7 com.apple.GLToolsShaderProfiler (1.0 - 24021) <0AAC05C7-8FE6-35D3-949F-E2B0E26C8A24> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler 0x11cdf9000 - 0x11ce0cff7 com.apple.GPUToolsMobileFoundation (1.0 - 24005) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation 0x11ce30000 - 0x11ce33ff7 com.apple.dt.gpu.GPUDebuggeriOSSupport (9.3 - 24006) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport 0x11ce39000 - 0x11ce3cffb com.apple.dt.gpu.GPUDebuggerOSXSupport (9.3 - 24044) <4AE9DA80-1EA8-3C12-AA54-51B5689EFF37> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerOSXSupport.ideplugin/Contents/MacOS/GPUDebuggerOSXSupport 0x11ce42000 - 0x11ce50ffb com.apple.GPUToolsDesktopFoundation (1.0 - 24007) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/GPUToolsDesktopFoundation.framework/Versions/A/GPUToolsDesktopFoundation 0x11ce5d000 - 0x11ce6efff com.apple.dt.IDE.IDEGit (9.3 - 14133) <004B7558-CAAF-38AA-AB13-1ED81360489E> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit 0x11e086000 - 0x11e1acfff com.apple.dt.IDE.IDESceneKitEditor (9.3 - 14032) <611D56DC-94D6-3A36-B332-C10338DAC1CF> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor 0x11e2a6000 - 0x11e337fff com.apple.xcode.GameToolsFoundation (1.0 - 14013) /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation 0x11e38c000 - 0x11e3efff7 com.apple.dt.IDE.IDEPlaygroundEditor (9.3 - 14133) <20509656-0AF0-39D0-9996-4705652997DA> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundEditor.ideplugin/Contents/MacOS/IDEPlaygroundEditor 0x11e440000 - 0x11e463fff com.apple.dt.IDE.IDEPlaygroundExecution (9.3 - 14133) <2E373D25-59FF-3BBF-A613-B2EE09CA19B4> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundExecution.ideplugin/Contents/MacOS/IDEPlaygroundExecution 0x11e583000 - 0x11e589ff7 com.apple.dt.DVTPlaygroundCommunication (1.0 - 14008) <32FA0EDC-44DD-38AA-9A91-4FE5FB80C8ED> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication 0x11e594000 - 0x11e5c0ff7 com.apple.dt.IDE.IDEMemoryGraphDebugger (9.3 - 14133) <1DBAEDCF-54C4-3A5B-B6EB-12E2923F1862> /Applications/Xcode.app/Contents/PlugIns/IDEMemoryGraphDebugger.ideplugin/Contents/MacOS/IDEMemoryGraphDebugger 0x11e5e9000 - 0x11e5f0fff com.apple.dt.IDE.HexEditor (9.3 - 14133) <25C4E0EE-2C5E-3193-A100-BB9515B56D38> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor 0x11e5fa000 - 0x11e628fff com.apple.dt.HexFiendFramework (9.3 - 14133) /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend 0x11e64f000 - 0x11e655fff com.apple.dt.dbg.DebuggerKit (1.0 - 1) <419D9366-17CB-304D-B851-B1383DD5C4C7> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit 0x11e660000 - 0x11e799ff7 com.apple.dt.dbg.DebuggerUI (9.3 - 14133) <6E00A54A-670B-3B25-9476-29D2C3B86D4A> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI 0x11e89e000 - 0x11e921ff7 com.apple.dt.IDE.IDEPegasusPlaygroundEditor (9.3 - 14133) <0F88775A-FA0E-3F18-975F-173A3215564E> /Applications/Xcode.app/Contents/PlugIns/IDEPegasusPlaygroundEditor.ideplugin/Contents/MacOS/IDEPegasusPlaygroundEditor 0x11eb6d000 - 0x11eca8ff7 com.apple.IDESpriteKitParticleEditor (2.0 - 2) <7E927AA8-0AA7-3325-AD32-433463951CB9> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor 0x11ed83000 - 0x11ee14ff7 com.apple.dt.IDE.IDEModelFoundation (9.3 - 14133) <9F907F3B-E5CD-31AB-848F-14B87A6CFDF4> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation 0x11ee81000 - 0x11ef65ff7 com.apple.dt.IDE.IDEModelEditor (9.3 - 14133) <7872D515-E91D-3BAC-BE5F-8E59BFC51E46> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor 0x11f005000 - 0x11f005fff com.apple.dt.IDEContinuousIntegration (1.0 - 1) <107D998B-F0ED-306E-8572-50727FBBDC6E> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration 0x11f009000 - 0x11f0f2fff com.apple.XCSCore (1.0 - 1) <44D52C0E-A924-30ED-A195-5F4820DBD081> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore 0x11f198000 - 0x11f359fff com.apple.dt.XCSUI (1.0 - 1) <9DF7CD38-3846-334E-9049-C2A905B096B9> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI 0x11f4c2000 - 0x11f4eefff com.apple.dt.XCSUIDataSource (1.0 - 14100) /Applications/Xcode.app/Contents/SharedFrameworks/XCSUIDataSource.framework/Versions/A/XCSUIDataSource 0x11f51c000 - 0x11f5b0fff com.apple.dt.XCSAdministration (1.0 - 1) <1755FD7E-0D31-36C2-BBEF-B04446F389DD> /Applications/Xcode.app/Contents/SharedFrameworks/XCSAdministration.framework/Versions/A/XCSAdministration 0x11f654000 - 0x11f663ff7 com.apple.dt.XCSSecurity (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCSSecurity.framework/Versions/A/XCSSecurity 0x11f66e000 - 0x11f671ff3 com.apple.IDEServerTools (1.0 - 1) <0537C3D3-5B9F-33D4-8BEE-4E66C6286B45> /Applications/Xcode.app/Contents/SharedFrameworks/IDEServerTools.framework/Versions/A/IDEServerTools 0x11f677000 - 0x11f6aefff +libswiftSwiftOnoneSupport.dylib (4.1 - 902.0.48) <7D62B2D0-E119-3818-846C-9448A41FAC7D> /Applications/Xcode.app/Contents/Frameworks/libswiftSwiftOnoneSupport.dylib 0x11f6e9000 - 0x11f853ff7 com.apple.protobuf.SwiftProtobuf (1.0 - 1) <37A2EC75-4287-3A39-8155-2B1CC9F422A9> /Applications/Xcode.app/Contents/SharedFrameworks/XCSAdministration.framework/Versions/A/Frameworks/SwiftProtobuf.framework/Versions/A/SwiftProtobuf 0x11f9df000 - 0x11f9e6fff com.apple.dt.ScriptingDefinitionEditor (9.3 - 14133) <08F0E412-21E0-3FD5-B6A2-70AD241EE97A> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor 0x11f9f2000 - 0x11f9f2ff7 com.apple.dt.IDE.IDEPegasusSourceEditor (9.3 - 14133) /Applications/Xcode.app/Contents/PlugIns/IDEPegasusSourceEditor.ideplugin/Contents/MacOS/IDEPegasusSourceEditor 0x1202e7000 - 0x120383fff com.apple.sourcekitd (1.0 - 3.112017042101) <09F258E5-A4EE-3CDD-B013-2F8083D6B18B> /Library/Developer/Toolchains/swift-3.1.1-RELEASE.xctoolchain/usr/lib/sourcekitd.framework/sourcekitd 0x1203b9000 - 0x120455fff com.apple.sourcekitd (1.0 - 3.120170327011) <1C410D55-AB02-3CD4-9369-553B6EDD58D7> /Library/Developer/Toolchains/swift-3.1-RELEASE.xctoolchain/usr/lib/sourcekitd.framework/sourcekitd 0x1226ca000 - 0x12271fff7 com.apple.dt.IDE.XCBuildSupport (1.0 - 14133) <48FF5468-F426-3B42-9291-E4AB6F808893> /Applications/Xcode.app/Contents/PlugIns/XCBuildSupport.ideplugin/Contents/MacOS/XCBuildSupport 0x122761000 - 0x1227c6ff7 com.apple.dt.XCBuild (1.0 - 14109) <226674CE-F0E3-34A8-B1BD-AA037B218FCC> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/XCBuild 0x122824000 - 0x1228beff7 com.apple.dt.XCBProtocol (1.0 - 14109) /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBProtocol.framework/Versions/A/XCBProtocol 0x12294d000 - 0x1229eeff7 com.apple.dt.XCBUtil (1.0 - 14109) <250781D6-3572-36D4-B2B5-D36A57EACE5C> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBUtil.framework/Versions/A/XCBUtil 0x123bba000 - 0x123bffff3 com.apple.sourcekitd (1.0 - 902.0.48) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/sourcekitd 0x124523000 - 0x12452fffb com.apple.dt.IDELanguageSupportCore (9.3 - 14034) <8A749CFB-BE9A-3C07-8F7C-EC2C31B5A53F> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore 0x1247c2000 - 0x12678dfff +libclang.dylib (0) /Library/Developer/Toolchains/swift-3.1.1-RELEASE.xctoolchain/usr/lib/libclang.dylib 0x126f6f000 - 0x128f3aff3 +libclang.dylib (0) /Library/Developer/Toolchains/swift-3.1-RELEASE.xctoolchain/usr/lib/libclang.dylib 0x12971c000 - 0x12c3a8fff +libclang.dylib (902.0.39.1) <73AC9758-F802-3F3F-B495-05BFAA922201> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib 0x12f456000 - 0x12f47cfff com.apple.dt.IDE.IDEQuickHelp (9.3 - 14133) <703999DB-9635-3C2F-9924-AACDEA10C30B> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp 0x12faa1000 - 0x12fad5ff7 com.apple.dt.IDELanguageSupportUI (9.3 - 14034) <7FB903CC-CFE6-397B-B58E-C876B79B7B9C> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI 0x12fea7000 - 0x12feb0ff3 com.apple.dt.IDEAppleTVSupportUI (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportUI.ideplugin/Contents/MacOS/IDEAppleTVSupportUI 0x12ff2a000 - 0x12ff2effb com.apple.dt.IDEWatchSupportUI (1.0 - 1) <6033F773-AF3A-3962-9324-EEC1615D92B2> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportUI.ideplugin/Contents/MacOS/IDEWatchSupportUI 0x7fff4f464000 - 0x7fff4f485ff3 libKoreanConverter.dylib (70) <7CFC230E-9AEE-398F-816F-3F2FA020937C> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib 0x7fff4f4c9000 - 0x7fff4f817fff com.apple.RawCamera.bundle (8.03.0 - 1017.3.4) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff50e26000 - 0x7fff50eabff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.32.48 - 10.3.2) <449B5043-CEF7-32D2-A2CF-49315001BCA1> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver 0x7fff52756000 - 0x7fff528f8ff7 com.apple.GeForceMTLDriver (10.30.25 - 10.3.0) <1C84917A-3E3C-3A66-9531-0BE51DAFA62D> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver 0x7fff530eb000 - 0x7fff532cafff com.apple.avfoundation (2.0 - 1535.42) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff532cb000 - 0x7fff53384fff com.apple.audio.AVFAudio (1.0 - ???) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff53386000 - 0x7fff53489fff com.apple.AVKit (1.1 - 440.10) <6AD513F0-3B11-3ABE-B244-63EEC60485F9> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit 0x7fff5348a000 - 0x7fff5348afff com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff5348b000 - 0x7fff534a1fef libCGInterfaces.dylib (417.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff534a2000 - 0x7fff539a0fc3 com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff539a1000 - 0x7fff53afbfe3 libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff53afc000 - 0x7fff53b2afef libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff53b2b000 - 0x7fff53eeaff7 libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff53eeb000 - 0x7fff53f00ff7 libLinearAlgebra.dylib (1211.50.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff53f01000 - 0x7fff53f06ff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff53f07000 - 0x7fff53f87fff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff53f88000 - 0x7fff53f9bfff libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff53f9c000 - 0x7fff54149fc3 libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff5414a000 - 0x7fff541fbfff libvMisc.dylib (622.50.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff541fc000 - 0x7fff541fcfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <54FF3B43-E66C-3F36-B34B-A2B3B0A36502> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff541fd000 - 0x7fff54257ff7 com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff54258000 - 0x7fff544eeff7 com.apple.AddressBook.framework (11.0 - 1808.7) <7597D5B5-9518-351E-AAFF-8065874FE5EE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff544ef000 - 0x7fff5534dfff com.apple.AppKit (6.9 - 1561.40.112) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff5538e000 - 0x7fff5539efff com.apple.AppleScriptObjC (1.4 - 34) /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC 0x7fff5539f000 - 0x7fff5539ffff com.apple.ApplicationServices (48 - 50) <8DA47D38-B07B-3AE2-B343-4579864430C6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff553a0000 - 0x7fff55406fff com.apple.ApplicationServices.ATS (377 - 445.3) <000C4E9F-E0D9-371D-B304-83BA37460724> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff5549f000 - 0x7fff555c1fff libFontParser.dylib (222.1.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff555c2000 - 0x7fff5560cff7 libFontRegistry.dylib (221.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff556b1000 - 0x7fff556e4ff7 libTrueTypeScaler.dylib (222.1.4) <4734ECD6-6F41-3A16-AE35-265BDC1572C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff5574e000 - 0x7fff55752ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff557f2000 - 0x7fff55844ffb com.apple.HIServices (1.22 - 624) <828E189A-62F9-3961-8A89-22F508870CC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff55845000 - 0x7fff55853fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff55854000 - 0x7fff558a0fff com.apple.print.framework.PrintCore (13.4 - 503.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff558a1000 - 0x7fff558dbfff com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff558dc000 - 0x7fff558e8fff com.apple.speech.synthesis.framework (7.5.1 - 7.5.1) <84ADDF38-36F1-3D3B-B28D-8865FA10FCD7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff558e9000 - 0x7fff55b76ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <87D81714-F167-39F5-B5E7-A7A432EDAB5B> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff55b78000 - 0x7fff55b78fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <513C9A4B-4F6D-3A21-921F-2CA101B97830> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff55cb9000 - 0x7fff55e91ff7 com.apple.AutomatorFramework (2.8 - 444.7) /System/Library/Frameworks/Automator.framework/Versions/A/Automator 0x7fff55e9a000 - 0x7fff56234ff7 com.apple.CFNetwork (897.15 - 897.15) <0C03AF39-3527-3E0D-8413-8E1B2A962F0D> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff56249000 - 0x7fff56249fff com.apple.Carbon (158 - 158) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff5624a000 - 0x7fff5624dffb com.apple.CommonPanels (1.2.6 - 98) <2391761C-5CAA-3F68-86B7-50B37927B104> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff5624e000 - 0x7fff56553fff com.apple.HIToolbox (2.1.1 - 911.10) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff56554000 - 0x7fff56557ffb com.apple.help (1.3.8 - 66) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff56558000 - 0x7fff5655dfff com.apple.ImageCapture (9.0 - 9.0) <23B4916F-3B43-3DFF-B956-FC390EECA284> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff5655e000 - 0x7fff565f3ffb com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff565f4000 - 0x7fff5660eff7 com.apple.openscripting (1.7 - 174) <1B2A1F9E-5534-3D61-83CA-9199B39E8708> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff5662f000 - 0x7fff56630fff com.apple.print.framework.Print (12 - 267) <3682ABFB-2561-3419-847D-02C247F4800D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff56631000 - 0x7fff56633ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff56634000 - 0x7fff5663afff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff5663b000 - 0x7fff5675afff com.apple.cloudkit.CloudKit (736.16 - 736.16) <2C9EF2B0-0378-307B-A6B8-80E73528DD9B> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff5675b000 - 0x7fff5675bfff com.apple.Cocoa (6.11 - 22) <4CF8E31C-B5C7-367B-B73D-1A8AC8E41B7F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff5675c000 - 0x7fff56768ffb com.apple.Collaboration (80 - 80) <1F9E7B94-468F-3C72-BB8D-366DACA5A7A6> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration 0x7fff56769000 - 0x7fff56822fff com.apple.ColorSync (4.13.0 - 3325) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff56823000 - 0x7fff5690dff7 com.apple.contacts (1.0 - 2330.3) /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts 0x7fff569af000 - 0x7fff56a42ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <6E3F958D-79BB-3658-99AD-59F16BF756F1> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff56aa9000 - 0x7fff56ad2ffb com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff56ad3000 - 0x7fff56e29fef com.apple.CoreData (120 - 851) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff56e2a000 - 0x7fff56f0fff7 com.apple.CoreDisplay (1.0 - 97.16) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff56f10000 - 0x7fff573b1fef com.apple.CoreFoundation (6.9 - 1452.23) <945E5C0A-86C5-336E-A64F-5BF06E78985A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff573b3000 - 0x7fff579c3fef com.apple.CoreGraphics (2.0 - 1161.10) <31C36FA0-4026-3347-93FD-71CD7287A6F0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff579c5000 - 0x7fff57cb4fff com.apple.CoreImage (13.0.0 - 579.4.11) <702F8035-26FE-3C78-8587-4C9563E03CC4> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff57cb5000 - 0x7fff57d20ff7 com.apple.corelocation (2245.0.41) <98296858-34F1-3F82-93F0-59E2150A89F1> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff57d69000 - 0x7fff57f42fff com.apple.CoreML (1.0 - 1) <870B87A5-8430-3197-ADB4-F9653D2807DB> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x7fff57f43000 - 0x7fff5802cff7 com.apple.CoreMedia (1.0 - 2275.61.1) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff5802d000 - 0x7fff5807bfff com.apple.CoreMediaIO (812.0 - 4994) <5A3B9482-21AC-38A3-B014-67012F3C39C7> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff5807c000 - 0x7fff5807cfff com.apple.CoreServices (822.31 - 822.31) <615919A2-AE11-3F27-9A37-FB0CFF8D36B6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff5807d000 - 0x7fff580f1ffb com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff580f2000 - 0x7fff583c9fff com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff583ca000 - 0x7fff583fefff com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff583ff000 - 0x7fff58407ffb com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff58408000 - 0x7fff585c5ff7 com.apple.LaunchServices (822.31 - 822.31) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff585c6000 - 0x7fff58676ff7 com.apple.Metadata (10.7.0 - 1191.4.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff58677000 - 0x7fff586d7fff com.apple.CoreServices.OSServices (822.31 - 822.31) <690E3C93-8799-39FF-8663-190A49B002E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff586d8000 - 0x7fff58746fff com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff58747000 - 0x7fff5876bffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <7DB79D78-9925-33F8-96BA-35AB7AEB326A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff58a0c000 - 0x7fff58b5cfff com.apple.CoreText (352.0 - 578.18) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff58b5d000 - 0x7fff58b97fff com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff58b98000 - 0x7fff58c23ff3 com.apple.framework.CoreWLAN (13.0 - 1350.1) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff58db1000 - 0x7fff58dbcff7 com.apple.DirectoryService.Framework (10.13 - 207.50.1) <29D21437-7B41-3E9D-B5D4-462986AED83F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff58dbd000 - 0x7fff58e77fff com.apple.DiscRecording (9.0.3 - 9030.4.5) <35D1FF9A-432C-39AD-9C1F-9022246EC5C0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff58e78000 - 0x7fff58e9dfff com.apple.DiscRecordingUI (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI 0x7fff58e9e000 - 0x7fff58ea3fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff59064000 - 0x7fff5942afff com.apple.Foundation (6.9 - 1452.23) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff5942c000 - 0x7fff59455fff com.apple.GLKit (1.0 - 90) <8D4EC24E-3635-35DB-95BA-DACC2E6F45AE> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit 0x7fff5949a000 - 0x7fff594cafff com.apple.GSS (4.0 - 2.0) <41087278-74AE-3FA5-8C0E-9C78EB696299> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff594e5000 - 0x7fff595a3fff com.apple.GameplayKit (1.0 - 1) <837B2898-2126-37C4-893D-6B70089FE113> /System/Library/Frameworks/GameplayKit.framework/Versions/A/GameplayKit 0x7fff595dc000 - 0x7fff596e0ffb com.apple.Bluetooth (6.0.5 - 6.0.5f3) <85F1B5A6-03C5-3D5A-90B8-5FC86349E330> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff59740000 - 0x7fff597dbff7 com.apple.framework.IOKit (2.0.2 - 1445.50.26) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff597dd000 - 0x7fff597e4ffb com.apple.IOSurface (211.12 - 211.12) <392CA7DE-B365-364E-AF4A-33EC2CC48E6F> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff597e5000 - 0x7fff5983aff3 com.apple.ImageCaptureCore (7.0 - 7.0) <0DAB3D7E-8C3F-35DE-96DF-C370AD35EB65> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff5983b000 - 0x7fff599b4fe7 com.apple.ImageIO.framework (3.3.0 - 1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff599b5000 - 0x7fff599b9ffb libGIF.dylib (1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff599ba000 - 0x7fff59aa1fef libJP2.dylib (1739.1) <053925CD-59DB-372F-98A8-C2372FF0B899> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff59aa2000 - 0x7fff59ac5ff7 libJPEG.dylib (1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff59da1000 - 0x7fff59dc7feb libPng.dylib (1739.1) <48633B0C-BE01-3D94-9D9D-A95D50466AF9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff59dc8000 - 0x7fff59dcaffb libRadiance.dylib (1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff59dcb000 - 0x7fff59e19fef libTIFF.dylib (1739.1) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff59fd5000 - 0x7fff5ac9dfff com.apple.JavaScriptCore (13605 - 13605.1.33.1.2) <06B63626-3B99-375E-92CC-990BC9774644> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff5acb5000 - 0x7fff5acceff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff5accf000 - 0x7fff5ad04fff com.apple.LDAPFramework (2.4.28 - 194.5) <08888215-BBCE-3402-8142-2C9ADB091580> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff5ad83000 - 0x7fff5af8aff7 com.apple.MapKit (1.0 - 1831.24.8.15.45) <2125BD95-2DF1-3A56-A3BF-B5E1EDB4F43A> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit 0x7fff5af8c000 - 0x7fff5af93fff com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff5afa9000 - 0x7fff5b03eff3 com.apple.MediaPlayer (1.0 - 1.0) <19830D10-A554-31F3-9A8A-8389AB4D7861> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer 0x7fff5b03f000 - 0x7fff5b6a6ff7 com.apple.MediaToolbox (1.0 - 2275.61.1) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff5b6a8000 - 0x7fff5b729ff7 com.apple.Metal (125.25 - 125.25) /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff5b72b000 - 0x7fff5b745ffb com.apple.MetalKit (1.0 - 98.3) <3893FB36-FABA-3ED8-AE7F-3F1BB23AF4BF> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit 0x7fff5b746000 - 0x7fff5b761fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <0B4455FE-5C97-345C-B416-325EC6D88A2A> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff5b762000 - 0x7fff5b7d1fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <87F14199-C445-34C2-90F8-57C29212483E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff5b7d2000 - 0x7fff5b7f6fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff5b7f7000 - 0x7fff5b8deff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff5b8df000 - 0x7fff5b8dfff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <20ECB52B-B5C2-39EA-88E3-DFEC0C3CC9FF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff5b8e0000 - 0x7fff5c88efff com.apple.ModelIO (1.0 - 1) <33EEE938-5ADB-3E04-B8B7-6B805996FA75> /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO 0x7fff5c8de000 - 0x7fff5c8eaffb com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff5caa2000 - 0x7fff5caddff3 com.apple.OSAKit (1.5 - 106) <4BDA40E7-BFAC-3AD4-A119-5AA0E16F1E82> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit 0x7fff5cade000 - 0x7fff5cb03fff com.apple.audio.OpenAL (1.8 - 1.8) /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL 0x7fff5f6dc000 - 0x7fff5f72afff com.apple.opencl (2.8.15 - 2.8.15) <83ED39D0-1D39-3593-BA25-70A8A911DE71> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff5f72b000 - 0x7fff5f747ffb com.apple.CFOpenDirectory (10.13 - 207.50.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff5f748000 - 0x7fff5f753fff com.apple.OpenDirectory (10.13 - 207.50.1) <220FB6F2-4892-3A66-8838-C134CF657D3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff608d2000 - 0x7fff608d4fff libCVMSPluginSupport.dylib (16.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff608d5000 - 0x7fff608daffb libCoreFSCache.dylib (162.6.1) <879B2738-2E8A-3596-AFF8-9C3FB1B6828B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff608db000 - 0x7fff608dffff libCoreVMClient.dylib (162.6.1) <64ED0A84-225F-39BC-BE0D-C896ACF5B50A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff608e0000 - 0x7fff608e9ff7 libGFXShared.dylib (16.5.10) <6024B1FE-ACD7-3314-B390-85972CB9B778> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff608ea000 - 0x7fff608f5fff libGL.dylib (16.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff608f6000 - 0x7fff60931fe7 libGLImage.dylib (16.5.10) <5B41D074-3132-3587-91B6-E441BA8C9F13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff60a9f000 - 0x7fff60addffb libGLU.dylib (16.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff61455000 - 0x7fff61464fff com.apple.opengl (16.5.10 - 16.5.10) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff616ee000 - 0x7fff617ddff7 org.python.python (2.7.10 - 2.7.10) <2535F017-3F69-33CE-AAA5-2F4C9078E5C8> /System/Library/Frameworks/Python.framework/Versions/2.7/Python 0x7fff617de000 - 0x7fff6192aff7 com.apple.QTKit (7.7.3 - 3014.8) <3F98E9C1-E9F0-33E8-902C-61194FC68883> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff6192b000 - 0x7fff61b90ff7 com.apple.imageKit (3.0 - 1043) <49A20EDB-F529-3E3F-BCF9-2624722F8A7B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff61b91000 - 0x7fff61c80ffb com.apple.PDFKit (1.0 - 677.67) <6BD11C23-1AEA-3078-8D0C-A7152BCF9031> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff61c81000 - 0x7fff62193ff7 com.apple.QuartzComposer (5.1 - 364) <1369D6DA-8842-3878-B546-1D09828331F5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff62194000 - 0x7fff621b7fff com.apple.quartzfilters (1.10.0 - 1.10.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff621b8000 - 0x7fff622b1ff7 com.apple.QuickLookUIFramework (5.0 - 743.13) <09B296B3-4242-3224-9F44-5DFB4AB894CC> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff622b2000 - 0x7fff622b2fff com.apple.quartzframework (1.5 - 21) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff622b3000 - 0x7fff624feff7 com.apple.QuartzCore (1.11 - 584.40) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff624ff000 - 0x7fff62556ff7 com.apple.QuickLookFramework (5.0 - 743.13) <4FA54690-032B-3DE2-B088-6774034DEDB9> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff6271b000 - 0x7fff62732ff7 com.apple.SafariServices.framework (13605 - 13605.1.33.1.2) <991D3698-529D-3B0D-B9BD-63F27B171F90> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff62733000 - 0x7fff62cfafef com.apple.SceneKit (1.0 - 433.6) <0D14A9E1-6EBF-3D15-9637-D44F0FB3DA48> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit 0x7fff62d1a000 - 0x7fff62d31fff com.apple.ScriptingBridge (1.3.3 - 70) <2C987E75-B409-3824-84E8-0F1DD6B96E8B> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge 0x7fff62d32000 - 0x7fff6305afff com.apple.security (7.0 - 58286.51.6) <7212D257-5324-3DBA-8C26-504D6B8F632A> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff6305b000 - 0x7fff630e7ff7 com.apple.securityfoundation (6.0 - 55185.50.5) <087D601E-7813-3F9E-97EE-BC7081F520BD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff630e8000 - 0x7fff63118fff com.apple.securityinterface (10.0 - 55109.50.6) <343FFA91-89CF-3A3F-833A-D65A2647CCF1> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff63119000 - 0x7fff6311dffb com.apple.xpc.ServiceManagement (1.0 - 1) <5BFDB3ED-73A7-3035-A5BC-ADA6E4F74BFD> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff63169000 - 0x7fff6337dfff com.apple.SpriteKit (1.0 - 1) /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit 0x7fff634c2000 - 0x7fff63532ff3 com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff636e7000 - 0x7fff63a62fff com.apple.VideoToolbox (1.0 - 2275.61.1) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff63d0a000 - 0x7fff6426afef libwebrtc.dylib (7605.1.33.1.2) <71C44A93-B63E-319E-8863-D43D310A2AF2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib 0x7fff6426b000 - 0x7fff65932ffb com.apple.WebCore (13605 - 13605.1.33.1.2) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff65933000 - 0x7fff65b1aff3 com.apple.WebKitLegacy (13605 - 13605.1.33.1.2) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff65b1b000 - 0x7fff65fb3fff com.apple.WebKit (13605 - 13605.1.33.1.2) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff667c5000 - 0x7fff66858ff7 com.apple.APFS (1.0 - 1) /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff67426000 - 0x7fff67441ff3 com.apple.AppContainer (4.0 - 360.50.7) <59F95A1A-15DF-33CE-9E52-DDEEFDC4D138> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff67473000 - 0x7fff6749bfff com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff6749d000 - 0x7fff674acfef com.apple.AppleFSCompression (96.30.2 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff675a9000 - 0x7fff675b4ff7 com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff675ee000 - 0x7fff67636ff3 com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff67637000 - 0x7fff67648ffb com.apple.AppleLDAP (10.13 - 46) <903F75F9-AB26-330A-86E7-B60FAEDC6012> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP 0x7fff67649000 - 0x7fff67667ff3 com.apple.aps.framework (4.0 - 4.0) <142A38BC-8266-3462-86A7-C39198651F2A> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff67668000 - 0x7fff67670ff3 com.apple.AppleSRP (5.0 - 1) <4CEC34CF-63E3-3023-B61B-F8D133698534> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff67671000 - 0x7fff67699fff com.apple.applesauce (1.0 - ???) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff67762000 - 0x7fff67765ff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <0E33401D-7B9C-378A-8EE8-0E3D40B63C8D> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff67766000 - 0x7fff677b6ff7 com.apple.AppleVAFramework (5.0.41 - 5.0.41) <8169ABC4-56F0-301E-B913-A762F7E40DBF> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff67ae9000 - 0x7fff67d82fff com.apple.AuthKit (1.0 - 1) <89C62CB4-B9E6-368F-A39B-EB862BE2009C> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff67d83000 - 0x7fff67df0ff3 com.apple.AuthKitUI (1.0 - 1) <7DA93781-BD56-39F5-B7F6-5527C9577332> /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI 0x7fff67eb9000 - 0x7fff67ec0ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff67ec1000 - 0x7fff67f48ff7 com.apple.backup.framework (1.9.5 - 1.9.5) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff67f51000 - 0x7fff67f57ff3 com.apple.BezelServicesFW (305 - 305) /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices 0x7fff67fc1000 - 0x7fff67ffdfff com.apple.bom (14.0 - 194.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff68242000 - 0x7fff68263ffb com.apple.CacheDelete (1.0 - 1) /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete 0x7fff6862e000 - 0x7fff6865bfff com.apple.CalendarAgentLink (8.0 - 250) <55B60B04-2EAA-3F22-88EF-1602129D5294> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink 0x7fff68d26000 - 0x7fff68d75ff3 com.apple.ChunkingLibrary (189 - 189) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff68d7c000 - 0x7fff68e0dff7 com.apple.CloudDocs (1.0 - 575.14) <7B39EEBE-88FA-39B9-BB89-F2AE6DF9FB50> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff698f1000 - 0x7fff698fdffb com.apple.CommerceCore (1.0 - 656.20) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff698fe000 - 0x7fff69907ff3 com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff6991c000 - 0x7fff69931ff7 com.apple.commonutilities (8.0 - 900) <5EC02BD4-F1F8-3A96-BE1A-6620D3080CD4> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff699e0000 - 0x7fff69a52ff7 com.apple.framework.ConfigurationProfiles (10.2 - 1089) /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles 0x7fff69b60000 - 0x7fff69bc0fff com.apple.AddressBook.ContactsFoundation (8.0 - ???) <997AADA4-DD8A-38C5-B441-C3FEDC5AFCE7> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff69bc1000 - 0x7fff69be3fff com.apple.contacts.ContactsPersistence (1.0 - 2330.3) /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff69c43000 - 0x7fff6a04bfff com.apple.CoreAUC (259.0.0 - 259.0.0) <1E0FB2C7-109E-3924-8E7F-8C6ACD78AF26> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff6a04c000 - 0x7fff6a07cff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff6a093000 - 0x7fff6a0c0fff com.apple.CoreAnalytics.CoreAnalytics (1.0 - 1) /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics 0x7fff6a112000 - 0x7fff6a154ff3 com.apple.corebrightness (1.0 - 1) /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness 0x7fff6a293000 - 0x7fff6a29cff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <35A43584-2AF8-3202-A139-27D916E444BE> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff6a40a000 - 0x7fff6a41aff7 com.apple.CoreEmoji (1.0 - 69.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff6acd5000 - 0x7fff6acebff7 com.apple.CoreMediaAuthoring (2.2 - 956) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff6ae34000 - 0x7fff6ae91ff7 com.apple.CoreNLP (1.0 - 130.5.4) <1FDB3609-F745-3874-84EB-473570632E50> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff6b01a000 - 0x7fff6b01fff7 com.apple.CoreOptimization (1.0 - 1) <785B622B-8F7D-3B4D-83AF-EB98CB79FFF6> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization 0x7fff6b020000 - 0x7fff6b0c5fff com.apple.CorePDF (4.0 - 414) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff6b165000 - 0x7fff6b16dff3 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff6b16e000 - 0x7fff6b1cafff com.apple.CorePrediction (1.0 - 1) /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction 0x7fff6b2f8000 - 0x7fff6b329ff3 com.apple.CoreServicesInternal (309.1 - 309.1) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff6b665000 - 0x7fff6b6f6fff com.apple.CoreSymbolication (9.3 - 64026) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff6b6f7000 - 0x7fff6b770fff com.apple.CoreThemeDefinition (2.0 - 340.1) <593CD19E-975D-38C6-B187-24C5FEF38D5A> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition 0x7fff6b779000 - 0x7fff6b8adfff com.apple.coreui (2.1 - 494.1) <19624CAA-74DE-3DD3-9585-E64BE866EBFF> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff6b8ae000 - 0x7fff6b9deff7 com.apple.CoreUtils (5.5 - 550.44) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff6ba33000 - 0x7fff6ba97fff com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff6ba98000 - 0x7fff6baa8ff7 com.apple.CrashReporterSupport (10.13 - 1) <4D0DF741-8BFA-3BCF-971D-6EF849019534> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff6bb26000 - 0x7fff6bb35ff7 com.apple.framework.DFRFoundation (1.0 - 191.7) <3B8ED6F7-5DFF-34C3-BA90-DDB85679684C> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff6bb38000 - 0x7fff6bb3cffb com.apple.DSExternalDisplay (3.1 - 380) <8D03D346-887A-3CE7-9483-4AD7804D1FBB> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff6bb7d000 - 0x7fff6bbbdffb com.apple.datadetectors (5.0 - 376.1) <12BF834C-0B19-3719-BCC4-796568901107> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fff6bbbe000 - 0x7fff6bc34fff com.apple.datadetectorscore (7.0 - 590.3) <83E85A62-44A8-33F8-AD79-AC4C807184C4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff6bc82000 - 0x7fff6bcc2ff7 com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff6bcc3000 - 0x7fff6bdf2fff com.apple.desktopservices (1.12.4 - 1.12.4) <47C3FBF3-5E75-3821-B003-2A4DC3657D8D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff6bdf3000 - 0x7fff6be08ffb com.apple.DeviceLinkX (5.0 - 264) /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink 0x7fff6be64000 - 0x7fff6be65ff7 com.apple.diagnosticlogcollection (10.0 - 1000) /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection 0x7fff6befb000 - 0x7fff6bfcdff7 com.apple.DiskImagesFramework (480.50.10 - 480.50.10) <08B48BB9-51A4-3AC4-9E24-AA1C338BA548> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff6bfce000 - 0x7fff6c0bcff7 com.apple.DiskManagement (11.4 - 1428) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff6c0bd000 - 0x7fff6c0c1ff7 com.apple.DisplayServicesFW (3.1 - 380) <79C5F9B5-D95F-3B86-BF98-C103B862EFE3> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff6c114000 - 0x7fff6c149fff com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X 0x7fff6c14a000 - 0x7fff6c14dfff com.apple.EFILogin (2.0 - 2) <65FC80C1-965D-3FE9-9666-41DB87A934A6> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff6c8af000 - 0x7fff6c8c7fff com.apple.Engram (1.0 - 1) <47B568AF-DF75-3039-AD55-802A2C826D08> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x7fff6c8c8000 - 0x7fff6ca9dff7 com.apple.vision.EspressoFramework (1.0 - 66.15) /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x7fff6cc09000 - 0x7fff6d037fff com.apple.vision.FaceCore (3.3.2 - 3.3.2) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff6d041000 - 0x7fff6d063fff com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff6d06a000 - 0x7fff6d0f3ff3 com.apple.FileProvider (125.15 - 125.15) <2E707F97-6271-3561-8A94-54412293B783> /System/Library/PrivateFrameworks/FileProvider.framework/Versions/A/FileProvider 0x7fff6ec93000 - 0x7fff6ec93fff libmetal_timestamp.dylib (802.4.5) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib 0x7fff702ff000 - 0x7fff70304ff7 com.apple.GPUWrangler (3.18.48 - 3.18.48) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff706b8000 - 0x7fff706ddff3 com.apple.GenerationalStorage (2.0 - 285.3) <13B96400-FF70-376B-B20E-FB7D61064800> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff706f5000 - 0x7fff71037ff7 com.apple.GeoServices (1.0 - 1363.24.8.15.58) /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff7107a000 - 0x7fff71089fff com.apple.GraphVisualizer (1.0 - 5) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff7110c000 - 0x7fff71180fff com.apple.Heimdal (4.0 - 2.0) <18607D75-DB78-3CC7-947E-AC769195164C> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff711ed000 - 0x7fff71218ff7 com.apple.IASUtilities (1.0 - 454.4) /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilities 0x7fff7121b000 - 0x7fff71330fff com.apple.ids (10.0 - 1000) /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff71331000 - 0x7fff71411ffb com.apple.idsfoundation (10.0 - 1000) <2824BC02-753F-30BC-A16B-2B2C177A3F0E> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff7194e000 - 0x7fff719b4ff3 com.apple.imfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff71a7c000 - 0x7fff71a83ff7 com.apple.IOAccelerator (378.18.1 - 378.18.1) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff71a86000 - 0x7fff71a86fff com.apple.IOPlatformPluginFamily (1.0 - 1) /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily 0x7fff71a87000 - 0x7fff71a9ffff com.apple.IOPresentment (1.0 - 35.1) <214AD582-466F-3844-A0A4-DE0742A8B899> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff71e6a000 - 0x7fff71e90ffb com.apple.IconServices (97.6 - 97.6) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff71f9c000 - 0x7fff71f9fff3 com.apple.InternationalSupport (1.0 - 1) <5AB382FD-BF81-36A1-9565-61F1FD398ECA> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff7200d000 - 0x7fff7201dffb com.apple.IntlPreferences (2.0 - 227.5.2) <436BBE9B-595B-37EB-8B54-B332B6AE3E57> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff72099000 - 0x7fff720b7fff com.apple.Jet (1.0 - 1) <4EA3177A-ADFF-3DCB-97A5-679C8C11B014> /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet 0x7fff72114000 - 0x7fff72127ff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff72128000 - 0x7fff7221dff7 com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff7221e000 - 0x7fff72260fff com.apple.Lexicon-framework (1.0 - 33.5) /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff72264000 - 0x7fff7226bff7 com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff72309000 - 0x7fff7235aff7 com.apple.LoggingSupport (1.0 - 829.50.17) <79F4DE10-A646-3AA4-A6FE-79A637EFA7E1> /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport 0x7fff7235b000 - 0x7fff72360fff com.apple.LoginUICore (4.0 - 4.0) <29953093-7A93-3547-8BB8-FBBB422CE20D> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff723ac000 - 0x7fff723c9ff7 com.apple.LookupFramework (1.2 - 239.1) <9A5E5226-6EA2-3487-887B-97A03B4169E0> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup 0x7fff72a6a000 - 0x7fff72a6dfff com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff72af9000 - 0x7fff72afbff7 com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff72b89000 - 0x7fff72bbcff7 com.apple.MediaKit (16 - 873) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff72bbd000 - 0x7fff72eb3fff com.apple.MediaRemote (1.0 - 1) <6EC79A1D-EF01-36F1-B81B-93F503253229> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote 0x7fff72eb4000 - 0x7fff72ed5fff com.apple.MediaServices (1.0 - 1) /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices 0x7fff72f4a000 - 0x7fff72fb3ff7 com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff72fbc000 - 0x7fff72fd3ff7 com.apple.MobileAssets (1.0 - 437.50.37) <675063CD-8335-32C2-AAAF-46CA5C265800> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x7fff72fd7000 - 0x7fff7312efc7 com.apple.mobiledevice (988.50.16.100.1 - 988.50.16.100.1) <7D5856D4-8BE1-37F4-A2C2-A378D2FF0889> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice 0x7fff7312f000 - 0x7fff73148ff7 com.apple.MobileKeyBag (2.0 - 1.0) <88876B8D-A68A-3461-84F3-A1A8D5F3D497> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff73159000 - 0x7fff731d3ff7 com.apple.Montreal (1.0 - 42) <7B55B0D1-16D0-3547-8FA0-25395FAB1844> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x7fff731d4000 - 0x7fff731feffb com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff7330c000 - 0x7fff733ffff7 com.apple.Navigation (1.0 - 1) /System/Library/PrivateFrameworks/Navigation.framework/Versions/A/Navigation 0x7fff73465000 - 0x7fff73470fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff7347d000 - 0x7fff73568ff3 com.apple.Network (1.0 - 1) <03A5E229-0FE6-3514-B775-3A6252666B87> /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network 0x7fff7363d000 - 0x7fff73659ff3 com.apple.network.statistics.framework (1.2 - 1) <662A1A5D-42F0-3074-BB9C-0BCA4C2D78B3> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics 0x7fff746ca000 - 0x7fff747f4ff7 com.apple.PackageKit (3.0 - 731) <016B61FE-8EE5-3EC4-BF53-1455C40B78EB> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit 0x7fff74d02000 - 0x7fff74d12ffb com.apple.PerformanceAnalysis (1.194 - 194) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff74d8a000 - 0x7fff74d8aff7 com.apple.PhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff766d0000 - 0x7fff7672bff7 com.apple.PhysicsKit (1.0 - 1) <02737DB1-A03F-3AE1-A31E-97DC18928068> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit 0x7fff7675c000 - 0x7fff76781fff com.apple.pluginkit.framework (1.0 - 1) <2DCA499B-D7D0-383E-B686-998456FDDF8D> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7fff76a78000 - 0x7fff76acfffb com.apple.ProtectedCloudStorage (1.0 - 1) <351DCB70-4AA2-326E-B14E-0874AA37FA9B> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff76ad0000 - 0x7fff76aeefff com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff76c5b000 - 0x7fff76c71ff7 com.apple.QuickLookThumbnailing (1.0 - 1) <8F0092E4-6494-349D-B4C9-494DF293D716> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff76cbb000 - 0x7fff76cc7fff com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.50.76) /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff76cc8000 - 0x7fff76cebffb com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff76cec000 - 0x7fff76d00ff7 com.apple.xpc.RemoteXPC (1.0 - 1205.50.76) <6E67A656-542A-34BD-B598-56B8D5A70814> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x7fff784c0000 - 0x7fff784c3ff3 com.apple.SecCodeWrapper (4.0 - 360.50.7) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff7856d000 - 0x7fff78572fff com.apple.ServerInformation (2.0 - 1) <96B5C4DF-821D-3240-A462-1EA8FBD7118D> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation 0x7fff78608000 - 0x7fff7871afff com.apple.Sharing (1019.46 - 1019.46) <1266C41E-3CA9-3EFC-8413-A37D52EA9FB2> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff78745000 - 0x7fff78746ff7 com.apple.performance.SignpostNotification (1.2.4 - 2.4) <9957B2C0-4D48-3337-8A4D-5E457CC7B542> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification 0x7fff7948e000 - 0x7fff7972afff com.apple.SkyLight (1.600.0 - 312.50) <0CF4C608-8748-32BF-9586-A1601945F82C> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff79ef0000 - 0x7fff79efdff7 com.apple.SpeechRecognitionCore (4.0.13 - 4.0.13) <8B5418A4-CDC5-3200-AEF0-F109E0DF9019> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff79faf000 - 0x7fff7a1edff3 com.apple.spotlight.index (10.7.0 - 1191.4.13) <14C6EDFD-B843-35A4-AEA6-F485D756FF88> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex 0x7fff7a2e8000 - 0x7fff7a2f7ffb com.apple.StorageManagement (1.0 - 1) <2F6D7175-9A2A-3E81-8B97-5D42A5D6C4A3> /System/Library/PrivateFrameworks/StorageManagement.framework/Versions/A/StorageManagement 0x7fff7a3a8000 - 0x7fff7a3cffff com.apple.StreamingZip (1.0 - 1) <3DE92A6D-565E-3477-82B1-660987317BD8> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x7fff7aaa1000 - 0x7fff7ab2afc7 com.apple.Symbolication (9.3 - 64033) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff7ab3b000 - 0x7fff7ab43ffb com.apple.SymptomDiagnosticReporter (1.0 - 820.50.37) /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x7fff7adf0000 - 0x7fff7ae1cfff com.apple.framework.SystemAdministration (1.0 - 1.0) <2916D56F-1F72-3A6B-8F2F-9E6EFE6B962A> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff7b09a000 - 0x7fff7b0a2ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff7b2af000 - 0x7fff7b36cff7 com.apple.TextureIO (3.7 - 3.7) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff7b3bf000 - 0x7fff7b3daffb com.apple.ToneKit (1.0 - 1) <030D229F-084B-3852-9EF8-1A608A5C9B50> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fff7b3db000 - 0x7fff7b402fff com.apple.ToneLibrary (1.0 - 1) <40669A87-2E48-3A42-8310-34046580C684> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fff7b412000 - 0x7fff7b413fff com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff7b419000 - 0x7fff7b5c8fff com.apple.UIFoundation (1.0 - 547.3) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff7b5e0000 - 0x7fff7b5e4fff com.apple.Uninstall (1.0.1 - 211) <24F71E7C-B347-32B5-BF3B-29362617207B> /System/Library/PrivateFrameworks/Uninstall.framework/Versions/A/Uninstall 0x7fff7b63c000 - 0x7fff7b63efff libUAPreferences.dylib (361.13.6) <794F71E8-09C8-3EA4-8CC3-559EA79E3733> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib 0x7fff7b792000 - 0x7fff7be69ff3 com.apple.VectorKit (1.0 - 1359.24.8.15.42) <1310C084-4149-36D7-A7F3-985E4FFB48F6> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit 0x7fff7c29d000 - 0x7fff7c36cff7 com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff7c6d4000 - 0x7fff7c8ffffb libAWDSupportFramework.dylib (793) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib 0x7fff7c900000 - 0x7fff7c911ff7 libprotobuf-lite.dylib (793) <0CBA92F5-DAC7-3858-B3E5-4DF792C3EABB> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib 0x7fff7c912000 - 0x7fff7c974fff libprotobuf.dylib (793) /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib 0x7fff7c975000 - 0x7fff7c9b8ff7 com.apple.awd (1.0 - 930) <1D199A76-E8CB-38BB-B00C-2AAEA1B9E712> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics 0x7fff7caf3000 - 0x7fff7caf5ffb com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework 0x7fff7cc89000 - 0x7fff7cc8dff7 com.apple.kperf (1.0 - 1) <55D1CB99-9479-35FD-B4DC-880B2F5002BB> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf 0x7fff7ccd1000 - 0x7fff7ccd3ffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff7ccd4000 - 0x7fff7cce9fff com.apple.login (3.0 - 3.0) <79189BF9-70D4-3839-9E2F-B3990B673A3E> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff7cd14000 - 0x7fff7cd41fff com.apple.contacts.vCard (1.0 - 2330.3) <02AB9DF0-0471-3FDA-8EC6-27C72E00DD75> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff7ce3a000 - 0x7fff7ce6dff7 libclosured.dylib (551.3) /usr/lib/closure/libclosured.dylib 0x7fff7cf2a000 - 0x7fff7cf63ff7 libCRFSuite.dylib (41) /usr/lib/libCRFSuite.dylib 0x7fff7cf64000 - 0x7fff7cf6ffff libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib 0x7fff7cf70000 - 0x7fff7cffdff7 libCoreStorage.dylib (546.50.1) <6AFD6AAE-2EFE-3CF3-90C6-A66F67FCB309> /usr/lib/libCoreStorage.dylib 0x7fff7d001000 - 0x7fff7d002ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff7d039000 - 0x7fff7d203ff3 libFosl_dynamic.dylib (17.8) /usr/lib/libFosl_dynamic.dylib 0x7fff7d223000 - 0x7fff7d22afff libMatch.1.dylib (31) <74AB4815-11D1-3930-A559-BD6550CE5865> /usr/lib/libMatch.1.dylib 0x7fff7d23b000 - 0x7fff7d23bfff libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib 0x7fff7d372000 - 0x7fff7d376ffb libScreenReader.dylib (562.18.4) /usr/lib/libScreenReader.dylib 0x7fff7d377000 - 0x7fff7d378ffb libSystem.B.dylib (1252.50.4) /usr/lib/libSystem.B.dylib 0x7fff7d379000 - 0x7fff7d3f6fff libTelephonyUtilDynamic.dylib (3312) <1534A887-F11D-3B09-95CC-AF45634FDF46> /usr/lib/libTelephonyUtilDynamic.dylib 0x7fff7d3f7000 - 0x7fff7d3f8fff libThaiTokenizer.dylib (2.2) <6F416F41-BF77-3078-A05C-AFF5DA5AB008> /usr/lib/libThaiTokenizer.dylib 0x7fff7d3f9000 - 0x7fff7d3fcffb libUniversalAccess.dylib (361.13.6) <0C5180A1-5354-3DB6-BB93-B974C60168FB> /usr/lib/libUniversalAccess.dylib 0x7fff7d40b000 - 0x7fff7d40bfff libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib 0x7fff7d40c000 - 0x7fff7d422ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib 0x7fff7d423000 - 0x7fff7d44dff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib 0x7fff7d44e000 - 0x7fff7d4cffdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib 0x7fff7d4d3000 - 0x7fff7d4d3ff3 libauto.dylib (187) /usr/lib/libauto.dylib 0x7fff7d4d4000 - 0x7fff7d58cff3 libboringssl.dylib (109.50.14) /usr/lib/libboringssl.dylib 0x7fff7d58d000 - 0x7fff7d59dff3 libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib 0x7fff7d59e000 - 0x7fff7d5abffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib 0x7fff7d5ac000 - 0x7fff7d602fff libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib 0x7fff7d603000 - 0x7fff7d627ff7 libc++abi.dylib (400.8.2) /usr/lib/libc++abi.dylib 0x7fff7d629000 - 0x7fff7d639fff libcmph.dylib (6) /usr/lib/libcmph.dylib 0x7fff7d63a000 - 0x7fff7d650fff libcompression.dylib (47.50.1) <491784AE-CB90-3E27-9081-95C3A1211760> /usr/lib/libcompression.dylib 0x7fff7d8fb000 - 0x7fff7d913ff7 libcoretls.dylib (155.50.1) /usr/lib/libcoretls.dylib 0x7fff7d914000 - 0x7fff7d915ff3 libcoretls_cfhelpers.dylib (155.50.1) /usr/lib/libcoretls_cfhelpers.dylib 0x7fff7d9cb000 - 0x7fff7daadff3 libcrypto.0.9.8.dylib (76.30.1) /usr/lib/libcrypto.0.9.8.dylib 0x7fff7daae000 - 0x7fff7dc3ffff libcrypto.35.dylib (22.50.2) <97828BFD-4675-35DF-BE2E-C6D1555BB71D> /usr/lib/libcrypto.35.dylib 0x7fff7ddda000 - 0x7fff7dde5ff7 libcsfde.dylib (546.50.1) /usr/lib/libcsfde.dylib 0x7fff7dde6000 - 0x7fff7de3cff3 libcups.2.dylib (462.2) <64864CBE-03A3-34C7-9DBB-C93601F183FD> /usr/lib/libcups.2.dylib 0x7fff7de67000 - 0x7fff7debbffb libcurl.4.dylib (105.40.1) /usr/lib/libcurl.4.dylib 0x7fff7dec7000 - 0x7fff7df43ff7 libdtrace.dylib (262.50.12) <9BF588AF-E7FF-3351-B10D-D62BECD4DCE5> /usr/lib/libdtrace.dylib 0x7fff7df44000 - 0x7fff7df47fff libdz.dylib (1.0.0 - 110.50.29) /usr/lib/libdz.dylib 0x7fff7df5d000 - 0x7fff7df7bff7 libedit.3.dylib (50) /usr/lib/libedit.3.dylib 0x7fff7df7c000 - 0x7fff7df7cfff libenergytrace.dylib (16) /usr/lib/libenergytrace.dylib 0x7fff7df97000 - 0x7fff7dfa3ffb libexslt.0.dylib (15.12) <49C39D9F-4600-364D-B800-4803943F7D75> /usr/lib/libexslt.0.dylib 0x7fff7dfa4000 - 0x7fff7dfa5fff libffi.dylib (18.1) <02011073-8CB7-362F-BC52-43B4E83687B0> /usr/lib/libffi.dylib 0x7fff7dfae000 - 0x7fff7dfb2ff7 libgermantok.dylib (17) <37C1C061-5214-3050-9C3A-783A784435A8> /usr/lib/libgermantok.dylib 0x7fff7dfb3000 - 0x7fff7dfb8ff3 libheimdal-asn1.dylib (520.50.6) /usr/lib/libheimdal-asn1.dylib 0x7fff7dfe4000 - 0x7fff7e0d5ff7 libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib 0x7fff7e0d6000 - 0x7fff7e2fdffb libicucore.A.dylib (59173.0.1) /usr/lib/libicucore.A.dylib 0x7fff7e34a000 - 0x7fff7e34bfff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib 0x7fff7e34c000 - 0x7fff7e365ffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib 0x7fff7e366000 - 0x7fff7e37cff7 libmarisa.dylib (9) /usr/lib/libmarisa.dylib 0x7fff7e37d000 - 0x7fff7e42cfff libmecab.1.0.0.dylib (779.7.6) <334D4742-BDDD-3C2D-BBEB-85B32643BFA0> /usr/lib/libmecab.1.0.0.dylib 0x7fff7e42d000 - 0x7fff7e655ff7 libmecabra.dylib (779.7.6) /usr/lib/libmecabra.dylib 0x7fff7e65a000 - 0x7fff7e68affb libncurses.5.4.dylib (53) <030DF747-F71B-367A-83EE-2F30B7947929> /usr/lib/libncurses.5.4.dylib 0x7fff7e82d000 - 0x7fff7e9a7fff libnetwork.dylib (1229.51.2) /usr/lib/libnetwork.dylib 0x7fff7ea26000 - 0x7fff7ee147e7 libobjc.A.dylib (723) /usr/lib/libobjc.A.dylib 0x7fff7ee15000 - 0x7fff7ee16fff libodfde.dylib (24.50.1) <972F9662-D4FA-304F-9D13-AC440F908A6F> /usr/lib/libodfde.dylib 0x7fff7ee27000 - 0x7fff7ee2bfff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib 0x7fff7ee2c000 - 0x7fff7ee2dfff libpanel.5.4.dylib (53) <79158BAD-B756-3B5D-A429-E9116E861DAC> /usr/lib/libpanel.5.4.dylib 0x7fff7ee2e000 - 0x7fff7ee62fff libpcap.A.dylib (79.20.1) /usr/lib/libpcap.A.dylib 0x7fff7eedf000 - 0x7fff7eee0fff libquit.dylib (252) <468C187A-8293-3D34-B583-6764DE5FD00E> /usr/lib/libquit.dylib 0x7fff7eee1000 - 0x7fff7eefdffb libresolv.9.dylib (65) /usr/lib/libresolv.9.dylib 0x7fff7eeff000 - 0x7fff7ef38ff3 libsandbox.1.dylib (765.50.51) <75B20FAF-0AED-3F18-9399-1BC75A916415> /usr/lib/libsandbox.1.dylib 0x7fff7ef39000 - 0x7fff7ef4bfff libsasl2.2.dylib (211) <04EF3F61-12EC-3319-A649-851999F4C7A4> /usr/lib/libsasl2.2.dylib 0x7fff7ef4c000 - 0x7fff7ef4dff3 libspindump.dylib (252) /usr/lib/libspindump.dylib 0x7fff7ef4e000 - 0x7fff7f0e1ff7 libsqlite3.dylib (274.8.1) /usr/lib/libsqlite3.dylib 0x7fff7f104000 - 0x7fff7f13cff3 libssl.0.9.8.dylib (76.30.1) <31E4862C-C181-3D5E-ACB3-CDE18764638F> /usr/lib/libssl.0.9.8.dylib 0x7fff7f13d000 - 0x7fff7f190ffb libssl.35.dylib (22.50.2) /usr/lib/libssl.35.dylib 0x7fff7f1e3000 - 0x7fff7f231fff libstdc++.6.0.9.dylib (104.1) <0EA35E7E-B536-3628-B462-A4098805CEAC> /usr/lib/libstdc++.6.0.9.dylib 0x7fff7f237000 - 0x7fff7f238ffb libsysmon.dylib (100) <783354EA-7F4E-3215-BE04-AEC142BC53A2> /usr/lib/libsysmon.dylib 0x7fff7f268000 - 0x7fff7f29dfff libtidy.A.dylib (15.18.1) /usr/lib/libtidy.A.dylib 0x7fff7f2b5000 - 0x7fff7f315ff3 libusrtcp.dylib (1229.51.2) <3D8806D9-4BA9-35EE-BC44-F58BC2A0962D> /usr/lib/libusrtcp.dylib 0x7fff7f316000 - 0x7fff7f319ffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib 0x7fff7f31a000 - 0x7fff7f327fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib 0x7fff7f32b000 - 0x7fff7f412fff libxml2.2.dylib (31.10) <503721DB-0D8D-379E-B743-18CE59304155> /usr/lib/libxml2.2.dylib 0x7fff7f413000 - 0x7fff7f43bfff libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib 0x7fff7f43c000 - 0x7fff7f44effb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib 0x7fff7f4ea000 - 0x7fff7f4eeff7 libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib 0x7fff7f4ef000 - 0x7fff7f4f9ff3 libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib 0x7fff7f4fa000 - 0x7fff7f501fff libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib 0x7fff7f502000 - 0x7fff7f50bffb libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib 0x7fff7f50c000 - 0x7fff7f591fff libcorecrypto.dylib (562.50.17) <67007279-24E1-3F30-802D-A55CD5C27946> /usr/lib/system/libcorecrypto.dylib 0x7fff7f619000 - 0x7fff7f652ff7 libdispatch.dylib (913.50.12) <848EEE57-4235-3A61-9A52-C0097DD2AB5E> /usr/lib/system/libdispatch.dylib 0x7fff7f653000 - 0x7fff7f670ff7 libdyld.dylib (551.3) /usr/lib/system/libdyld.dylib 0x7fff7f671000 - 0x7fff7f671ffb libkeymgr.dylib (28) /usr/lib/system/libkeymgr.dylib 0x7fff7f672000 - 0x7fff7f67eff3 libkxld.dylib (4570.51.1) /usr/lib/system/libkxld.dylib 0x7fff7f67f000 - 0x7fff7f67fff7 liblaunch.dylib (1205.50.76) <4D52BB64-C568-3A36-8935-2480427EE2A2> /usr/lib/system/liblaunch.dylib 0x7fff7f680000 - 0x7fff7f684ffb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib 0x7fff7f685000 - 0x7fff7f687ff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib 0x7fff7f688000 - 0x7fff7f689ff3 libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib 0x7fff7f68a000 - 0x7fff7f6a1fff libsystem_asl.dylib (356.50.1) <3B24F2D1-B578-359D-ADB2-0ED19A364C38> /usr/lib/system/libsystem_asl.dylib 0x7fff7f6a2000 - 0x7fff7f6a2fff libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib 0x7fff7f6a3000 - 0x7fff7f72cff7 libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib 0x7fff7f72d000 - 0x7fff7f730ffb libsystem_configuration.dylib (963.50.8) /usr/lib/system/libsystem_configuration.dylib 0x7fff7f731000 - 0x7fff7f734ffb libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib 0x7fff7f735000 - 0x7fff7f736fff libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib 0x7fff7f737000 - 0x7fff7f73dff7 libsystem_dnssd.dylib (878.50.17) <9033B909-BCF7-37EB-A040-ADE8081611D6> /usr/lib/system/libsystem_dnssd.dylib 0x7fff7f73e000 - 0x7fff7f787ff7 libsystem_info.dylib (517.30.1) /usr/lib/system/libsystem_info.dylib 0x7fff7f788000 - 0x7fff7f7aeff7 libsystem_kernel.dylib (4570.51.1) <5CAAB092-02CC-3A37-9D5F-C4AD1083AB96> /usr/lib/system/libsystem_kernel.dylib 0x7fff7f7af000 - 0x7fff7f7fafcb libsystem_m.dylib (3147.50.1) /usr/lib/system/libsystem_m.dylib 0x7fff7f7fb000 - 0x7fff7f81afff libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib 0x7fff7f81b000 - 0x7fff7f94bff3 libsystem_network.dylib (1229.51.2) /usr/lib/system/libsystem_network.dylib 0x7fff7f94c000 - 0x7fff7f956ffb libsystem_networkextension.dylib (767.50.25) <758F1414-796D-3422-83C9-92D2915A06CE> /usr/lib/system/libsystem_networkextension.dylib 0x7fff7f957000 - 0x7fff7f960ff3 libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib 0x7fff7f961000 - 0x7fff7f968ff7 libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib 0x7fff7f969000 - 0x7fff7f974fff libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib 0x7fff7f975000 - 0x7fff7f978fff libsystem_sandbox.dylib (765.50.51) /usr/lib/system/libsystem_sandbox.dylib 0x7fff7f979000 - 0x7fff7f97aff3 libsystem_secinit.dylib (30) /usr/lib/system/libsystem_secinit.dylib 0x7fff7f97b000 - 0x7fff7f982ff7 libsystem_symptoms.dylib (820.50.37) /usr/lib/system/libsystem_symptoms.dylib 0x7fff7f983000 - 0x7fff7f996fff libsystem_trace.dylib (829.50.17) <6568D68B-1D4C-38EE-90A9-54821D6403C0> /usr/lib/system/libsystem_trace.dylib 0x7fff7f998000 - 0x7fff7f99dff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib 0x7fff7f99e000 - 0x7fff7f9cbfff libxpc.dylib (1205.50.76) <25DB244E-217D-3CE0-A8F2-0C4255783B42> /usr/lib/system/libxpc.dylib

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

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

                                  VIRTUAL   REGION 
    

    REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 384K 3 Activity Tracing 256K 2 CG backing stores 9256K 5 CG image 780K 34 CG raster data 4000K 76 CoreAnimation 9152K 178 CoreGraphics 8K 2 CoreImage 188K 29 CoreUI image data 3112K 28 CoreUI image file 428K 13 Dispatch continuations 16.0M 2 Foundation 2576K 6 Image IO 4388K 12 JS JIT generated code 8K 3 JS JIT generated code (reserved) 1.0G 2 reserved VM address space (unallocated) Kernel Alloc Once 8K 2 MALLOC 403.6M 97 MALLOC guard page 80K 19 Memory Tag 242 12K 2 Memory Tag 251 112K 4 SQLite page cache 256K 4 STACK GUARD 56.1M 19 Stack 16.6M 19 VM_ALLOCATE 208K 28 WebKit Malloc 1108K 3 __DATA 84.5M 636 __FONT_DATA 4K 2 __LINKEDIT 282.2M 216 __TEXT 664.3M 611 __UNICODE 560K 2 libnetwork 1664K 4 mapped file 125.3M 121 shared memory 796K 16 =========== ======= ======= TOTAL 2.6G 2167 TOTAL, minus reserved VM space 1.6G 2167

    Model: MacBookPro11,3, BootROM MBP112.0145.B00, 4 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.19f12 Graphics: Intel Iris Pro, Intel Iris Pro, Built-In Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.77.37.29.1a7) Bluetooth: Version 6.0.5f3, 3 services, 27 devices, 1 incoming serial ports Network Service: Thunderbolt Ethernet, Ethernet, en3 Network Service: Wi-Fi, AirPort, en0 PCI Card: Apple 57762-A0, Ethernet Controller, Thunderbolt@195,0,0 Serial ATA Device: APPLE SSD SM0512F, 500.28 GB USB Device: USB 3.0 Bus USB Device: Internal Memory Card Reader USB Device: Apple Internal Keyboard / Trackpad USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: USB2.0 Hub USB Device: USB2.0 Hub USB Device: Microsoft® 2.4GHz Transceiver v9.0 USB Device: STM32 STLink USB Device: USB2.0 Hub Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1 Thunderbolt Device: Thunderbolt to Gigabit Ethernet Adapter, Apple Inc., 1, 5.5

    CRASH 
    opened by ohbargain 12
  • Error log on Xcode10.2 macOS 10.14.3

    Error log on Xcode10.2 macOS 10.14.3

    Followed README.md and installed, but the plugin had seemingly no effect on Xcode. No vim commands worked, the menu item Edit -> XVim didn't exist.

    After following the Contributing.md, I got this log when starting the second compiled instance of Xcode:

    2019-04-08 03:05:02.229713+0200 Xcode[55362:3701586] [default] Unable to load Info.plist exceptions (eGPUOverrides)
    2019-04-08 03:05:04.362814+0200 Xcode[55362:3701659] Calling IOPPFGetProperty simulator_utility_clamp!
    2019-04-08 03:05:06.113687+0200 Xcode[55362:3701609] NSURLConnection finished with error - code -1100
    2019-04-08 03:05:07.012743+0200 Xcode[55362:3701312] [messages] [XCSUIDataSource] addSnapshotsObserver: <XCSUIDataSource: 0x122b09680> 0x122b09680.
    2019-04-08 03:05:07.013044+0200 Xcode[55362:3701312] [messages] [XCSUIServicesManager] Reloading services.
    2019-04-08 03:05:07.013108+0200 Xcode[55362:3701312] [messages] [XCSUIServicesManager] Cached accounts: (null)
    2019-04-08 03:05:07.013941+0200 Xcode[55362:3701312] [messages] Registered for System Configuration dynamic store notifications with keys: (State:/Network/Global/IPv4, State:/Network/Global/IPv6, State:/Network/Global/DNS) patterns: (State:/Network/Interface/[^/]+/IPv4, State:/Network/Interface/[^/]+/IPv6)
    2019-04-08 03:05:08.074204+0200 Xcode[55362:3701312] Unknown class GPUTesselationSliderCell in Interface Builder file.
    2019-04-08 03:05:08.690282+0200 Xcode[55362:3702102] flock failed to lock maps file: errno = 35
    2019-04-08 03:05:08.690355+0200 Xcode[55362:3702102] flock failed to lock maps file: errno = 35
    2019-04-08 03:05:08.754226+0200 Xcode[55362:3702102] flock failed to lock maps file: errno = 35
    2019-04-08 03:05:08.754296+0200 Xcode[55362:3702102] flock failed to lock maps file: errno = 35
    2019-04-08 03:05:09.828180+0200 GPUToolsAgent[55375:3702645] Mac Agent inited !!!
    2019-04-08 03:05:09.874607+0200 GPUToolsAgent[55375:3702657] [default] Unable to load Info.plist exceptions (eGPUOverrides)
    2019-04-08 03:05:11.304934+0200 Xcode[55362:3702102]  DVTPortal: Service '<DVTPortalViewDeveloperService: 0x12dba36f0; action='viewDeveloper'>' encountered an unexpected result code from the portal ('1100')
    2019-04-08 03:05:11.305311+0200 Xcode[55362:3702102]  DVTPortal: Error:
    Error Domain=DVTPortalServiceErrorDomain Code=1100 "Your session has expired.  Please log in." UserInfo={payload=<CFBasicHash 0x12dc17cf0 [0x7fff83b4d8f0]>{type = mutable dict, count = 9,
    entries =>
    	0 : responseId = <CFString 0x125f660c0 [0x7fff83b4d8f0]>{contents = "1a0e0a4c-0230-40bf-b587-f9acd998ecb4"}
    	2 : <CFString 0x7fff83badc58 [0x7fff83b4d8f0]>{contents = "protocolVersion"} = QH65B2
    	3 : <CFString 0x12dcc4470 [0x7fff83b4d8f0]>{contents = "requestUrl"} = <CFString 0x126bc2640 [0x7fff83b4d8f0]>{contents = "https://developerservices2.apple.com/services/QH65B2/viewDeveloper.action"}
    	6 : <CFString 0x12dc36dc0 [0x7fff83b4d8f0]>{contents = "userLocale"} = en_US
    	8 : resultCode = <CFNumber 0xf69f98fd11d22b39 [0x7fff83b4d8f0]>{value = +1100, type = kCFNumberSInt64Type}
    	9 : userString = <CFString 0x126bd7e60 [0x7fff83b4d8f0]>{contents = "Your session has expired.  Please log in."}
    	10 : <CFString 0x12dc30dc0 [0x7fff83b4d8f0]>{contents = "resultString"} = <CFString 0x12dc41f70 [0x7fff83b4d8f0]>{contents = "authentication.failed"}
    	11 : httpCode = <CFNumber 0xf69f98fd11d6af39 [0x7fff83b4d8f0]>{value = +200, type = kCFNumberSInt64Type}
    	12 : <CFString 0x126bf4050 [0x7fff83b4d8f0]>{contents = "creationTimestamp"} = <CFString 0x12dcc2c10 [0x7fff83b4d8f0]>{contents = "2019-04-08T01:05:11Z"}
    }
    , NSLocalizedDescription=Your session has expired.  Please log in.}
    2019-04-08 03:05:12.429541+0200 Xcode[55362:3701609]  DVTPortal: Service '<DVTPortalViewDeveloperService: 0x12e00f3a0; action='viewDeveloper'>' encountered an unexpected result code from the portal ('1100')
    2019-04-08 03:05:12.429726+0200 Xcode[55362:3701609]  DVTPortal: Error:
    Error Domain=DVTPortalServiceErrorDomain Code=1100 "Your session has expired.  Please log in." UserInfo={payload=<CFBasicHash 0x116a4daa0 [0x7fff83b4d8f0]>{type = mutable dict, count = 9,
    entries =>
    	0 : responseId = <CFString 0x116ac80c0 [0x7fff83b4d8f0]>{contents = "d735c12d-3216-40b0-8dbd-a869017299fb"}
    	2 : <CFString 0x7fff83badc58 [0x7fff83b4d8f0]>{contents = "protocolVersion"} = QH65B2
    	3 : <CFString 0x116ae2c20 [0x7fff83b4d8f0]>{contents = "requestUrl"} = <CFString 0x116ae2c60 [0x7fff83b4d8f0]>{contents = "https://developerservices2.apple.com/services/QH65B2/viewDeveloper.action"}
    	6 : <CFString 0x116ac8290 [0x7fff83b4d8f0]>{contents = "userLocale"} = en_US
    	8 : resultCode = <CFNumber 0xf69f98fd11d22b39 [0x7fff83b4d8f0]>{value = +1100, type = kCFNumberSInt64Type}
    	9 : userString = <CFString 0x116a4b2c0 [0x7fff83b4d8f0]>{contents = "Your session has expired.  Please log in."}
    	10 : <CFString 0x116ae3c30 [0x7fff83b4d8f0]>{contents = "resultString"} = <CFString 0x116ac83d0 [0x7fff83b4d8f0]>{contents = "authentication.failed"}
    	11 : httpCode = <CFNumber 0xf69f98fd11d6af39 [0x7fff83b4d8f0]>{value = +200, type = kCFNumberSInt64Type}
    	12 : <CFString 0x116ac8260 [0x7fff83b4d8f0]>{contents = "creationTimestamp"} = <CFString 0x116ae2f90 [0x7fff83b4d8f0]>{contents = "2019-04-08T01:05:12Z"}
    }
    , NSLocalizedDescription=Your session has expired.  Please log in.}
    
    install More Information Needed 
    opened by simonsolnes 11
  • some issues for Xcode10 beta

    some issues for Xcode10 beta

    Hi, I compiled XVIM2 with xcode10 beta, and re-signed the Xcode beta just as the install instruction of xvim2. It can be launched with Xcode beta. What a great work guys!

    However, I found some bugs like:

    1. if I use command 'o' to add a new line, it bings the latest char to the new line.
    2. "yyp" will paste the copied line just at the cursor position. It looks like some glitch with newline related function.

    I would try to fix it. however I have no any related experiences about this project. It would be great if anyone can point some direction, or if someone can fix it would be awesome. f^^

    Thank you very much.

    install 
    opened by keeprice-app 11
  • Visual block mode plus d or x equals extra characters deleted

    Visual block mode plus d or x equals extra characters deleted

    Description

    When in visual block mode, if deleted, extra characters are removed.

    Operation

    From the start of the last line of the text below, <C-v> 10 j k d

    Expected behaviour

    Two columns of text should be deleted. Instead, sometimes one or two extra characters are removed. Here is the text I am using,

    //Seqdesc ::= user {
    //    type str "Submission",
    //    data {
    //        {
    //            label str "AdditionalComment",
    //            data str "ALT EMAIL:[email protected]"
    //        }
    //    }
    //}
    //Seqdesc ::= user {
    //    type str "Submission",
    //    data {
    //        {
    //            label str "AdditionalComment",
    //            data str "Submission Title:None"
    //        }
    //    }
    //}
    

    Environments

    • Xcode Version [10.1+ ]
    • XVim branch and revision [XVim2 revision : 5c7aaa56e2d39ed2dd9ad42b7f14e4c91ee59218 OS Version : Version 10.14 (Build 18A391) Xcode Version : 10.1]
    • Keyboard Language [English]
    • Input source language [English]

    Thanks!

    bug 
    opened by mcsimenc 10
  • PlugIns folder changed to => /Applications/Xcode.app/Contents/PlugIns???

    PlugIns folder changed to => /Applications/Xcode.app/Contents/PlugIns???

    After running 'make', XVim plugin is still not detected by Xcode. Then I move the plugin file to folder /Applications/Xcode.app/Contents/PlugIns and it is working.

    Should the dstPath in ./XVim2.xcodeproj/project.pbxproj file be updated?

    question install 
    opened by fedry 10
  • Does not work with Xcode 14 Beta 3

    Does not work with Xcode 14 Beta 3

    I have compiled and re-signed Xcode 14. XVim shows up in the menu. However, when enabled, vim does not go into normal mode. Not even if I tap "esc".

    Running XVim with set debug creates .xvimlog but it does not write anything to it.

    opened by niil-qb 16
  • M1 Xcode13 crash

    M1 Xcode13 crash

    macOS: 12.3.1 Xcode: 13.4

    -------------------------------------
    Translated Report (Full Report Below)
    -------------------------------------
    
    Process:               Xcode [82176]
    Path:                  /Applications/Xcode.app/Contents/MacOS/Xcode
    Identifier:            com.apple.dt.Xcode
    Version:               13.4 (20503)
    Build Info:            IDEFrameworks-20503000000000000~30 (13F17a)
    App Item ID:           497799835
    App External ID:       848785080
    Code Type:             X86-64 (Translated)
    Parent Process:        launchd [1]
    User ID:               501
    
    Date/Time:             2022-05-21 13:19:24.9182 +0800
    OS Version:            macOS 12.3.1 (21E258)
    Report Version:        12
    Anonymous UUID:        853F0156-EB89-6D9D-E208-610A7EF34D1E
    
    Sleep/Wake UUID:       1047E6AC-BC4C-4D86-8B37-71330E8258E8
    
    Time Awake Since Boot: 440000 seconds
    Time Since Wake:       9102 seconds
    
    System Integrity Protection: enabled
    
    Crashed Thread:        0  Dispatch queue: IDEContainer - uniquing lock
    
    Exception Type:        EXC_CRASH (SIGABRT)
    Exception Codes:       0x0000000000000000, 0x0000000000000000
    Exception Note:        EXC_CORPSE_NOTIFY
    
    Application Specific Information:
    ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-20503/IDEFoundation/Initialization/IDEInitialization.m:993
    Details:  Assertion failed: _initializationCompletedSuccessfully
    Function: BOOL IDEIsInitializedForUserInteraction(void)
    Thread:   <_NSMainThread: 0x7fcf3a70ed70>{number = 1, name = main}
    Open FDs: 13/256
    Hints:
    Backtrace:
    0   -[IDEAssertionHandler handleFailureInFunction:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)
    1   _DVTAssertionHandler (in DVTFoundation)
    2   _DVTAssertionFailureHandler (in DVTFoundation)
    3   _DVTAssertionWarningHandler (in DVTFoundation)
    4   IDESetSafeToLoadMobileDevice (in IDEFoundation)
    5   __82+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]_block_invoke_2 (in IDEFoundation)
    6   _dispatch_client_callout (in libdispatch.dylib)
    7   _dispatch_lane_barrier_sync_invoke_and_complete (in libdispatch.dylib)
    8   DVTDispatchBarrierSync (in DVTFoundation)
    9   -[DVTDispatchLock performLockedBlock:] (in DVTFoundation)
    10   __82+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]_block_invoke (in IDEFoundation)
    11   +[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:] (in IDEFoundation)
    12   +[IDEContainer retainedWrappedWorkspaceForContainerAtFilePath:fileDataType:error:] (in IDEFoundation)
    13   -[IDEDocumentController _openWrappingContainerDocument:displayDocument:completionHandler:] (in IDEKit)
    14   -[IDEDocumentController _openProjectsPlaygroundsAndWorkspaces:display:openedDocuments:simpleFileDocumentLocations:completionHandler:] (in IDEKit)
    15   -[IDEDocumentController _openProjectsPlaygroundsAndWorkspaces:display:completionHandler:] (in IDEKit)
    16   -[IDEDocumentController _openDocumentsForDocumentLocations:display:completionHandler:] (in IDEKit)
    17   -[IDEDocumentController openDocumentWithContentsOfURL:display:completionHandler:] (in IDEKit)
    18   -[IDEDocumentController _openNextDocumentURLFromIDEApplicationRestorableState:nextIndex:] (in IDEKit)
    19   -[IDEApplicationController application:didDecodeRestorableState:] (in IDEKit)
    20   -[NSApplication restoreStateWithCoder:] (in AppKit)
    21   restorePersistentStateWithWindowRestoration (in AppKit)
    22   -[NSPersistentUIRestorer restoreStateFromRecords:usingDelegate:requireSecureCoding:completionHandler:] (in AppKit)
    23   -[NSPersistentUIManager restoreAllPersistentStateWithCompletionHandler:] (in AppKit)
    24   -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:completionHandler:] (in AppKit)
    25   -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] (in AppKit)
    26   -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] (in AppKit)
    27   -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] (in Foundation)
    28   -[NSAppleEventManager(DVTAssertionOverrides) swizzleDispatchRawAppleEvent:withRawReply:handlerRefCon:] (in IDEKit)
    29   _NSAppleEventManagerGenericHandler (in Foundation)
    30  0x00007ff8238723f0 (in AE)
    31  0x00007ff823871c5a (in AE)
    32   aeProcessAppleEvent (in AE)
    33   AEProcessAppleEvent (in HIToolbox)
    34   _DPSNextEvent (in AppKit)
    35   -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit)
    36   -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit)
    37   -[NSApplication _doModalLoop:peek:] (in AppKit)
    38   __35-[NSApplication runModalForWindow:]_block_invoke_2 (in AppKit)
    39   __35-[NSApplication runModalForWindow:]_block_invoke (in AppKit)
    40   _NSTryRunModal (in AppKit)
    41   -[NSApplication runModalForWindow:] (in AppKit)
    42   -[DVTApplication runModalForWindow:] (in DVTKit)
    43   __19-[NSAlert runModal]_block_invoke_2 (in AppKit)
    44   __19-[NSAlert runModal]_block_invoke (in AppKit)
    45   _NSTryRunModal (in AppKit)
    46   -[NSAlert runModal] (in AppKit)
    47   __59-[IDEApplicationController applicationWillFinishLaunching:]_block_invoke.339 (in IDEKit)
    48   -[DVTPlugInManager _checkNonApplePlugIns] (in DVTFoundation)
    49   -[DVTPlugInManager initializePlugIns:] (in DVTFoundation)
    50   _IDEInitializeOtherPlugInStuff (in IDEFoundation)
    51   IDEInitialize (in IDEFoundation)
    52   -[IDEApplicationController applicationWillFinishLaunching:] (in IDEKit)
    53   __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation)
    54   ___CFXRegistrationPost_block_invoke (in CoreFoundation)
    55   _CFXRegistrationPost (in CoreFoundation)
    56   _CFXNotificationPost (in CoreFoundation)
    57   -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)
    58   -[NSApplication finishLaunching] (in AppKit)
    59   -[DVTApplication finishLaunching] (in DVTKit)
    60   -[NSApplication run] (in AppKit)
    61   -[DVTApplication run] (in DVTKit)
    62   NSApplicationMain (in AppKit)
    63   start (in dyld)
    ProductBuildVersion: 13F17a
    abort() called
    
    
    Application Specific Signatures:
    _initializationCompletedSuccessfully
    
    Kernel Triage:
    VM - pmap_enter failed with resource shortage
    VM - pmap_enter failed with resource shortage
    VM - pmap_enter failed with resource shortage
    VM - pmap_enter failed with resource shortage
    VM - pmap_enter failed with resource shortage
    
    
    Thread 0 Crashed::  Dispatch queue: IDEContainer - uniquing lock
    0   ???                           	    0x7ff8ad742940 ???
    1   libsystem_kernel.dylib        	    0x7ff81d13700e __pthread_kill + 10
    2   libsystem_pthread.dylib       	    0x7ff81d16d1ff pthread_kill + 263
    3   libsystem_c.dylib             	    0x7ff81d0b8d24 abort + 123
    4   IDEKit                        	       0x10dabc69d +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1216
    5   IDEKit                        	       0x10dabd105 -[IDEAssertionHandler handleFailureInFunction:fileName:lineNumber:assertionSignature:messageFormat:arguments:] + 963
    6   DVTFoundation                 	       0x109fbb308 _DVTAssertionHandler + 618
    7   DVTFoundation                 	       0x109fbb47a _DVTAssertionFailureHandler + 306
    8   DVTFoundation                 	       0x109fbb4b2 _DVTAssertionFailureHandler + 362
    9   IDEFoundation                 	       0x110a12c0e IDEIsInitializedForUserInteraction + 93
    10  IDEFoundation                 	       0x110d6689a __82+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]_block_invoke_2 + 895
    11  libdispatch.dylib             	    0x7ff81cfb6317 _dispatch_client_callout + 8
    12  libdispatch.dylib             	    0x7ff81cfc37ee _dispatch_lane_barrier_sync_invoke_and_complete + 60
    13  DVTFoundation                 	       0x10a009a25 DVTDispatchBarrierSync + 183
    14  DVTFoundation                 	       0x109fdf164 -[DVTDispatchLock performLockedBlock:] + 60
    15  IDEFoundation                 	       0x110d6638e __82+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]_block_invoke + 230
    16  IDEFoundation                 	       0x110d6615f +[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:] + 1472
    17  IDEFoundation                 	       0x110d67267 +[IDEContainer retainedWrappedWorkspaceForContainerAtFilePath:fileDataType:error:] + 719
    18  IDEKit                        	       0x10dd64816 -[IDEDocumentController _openWrappingContainerDocument:displayDocument:completionHandler:] + 169
    19  IDEKit                        	       0x10dd6870e -[IDEDocumentController _openProjectsPlaygroundsAndWorkspaces:display:openedDocuments:simpleFileDocumentLocations:completionHandler:] + 1689
    20  IDEKit                        	       0x10dd67e48 -[IDEDocumentController _openProjectsPlaygroundsAndWorkspaces:display:completionHandler:] + 329
    21  IDEKit                        	       0x10dd68a53 -[IDEDocumentController _openDocumentsForDocumentLocations:display:completionHandler:] + 130
    22  IDEKit                        	       0x10dd68eaa -[IDEDocumentController openDocumentWithContentsOfURL:display:completionHandler:] + 526
    23  IDEKit                        	       0x10dd6e130 -[IDEDocumentController _openNextDocumentURLFromIDEApplicationRestorableState:nextIndex:] + 186
    24  IDEKit                        	       0x10da9cf07 -[IDEApplicationController application:didDecodeRestorableState:] + 261
    25  AppKit                        	    0x7ff81fb971b7 -[NSApplication restoreStateWithCoder:] + 110
    26  AppKit                        	    0x7ff81fb96f6e restorePersistentStateWithWindowRestoration + 1230
    27  AppKit                        	    0x7ff8206915c6 -[NSPersistentUIRestorer restoreStateFromRecords:usingDelegate:requireSecureCoding:completionHandler:] + 1353
    28  AppKit                        	    0x7ff81fb96561 -[NSPersistentUIManager restoreAllPersistentStateWithCompletionHandler:] + 303
    29  AppKit                        	    0x7ff81fb95975 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:completionHandler:] + 358
    30  AppKit                        	    0x7ff81fe7801c -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] + 236
    31  AppKit                        	    0x7ff81fb953ac -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 741
    32  Foundation                    	    0x7ff81df91834 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
    33  IDEKit                        	       0x10dabdd01 -[NSAppleEventManager(DVTAssertionOverrides) swizzleDispatchRawAppleEvent:withRawReply:handlerRefCon:] + 19
    34  Foundation                    	    0x7ff81df916a6 _NSAppleEventManagerGenericHandler + 80
    35  AE                            	    0x7ff8238723f0 0x7ff823867000 + 46064
    36  AE                            	    0x7ff823871c5a 0x7ff823867000 + 44122
    37  AE                            	    0x7ff82386b38f aeProcessAppleEvent + 419
    38  HIToolbox                     	    0x7ff8263393d2 AEProcessAppleEvent + 54
    39  AppKit                        	    0x7ff81fb8f992 _DPSNextEvent + 2036
    40  AppKit                        	    0x7ff81fb8dbfa -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1394
    41  DVTKit                        	       0x108f6bd98 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 141
    42  AppKit                        	    0x7ff81fe40ba8 -[NSApplication _doModalLoop:peek:] + 301
    43  AppKit                        	    0x7ff81fe3f6cb __35-[NSApplication runModalForWindow:]_block_invoke_2 + 64
    44  AppKit                        	    0x7ff81fe3f678 __35-[NSApplication runModalForWindow:]_block_invoke + 78
    45  AppKit                        	    0x7ff81fe3ef1e _NSTryRunModal + 100
    46  AppKit                        	    0x7ff81fe3ee05 -[NSApplication runModalForWindow:] + 128
    47  DVTKit                        	       0x108f6d0d7 -[DVTApplication runModalForWindow:] + 41
    48  AppKit                        	    0x7ff81ffa8f92 __19-[NSAlert runModal]_block_invoke_2 + 147
    49  AppKit                        	    0x7ff81ffa8eec __19-[NSAlert runModal]_block_invoke + 70
    50  AppKit                        	    0x7ff81fe3ef1e _NSTryRunModal + 100
    51  AppKit                        	    0x7ff81fec9842 -[NSAlert runModal] + 121
    52  IDEKit                        	       0x10da9b02e __59-[IDEApplicationController applicationWillFinishLaunching:]_block_invoke.339 + 567
    53  DVTFoundation                 	       0x109f92341 -[DVTPlugInManager _checkNonApplePlugIns] + 141
    54  DVTFoundation                 	       0x109f92484 -[DVTPlugInManager initializePlugIns:] + 27
    55  IDEFoundation                 	       0x110a0ea0e _IDEInitializeOtherPlugInStuff + 197
    56  IDEFoundation                 	       0x110a11888 IDEInitialize + 6566
    57  IDEKit                        	       0x10da9ab49 -[IDEApplicationController applicationWillFinishLaunching:] + 622
    58  CoreFoundation                	    0x7ff81d229114 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    59  CoreFoundation                	    0x7ff81d2c5c2a ___CFXRegistrationPost_block_invoke + 49
    60  CoreFoundation                	    0x7ff81d2c5b9c _CFXRegistrationPost + 496
    61  CoreFoundation                	    0x7ff81d1fb050 _CFXNotificationPost + 809
    62  Foundation                    	    0x7ff81df6690e -[NSNotificationCenter postNotificationName:object:userInfo:] + 82
    63  AppKit                        	    0x7ff81fb8054f -[NSApplication finishLaunching] + 327
    64  DVTKit                        	       0x108f6b049 -[DVTApplication finishLaunching] + 241
    65  AppKit                        	    0x7ff81fb80159 -[NSApplication run] + 250
    66  DVTKit                        	       0x108f6aea9 -[DVTApplication run] + 54
    67  AppKit                        	    0x7ff81fb54227 NSApplicationMain + 817
    68  dyld                          	       0x2000b051e start + 462
    
    Thread 1:: com.apple.rosetta.exceptionserver
    0   runtime                       	    0x7ff7fff7c9a4 0x7ff7fff78000 + 18852
    1   runtime                       	    0x7ff7fff8a738 0x7ff7fff78000 + 75576
    2   runtime                       	    0x7ff7fff8bed0 0x7ff7fff78000 + 81616
    
    Thread 2:
    0   runtime                       	    0x7ff7fff9a814 0x7ff7fff78000 + 141332
    
    Thread 3:
    0   runtime                       	    0x7ff7fff9a814 0x7ff7fff78000 + 141332
    
    Thread 4:
    0   runtime                       	    0x7ff7fff9a814 0x7ff7fff78000 + 141332
    
    Thread 5:
    0   runtime                       	    0x7ff7fff9a814 0x7ff7fff78000 + 141332
    
    Thread 6:
    0   runtime                       	    0x7ff7fff9a814 0x7ff7fff78000 + 141332
    
    Thread 7:
    0   runtime                       	    0x7ff7fff9a814 0x7ff7fff78000 + 141332
    
    Thread 8:
    0   runtime                       	    0x7ff7fff9a814 0x7ff7fff78000 + 141332
    
    
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x00007fcf3a70ed70  rsi: 0x0000000000000003  rbp: 0x000000010e25b691  rsp: 0x0000000000000008
       r8: 0x000000020012b600   r9: 0x000000010e25b691  r10: 0x0000000000000000  r11: 0x00007ff81e175217
      r12: 0x0000000000000103  r13: 0x00007fcedb78c2a0  r14: 0x0000000000000006  r15: 0x0000000000000016
      rip: <unavailable>       rfl: 0x0000000000000283
     tmp0: 0xffffffffffffffff tmp1: 0x00007ff8ad742914 tmp2: 0x00007ff81d137004
    
    
    Binary Images:
                   0x0 - 0xffffffffffffffff ??? (*) <00000000-0000-0000-0000-000000000000> ???
        0x7ff81d12f000 -     0x7ff81d166fff libsystem_kernel.dylib (*) <26a59789-b846-3ed4-96dc-8dbef3c0c8e7> /usr/lib/system/libsystem_kernel.dylib
        0x7ff81d167000 -     0x7ff81d172fff libsystem_pthread.dylib (*) <2f6c275d-7e14-3d31-a924-e1bb41d2415f> /usr/lib/system/libsystem_pthread.dylib
        0x7ff81d037000 -     0x7ff81d0bffff libsystem_c.dylib (*) <8e54eca2-9bd8-3482-9589-b9574434d1aa> /usr/lib/system/libsystem_c.dylib
           0x10d988000 -        0x10e443fff com.apple.dt.IDEKit (13.4) <a5c0deb9-5be5-3570-85e2-3e3221083c23> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
           0x109d57000 -        0x10a3aafff com.apple.dt.DVTFoundation (13.4) <5cf58468-ba60-38f9-8be4-b7a277a3934e> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
           0x110915000 -        0x111234fff com.apple.dt.IDEFoundation (13.4) <3b86ed43-50c2-3668-bcc6-a968fcd13f72> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
        0x7ff81cfb3000 -     0x7ff81cff9fff libdispatch.dylib (*) <31d69d55-9895-326c-ad61-621c5ca87314> /usr/lib/system/libdispatch.dylib
        0x7ff81fb51000 -     0x7ff8209defff com.apple.AppKit (6.9) <92a78ebd-bba5-3f18-a5e1-768c955539d7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7ff81df5d000 -     0x7ff81e318fff com.apple.Foundation (6.9) <3370467f-ef48-301d-97d1-cdc236b7053a> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7ff823867000 -     0x7ff8238d3fff com.apple.AE (924) <c1696d61-282d-368f-b94a-c3d5e5615943> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
        0x7ff8262f8000 -     0x7ff8265ebfff com.apple.HIToolbox (2.1.1) <7761967d-a138-33b6-9e3f-5c5420a2eeff> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
           0x108f55000 -        0x1090d8fff com.apple.dt.DVTKit (13.4) <f9e39252-01b6-370d-b7f2-01c159b5704d> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
        0x7ff81d1b4000 -     0x7ff81d6b4fff com.apple.CoreFoundation (6.9) <fa52ff10-225c-3a0f-bfcc-556795ccd233> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
           0x2000ab000 -        0x200116fff dyld (*) <dd9e80de-fb3b-349b-96a4-46874ad34d11> /usr/lib/dyld
        0x7ff7fff78000 -     0x7ff7fffa7fff runtime (*) <24497be3-a1b4-360a-b90e-cde9ce78a93b> /usr/libexec/rosetta/runtime
    
    External Modification Summary:
      Calls made by other processes targeting this process:
        task_for_pid: 0
        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: 53
        thread_create: 8
        thread_set_state: 1680
    
    VM Region Summary:
    ReadOnly portion of Libraries: Total=1.6G resident=0K(0%) swapped_out_or_unallocated=1.6G(100%)
    Writable regions: Total=1.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.3G(100%)
    
                                    VIRTUAL   REGION 
    REGION TYPE                        SIZE    COUNT (non-coalesced) 
    ===========                     =======  ======= 
    Accelerate framework               256K        2 
    Activity Tracing                   256K        1 
    CG backing stores                 2176K        4 
    CG image                           412K        2 
    ColorSync                          228K       26 
    CoreAnimation                     1920K       15 
    CoreGraphics                        12K        2 
    CoreUI image data                 1468K        8 
    Dispatch continuations            64.0M        1 
    Foundation                          16K        1 
    Kernel Alloc Once                    8K        1 
    MALLOC                           172.4M       75 
    MALLOC guard page                  192K        8 
    MALLOC_MEDIUM (reserved)         960.0M        8         reserved VM address space (unallocated)
    Rosetta Arena                     4096K        2 
    Rosetta Generic                   1040K      257 
    Rosetta IndirectBranch            1024K        1 
    Rosetta JIT                      128.0M        1 
    Rosetta Return Stack               160K       16 
    Rosetta Thread Context             160K       16 
    STACK GUARD                         28K        7 
    Stack                             11.6M        8 
    Stack Guard                       56.0M        1 
    VM_ALLOCATE                       4240K       51 
    VM_ALLOCATE (reserved)             932K       97         reserved VM address space (unallocated)
    __CTF                               759        1 
    __DATA                            61.0M      743 
    __DATA_CONST                      37.9M      498 
    __DATA_DIRTY                      1985K      227 
    __FONT_DATA                          4K        1 
    __LINKEDIT                       837.3M      142 
    __OBJC_RO                         82.6M        1 
    __OBJC_RW                         3200K        2 
    __TEXT                           849.9M      728 
    __UNICODE                          592K        1 
    dyld private memory               2048K        2 
    mapped file                        5.3G     1195 
    shared memory                      800K       13 
    unshared pmap                     10.0M        6 
    ===========                     =======  ======= 
    TOTAL                              8.6G     4171 
    TOTAL, minus reserved VM space     7.6G     4171 
    
    
    
    -----------
    Full Report
    -----------
    
    {"app_name":"Xcode","timestamp":"2022-05-21 13:19:28.00 +0800","app_version":"13.4","slice_uuid":"61cc3843-b54d-3292-b5b4-c50cc0e20b8e","adam_id":"497799835","build_version":"20503","platform":1,"bundleID":"com.apple.dt.Xcode","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 12.3.1 (21E258)","incident_id":"0E138E71-ECAF-4B56-908B-4F6BA186DB7B","name":"Xcode"}
    {
      "uptime" : 440000,
      "procLaunch" : "2022-05-21 13:19:18.7666 +0800",
      "procRole" : "Foreground",
      "version" : 2,
      "userID" : 501,
      "deployVersion" : 210,
      "modelCode" : "MacBookPro17,1",
      "procStartAbsTime" : 10595864151999,
      "coalitionID" : 69964,
      "osVersion" : {
        "train" : "macOS 12.3.1",
        "build" : "21E258",
        "releaseType" : "User"
      },
      "captureTime" : "2022-05-21 13:19:24.9182 +0800",
      "incident" : "0E138E71-ECAF-4B56-908B-4F6BA186DB7B",
      "bug_type" : "309",
      "pid" : 82176,
      "procExitAbsTime" : 10596011740458,
      "translated" : true,
      "cpuType" : "X86-64",
      "procName" : "Xcode",
      "procPath" : "\/Applications\/Xcode.app\/Contents\/MacOS\/Xcode",
      "bundleInfo" : {"CFBundleShortVersionString":"13.4","CFBundleVersion":"20503","CFBundleIdentifier":"com.apple.dt.Xcode"},
      "buildInfo" : {"ProjectName":"IDEFrameworks","SourceVersion":"20503000000000000","ProductBuildVersion":"13F17a","BuildVersion":"30"},
      "storeInfo" : {"storeCohortMetadata":"10|date=1639215000000&sf=143441&pgtp=Genre&pgid=182860&ctxt=Develop","itemID":"497799835","deviceIdentifierForVendor":"B82E73D4-5A1B-56FA-98DB-74DED96F3C1D","thirdParty":true,"softwareVersionExternalIdentifier":"848785080"},
      "parentProc" : "launchd",
      "parentPid" : 1,
      "coalitionName" : "com.apple.dt.Xcode",
      "crashReporterKey" : "853F0156-EB89-6D9D-E208-610A7EF34D1E",
      "wakeTime" : 9102,
      "sleepWakeUUID" : "1047E6AC-BC4C-4D86-8B37-71330E8258E8",
      "sip" : "enabled",
      "isCorpse" : 1,
      "exception" : {"codes":"0x0000000000000000, 0x0000000000000000","rawCodes":[0,0],"type":"EXC_CRASH","signal":"SIGABRT"},
      "ktriageinfo" : "VM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\nVM - pmap_enter failed with resource shortage\n",
      "asi" : {"IDEKit":["ASSERTION FAILURE in \/Library\/Caches\/com.apple.xbs\/Sources\/IDEFrameworks\/IDEFrameworks-20503\/IDEFoundation\/Initialization\/IDEInitialization.m:993","Details:  Assertion failed: _initializationCompletedSuccessfully","Function: BOOL IDEIsInitializedForUserInteraction(void)","Thread:   <_NSMainThread: 0x7fcf3a70ed70>{number = 1, name = main}","Open FDs: 13\/256","Hints:","Backtrace:","0   -[IDEAssertionHandler handleFailureInFunction:fileName:lineNumber:assertionSignature:messageFormat:arguments:] (in IDEKit)","1   _DVTAssertionHandler (in DVTFoundation)","2   _DVTAssertionFailureHandler (in DVTFoundation)","3   _DVTAssertionWarningHandler (in DVTFoundation)","4   IDESetSafeToLoadMobileDevice (in IDEFoundation)","5   __82+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]_block_invoke_2 (in IDEFoundation)","6   _dispatch_client_callout (in libdispatch.dylib)","7   _dispatch_lane_barrier_sync_invoke_and_complete (in libdispatch.dylib)","8   DVTDispatchBarrierSync (in DVTFoundation)","9   -[DVTDispatchLock performLockedBlock:] (in DVTFoundation)","10   __82+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]_block_invoke (in IDEFoundation)","11   +[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:] (in IDEFoundation)","12   +[IDEContainer retainedWrappedWorkspaceForContainerAtFilePath:fileDataType:error:] (in IDEFoundation)","13   -[IDEDocumentController _openWrappingContainerDocument:displayDocument:completionHandler:] (in IDEKit)","14   -[IDEDocumentController _openProjectsPlaygroundsAndWorkspaces:display:openedDocuments:simpleFileDocumentLocations:completionHandler:] (in IDEKit)","15   -[IDEDocumentController _openProjectsPlaygroundsAndWorkspaces:display:completionHandler:] (in IDEKit)","16   -[IDEDocumentController _openDocumentsForDocumentLocations:display:completionHandler:] (in IDEKit)","17   -[IDEDocumentController openDocumentWithContentsOfURL:display:completionHandler:] (in IDEKit)","18   -[IDEDocumentController _openNextDocumentURLFromIDEApplicationRestorableState:nextIndex:] (in IDEKit)","19   -[IDEApplicationController application:didDecodeRestorableState:] (in IDEKit)","20   -[NSApplication restoreStateWithCoder:] (in AppKit)","21   restorePersistentStateWithWindowRestoration (in AppKit)","22   -[NSPersistentUIRestorer restoreStateFromRecords:usingDelegate:requireSecureCoding:completionHandler:] (in AppKit)","23   -[NSPersistentUIManager restoreAllPersistentStateWithCompletionHandler:] (in AppKit)","24   -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:completionHandler:] (in AppKit)","25   -[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:] (in AppKit)","26   -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] (in AppKit)","27   -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] (in Foundation)","28   -[NSAppleEventManager(DVTAssertionOverrides) swizzleDispatchRawAppleEvent:withRawReply:handlerRefCon:] (in IDEKit)","29   _NSAppleEventManagerGenericHandler (in Foundation)","30  0x00007ff8238723f0 (in AE)","31  0x00007ff823871c5a (in AE)","32   aeProcessAppleEvent (in AE)","33   AEProcessAppleEvent (in HIToolbox)","34   _DPSNextEvent (in AppKit)","35   -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit)","36   -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit)","37   -[NSApplication _doModalLoop:peek:] (in AppKit)","38   __35-[NSApplication runModalForWindow:]_block_invoke_2 (in AppKit)","39   __35-[NSApplication runModalForWindow:]_block_invoke (in AppKit)","40   _NSTryRunModal (in AppKit)","41   -[NSApplication runModalForWindow:] (in AppKit)","42   -[DVTApplication runModalForWindow:] (in DVTKit)","43   __19-[NSAlert runModal]_block_invoke_2 (in AppKit)","44   __19-[NSAlert runModal]_block_invoke (in AppKit)","45   _NSTryRunModal (in AppKit)","46   -[NSAlert runModal] (in AppKit)","47   __59-[IDEApplicationController applicationWillFinishLaunching:]_block_invoke.339 (in IDEKit)","48   -[DVTPlugInManager _checkNonApplePlugIns] (in DVTFoundation)","49   -[DVTPlugInManager initializePlugIns:] (in DVTFoundation)","50   _IDEInitializeOtherPlugInStuff (in IDEFoundation)","51   IDEInitialize (in IDEFoundation)","52   -[IDEApplicationController applicationWillFinishLaunching:] (in IDEKit)","53   __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ (in CoreFoundation)","54   ___CFXRegistrationPost_block_invoke (in CoreFoundation)","55   _CFXRegistrationPost (in CoreFoundation)","56   _CFXNotificationPost (in CoreFoundation)","57   -[NSNotificationCenter postNotificationName:object:userInfo:] (in Foundation)","58   -[NSApplication finishLaunching] (in AppKit)","59   -[DVTApplication finishLaunching] (in DVTKit)","60   -[NSApplication run] (in AppKit)","61   -[DVTApplication run] (in DVTKit)","62   NSApplicationMain (in AppKit)","63   start (in dyld)"],"IDEFoundation":["ProductBuildVersion: 13F17a"],"libsystem_c.dylib":["abort() called"]},
      "asiSignatures" : ["_initializationCompletedSuccessfully"],
      "extMods" : {"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":8,"thread_set_state":1680,"task_for_pid":53},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},
      "faultingThread" : 0,
      "threads" : [{"triggered":true,"id":11032224,"threadState":{"flavor":"x86_THREAD_STATE","rbp":{"value":4532319889},"r12":{"value":259},"rosetta":{"tmp2":{"value":140703616430084},"tmp1":{"value":140706038688020},"tmp0":{"value":18446744073709551615}},"rbx":{"value":0},"r8":{"value":8591160832,"symbolLocation":0,"symbol":"_main_thread"},"r15":{"value":22},"r10":{"value":0},"rdx":{"value":0},"rdi":{"value":140528015437168},"r9":{"value":4532319889},"r13":{"value":140526422114976},"rflags":{"value":643},"rax":{"value":0},"rsp":{"value":8},"r11":{"value":140703633461783,"symbolLocation":0,"symbol":"-[_NSMainThread release]"},"rcx":{"value":0},"r14":{"value":6},"rsi":{"value":3}},"queue":"IDEContainer - uniquing lock","frames":[{"imageOffset":140706038688064,"imageIndex":0},{"imageOffset":32782,"symbol":"__pthread_kill","symbolLocation":10,"imageIndex":1},{"imageOffset":25087,"symbol":"pthread_kill","symbolLocation":263,"imageIndex":2},{"imageOffset":531748,"symbol":"abort","symbolLocation":123,"imageIndex":3},{"imageOffset":1263261,"symbol":"+[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:]","symbolLocation":1216,"imageIndex":4},{"imageOffset":1265925,"symbol":"-[IDEAssertionHandler handleFailureInFunction:fileName:lineNumber:assertionSignature:messageFormat:arguments:]","symbolLocation":963,"imageIndex":4},{"imageOffset":2507528,"symbol":"_DVTAssertionHandler","symbolLocation":618,"imageIndex":5},{"imageOffset":2507898,"symbol":"_DVTAssertionFailureHandler","symbolLocation":306,"imageIndex":5},{"imageOffset":2507954,"symbol":"_DVTAssertionFailureHandler","symbolLocation":362,"imageIndex":5},{"imageOffset":1039374,"symbol":"IDEIsInitializedForUserInteraction","symbolLocation":93,"imageIndex":6},{"imageOffset":4528282,"symbol":"__82+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]_block_invoke_2","symbolLocation":895,"imageIndex":6},{"imageOffset":13079,"symbol":"_dispatch_client_callout","symbolLocation":8,"imageIndex":7},{"imageOffset":67566,"symbol":"_dispatch_lane_barrier_sync_invoke_and_complete","symbolLocation":60,"imageIndex":7},{"imageOffset":2828837,"symbol":"DVTDispatchBarrierSync","symbolLocation":183,"imageIndex":5},{"imageOffset":2654564,"symbol":"-[DVTDispatchLock performLockedBlock:]","symbolLocation":60,"imageIndex":5},{"imageOffset":4526990,"symbol":"__82+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]_block_invoke","symbolLocation":230,"imageIndex":6},{"imageOffset":4526431,"symbol":"+[IDEContainer _retainedContainerAtFilePath:fileDataType:workspace:options:error:]","symbolLocation":1472,"imageIndex":6},{"imageOffset":4530791,"symbol":"+[IDEContainer retainedWrappedWorkspaceForContainerAtFilePath:fileDataType:error:]","symbolLocation":719,"imageIndex":6},{"imageOffset":4048918,"symbol":"-[IDEDocumentController _openWrappingContainerDocument:displayDocument:completionHandler:]","symbolLocation":169,"imageIndex":4},{"imageOffset":4065038,"symbol":"-[IDEDocumentController _openProjectsPlaygroundsAndWorkspaces:display:openedDocuments:simpleFileDocumentLocations:completionHandler:]","symbolLocation":1689,"imageIndex":4},{"imageOffset":4062792,"symbol":"-[IDEDocumentController _openProjectsPlaygroundsAndWorkspaces:display:completionHandler:]","symbolLocation":329,"imageIndex":4},{"imageOffset":4065875,"symbol":"-[IDEDocumentController _openDocumentsForDocumentLocations:display:completionHandler:]","symbolLocation":130,"imageIndex":4},{"imageOffset":4066986,"symbol":"-[IDEDocumentController openDocumentWithContentsOfURL:display:completionHandler:]","symbolLocation":526,"imageIndex":4},{"imageOffset":4088112,"symbol":"-[IDEDocumentController _openNextDocumentURLFromIDEApplicationRestorableState:nextIndex:]","symbolLocation":186,"imageIndex":4},{"imageOffset":1134343,"symbol":"-[IDEApplicationController application:didDecodeRestorableState:]","symbolLocation":261,"imageIndex":4},{"imageOffset":287159,"symbol":"-[NSApplication restoreStateWithCoder:]","symbolLocation":110,"imageIndex":8},{"imageOffset":286574,"symbol":"restorePersistentStateWithWindowRestoration","symbolLocation":1230,"imageIndex":8},{"imageOffset":11797958,"symbol":"-[NSPersistentUIRestorer restoreStateFromRecords:usingDelegate:requireSecureCoding:completionHandler:]","symbolLocation":1353,"imageIndex":8},{"imageOffset":284001,"symbol":"-[NSPersistentUIManager restoreAllPersistentStateWithCompletionHandler:]","symbolLocation":303,"imageIndex":8},{"imageOffset":280949,"symbol":"-[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:completionHandler:]","symbolLocation":358,"imageIndex":8},{"imageOffset":3305500,"symbol":"-[NSApplication(NSAppleEventHandling) _handleAEOpenDocumentsForURLs:]","symbolLocation":236,"imageIndex":8},{"imageOffset":279468,"symbol":"-[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:]","symbolLocation":741,"imageIndex":8},{"imageOffset":215092,"symbol":"-[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:]","symbolLocation":308,"imageIndex":9},{"imageOffset":1268993,"symbol":"-[NSAppleEventManager(DVTAssertionOverrides) swizzleDispatchRawAppleEvent:withRawReply:handlerRefCon:]","symbolLocation":19,"imageIndex":4},{"imageOffset":214694,"symbol":"_NSAppleEventManagerGenericHandler","symbolLocation":80,"imageIndex":9},{"imageOffset":46064,"imageIndex":10},{"imageOffset":44122,"imageIndex":10},{"imageOffset":17295,"symbol":"aeProcessAppleEvent","symbolLocation":419,"imageIndex":10},{"imageOffset":267218,"symbol":"AEProcessAppleEvent","symbolLocation":54,"imageIndex":11},{"imageOffset":256402,"symbol":"_DPSNextEvent","symbolLocation":2036,"imageIndex":8},{"imageOffset":248826,"symbol":"-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:]","symbolLocation":1394,"imageIndex":8},{"imageOffset":93592,"symbol":"-[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:]","symbolLocation":141,"imageIndex":12},{"imageOffset":3079080,"symbol":"-[NSApplication _doModalLoop:peek:]","symbolLocation":301,"imageIndex":8},{"imageOffset":3073739,"symbol":"__35-[NSApplication runModalForWindow:]_block_invoke_2","symbolLocation":64,"imageIndex":8},{"imageOffset":3073656,"symbol":"__35-[NSApplication runModalForWindow:]_block_invoke","symbolLocation":78,"imageIndex":8},{"imageOffset":3071774,"symbol":"_NSTryRunModal","symbolLocation":100,"imageIndex":8},{"imageOffset":3071493,"symbol":"-[NSApplication runModalForWindow:]","symbolLocation":128,"imageIndex":8},{"imageOffset":98519,"symbol":"-[DVTApplication runModalForWindow:]","symbolLocation":41,"imageIndex":12},{"imageOffset":4554642,"symbol":"__19-[NSAlert runModal]_block_invoke_2","symbolLocation":147,"imageIndex":8},{"imageOffset":4554476,"symbol":"__19-[NSAlert runModal]_block_invoke","symbolLocation":70,"imageIndex":8},{"imageOffset":3071774,"symbol":"_NSTryRunModal","symbolLocation":100,"imageIndex":8},{"imageOffset":3639362,"symbol":"-[NSAlert runModal]","symbolLocation":121,"imageIndex":8},{"imageOffset":1126446,"symbol":"__59-[IDEApplicationController applicationWillFinishLaunching:]_block_invoke.339","symbolLocation":567,"imageIndex":4},{"imageOffset":2339649,"symbol":"-[DVTPlugInManager _checkNonApplePlugIns]","symbolLocation":141,"imageIndex":5},{"imageOffset":2339972,"symbol":"-[DVTPlugInManager initializePlugIns:]","symbolLocation":27,"imageIndex":5},{"imageOffset":1022478,"symbol":"_IDEInitializeOtherPlugInStuff","symbolLocation":197,"imageIndex":6},{"imageOffset":1034376,"symbol":"IDEInitialize","symbolLocation":6566,"imageIndex":6},{"imageOffset":1125193,"symbol":"-[IDEApplicationController applicationWillFinishLaunching:]","symbolLocation":622,"imageIndex":4},{"imageOffset":479508,"symbol":"__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__","symbolLocation":12,"imageIndex":13},{"imageOffset":1121322,"symbol":"___CFXRegistrationPost_block_invoke","symbolLocation":49,"imageIndex":13},{"imageOffset":1121180,"symbol":"_CFXRegistrationPost","symbolLocation":496,"imageIndex":13},{"imageOffset":290896,"symbol":"_CFXNotificationPost","symbolLocation":809,"imageIndex":13},{"imageOffset":39182,"symbol":"-[NSNotificationCenter postNotificationName:object:userInfo:]","symbolLocation":82,"imageIndex":9},{"imageOffset":193871,"symbol":"-[NSApplication finishLaunching]","symbolLocation":327,"imageIndex":8},{"imageOffset":90185,"symbol":"-[DVTApplication finishLaunching]","symbolLocation":241,"imageIndex":12},{"imageOffset":192857,"symbol":"-[NSApplication run]","symbolLocation":250,"imageIndex":8},{"imageOffset":89769,"symbol":"-[DVTApplication run]","symbolLocation":54,"imageIndex":12},{"imageOffset":12839,"symbol":"NSApplicationMain","symbolLocation":817,"imageIndex":8},{"imageOffset":21790,"symbol":"start","symbolLocation":462,"imageIndex":14}]},{"id":11032252,"name":"com.apple.rosetta.exceptionserver","frames":[{"imageOffset":18852,"imageIndex":15},{"imageOffset":75576,"imageIndex":15},{"imageOffset":81616,"imageIndex":15}]},{"id":11032519,"frames":[{"imageOffset":141332,"imageIndex":15}]},{"id":11032520,"frames":[{"imageOffset":141332,"imageIndex":15}]},{"id":11032524,"frames":[{"imageOffset":141332,"imageIndex":15}]},{"id":11032527,"frames":[{"imageOffset":141332,"imageIndex":15}]},{"id":11032528,"frames":[{"imageOffset":141332,"imageIndex":15}]},{"id":11032529,"frames":[{"imageOffset":141332,"imageIndex":15}]},{"id":11032530,"frames":[{"imageOffset":141332,"imageIndex":15}]}],
      "usedImages" : [
      {
        "size" : 0,
        "source" : "A",
        "base" : 0,
        "uuid" : "00000000-0000-0000-0000-000000000000"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 140703616397312,
        "size" : 229376,
        "uuid" : "26a59789-b846-3ed4-96dc-8dbef3c0c8e7",
        "path" : "\/usr\/lib\/system\/libsystem_kernel.dylib",
        "name" : "libsystem_kernel.dylib"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 140703616626688,
        "size" : 49152,
        "uuid" : "2f6c275d-7e14-3d31-a924-e1bb41d2415f",
        "path" : "\/usr\/lib\/system\/libsystem_pthread.dylib",
        "name" : "libsystem_pthread.dylib"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 140703615381504,
        "size" : 561152,
        "uuid" : "8e54eca2-9bd8-3482-9589-b9574434d1aa",
        "path" : "\/usr\/lib\/system\/libsystem_c.dylib",
        "name" : "libsystem_c.dylib"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 4523065344,
        "CFBundleShortVersionString" : "13.4",
        "CFBundleIdentifier" : "com.apple.dt.IDEKit",
        "size" : 11255808,
        "uuid" : "a5c0deb9-5be5-3570-85e2-3e3221083c23",
        "path" : "\/Applications\/Xcode.app\/Contents\/Frameworks\/IDEKit.framework\/Versions\/A\/IDEKit",
        "name" : "IDEKit",
        "CFBundleVersion" : "20503"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 4459950080,
        "CFBundleShortVersionString" : "13.4",
        "CFBundleIdentifier" : "com.apple.dt.DVTFoundation",
        "size" : 6635520,
        "uuid" : "5cf58468-ba60-38f9-8be4-b7a277a3934e",
        "path" : "\/Applications\/Xcode.app\/Contents\/SharedFrameworks\/DVTFoundation.framework\/Versions\/A\/DVTFoundation",
        "name" : "DVTFoundation",
        "CFBundleVersion" : "20503"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 4572925952,
        "CFBundleShortVersionString" : "13.4",
        "CFBundleIdentifier" : "com.apple.dt.IDEFoundation",
        "size" : 9568256,
        "uuid" : "3b86ed43-50c2-3668-bcc6-a968fcd13f72",
        "path" : "\/Applications\/Xcode.app\/Contents\/Frameworks\/IDEFoundation.framework\/Versions\/A\/IDEFoundation",
        "name" : "IDEFoundation",
        "CFBundleVersion" : "20503"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 140703614840832,
        "size" : 290816,
        "uuid" : "31d69d55-9895-326c-ad61-621c5ca87314",
        "path" : "\/usr\/lib\/system\/libdispatch.dylib",
        "name" : "libdispatch.dylib"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 140703660576768,
        "CFBundleShortVersionString" : "6.9",
        "CFBundleIdentifier" : "com.apple.AppKit",
        "size" : 15261696,
        "uuid" : "92a78ebd-bba5-3f18-a5e1-768c955539d7",
        "path" : "\/System\/Library\/Frameworks\/AppKit.framework\/Versions\/C\/AppKit",
        "name" : "AppKit",
        "CFBundleVersion" : "2113.40.127"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 140703631265792,
        "CFBundleShortVersionString" : "6.9",
        "CFBundleIdentifier" : "com.apple.Foundation",
        "size" : 3915776,
        "uuid" : "3370467f-ef48-301d-97d1-cdc236b7053a",
        "path" : "\/System\/Library\/Frameworks\/Foundation.framework\/Versions\/C\/Foundation",
        "name" : "Foundation",
        "CFBundleVersion" : "1858.112"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 140703724630016,
        "CFBundleShortVersionString" : "924",
        "CFBundleIdentifier" : "com.apple.AE",
        "size" : 446464,
        "uuid" : "c1696d61-282d-368f-b94a-c3d5e5615943",
        "path" : "\/System\/Library\/Frameworks\/CoreServices.framework\/Versions\/A\/Frameworks\/AE.framework\/Versions\/A\/AE",
        "name" : "AE",
        "CFBundleVersion" : "924"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 140703769264128,
        "CFBundleShortVersionString" : "2.1.1",
        "CFBundleIdentifier" : "com.apple.HIToolbox",
        "size" : 3096576,
        "uuid" : "7761967d-a138-33b6-9e3f-5c5420a2eeff",
        "path" : "\/System\/Library\/Frameworks\/Carbon.framework\/Versions\/A\/Frameworks\/HIToolbox.framework\/Versions\/A\/HIToolbox",
        "name" : "HIToolbox"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 4445261824,
        "CFBundleShortVersionString" : "13.4",
        "CFBundleIdentifier" : "com.apple.dt.DVTKit",
        "size" : 1589248,
        "uuid" : "f9e39252-01b6-370d-b7f2-01c159b5704d",
        "path" : "\/Applications\/Xcode.app\/Contents\/SharedFrameworks\/DVTKit.framework\/Versions\/A\/DVTKit",
        "name" : "DVTKit",
        "CFBundleVersion" : "20503"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 140703616942080,
        "CFBundleShortVersionString" : "6.9",
        "CFBundleIdentifier" : "com.apple.CoreFoundation",
        "size" : 5246976,
        "uuid" : "fa52ff10-225c-3a0f-bfcc-556795ccd233",
        "path" : "\/System\/Library\/Frameworks\/CoreFoundation.framework\/Versions\/A\/CoreFoundation",
        "name" : "CoreFoundation",
        "CFBundleVersion" : "1858.112"
      },
      {
        "source" : "P",
        "arch" : "x86_64",
        "base" : 8590635008,
        "size" : 442368,
        "uuid" : "dd9e80de-fb3b-349b-96a4-46874ad34d11",
        "path" : "\/usr\/lib\/dyld",
        "name" : "dyld"
      },
      {
        "source" : "P",
        "arch" : "arm64",
        "base" : 140703128059904,
        "size" : 196608,
        "uuid" : "24497be3-a1b4-360a-b90e-cde9ce78a93b",
        "path" : "\/usr\/libexec\/rosetta\/runtime",
        "name" : "runtime"
      }
    ],
      "sharedCache" : {
      "base" : 140703613370368,
      "size" : 15226814464,
      "uuid" : "a1c5d735-ceb0-350d-9729-bb0e9be86d75"
    },
      "vmSummary" : "ReadOnly portion of Libraries: Total=1.6G resident=0K(0%) swapped_out_or_unallocated=1.6G(100%)\nWritable regions: Total=1.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.3G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               256K        2 \nActivity Tracing                   256K        1 \nCG backing stores                 2176K        4 \nCG image                           412K        2 \nColorSync                          228K       26 \nCoreAnimation                     1920K       15 \nCoreGraphics                        12K        2 \nCoreUI image data                 1468K        8 \nDispatch continuations            64.0M        1 \nFoundation                          16K        1 \nKernel Alloc Once                    8K        1 \nMALLOC                           172.4M       75 \nMALLOC guard page                  192K        8 \nMALLOC_MEDIUM (reserved)         960.0M        8         reserved VM address space (unallocated)\nRosetta Arena                     4096K        2 \nRosetta Generic                   1040K      257 \nRosetta IndirectBranch            1024K        1 \nRosetta JIT                      128.0M        1 \nRosetta Return Stack               160K       16 \nRosetta Thread Context             160K       16 \nSTACK GUARD                         28K        7 \nStack                             11.6M        8 \nStack Guard                       56.0M        1 \nVM_ALLOCATE                       4240K       51 \nVM_ALLOCATE (reserved)             932K       97         reserved VM address space (unallocated)\n__CTF                               759        1 \n__DATA                            61.0M      743 \n__DATA_CONST                      37.9M      498 \n__DATA_DIRTY                      1985K      227 \n__FONT_DATA                          4K        1 \n__LINKEDIT                       837.3M      142 \n__OBJC_RO                         82.6M        1 \n__OBJC_RW                         3200K        2 \n__TEXT                           849.9M      728 \n__UNICODE                          592K        1 \ndyld private memory               2048K        2 \nmapped file                        5.3G     1195 \nshared memory                      800K       13 \nunshared pmap                     10.0M        6 \n===========                     =======  ======= \nTOTAL                              8.6G     4171 \nTOTAL, minus reserved VM space     7.6G     4171 \n",
      "legacyInfo" : {
      "threadTriggered" : {
        "queue" : "IDEContainer - uniquing lock"
      }
    },
      "trialInfo" : {
      "rollouts" : [
        {
          "rolloutId" : "61af99aeda72d16a4beb7756",
          "factorPackIds" : {
    
          },
          "deploymentId" : 240000173
        },
        {
          "rolloutId" : "607844aa04477260f58a8077",
          "factorPackIds" : {
            "SIRI_MORPHUN_ASSETS" : "6103050cbfe6dc472e1c982a"
          },
          "deploymentId" : 240000066
        }
      ],
      "experiments" : [
    
      ]
    }
    }
    
    Model: MacBookPro17,1, BootROM 7459.101.3, proc 8:4:4 processors, 16 GB, SMC 
    Graphics: Apple M1, Apple M1, Built-In
    Display: Color LCD, 2560 x 1600 Retina, Main, MirrorOff, Online
    Memory Module: LPDDR4
    AirPort: Wi-Fi, wl0: Feb  8 2022 01:44:45 version 18.60.21.0.7.8.126 FWID 01-1cdae627
    Bluetooth: Version (null), 0 services, 0 devices, 0 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    USB Device: USB31Bus
    USB Device: USB31Bus
    Thunderbolt Bus: MacBook Pro, Apple Inc.
    Thunderbolt Bus: MacBook Pro, Apple Inc.
    
    
    opened by bumaociyuan 2
  • visual mode losing cursor block style when change device theme

    visual mode losing cursor block style when change device theme

    1. set XVim in visual mode, the cursor is in block style
    2. switch device theme on/off dark mode and back to Xcode
    3. xvim still in visual mode, but the cursor changed to insert style

    This issue seems reproducible not limited to theme changing, but change theme is 100% reproducible.

    opened by qiudaomao 0
  • Stuck within fold block

    Stuck within fold block

    This is a recurring issue, basically when I fold block, j doesn't skip the folded line, and as result j/w. but oddly k does Is there a workaround, or a place to start fix this

    Screen Shot 2022-02-07 at 4 33 19 AM

    Thanks

    opened by kkharji 0
  • Xcode13 crash

    Xcode13 crash

    use ctrl+v, then push "J" button will result in crash in the xcode 13.1 of the macOS Big Sur 11.6.1 in the macbook pro 2019. Not every time but often. Many thanks if you can fix the crash.

    opened by blueswhen 3
Owner
null
This Xcode plugin shows Xcode app version in the Dock and App Switcher icon

Xcode Icon Version Tired of this Xcode icon always showing multiple times in your App Switch with no help watshoever as to which version you are curre

Stanislas Chevallier 94 Sep 11, 2022
CleanClosureXcode - An Xcode Source Editor extension to clean the closure syntax.

Clean Closure - Xcode Source Editor Extension Clean Closure is a simple Xcode Source Editor Extension for Xcode 8. It parses each line of a file to si

Patrick Balestra 188 Jun 18, 2022
SwiftInitializerGenerator - Xcode Source Code Extension to Generate Swift Initializers

Swift Initializer Generator This Xcode Source Code Extension will generate a Swift initializer based on the lines you've selected. Handy if you made a

Bouke Haarsma 718 Aug 21, 2022
XcodeEquatableGenerator - Xcode 8 Source Code Extension will generate conformance to Swift Equatable protocol based on type and fields selection.

Depricated! There is not need for it at the moment as Swift compiler can do that for us ?? Swift Equatable Generator Xcode 8 Source Code Extension wil

null 191 Dec 10, 2022
Import - Xcode extension for adding imports from anywhere in the code ☝️

Import ☝️ Xcode extension for adding imports from anywhere in the code. Now available on App Store Why? Because sometimes you are on 300th line of cod

Marko Hlebar 839 Nov 10, 2022
Mark - Xcode extension for generating MARK comments.

Mark Xcode extension for automatic generation of MARK comments. Why? If you would like to organize your code with MARK comments, this will save you so

Velislava Yanchina 160 Dec 17, 2022
XShared - Xcode extension that allows you copying the code with special formatting quotes for social (Slack, Telegram)

This extension is for those who like to show code to the public ?? Xcode extension which allows you copying the code with special formatting quotes fo

Nikita Ermolenko 75 Jun 18, 2022
Xgist - Xcode extension to send code to GitHub's Gist

Xgist Xgist is a Xcode extension to send code to GitHub's Gist. The extension will send your code selection to Gist and automatically copy the Gist UR

Fernando Bunn 76 Jul 2, 2022
DocumenterXcode - Attempt to give a new life for VVDocumenter-Xcode as source editor extension.

DocumenterXcode Xcode source editor extension which helps you write documentation comment easier, for both Objective-C and Swift. This project is an a

Serhii Londar 34 Dec 17, 2022
Snowonder - 🔮 Magical import declarations formatter for Xcode

Snowonder is Xcode Extension that adds some convenient formatting operations for Import Declarations. This extension is created with latest stable Swi

Alexey Karetski 104 Jan 4, 2023
Comment-Spell-Checker - Xcode extension for spell checking and auto-correcting code comments.

Comment Spell Checker An Xcode Source Editor extension that runs spell check and auto correct on your code comments. Features Supports mutliple commen

Velislava Yanchina 157 Aug 28, 2022
Nef-plugin - 🔌 an Xcode extension to use nef features easily

This project provides an extension for Xcode to integrate some nef features directly in the IDE. Using the core of nef, you can export snippets from y

Bow 188 Dec 23, 2022
Xcode plugin to let you jump to GitHub History, Blame, PRs, Issues, Notifications of any GitHub repo with one shortcut.

Reveal-In-GitHub Xcode plugin to let you jump to GitHub History, Blame, PRs, Issues, Notifications of current repo in one second. My company work on G

lzwjava 257 May 17, 2022
Plugin for Xcode to integrate the Reveal App to your project automatic.

Reveal-Plugin-for-Xcode Plugin for Xcode to integrate the Reveal App to your project automatic(Without any modifications to your project). Please note

Eric 229 Jun 29, 2022
Xcode plugin which help you write code faster.

MLAutoReplace Xcode plugin, Re-Intent, make you write code more quickly. Use a portion code of VVDocumenter-Xcode. ##Overview You can use shortcut key

molon 233 Sep 9, 2022
Multiliner - An Xcode source extension to expand lengthy lines

Multiliner An Xcode source extension to expand lengthy lines. Super lightweight, 1 file. It expands long lines. That's it! Works with: Initializers Fu

Andrew Zheng 629 Jan 4, 2023
RSA public/private key encryption, private key signing and public key verification in Swift using the Swift Package Manager. Works on iOS, macOS, and Linux (work in progress).

BlueRSA Swift cross-platform RSA wrapper library for RSA encryption and signing. Works on supported Apple platforms (using Security framework). Linux

Kitura 122 Dec 16, 2022
RSA public/private key encryption, private key signing and public key verification in Swift using the Swift Package Manager. Works on iOS, macOS, and Linux (work in progress).

BlueRSA Swift cross-platform RSA wrapper library for RSA encryption and signing. Works on supported Apple platforms (using Security framework). Linux

Kitura 122 Dec 16, 2022
Vim runtime files for Swift

Swift.vim Syntax and indent files for Swift If you don't have a preferred installation method check out vim-plug. Examples Syntastic Integration swift

Keith Smiley 787 Dec 1, 2022
A solid language pack for Vim.

A collection of language packs for Vim. One to rule them all, one to find them, one to bring them all and in the darkness bind them. It won't affect y

Adam Stankiewicz 5.2k Jan 2, 2023