XVimProject / XVim2

Vim key-bindings for Xcode 9
MIT License
2.3k stars 181 forks source link

Crashes on Xcode 10 GM #184

Closed xsown closed 5 years ago

xsown commented 5 years ago

Branch: master (commit 07c061d540875158e3d8d98c52d8597b6f004d22) OS: 10.13.6 Xcode: 10.0 (14320.24)

Problems

All of the above problems can be reproduced in the dev branch since several days ago when I was using Xcode 10 beta for the first time.

Apple crash report

Process: Xcode [45135] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 10.0 (14320.24) Build Info: IDEFrameworks_Fall2018-14320024000000000~21 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Xcode [45135] 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-09-14 09:41:55.368 +0800 OS Version: Mac OS X 10.13.6 (17G65) Report Version: 12 Anonymous UUID: 628A9B86-D76F-C163-776F-D8B36E643ABA

Sleep/Wake UUID: AC826CEC-38A8-4DFF-BE3F-14C12B981109

Time Awake Since Boot: 52000 seconds Time Since Wake: 4000 seconds

System Integrity Protection: enabled

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

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

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

VM Regions Near 0x90000800: --> __TEXT 000000010da74000-000000010da77000 [ 12K] r-x/rwx SM=COW  [/Applications/Xcode.app/Contents/MacOS/Xcode]

Application Specific Information: objc_msgSend() selector name: release ProductBuildVersion: 10A254a

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x00007fff5810dea9 objc_msgSend + 41 1 net.JugglerShu.XVim2 0x00000001253edf25 -[SourceCodeEditorViewProxy(XVim) xvim_getMotionRange:Motion:] + 549 2 net.JugglerShu.XVim2 0x00000001253ecb88 -[SourceCodeEditorViewProxy(XVim) xvim_move:] + 72 (SourceCodeEditorViewProxy+XVim.m:147) 3 net.JugglerShu.XVim2 0x00000001253c8e44 -[XVimNormalEvaluator motionFixed:] + 132 (XVimNormalEvaluator.m:689) 4 net.JugglerShu.XVim2 0x00000001253a9958 -[XVimMotionEvaluator _motionFixed:] + 184 (XVimMotionEvaluator.m:115) 5 net.JugglerShu.XVim2 0x00000001253aa499 -[XVimMotionEvaluator l] + 105 (XVimMotionEvaluator.m:265) 6 net.JugglerShu.XVim2 0x00000001254104bb -[XVimEvaluator eval:] + 75 (XVimEvaluator.m:84) 7 net.JugglerShu.XVim2 0x000000012540ae97 -[XVimNumericEvaluator eval:] + 167 (XVimNumericEvaluator.m:34) 8 net.JugglerShu.XVim2 0x00000001253e4bb3 -[XVimWindow handleKeyStroke:onStack:] + 435 (XVimWindow.m:289) 9 net.JugglerShu.XVim2 0x00000001253e442b -[XVimWindow handleOneXVimString:] + 507 (XVimWindow.m:228) 10 net.JugglerShu.XVim2 0x00000001253e4735 -[XVimWindow handleXVimString:] + 277 (XVimWindow.m:247) 11 net.JugglerShu.XVim2 0x00000001253e4209 -[XVimWindow handleKeyEvent:] + 457 12 net.JugglerShu.XVim2 0x000000012540fff2 -[XVimIDEPegasusSourceEditorView xvim_keyDown:] + 530 (XVimIDEPegasusSourceEditorView.m:99) 13 com.apple.AppKit 0x00007fff2edb643d -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 5040 14 com.apple.AppKit 0x00007fff2edb4c70 -[NSWindow(NSEventRouting) sendEvent:] + 497 15 com.apple.dt.IDEKit 0x000000010f9757e1 -[IDEWorkspaceWindow sendEvent:] + 154 16 com.apple.AppKit 0x00007fff2ec16236 -[NSApplication(NSEvent) sendEvent:] + 2462 17 com.apple.dt.IDEKit 0x000000010f9bfbaf -[IDEApplication sendEvent:] + 921 18 com.apple.AppKit 0x00007fff2e4768b5 -[NSApplication run] + 812 19 com.apple.AppKit 0x00007fff2e445a72 NSApplicationMain + 804 20 com.apple.dt.Xcode 0x000000010da7582e main + 574 21 libdyld.dylib 0x00007fff58d35015 start + 1

Thread 1: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 2: 0 libsystem_kernel.dylib 0x00007fff58e7c20a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff58e7b724 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff30ee7785 CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff30ee6ad7 CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff30ee6153 CFRunLoopRunSpecific + 483 5 com.apple.Foundation 0x00007fff32fe2f26 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.apple.DTDeviceKitBase 0x0000000124f31360 +[DTDKRemoteDeviceConnection startServiceBrowsers] + 217 7 com.apple.Foundation 0x00007fff32ff11f8 NSThreadstart__ + 1197 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 3: 0 libsystem_kernel.dylib 0x00007fff58e7c20a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff58e7b724 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff30ee7785 CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff30ee6ad7 CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff30ee6153 CFRunLoopRunSpecific + 483 5 com.apple.Foundation 0x00007fff32fe2f26 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.apple.DTDeviceKitBase 0x0000000124f3f54b -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 1537 7 com.apple.Foundation 0x00007fff32ff11f8 NSThreadstart__ + 1197 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 4:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff58e85cf2 select + 10 1 com.apple.CoreFoundation 0x00007fff30f2188b CFSocketManager + 635 2 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 3 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 4 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 5: 0 libsystem_kernel.dylib 0x00007fff58e85a16 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff5904e589 _pthread_cond_wait + 732 2 libc++.1.dylib 0x00007fff56c89d43 std::__1::condition_variable::do_timed_wait(std::1::unique_lock&, std::__1::chrono::time_point<std::1::chrono::system_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > >) + 93 3 com.apple.JavaScriptCore 0x00007fff34b5cab5 std::1::cv_status std::1::condition_variable::wait_until<std::1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > >(std::1::unique_lock&, std::1::chrono::time_point<std::__1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > > const&) + 117 4 com.apple.JavaScriptCore 0x00007fff34b5c9a0 std::1::cv_status std::1::condition_variable_any::wait_until<std::__1::unique_lock, std::1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > >(std::1::unique_lock&, std::__1::chrono::time_point<std::1::chrono::steady_clock, std::1::chrono::duration<long long, std::1::ratio<1l, 1000000000l> > > const&) + 96 5 com.apple.JavaScriptCore 0x00007fff34b5c5c9 bmalloc::Scavenger::threadRunLoop() + 361 6 com.apple.JavaScriptCore 0x00007fff34b5c359 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger) + 9 7 com.apple.JavaScriptCore 0x00007fff34b5c698 void std::1::thread_proxy<std::1::tuple<std::1::unique_ptr<std::1::thread_struct, std::__1::default_delete >, void ()(bmalloc::Scavenger), bmalloc::Scavenger> >(void) + 40 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 6:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff58e7c20a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff58e7b724 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff30ee7785 CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff30ee6ad7 CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff30ee6153 CFRunLoopRunSpecific + 483 5 com.apple.AppKit 0x00007fff2e5befc4 _NSEventThread + 184 6 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 7:: com.apple.CFStream.LegacyThread 0 libsystem_kernel.dylib 0x00007fff58e7c20a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff58e7b724 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff30ee7785 CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff30ee6ad7 CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff30ee6153 CFRunLoopRunSpecific + 483 5 com.apple.CoreFoundation 0x00007fff30fd2075 _legacyStreamRunLoop_workThread + 261 6 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 7 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 8 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 8:: DYMobileDeviceManager 0 libsystem_kernel.dylib 0x00007fff58e7c20a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff58e7b724 mach_msg + 60 2 com.apple.CoreFoundation 0x00007fff30ee7785 CFRunLoopServiceMachPort + 341 3 com.apple.CoreFoundation 0x00007fff30ee6ad7 CFRunLoopRun + 1783 4 com.apple.CoreFoundation 0x00007fff30ee6153 CFRunLoopRunSpecific + 483 5 com.apple.Foundation 0x00007fff32fe2f26 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277 6 com.apple.Foundation 0x00007fff32fe2dfe -[NSRunLoop(NSRunLoop) run] + 76 7 com.apple.GPUToolsMobileFoundation 0x000000012b467037 -[DYMobileDeviceManager _deviceNotificationThread:] + 134 8 com.apple.Foundation 0x00007fff32ff11f8 NSThreadstart__ + 1197 9 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 10 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 11 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 9: 0 libsystem_kernel.dylib 0x00007fff58e7c20a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff58e7b724 mach_msg + 60 2 com.apple.spotlight.index 0x00007fff537cc267 _handleExceptions + 111 3 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 4 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 5 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 10: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d009 _pthread_wqthread + 1035 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 11:: Dispatch queue: DVTInvalidationPreventionQueue 0 libsystem_kernel.dylib 0x00007fff58e7c20a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff58e7b724 mach_msg + 60 2 libdispatch.dylib 0x00007fff58d16ac2 _dispatch_mach_send_and_wait_for_reply + 756 3 libdispatch.dylib 0x00007fff58d16fad dispatch_mach_send_with_result_and_wait_for_reply + 53 4 libxpc.dylib 0x00007fff59089d98 xpc_connection_send_message_with_reply_sync + 164 5 com.apple.dt.SourceKit 0x00000001152f2af1 sourcekit_send_request_sync + 97 6 com.apple.dt.IDEFoundation 0x000000010edd23b2 -[IDESourceKitLowLevelConnection sendRequestSync:] + 117 7 com.apple.dt.IDEFoundation 0x000000010edd250b -[IDESourceKitLowLevelConnection sendRequestSync:error:] + 30 8 com.apple.dt.IDEFoundation 0x000000010ebe9518 -[IDESourceKitWorkspace(RequestMethods) importedFilesAtDocument:fileContent:error:] + 438 9 com.apple.dt.IDEFoundation 0x000000010ea72b12 -[IDESourceKitWorkspace importedFilesAtDocument:withCurrentFileContentDictionary:] + 143 10 com.apple.dt.IDEKit 0x000000010fd5ef04 101-[IDEIncludesGeniusResultsFinder _getUpdateGeniusResultsPhaseOneBlock:phaseTwoBlock:phaseThreeBlock:]_block_invoke.65 + 262 11 com.apple.dt.DVTFoundation 0x000000010db2ed52 _DVTPreventInvalidationForObjectAllowingRecursiveCallsDuringBlock + 224 12 com.apple.dt.DVTFoundation 0x000000010db2f164 _DVTPreventInvalidationAllowingRecursiveCallsDuringBlock + 35 13 com.apple.dt.IDEKit 0x000000010fd5ec5c __101-[IDEIncludesGeniusResultsFinder _getUpdateGeniusResultsPhaseOneBlock:phaseTwoBlock:phaseThreeBlock:]_block_invoke.42 + 489 14 com.apple.dt.IDEKit 0x000000010fa61e63 51-[IDEIndexGeniusResultsFinder _updateGeniusResults]_block_invoke.640 + 24 15 com.apple.dt.DVTFoundation 0x000000010db2f00b _DVTPreventInvalidationForObjectAllowingRecursiveCallsDuringBlock_block_invoke_2 + 49 16 libdispatch.dylib 0x00007fff58cfbdb8 _dispatch_client_callout + 8 17 libdispatch.dylib 0x00007fff58d0f28a _dispatch_sync_invoke_and_complete + 60 18 com.apple.dt.DVTFoundation 0x000000010db2efab _DVTPreventInvalidationForObjectAllowingRecursiveCallsDuringBlock_block_invoke + 154 19 libdispatch.dylib 0x00007fff58cfbdb8 _dispatch_client_callout + 8 20 libdispatch.dylib 0x00007fff58d0f28a _dispatch_sync_invoke_and_complete + 60 21 com.apple.dt.DVTFoundation 0x000000010db2edea _DVTPreventInvalidationForObjectAllowingRecursiveCallsDuringBlock + 376 22 com.apple.dt.DVTFoundation 0x000000010db2f164 _DVTPreventInvalidationAllowingRecursiveCallsDuringBlock + 35 23 com.apple.dt.IDEKit 0x000000010fa61ac9 51-[IDEIndexGeniusResultsFinder _updateGeniusResults]_block_invoke.631 + 475 24 com.apple.dt.DVTFoundation 0x000000010dd4c71e DVTDispatchAsync_block_invoke + 801 25 libdispatch.dylib 0x00007fff58d035fa _dispatch_call_block_and_release + 12 26 libdispatch.dylib 0x00007fff58cfbdb8 _dispatch_client_callout + 8 27 libdispatch.dylib 0x00007fff58d10217 _dispatch_queue_serial_drain + 635 28 libdispatch.dylib 0x00007fff58d03166 _dispatch_queue_invoke + 373 29 libdispatch.dylib 0x00007fff58d10f0d _dispatch_root_queue_drain_deferred_wlh + 332 30 libdispatch.dylib 0x00007fff58d14d21 _dispatch_workloop_worker_thread + 880 31 libsystem_pthread.dylib 0x00007fff5904cfd2 _pthread_wqthread + 980 32 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 12: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 13: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d009 _pthread_wqthread + 1035 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 14: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 15: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d009 _pthread_wqthread + 1035 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 16: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 17: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 18: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 19: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 20: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 21: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 22: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 23: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 24: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 25: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 26: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 27: 0 libsystem_pthread.dylib 0x00007fff5904cbdc start_wqthread + 0 1 ??? 0xa73c498b5ff20050 0 + 12050587565895581776

Thread 28: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 29: 0 libsystem_pthread.dylib 0x00007fff5904cbdc start_wqthread + 0

Thread 30: 0 libsystem_kernel.dylib 0x00007fff58e8628a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff5904d20e _pthread_wqthread + 1552 2 libsystem_pthread.dylib 0x00007fff5904cbe9 start_wqthread + 13

Thread 31:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fff58e85a16 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff5904e589 _pthread_cond_wait + 732 2 com.apple.JavaScriptCore 0x00007fff33f415fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122 3 com.apple.JavaScriptCore 0x00007fff34b439d8 WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728 4 com.apple.JavaScriptCore 0x00007fff345c88ca bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154 5 com.apple.JavaScriptCore 0x00007fff34b29245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165 6 com.apple.JavaScriptCore 0x00007fff34b54a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext) + 228 7 com.apple.JavaScriptCore 0x00007fff33f38629 WTF::wtfThreadEntryPoint(void*) + 9 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 32:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fff58e85a16 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff5904e589 _pthread_cond_wait + 732 2 com.apple.JavaScriptCore 0x00007fff33f415fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122 3 com.apple.JavaScriptCore 0x00007fff34b439d8 WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728 4 com.apple.JavaScriptCore 0x00007fff345c88ca bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154 5 com.apple.JavaScriptCore 0x00007fff34b29245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165 6 com.apple.JavaScriptCore 0x00007fff34b54a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext) + 228 7 com.apple.JavaScriptCore 0x00007fff33f38629 WTF::wtfThreadEntryPoint(void*) + 9 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 33:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fff58e85a16 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff5904e589 _pthread_cond_wait + 732 2 com.apple.JavaScriptCore 0x00007fff33f415fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122 3 com.apple.JavaScriptCore 0x00007fff34b439d8 WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728 4 com.apple.JavaScriptCore 0x00007fff345c88ca bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154 5 com.apple.JavaScriptCore 0x00007fff34b29245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165 6 com.apple.JavaScriptCore 0x00007fff34b54a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext) + 228 7 com.apple.JavaScriptCore 0x00007fff33f38629 WTF::wtfThreadEntryPoint(void*) + 9 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 34:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fff58e85a16 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff5904e589 _pthread_cond_wait + 732 2 com.apple.JavaScriptCore 0x00007fff33f415fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122 3 com.apple.JavaScriptCore 0x00007fff34b439d8 WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728 4 com.apple.JavaScriptCore 0x00007fff345c88ca bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154 5 com.apple.JavaScriptCore 0x00007fff34b29245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165 6 com.apple.JavaScriptCore 0x00007fff34b54a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext) + 228 7 com.apple.JavaScriptCore 0x00007fff33f38629 WTF::wtfThreadEntryPoint(void*) + 9 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 35:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fff58e85a16 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff5904e589 _pthread_cond_wait + 732 2 com.apple.JavaScriptCore 0x00007fff33f415fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122 3 com.apple.JavaScriptCore 0x00007fff34b439d8 WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728 4 com.apple.JavaScriptCore 0x00007fff345c88ca bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154 5 com.apple.JavaScriptCore 0x00007fff34b29245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165 6 com.apple.JavaScriptCore 0x00007fff34b54a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext) + 228 7 com.apple.JavaScriptCore 0x00007fff33f38629 WTF::wtfThreadEntryPoint(void*) + 9 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 36:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fff58e85a16 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff5904e589 _pthread_cond_wait + 732 2 com.apple.JavaScriptCore 0x00007fff33f415fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122 3 com.apple.JavaScriptCore 0x00007fff34b439d8 WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728 4 com.apple.JavaScriptCore 0x00007fff345c88ca bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154 5 com.apple.JavaScriptCore 0x00007fff34b29245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165 6 com.apple.JavaScriptCore 0x00007fff34b54a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext) + 228 7 com.apple.JavaScriptCore 0x00007fff33f38629 WTF::wtfThreadEntryPoint(void*) + 9 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 37:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fff58e85a16 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff5904e589 _pthread_cond_wait + 732 2 com.apple.JavaScriptCore 0x00007fff33f415fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122 3 com.apple.JavaScriptCore 0x00007fff34b439d8 WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728 4 com.apple.JavaScriptCore 0x00007fff345c88ca bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154 5 com.apple.JavaScriptCore 0x00007fff34b29245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165 6 com.apple.JavaScriptCore 0x00007fff34b54a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext) + 228 7 com.apple.JavaScriptCore 0x00007fff33f38629 WTF::wtfThreadEntryPoint(void*) + 9 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 38:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fff58e85a16 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff5904e589 _pthread_cond_wait + 732 2 com.apple.JavaScriptCore 0x00007fff33f415fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122 3 com.apple.JavaScriptCore 0x00007fff34b439d8 WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728 4 com.apple.JavaScriptCore 0x00007fff345c88ca bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154 5 com.apple.JavaScriptCore 0x00007fff34b29245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165 6 com.apple.JavaScriptCore 0x00007fff34b54a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext) + 228 7 com.apple.JavaScriptCore 0x00007fff33f38629 WTF::wtfThreadEntryPoint(void*) + 9 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 39:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fff58e85a16 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff5904e589 _pthread_cond_wait + 732 2 com.apple.JavaScriptCore 0x00007fff33f415fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122 3 com.apple.JavaScriptCore 0x00007fff34b439d8 WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728 4 com.apple.JavaScriptCore 0x00007fff345c88ca bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154 5 com.apple.JavaScriptCore 0x00007fff34b29245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165 6 com.apple.JavaScriptCore 0x00007fff34b54a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext) + 228 7 com.apple.JavaScriptCore 0x00007fff33f38629 WTF::wtfThreadEntryPoint(void*) + 9 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 40:: WTF::AutomaticThread 0 libsystem_kernel.dylib 0x00007fff58e85a16 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff5904e589 _pthread_cond_wait + 732 2 com.apple.JavaScriptCore 0x00007fff33f415fa WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 122 3 com.apple.JavaScriptCore 0x00007fff34b439d8 WTF::ParkingLot::parkConditionallyImpl(void const, WTF::ScopedLambda<bool ()> const&, WTF::ScopedLambda<void ()> const&, WTF::TimeWithDynamicClockType const&) + 2728 4 com.apple.JavaScriptCore 0x00007fff345c88ca bool WTF::Condition::waitUntil(WTF::Lock&, WTF::TimeWithDynamicClockType const&) + 154 5 com.apple.JavaScriptCore 0x00007fff34b29245 WTF::Function<void ()>::CallableWrapper<WTF::AutomaticThread::start(WTF::AbstractLocker const&)::$_0>::call() + 165 6 com.apple.JavaScriptCore 0x00007fff34b54a94 WTF::Thread::entryPoint(WTF::Thread::NewThreadContext) + 228 7 com.apple.JavaScriptCore 0x00007fff33f38629 WTF::wtfThreadEntryPoint(void*) + 9 8 libsystem_pthread.dylib 0x00007fff5904d661 _pthread_body + 340 9 libsystem_pthread.dylib 0x00007fff5904d50d _pthread_start + 377 10 libsystem_pthread.dylib 0x00007fff5904cbf9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x00007fff91700570 rbx: 0x00007fefc7282a00 rcx: 0x0100000000000000 rdx: 0x0040000000000000 rdi: 0x00007fefd899c970 rsi: 0x00007fff2f110e91 rbp: 0x00007ffee218ad70 rsp: 0x00007ffee218ad18 r8: 0x00007fff8b0f98a0 r9: 0x00007fefd435077d r10: 0x000000012545af00 r11: 0x0000000090000800 r12: 0x00007fefc747aaa0 r13: 0x00007fefd899c970 r14: 0x00007fff58110160 r15: 0x000000000000197d rip: 0x00007fff5810dea9 rfl: 0x0000000000010206 cr2: 0x0000000090000800

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

Binary Images: 0x10da74000 - 0x10da76ff7 com.apple.dt.Xcode (10.0 - 14320.24) <074B2700-03ED-3562-9B8F-3EAE36AB173E> /Applications/Xcode.app/Contents/MacOS/Xcode 0x10da7f000 - 0x10e06afff com.apple.dt.DVTFoundation (10.0 - 14317.18) <8E0F2EFB-D614-385E-A34D-7603D7829588> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation 0x10e300000 - 0x10e6edfff com.apple.dt.DVTKit (10.0 - 14317.18) <338624E4-45AD-3780-9D9A-449F210DE15D> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit 0x10ea00000 - 0x10f21cfff com.apple.dt.IDEFoundation (10.0 - 14320.24) <99535963-A8D6-3A6F-BB81-B3712F9BE4F6> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation 0x10f7e9000 - 0x110191fff com.apple.dt.IDEKit (10.0 - 14320.24) /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit 0x110928000 - 0x110938ff7 +libswiftAVFoundation.dylib (4.2 - 1000.11.37.1) <80762AC9-94FB-35EE-984E-6AF6C7FFF2CF> /Applications/Xcode.app/Contents/Frameworks/libswiftAVFoundation.dylib 0x110949000 - 0x110cdbff7 +libswiftCore.dylib (4.2 - 1000.11.37.1) <8E89A76B-4A97-353C-82FB-1A27C7913503> /Applications/Xcode.app/Contents/Frameworks/libswiftCore.dylib 0x110fb5000 - 0x110fbcff7 +libswiftCoreAudio.dylib (4.2 - 1000.11.37.1) <53A4C8C0-09A9-3AA3-9ACD-F062523B2755> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreAudio.dylib 0x110fd0000 - 0x110fd3fff +libswiftCoreFoundation.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftCoreFoundation.dylib 0x110fdf000 - 0x110feeff7 +libswiftCoreGraphics.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftCoreGraphics.dylib 0x111012000 - 0x111017ff7 +libswiftCoreImage.dylib (4.2 - 1000.11.37.1) <35E6605A-9909-377B-83AF-CF08C0F22798> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreImage.dylib 0x11101c000 - 0x111026ff7 +libswiftCoreMedia.dylib (4.2 - 1000.11.37.1) <3A6EAD5B-D4ED-3B6A-BC80-B03396F52EDA> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreMedia.dylib 0x111031000 - 0x111039fff +libswiftDarwin.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftDarwin.dylib 0x11104a000 - 0x111063ff7 +libswiftDispatch.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftDispatch.dylib 0x1110a5000 - 0x11120dff7 +libswiftFoundation.dylib (4.2 - 1000.11.37.1) <39D7D55A-9561-35E9-8E30-707B95931DCD> /Applications/Xcode.app/Contents/Frameworks/libswiftFoundation.dylib 0x1113ad000 - 0x1113b0fff +libswiftIOKit.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftIOKit.dylib 0x1113ba000 - 0x1113c3fff +libswiftMetal.dylib (4.2 - 1000.11.37.1) <86F57E0F-E0CB-3742-A92C-C9D540B09494> /Applications/Xcode.app/Contents/Frameworks/libswiftMetal.dylib 0x1113d0000 - 0x1113d0ff7 com.apple.XCWatchKit1Support (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchKit1Support.xcplugin/Contents/MacOS/XCWatchKit1Support 0x1113d6000 - 0x1113dafff +libswiftObjectiveC.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftObjectiveC.dylib 0x1113e6000 - 0x1113ecff7 +libswiftQuartzCore.dylib (4.2 - 1000.11.37.1) <5F9CCBEA-9944-3713-ABD6-CFA722EE66B6> /Applications/Xcode.app/Contents/Frameworks/libswiftQuartzCore.dylib 0x1113f3000 - 0x1113f6fff +libswiftXPC.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftXPC.dylib 0x1113fc000 - 0x1113fcfff com.apple.Metal (1.0 - 1) <8EF70134-E88D-327A-A377-D49FBC7A27A2> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal 0x111403000 - 0x111446fff +libswiftsimd.dylib (4.2 - 1000.11.37.1) <02AED5CC-8AD2-34E1-A4F6-530D8EE8444B> /Applications/Xcode.app/Contents/Frameworks/libswiftsimd.dylib 0x111499000 - 0x111499fff com.apple.IBCompilerPlugin (10.0 - 14313.18) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/IBCompilerPlugin.xcplugin/Contents/MacOS/IBCompilerPlugin 0x11149f000 - 0x1114b3ff7 com.apple.dt.DVTJRPC (1.0 - 1) <2C30C808-5C80-32A9-81BB-96C473243D4F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTJRPC.framework/Versions/A/DVTJRPC 0x1114d3000 - 0x1114dbff7 com.apple.dt.DVTDeviceControlServices (1.0 - 1) <5B2CF35D-869A-3FC8-BC29-FCA1ADE8AD5E> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceControlServices.framework/Versions/A/DVTDeviceControlServices 0x1114f2000 - 0x1114f2ff7 com.apple.xcode.compilers.coredata (12.0 - 14306.16) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data 0x1114f9000 - 0x11153afff com.apple.DebugSymbols (185 - 185) /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT 0x11155f000 - 0x1115edff7 com.apple.CoreSymbolicationDT (10.0 - 64235.5) <27C4FA75-F981-3C1C-AC97-02C260555526> /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT 0x111643000 - 0x11166bfff com.apple.dt.instruments.DTXConnectionServices (10.0 - 64258.6) /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices 0x111693000 - 0x11175cfff com.apple.dt.instruments.DVTInstrumentsFoundation (10.0 - 64258.6) /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation 0x11180f000 - 0x11180fff7 com.apple.compilers.clang (12.0 - 14306.16) <9D9F96A2-3E11-3C4A-905E-5A4FCAFC3765> /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 0x111815000 - 0x111829ff7 +libswiftAppKit.dylib (4.2 - 1000.11.37.1) <828449E3-9DAB-3507-897D-5FD00FD48169> /Applications/Xcode.app/Contents/Frameworks/libswiftAppKit.dylib 0x111851000 - 0x111851ff7 com.apple.assetvalidation-plugin (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/assetvalidation.xcplugin/Contents/MacOS/assetvalidation 0x111858000 - 0x111860fff +libswiftCoreData.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftCoreData.dylib 0x111870000 - 0x1118fdfdf com.apple.SymbolicationDT (10.0 - 64254.5) <17F63E6B-035B-3449-BD93-CAACDE6C5E7C> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT 0x11195b000 - 0x111962ffb com.apple.kperfdataDT (1.0 - 1) <1BD30457-FA45-3352-BC66-52B1CC42DE1B> /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT 0x111970000 - 0x1119a6ff3 com.apple.libktrace (1.0 - 271.200.30) <00DCA260-5EC9-3FCA-9501-6B5F5A886F57> /Applications/Xcode.app/Contents/SharedFrameworks/ktraceDT.framework/Versions/A/ktraceDT 0x1119cb000 - 0x1119ffff7 com.apple.dt.instruments.DVTInstrumentsUtilities (10.0 - 64258.6) <0F6C0BC2-A9B8-3D8A-ABDC-B06B487558D0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities 0x111a3d000 - 0x111a44fff +libswiftos.dylib (4.2 - 1000.11.37.1) /Applications/Xcode.app/Contents/Frameworks/libswiftos.dylib 0x111a55000 - 0x111a5fff7 com.apple.dt.DVTServices (10.0 - 14317.18) <45E5CFE7-E9E7-3164-98CA-F7E579221C1A> /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices 0x111a75000 - 0x111ab6ff7 com.apple.dt.DVTPortal (10.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal 0x111aed000 - 0x111bf9fff com.apple.dt.XCTest (1.0 - 14302.9) <44E56129-EC76-3870-800C-7D9DC6489B16> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest 0x111cb3000 - 0x111ccbff3 com.apple.dt.DVTDeviceFoundation (10.0 - 1) <263CC068-457D-38FF-979C-42985487B8AC> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeviceFoundation.framework/Versions/A/DVTDeviceFoundation 0x111ce9000 - 0x111d1dffb com.apple.dt.XCTAutomationSupport (1.0 - 1) <4CB47649-7FB1-33EC-BB60-31E110BEDC23> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/Versions/A/XCTAutomationSupport 0x111d4b000 - 0x1148f5fff +libclang.dylib (1000.11.45.2) <66AF6457-A439-344C-A185-001B6960CC73> /Applications/Xcode.app/Contents/Frameworks/libclang.dylib 0x1152f0000 - 0x11538afff com.apple.dt.SourceKit (1.0 - 14232.1) /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/SourceKit 0x1153c8000 - 0x1173adff7 +libLTO.dylib (1000.11.45.2) <83E2866A-0B30-313D-AD78-0AA72D679631> /Applications/Xcode.app/Contents/Frameworks/libLTO.dylib 0x117a17000 - 0x117a9bfff com.apple.dt.DVTAnalytics (1.0 - 1) <6A93D161-945F-31EA-B2AE-B0D78A853F1F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics 0x117b23000 - 0x117b24ff3 +liblaunch_sim.dylib (1336.200.98) /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 0x117b2a000 - 0x117b61ff7 com.apple.dt.DVTDocumentation (1.0 - 14317.18) <3ADB94D6-39E3-37DB-9390-7105DBD94735> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/DVTDocumentation 0x117b9f000 - 0x117c89ff7 com.apple.DNTDocumentationModel (1.0 - 14230.2) <58FA11C6-CF9B-3AFF-BF23-8CEBC60AA259> /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationModel.framework/Versions/A/DNTDocumentationModel 0x117dc2000 - 0x117f16fff com.apple.DNTDocumentationSupport (1.0 - 14230.2) <5577858A-2B6E-3B1C-8899-D70774B7F50B> /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationSupport.framework/Versions/A/DNTDocumentationSupport 0x11804e000 - 0x11804fff3 +liblaunch_sim.dylib (1336.200.98) <1D094627-935B-3C39-A3EB-6A8323C4B6A9> /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 0x118055000 - 0x118070ffb com.apple.dt.XCTDaemonControl (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControl.framework/Versions/A/XCTDaemonControl 0x118097000 - 0x1181a6ff3 com.apple.LocFramework (2.0 - 39) <41A31F59-F143-3909-B483-336DF1C828CE> /Applications/Xcode.app/Contents/SharedFrameworks/Localization.framework/Versions/A/Localization 0x118209000 - 0x11829cfff com.apple.dt.Xcode.DVTSourceControl (10.0 - 14250.6) <129E1DCA-4326-3C35-B91F-854DB22BE400> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl 0x118308000 - 0x118322ffb com.apple.dt.XcodeKit (10.0 - 14320.24) /Applications/Xcode.app/Contents/Developer/Library/Frameworks/XcodeKit.framework/Versions/A/XcodeKit 0x11833f000 - 0x118352ff7 +libswiftXCTest.dylib (4.2 - 1000.11.37.1) <1F9BE1AC-21A5-33D7-B1B8-FB0E66D3D127> /Applications/Xcode.app/Contents/Frameworks/libswiftXCTest.dylib 0x11835f000 - 0x11838aff7 com.apple.dt.DVTAnalyticsClient (10.0 - 1) <457366F8-7CC1-3F50-AC6D-BB6B4A21EC89> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient 0x1183dc000 - 0x118426acf dyld (551.4) <8A72DE9C-A136-3506-AA02-4BA2B82DCAF3> /usr/lib/dyld 0x11847a000 - 0x1184e1ff7 com.apple.DNTSourceKitSupport (1.0 - 14230.2) /Applications/Xcode.app/Contents/SharedFrameworks/DNTSourceKitSupport.framework/Versions/A/DNTSourceKitSupport 0x11852a000 - 0x1185ffff7 com.apple.DNTTransformer (1.0 - 14230.2) /Applications/Xcode.app/Contents/SharedFrameworks/DNTTransformer.framework/Versions/A/DNTTransformer 0x1186c6000 - 0x1186fcff7 com.apple.dt.IDEProducts (1.0 - 1) <7CEC9645-52BE-3AC5-8329-412A1C7876D1> /Applications/Xcode.app/Contents/SharedFrameworks/IDEProducts.framework/Versions/A/IDEProducts 0x118727000 - 0x118729ff7 com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper 0x118732000 - 0x118809fff com.apple.dt.instruments.DTGraphKit (10.0 - 64251.5) /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit 0x118908000 - 0x118911ff3 com.apple.dt.IDEAppleTVSupportUI (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportUI.ideplugin/Contents/MacOS/IDEAppleTVSupportUI 0x118bb9000 - 0x118bd7ff7 com.apple.Jet (1.0 - 6.4) /Applications/Xcode.app/Contents/SharedFrameworks/Jet.framework/Jet 0x118bf8000 - 0x118bf8fff com.apple.IDEWatchKit1SupportUI (10.0 - 14206) <95888011-6121-3E3D-851A-9755D03F9132> /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI 0x11bbbd000 - 0x11c173fef com.apple.SceneKit (1.0 - 470) <845F83AD-C3F4-3B97-B811-A7B448830D7D> /Applications/Xcode.app/Contents/SharedFrameworks/SceneKit.framework/SceneKit 0x11c4b8000 - 0x11c514ff7 com.apple.PhysicsKit (1.0 - 1) <99BF03B3-08A8-3FA9-BD13-7078F0EFC22F> /Applications/Xcode.app/Contents/SharedFrameworks/PhysicsKit.framework/PhysicsKit 0x11c544000 - 0x11c609fff com.apple.GameplayKit (1.0 - 1) <65CC5523-A0E6-39DC-978D-BF76C07E7843> /Applications/Xcode.app/Contents/SharedFrameworks/GameplayKit.framework/GameplayKit 0x11c659000 - 0x11c744fff com.apple.AppleCV3D (1.21.3 - 1.21.3) /Applications/Xcode.app/Contents/SharedFrameworks/AppleCV3D.framework/AppleCV3D 0x11c764000 - 0x11c765ff3 +liblaunch_sim.dylib (1336.200.98) <174BE1C6-4470-36E7-90AB-62BA4B0E07EE> /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 0x11c7cb000 - 0x11c7e9fff com.apple.dt.DebugHierarchyFoundation (1.0 - 2) <095560BD-0966-3D7E-9516-894C2D1F93AD> /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyFoundation.framework/Versions/A/DebugHierarchyFoundation 0x11c806000 - 0x11c81cff7 com.apple.dt.DebugHierarchyKit (1.0 - 2) /Applications/Xcode.app/Contents/SharedFrameworks/DebugHierarchyKit.framework/Versions/A/DebugHierarchyKit 0x11d482000 - 0x11d492ffb com.apple.DTDeviceKit (4.2 - 14277.17) /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit 0x11d4b8000 - 0x11d4b8fff com.apple.GLToolsMobileFoundation (1.0 - 24215) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation 0x11d4bd000 - 0x11e63bff7 com.apple.ModelIO (1.0 - 1.94.23) <794ABD0C-3DE3-3A6B-B3A5-BBB55FCE963D> /Applications/Xcode.app/Contents/SharedFrameworks/ModelIO.framework/ModelIO 0x11e6fb000 - 0x11e920fff com.apple.SpriteKit (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/SpriteKit.framework/SpriteKit 0x11ea0b000 - 0x11ea60ff3 com.apple.dt.dbg.DebuggerFoundation (10.0 - 14315.18) <3FD0F64F-37A3-3951-AB8F-98CFE8D96BA8> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation 0x11eaa8000 - 0x11eb31ff7 com.apple.CoreSimulator (572.2 - 572.2) <8232F002-3F37-31E8-BA30-FC7FAD6ADD29> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator 0x11eb78000 - 0x11eb7fff7 com.apple.CoreSimulator.CoreSimulatorUtilities (572.2 - 572.2) <21DAF2C0-59AB-3484-9E06-4AB9F83E589A> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimulatorUtilities.framework/Versions/A/CoreSimulatorUtilities 0x11eb88000 - 0x11eb92ffb com.apple.CoreSimulator.CoreSimDeviceIO (572.2 - 572.2) <349901CB-0359-3185-A136-39DFBE1117CD> /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimDeviceIO.framework/Versions/A/CoreSimDeviceIO 0x11eba0000 - 0x11eba1ffb com.apple.dt.dbg.DebuggerLLDBService (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService 0x11eba9000 - 0x11ebb1fff com.apple.DevToolsFoundation (12.0 - 14306.16) <5F292908-2CBF-3AB9-A552-27F2D72F307D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation 0x11ebbe000 - 0x11ebc3ff7 com.apple.dt.XCTDaemonControlMobileDevice (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCTDaemonControlMobileDevice.framework/Versions/A/XCTDaemonControlMobileDevice 0x11ebcf000 - 0x11ebe5ff3 com.apple.DVTiPhoneSimulatorRemoteClient (10.0 - 14277.17) <29F0F4C1-0BE3-3C46-BCAD-B9A3937827C0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient 0x11ebfd000 - 0x11ebfefff com.apple.dt.IDEWatchSupportCore (1.0 - 1) <0215268D-3EB6-3E05-B860-C49E66108CF3> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore 0x11ed1b000 - 0x11ed4ffff com.apple.sourcekitd (1.0 - 1000.11.37.1) <3004D6D1-6B20-3EB8-96E0-C002A9016069> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/sourcekitd 0x11ee0c000 - 0x11ee97ff7 com.apple.dt.IBAutolayoutFoundation (10.0 - 14313.18) <67B1E2BC-1EA3-37D6-B7FC-50F8089D8734> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation 0x11eefa000 - 0x11f035fff com.apple.dt.IBFoundation (10.0 - 14313.18) /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation 0x11f11e000 - 0x11f176fdf com.apple.ROCKit (24 - 24) /Library/Developer/PrivateFrameworks/ROCKit.framework/Versions/A/ROCKit 0x11f1a2000 - 0x11f225fff com.apple.dt.dbg.DebuggerLLDB (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB 0x11f2ac000 - 0x1233a7ff7 com.apple.LLDB.framework (1.1000.11.37.1 - 1000.11.37.1) <6597E0E4-0EE1-3D26-B107-4D18DE3E19A7> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB 0x1246a6000 - 0x1246f1ff7 com.apple.LLDBRPC (1.0 - 1000.11.37.1) <2F96F707-902C-3B9A-B0C2-A4425F216D04> /Applications/Xcode.app/Contents/SharedFrameworks/LLDBRPC.framework/Versions/A/LLDBRPC 0x12472b000 - 0x1247b0ff7 com.apple.dt.IDE.Xcode3Core (10.0 - 14306.16) <09F1B1A9-66E5-3547-9336-AF475E979B92> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core 0x124802000 - 0x124bcefff com.apple.Xcode.DevToolsCore (12.0 - 14306.16) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore 0x124da1000 - 0x124dd6ffb com.apple.Xcode.DevToolsSupport (12.0 - 14306.16) <0FF0C5DF-9371-341E-9C85-7F7162C5C839> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport 0x124e01000 - 0x124ea4ff7 com.apple.dt.IDE.IDEiOSSupportCore (10.0 - 14277.17) <2C6D57AA-10F0-38B3-AF06-7495A0F9203B> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore 0x124f15000 - 0x124fb7ff7 com.apple.DTDeviceKitBase (10.0 - 14277.17) <2BDD1091-31E0-35C5-B844-C145E74345D9> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase 0x125022000 - 0x125025ff7 com.apple.XCWatchOSSupport (1.0 - 1) <369005B3-BE1A-35D0-8AB9-38D1957E9D85> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchOSSupport.xcplugin/Contents/MacOS/XCWatchOSSupport 0x12502e000 - 0x12504bff3 com.apple.dt.XCLanguageSupport (10.0 - 14226.3) <96332753-665A-388E-97C4-15EF01D86C81> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport 0x125060000 - 0x125063ffb com.apple.xcode.compilers.mlkit (12.0 - 14214) <057D1F29-96CA-321F-9AAC-5FAB4FEA0E6D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/MLKit.xcplugin/Contents/MacOS/MLKit 0x12506b000 - 0x12506fffb com.apple.xcode.compilers.intents (10.0 - 14269.7) <0A5E1B3D-B50A-3047-8C6A-E75E6A1BD792> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Intents.xcplugin/Contents/MacOS/Intents 0x12509e000 - 0x1250a9fff com.apple.xcode.plug-in.CoreBuildTasks (12.0 - 14306.16) <3CB906A2-0423-3466-A40F-DDF7850A375C> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks 0x1250b4000 - 0x1250b9ffb com.apple.dt.IDE.IDEInterfaceBuilderEditorDFRSupport (10.0 - 14207.1) <5CEB1041-3A24-38F2-947C-38190735B51C> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderEditorDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderEditorDFRSupport 0x1250c4000 - 0x1250c8ffb com.apple.audio.AppleHDAHALPlugIn (281.52 - 281.52) <23C7DDE6-A44B-3BE4-B47C-EB3045B267D9> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x1250ce000 - 0x1250e2fff com.apple.MarkupSupport (1.0 - 1) <97F44CE7-7874-39A8-A20F-CF0A08DC532D> /Applications/Xcode.app/Contents/SharedFrameworks/MarkupSupport.framework/Versions/A/MarkupSupport 0x125102000 - 0x125125fff com.apple.SourceModelSupport (1.0 - 1) <41618ACF-5B46-3F34-BC26-3479DD284DA3> /Applications/Xcode.app/Contents/SharedFrameworks/SourceModelSupport.framework/Versions/A/SourceModelSupport 0x125148000 - 0x12514dfff +com.surteesstudios.BartenderAudioPlugIn (1.0.0 - 1.1) <4BEFD040-641C-3502-877D-4E336ABDA86F> /Library/Audio/Plug-Ins/HAL/BartenderAudioPlugIn.plugin/Contents/MacOS/BartenderAudioPlugIn 0x12516b000 - 0x12516cff7 com.apple.GPUToolsInterface (1.0 - 24254.5) <9123FB7A-B929-3E26-B471-254C231769BF> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface 0x125172000 - 0x125174fff com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 24254.5) <7A4F1EFC-FDC6-3784-97DD-9C74AE357AFB> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine 0x1251bb000 - 0x1251d2ff7 com.apple.dt.IDE.IDEInterfaceBuilderiOSIntegration (10.0 - 14283.14) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderiOSIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSIntegration 0x1251ec000 - 0x1251f0fff com.apple.MTLToolsServices (1.0 - 1) <482F810E-AF52-3E9B-92B4-4A63EB7B75E1> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices 0x1251f8000 - 0x1251faffb com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore 0x125205000 - 0x12520affb com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore 0x125213000 - 0x125218fff com.apple.dt.IDE.IDEOSXSupportCore (10.0 - 14219) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore 0x125272000 - 0x125276ffb com.apple.dt.IDEWatchSupportUI (1.0 - 1) <6C6420FE-D9D6-319C-B30B-D7CB9692BEA4> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportUI.ideplugin/Contents/MacOS/IDEWatchSupportUI 0x1253a8000 - 0x125431fff +net.JugglerShu.XVim2 (1.0 - 1) <5EBA7C5A-6322-3C70-ACE4-5BDBBFB09A32> /Users/USER/Library/Application Support/Developer//XVim2 0x1254c6000 - 0x125560ff7 +net.JugglerShu.XVim (1.01 - 1) <4B08DA27-E90C-3DE6-AE74-F1A30BEF865F> /Users/USER/Library/Application Support/Developer//XVim 0x1255ac000 - 0x1255e0ff7 com.apple.dt.IDELanguageSupportUI (10.0 - 14226.3) <8729DC2C-81A1-3B7C-BE47-AFCD63AA24F2> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI 0x125607000 - 0x1256acff3 com.apple.dt.IDE.IDESourceEditor (10.0 - 14315.18) <8CB436CC-F085-3836-A04E-ADC20B72EDFA> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor 0x125711000 - 0x12571cffb com.apple.dt.IDELanguageSupportCore (10.0 - 14226.3) <5BC29A63-30F6-3DC9-A2AF-25CD7B5A9405> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore 0x12572c000 - 0x12574efff com.apple.dt.IDE.IDEQuickHelp (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp 0x12577e000 - 0x125784fff com.apple.dt.DVTPlaygroundCommunication (1.0 - 14211) <4B06E886-49A0-3702-92EC-47D3D4E42714> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication 0x125792000 - 0x1257ebff7 com.apple.dt.DVTMarkdown (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/DVTMarkup 0x125813000 - 0x12588dff7 com.apple.dt.IDE.IDEDocViewer (10.0 - 14315.18) <718E519F-7964-3E9E-8FA9-ADCAC6C015A4> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer 0x125911000 - 0x125943ffb com.apple.dt.CommonMark (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/Frameworks/CommonMark.framework/Versions/A/CommonMark 0x126382000 - 0x126388ff7 com.apple.dt.IDE.IBBuildSupport (10.0 - 14313.18) <595FDC0D-DC00-3DAB-A72F-63213D301A4B> /Applications/Xcode.app/Contents/PlugIns/IBBuildSupport.ideplugin/Contents/MacOS/IBBuildSupport 0x1264cc000 - 0x126603fff com.apple.AMDMTLBronzeDriver (1.68.20 - 1.6.8) /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver 0x126cf6000 - 0x127311fff com.apple.dt.IDE.IDEInterfaceBuilderKit (10.0 - 14313.18) <513EF5B8-FF7D-3EA0-BEC2-075025A0BF50> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.framework/IDEInterfaceBuilderKit 0x12777f000 - 0x12779fff7 com.apple.IBCocoaTouchToolFoundation (10.0 - 14283.14) /Applications/Xcode.app/Contents/Frameworks/IBCocoaTouchToolFoundation.framework/Versions/A/IBCocoaTouchToolFoundation 0x1277d2000 - 0x127813ff7 com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration (10.0 - 14229.3) <5CB48691-6518-3EF4-9F3B-D488D054FB7E> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAppleTVIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderAppleTVIntegration 0x12784c000 - 0x1278d3fff com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (10.0 - 14238.10) /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration 0x1279bb000 - 0x1279c4ffb com.apple.dt.IDE.IDEGit (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit 0x1285f6000 - 0x128820fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (10.0 - 14313.18) <3FE28274-96F6-37B5-A711-7FA8CD880CE4> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.framework/IDEInterfaceBuilderCocoaIntegration 0x128a23000 - 0x128c63ff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (10.0 - 14283.14) <96D34A69-ED92-34EA-9A22-38BD0E060D19> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.framework/IDEInterfaceBuilderCocoaTouchIntegration 0x128e6a000 - 0x128e8ffff com.apple.dt.IDE.IDEInterfaceBuilderDFRSupport (10.0 - 14215.3) /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderDFRSupport 0x129000000 - 0x1291a8ff7 com.apple.audio.units.Components (1.14 - 1.14) <1E04BB32-1550-3851-8CD1-4A588BFE5D46> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x12924a000 - 0x129298ff7 com.apple.dt.IDE.IDESourceCodeComparisonEditor (10.0 - 14315.18) <7526E4D3-1D07-348C-AFCF-CC237F882545> /Applications/Xcode.app/Contents/PlugIns/IDESourceCodeComparisonEditor.ideplugin/Contents/MacOS/IDESourceCodeComparisonEditor 0x1292fb000 - 0x1294eeff7 com.apple.dt.IDESourceEditor (1.0 - 1) <07978AEA-B27B-37A2-B7E1-BF4040D4A66E> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.framework/Versions/A/IDESourceEditor 0x129698000 - 0x1299fdff7 com.apple.dt.SourceEditor (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/SourceEditor.framework/Versions/A/SourceEditor 0x129c7a000 - 0x129cfeff7 com.apple.SourceKitSupport (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/SourceKitSupport.framework/Versions/A/SourceKitSupport 0x129d95000 - 0x129de3ff7 com.apple.dt.DVTSourceEditor (1.0 - 1) <3419CCC8-7B47-312B-AB84-7FCEDA46F00C> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceEditor.framework/Versions/A/DVTSourceEditor 0x129e64000 - 0x129f92fff com.apple.dt.IDE.IDESourceControlUI (10.0 - 14315.18) <30AA28CD-6EA3-3FE3-94D5-2AE2BC30CDFC> /Applications/Xcode.app/Contents/PlugIns/IDESourceControlUI.ideplugin/Contents/MacOS/IDESourceControlUI 0x12a0f8000 - 0x12a147ffb com.apple.dt.IDE.IDEiPhoneSupport (10.0 - 14277.17) /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport 0x12a197000 - 0x12a341ff7 com.apple.dt.IDE.Xcode3UI (10.0 - 14306.16) <48FECA06-E861-3C53-9BA6-E52F96DDBAFB> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI 0x12a4a9000 - 0x12a4e7fff com.apple.dt.IDE.iCloudSupport (10.0 - 14315.18) <323FBBB3-73CF-322B-89AE-A1180B3B1DF3> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport 0x12a522000 - 0x12a5a6fff com.apple.dt.IDEProductsUI (1.0 - 1) <4B42C335-DA0E-3E51-8761-E10FA2258B65> /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI 0x12a86a000 - 0x12a8e9fff com.apple.dt.gpu.GPUDebuggerFoundation (10.0 - 24293.10) <5BADACBC-1F98-3F20-8A7C-DE665FC70352> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation 0x12a94e000 - 0x12a955fff com.apple.GPUToolsPlatform (1.0 - 24304.10) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsPlatform.framework/Versions/A/GPUToolsPlatform 0x12a960000 - 0x12a974fff com.apple.GPUToolsShaderProfiler (1.0 - 24254.5) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler 0x12a988000 - 0x12a9d7ff7 com.apple.GPUToolsCore (1.0 - 24304.10) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore 0x12aa18000 - 0x12aa59fff com.apple.GPUTools (1.0 - 24304.10) <7EF925E3-2D15-306F-95E7-394A9FD2C1C0> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools 0x12aa8c000 - 0x12aae6ff7 com.apple.GLToolsServices (1.0 - 24254.5) <04FBAFE0-AF57-393C-A6F9-817C568D63E0> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices 0x12ab27000 - 0x12abaaff7 com.apple.GPUToolsServices (1.0 - 24254.5) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices 0x12ac00000 - 0x12ac16fff com.apple.GLToolsInterface (1.0 - 24254.5) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface 0x12ac27000 - 0x12ac8eff7 com.apple.GLToolsCore (1.0 - 24304.10) <9A5AE6C1-79B6-37CA-AB06-967A4D0A9E09> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore 0x12acac000 - 0x12acc2ff7 com.apple.GLTools (1.0 - 24304.10) <539BAD40-08BC-35E6-8D87-1D5322913117> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools 0x12accb000 - 0x12ad53ff7 com.apple.gputools.GLToolsAnalysisEngine (1.0 - 24254.5) <2C848135-520D-3457-944A-5DCFEFB4DD13> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine 0x12ad96000 - 0x12ae06ff7 com.apple.dt.gpu.GPUDebuggerKit (10.0 - 24293.10) <9554BAFF-FF6F-39EF-AFFB-180135FCC9F8> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit 0x12ae66000 - 0x12ae6eff7 com.apple.dt.gpu.GPUTraceDebugger (10.0 - 24293.10) /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger 0x12ae7b000 - 0x12af38ff7 com.apple.dt.gpu.GPUTraceDebuggerUI (10.0 - 24293.10) <3B113ED5-90ED-3C95-9481-34D0DF6CD03B> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI 0x12afb4000 - 0x12afd8fff com.apple.dt.IDEIODebugGaugesUI (10.0 - 14315.18) <1935F667-B274-3E8E-900F-749485E0C27E> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI 0x12b004000 - 0x12b00cff3 com.apple.dt.IDEIODebugGaugesCore (10.0 - 14315.18) <0FEE65BC-4FCB-3723-8545-99AA197DC69C> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore 0x12b01d000 - 0x12b1d4fff com.apple.dt.gpu.GPURenderTargetEditor (10.0 - 24293.10) <055C4816-BDDA-3BCF-BD07-8B905CA9139C> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor 0x12b31b000 - 0x12b323fff +libswiftMetalKit.dylib (4.2 - 1000.11.37.1) <89F6247E-BA08-31B1-B962-AC72145930E7> /Applications/Xcode.app/Contents/Frameworks/libswiftMetalKit.dylib 0x12b329000 - 0x12b332fff +libswiftModelIO.dylib (4.2 - 1000.11.37.1) <7E48110D-AED3-3C4F-883E-BADF344D69B2> /Applications/Xcode.app/Contents/Frameworks/libswiftModelIO.dylib 0x12b33b000 - 0x12b368fff com.apple.MTLTools (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools 0x12b388000 - 0x12b38bff7 com.apple.dt.gpu.GPUDebuggeriOSSupport (10.0 - 24209) <55454083-6434-39D5-A26F-644C24C9DED8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport 0x12b393000 - 0x12b3faff7 com.apple.GLToolsExpert (1.0 - 24215) <31319BCD-DD69-3E9E-9103-F48ED55B0737> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert 0x12b436000 - 0x12b451fff com.apple.GLToolsShaderProfiler (1.0 - 24254.5) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler 0x12b45f000 - 0x12b472fff com.apple.GPUToolsMobileFoundation (1.0 - 24215) <9DBC6472-3CAE-364E-814C-10DA9BF733A9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation 0x12b48e000 - 0x12b491ff3 com.apple.dt.gpu.GPUDebuggerOSXSupport (10.0 - 24293.10) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerOSXSupport.ideplugin/Contents/MacOS/GPUDebuggerOSXSupport 0x12b499000 - 0x12b4a7ffb com.apple.GPUToolsDesktopFoundation (1.0 - 24205) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/GPUToolsDesktopFoundation.framework/Versions/A/GPUToolsDesktopFoundation 0x12b4b4000 - 0x12b4b7ff3 com.apple.dt.gpu.GPUDebuggertvOSSupport (10.0 - 24209) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggertvOSSupport.ideplugin/Contents/MacOS/GPUDebuggertvOSSupport 0x12b4ef000 - 0x12b524ff7 com.apple.gputools.GLToolsMobileAnalysis (1.0 - 24215) <39DAB143-2490-343B-BA1C-428B01498058> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis 0x12b534000 - 0x12b547fff com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 24215) <174D1354-0DA9-3F83-88BF-6B5E579BB981> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport 0x12b551000 - 0x12b6d1ff7 com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 24254.5) <34D4BF5B-2763-305E-9498-B7C3CCB2C166> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics 0x12b7f7000 - 0x12b822fff +libswiftDemangle.dylib (1000.11.37.1) <1BB5B8D3-6B17-382F-B728-20E39D71BDB7> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libswiftDemangle.dylib 0x131c88000 - 0x131ceaffb com.apple.dt.IDE.IDEPlaygroundEditor (10.0 - 14315.18) <77C2B0B9-7112-3237-982D-A1AE81CB7ABD> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundEditor.ideplugin/Contents/MacOS/IDEPlaygroundEditor 0x131d3d000 - 0x131d63ff7 com.apple.dt.IDE.IDEPlaygroundExecution (10.0 - 14315.18) <57E0C423-BEB4-3DA4-B3D0-315477DB81EB> /Applications/Xcode.app/Contents/PlugIns/IDEPlaygroundExecution.ideplugin/Contents/MacOS/IDEPlaygroundExecution 0x131d87000 - 0x131dbafff com.apple.dt.IDE.IDEMemoryGraphDebugger (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/IDEMemoryGraphDebugger.ideplugin/Contents/MacOS/IDEMemoryGraphDebugger 0x131dec000 - 0x131df1ff7 com.apple.dt.dbg.DebuggerKit (1.0 - 1) <6DB4AFC5-FF01-3B48-9F2D-0395BC1748A2> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit 0x131dfe000 - 0x131e05ff7 com.apple.dt.IDE.HexEditor (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor 0x131e12000 - 0x131e40fff com.apple.dt.HexFiendFramework (10.0 - 14315.18) /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend 0x131e69000 - 0x131faffff com.apple.dt.dbg.DebuggerUI (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI 0x1320cc000 - 0x132166fff com.apple.dt.IDE.IDEPegasusPlaygroundEditor (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/IDEPegasusPlaygroundEditor.ideplugin/Contents/MacOS/IDEPegasusPlaygroundEditor 0x132238000 - 0x132373ff7 com.apple.dt.IDE.IDESceneKitEditor (10.0 - 14268.5) <9B6E0D38-1FE8-3DD7-83D6-D71CF8A52D92> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor 0x1324b6000 - 0x1324b6fff com.apple.dt.IDEContinuousIntegration (1.0 - 1) <8301BC8E-6992-3AA4-8639-AE44707B0023> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration 0x1324bc000 - 0x1324cafff com.apple.dt.XCSSecurity (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCSSecurity.framework/Versions/A/XCSSecurity 0x1324d7000 - 0x1324daff3 com.apple.IDEServerTools (1.0 - 1) <011D020B-4376-343A-B54E-6B445260A1D8> /Applications/Xcode.app/Contents/SharedFrameworks/IDEServerTools.framework/Versions/A/IDEServerTools 0x1324e2000 - 0x1324e2fff com.apple.dt.IDE.IDEPegasusSourceEditor (10.0 - 14315.18) <0B72B7FA-AB75-317C-AC6B-98196850E282> /Applications/Xcode.app/Contents/PlugIns/IDEPegasusSourceEditor.ideplugin/Contents/MacOS/IDEPegasusSourceEditor 0x1324e8000 - 0x1324effff com.apple.dt.ScriptingDefinitionEditor (10.0 - 14315.18) <690FC90A-A1A5-36FF-AB02-57AA2B7360B3> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor 0x13317a000 - 0x13320bff3 com.apple.xcode.GameToolsFoundation (1.0 - 14216) <6BEFC67C-5B53-39FC-890A-958818DABBEC> /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation 0x13334c000 - 0x133491ff7 com.apple.IDESpriteKitParticleEditor (2.0 - 2) /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor 0x133570000 - 0x133601ff7 com.apple.dt.IDE.IDEModelFoundation (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation 0x133670000 - 0x13374dfff com.apple.dt.IDE.IDEModelEditor (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor 0x1337ee000 - 0x1338d5ff7 com.apple.XCSCore (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore 0x13397f000 - 0x133b2bff7 com.apple.dt.XCSUI (1.0 - 1) <4C43276F-62C5-306B-8A5B-50F302DCE8CE> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI 0x133ca0000 - 0x133cccff3 com.apple.dt.XCSUIDataSource (1.0 - 14273.4) <810E33C1-8A34-3593-AE28-EBBFC8E1B8BD> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUIDataSource.framework/Versions/A/XCSUIDataSource 0x133cfa000 - 0x133d8ffff com.apple.dt.XCSAdministration (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCSAdministration.framework/Versions/A/XCSAdministration 0x133e38000 - 0x133e66fff +libswiftSwiftOnoneSupport.dylib (4.2 - 1000.11.37.1) <004DC840-CF46-326A-935E-CC0C578EE6F4> /Applications/Xcode.app/Contents/Frameworks/libswiftSwiftOnoneSupport.dylib 0x133e9c000 - 0x133f71ff7 com.apple.protobuf.SwiftProtobuf (1.0 - 1.0.3) <1D6933FF-A4C0-3A5C-98E4-3CE9D768940C> /Applications/Xcode.app/Contents/SharedFrameworks/XCSAdministration.framework/Versions/A/Frameworks/SwiftProtobuf.framework/Versions/A/SwiftProtobuf 0x135d57000 - 0x135db5fff com.apple.dt.IDE.XCBuildSupport (1.0 - 14315.18) <69A7DE17-CACA-3F4E-B180-E285905D3381> /Applications/Xcode.app/Contents/PlugIns/XCBuildSupport.ideplugin/Contents/MacOS/XCBuildSupport 0x135e06000 - 0x135e75ff7 com.apple.dt.XCBuild (1.0 - 14312.14) <78C2FC1B-7EB6-39CC-B39E-3A1E8D2199A2> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/XCBuild 0x135f03000 - 0x135f9cff7 com.apple.dt.XCBProtocol (1.0 - 14312.14) <085384C3-BB86-325F-A72B-18046EC99B5E> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBProtocol.framework/Versions/A/XCBProtocol 0x136069000 - 0x136123ff7 com.apple.dt.XCBUtil (1.0 - 14312.14) <696AEE5B-0B59-363A-AD3B-C62AC53163B2> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBUtil.framework/Versions/A/XCBUtil 0x1361c7000 - 0x1361d0ff7 com.apple.dt.XCBCSupport (1.0 - 14312.14) <3EC64E9E-DAD0-3F8D-BA66-5DCF19992D1A> /Applications/Xcode.app/Contents/SharedFrameworks/XCBuild.framework/Versions/A/PlugIns/XCBBuildService.bundle/Contents/Frameworks/XCBCSupport.framework/Versions/A/XCBCSupport 0x136254000 - 0x13625eff7 com.apple.dt.IDE.IDEInstrumentsService (10.0 - 14315.18) <7EF94A97-510D-3CFD-BC99-5A3ECCEB4F6F> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService 0x13c37d000 - 0x13c389ff3 com.apple.dt.PlistEditor (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor 0x13c5ba000 - 0x13c5d0ffb com.apple.dt.IDE.IDERTFEditor (10.0 - 14315.18) /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor 0x7fff293dd000 - 0x7fff293ecffb libSimplifiedChineseConverter.dylib (70) <79F6AF91-B369-3C30-8C52-19608D2566F9> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib 0x7fff29418000 - 0x7fff29766ff7 com.apple.RawCamera.bundle (8.05.0 - 1017.4.1) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff2ad75000 - 0x7fff2adfaff7 com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.36.19 - 10.3.6) <1EB5AE0D-E027-3FDF-8258-2830487FFAEA> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver 0x7fff2d03a000 - 0x7fff2d21aff3 com.apple.avfoundation (2.0 - 1536.36) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff2d21b000 - 0x7fff2d2d4fff com.apple.audio.AVFAudio (1.0 - ???) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio 0x7fff2d2d6000 - 0x7fff2d3d9fff com.apple.AVKit (1.1 - 440.10) /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit 0x7fff2d3da000 - 0x7fff2d3dafff com.apple.Accelerate (1.11 - Accelerate 1.11) <8632A9C5-19EA-3FD7-A44D-80765CC9C540> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff2d3db000 - 0x7fff2d3f1fef libCGInterfaces.dylib (417.2) <2E67702C-75F6-308A-A023-F28120BEE667> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff2d3f2000 - 0x7fff2d8f0fc3 com.apple.vImage (8.1 - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff2d8f1000 - 0x7fff2da4bfe3 libBLAS.dylib (1211.50.2) <62C659EB-3E32-3B5F-83BF-79F5DF30D5CE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff2da4c000 - 0x7fff2da7afef libBNNS.dylib (38.1) <7BAEFDCA-3227-3E07-80D8-59B6370B89C6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib 0x7fff2da7b000 - 0x7fff2de3aff7 libLAPACK.dylib (1211.50.2) <40ADBA5F-8B2D-30AC-A7AD-7B17C37EE52D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff2de3b000 - 0x7fff2de50ff7 libLinearAlgebra.dylib (1211.50.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff2de51000 - 0x7fff2de56ff3 libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib 0x7fff2de57000 - 0x7fff2ded7fff libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib 0x7fff2ded8000 - 0x7fff2deebfff libSparseBLAS.dylib (1211.50.2) <722573CC-31CC-34B2-9032-E4F652A9CCFE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff2deec000 - 0x7fff2e099fc3 libvDSP.dylib (622.50.5) <40690941-CF89-3F90-A0AC-A4D200744A5D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff2e09a000 - 0x7fff2e14bfff libvMisc.dylib (622.50.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff2e14c000 - 0x7fff2e14cfff 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 0x7fff2e14d000 - 0x7fff2e1a7ff7 com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff2e1a8000 - 0x7fff2e43fff7 com.apple.AddressBook.framework (11.0 - 1808.8) <8D6ED6A3-1E6A-39F6-A189-753C4A193399> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff2e440000 - 0x7fff2f29efff com.apple.AppKit (6.9 - 1561.60.100) <3C27CF6F-E640-3411-A87D-CCB2222CC754> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff2f2df000 - 0x7fff2f2effff com.apple.AppleScriptObjC (1.4 - 34) /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC 0x7fff2f2f0000 - 0x7fff2f2f0fff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff2f2f1000 - 0x7fff2f357fff com.apple.ApplicationServices.ATS (377 - 445.4) <85E779EE-0219-3181-B4C4-201E4CC82AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff2f3f0000 - 0x7fff2f512fff libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff2f513000 - 0x7fff2f55dff7 libFontRegistry.dylib (221.4) <5FDB4F1A-E15C-3ACB-A5C1-F15458C0C6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff2f602000 - 0x7fff2f635ff7 libTrueTypeScaler.dylib (222.1.6) <9147F859-8BD9-31D9-AB54-8E9549B92AE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x7fff2f69f000 - 0x7fff2f6a3ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy 0x7fff2f743000 - 0x7fff2f795ffb com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff2f796000 - 0x7fff2f7a4fff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff2f7a5000 - 0x7fff2f7f1fff com.apple.print.framework.PrintCore (13.4 - 503.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff2f7f2000 - 0x7fff2f82cfff 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 0x7fff2f82d000 - 0x7fff2f839fff com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff2f83a000 - 0x7fff2fac8ff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff2faca000 - 0x7fff2facafff com.apple.audio.units.AudioUnit (1.14 - 1.14) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff2fc0c000 - 0x7fff2fde4ff7 com.apple.AutomatorFramework (2.8 - 444.7) <56339F58-48CF-3FA1-9FE7-B9051BC9E1B2> /System/Library/Frameworks/Automator.framework/Versions/A/Automator 0x7fff2fded000 - 0x7fff30187ff7 com.apple.CFNetwork (902.1 - 902.1) <76EB8CB6-BF59-3BDA-BF2B-F21B161611B9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff3019c000 - 0x7fff3019cfff com.apple.Carbon (158 - 158) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff3019d000 - 0x7fff301a0ffb 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 0x7fff301a1000 - 0x7fff304a6fff com.apple.HIToolbox (2.1.1 - 911.10) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff304a7000 - 0x7fff304aaffb com.apple.help (1.3.8 - 66) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff304ab000 - 0x7fff304b0fff 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 0x7fff304b1000 - 0x7fff30546ffb 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 0x7fff30547000 - 0x7fff30561ff7 com.apple.openscripting (1.7 - 174) <1B2A1F9E-5534-3D61-83CA-9199B39E8708> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff30582000 - 0x7fff30583fff 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 0x7fff30584000 - 0x7fff30586ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff30587000 - 0x7fff3058dfff 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 0x7fff3058e000 - 0x7fff306adfff com.apple.cloudkit.CloudKit (736.16 - 736.16) <03E0ED24-7574-341F-A1ED-1CDE6F25D856> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff306ae000 - 0x7fff306aefff com.apple.Cocoa (6.11 - 22) <78E6C28E-4308-3D10-AD14-0CBCF6789B3F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff306af000 - 0x7fff306bbffb com.apple.Collaboration (80 - 80) <1F9E7B94-468F-3C72-BB8D-366DACA5A7A6> /System/Library/Frameworks/Collaboration.framework/Versions/A/Collaboration 0x7fff306bc000 - 0x7fff30775fff com.apple.ColorSync (4.13.0 - 3325) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff30776000 - 0x7fff30860ff7 com.apple.contacts (1.0 - 2330.3) /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts 0x7fff30902000 - 0x7fff30995ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff309fc000 - 0x7fff30a25ffb com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff30a26000 - 0x7fff30d7cfef com.apple.CoreData (120 - 851) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff30d7d000 - 0x7fff30e60fff com.apple.CoreDisplay (99.14 - 99.14) /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay 0x7fff30e61000 - 0x7fff31302fef com.apple.CoreFoundation (6.9 - 1454.90) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff31304000 - 0x7fff31914fef com.apple.CoreGraphics (2.0 - 1161.21) <375C477F-5A89-3C49-9B63-373C81A63F7E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff31916000 - 0x7fff31c05fff com.apple.CoreImage (13.0.0 - 579.5) /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff31c06000 - 0x7fff31c71ff7 com.apple.corelocation (2245.0.41) <2ABDD06D-16AB-3543-AFD2-8B16E79E4210> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff31cba000 - 0x7fff31e93fff com.apple.CoreML (1.0 - 1) <870B87A5-8430-3197-ADB4-F9653D2807DB> /System/Library/Frameworks/CoreML.framework/Versions/A/CoreML 0x7fff31e94000 - 0x7fff31f8affb com.apple.CoreMedia (1.0 - 2276.68) <5F0001EF-10FF-3334-9170-7FD5FB026205> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff31f8b000 - 0x7fff31fd9fff com.apple.CoreMediaIO (814.0 - 4995) <4A7FA7DF-4F7C-3378-AE5F-A33273B2FEA6> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff31fda000 - 0x7fff31fdafff com.apple.CoreServices (822.36 - 822.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff31fdb000 - 0x7fff3204fffb 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 0x7fff32050000 - 0x7fff32327fff 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 0x7fff32328000 - 0x7fff3235cfff 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 0x7fff3235d000 - 0x7fff32365ffb 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 0x7fff32366000 - 0x7fff32523fff com.apple.LaunchServices (822.36 - 822.36) <6E68C090-B12D-3D3D-9617-E5D82C36B2D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff32524000 - 0x7fff325d4ff7 com.apple.Metadata (10.7.0 - 1191.4.13) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff325d5000 - 0x7fff32635fff com.apple.CoreServices.OSServices (822.36 - 822.36) <3BB2E0CE-81AE-3D3D-9FCE-E1B7FC6D6A61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff32636000 - 0x7fff326a4fff 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 0x7fff326a5000 - 0x7fff326c9ffb com.apple.coreservices.SharedFileList (71.21 - 71.21) <35582D88-5975-35E2-A29A-E3148C3EE727> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff3296a000 - 0x7fff32abafff com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff32abb000 - 0x7fff32af5fff com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff32af6000 - 0x7fff32b81ff3 com.apple.framework.CoreWLAN (13.0 - 1350.1) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff32d0f000 - 0x7fff32d1aff7 com.apple.DirectoryService.Framework (10.13 - 207.50.1) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff32d1b000 - 0x7fff32dd5fff com.apple.DiscRecording (9.0.3 - 9030.4.5) <35D1FF9A-432C-39AD-9C1F-9022246EC5C0> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff32dd6000 - 0x7fff32dfbfff com.apple.DiscRecordingUI (9.0.3 - 9030.4.5) /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI 0x7fff32dfc000 - 0x7fff32e01fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff32fc2000 - 0x7fff33388fff com.apple.Foundation (6.9 - 1454.90) <8EA924F3-ADAE-3F4B-8482-8B11C027D9A5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff3338a000 - 0x7fff333b4ffb com.apple.GLKit (1.0 - 101) <9FE6C978-4427-32C4-B7CF-DD627C056E23> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit 0x7fff333f9000 - 0x7fff33429fff com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff3353b000 - 0x7fff3363fffb com.apple.Bluetooth (6.0.7 - 6.0.7f10) <557F26F9-C7A0-34EA-A905-22E243BF6B48> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff3369f000 - 0x7fff3373afff com.apple.framework.IOKit (2.0.2 - 1445.71.1) <2EA4F383-CAA9-3AF0-99C5-90C22ADAA6B6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff3373c000 - 0x7fff33743fff com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff33744000 - 0x7fff33799ff3 com.apple.ImageCaptureCore (7.0 - 7.0) <0DAB3D7E-8C3F-35DE-96DF-C370AD35EB65> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff3379a000 - 0x7fff33914ff7 com.apple.ImageIO.framework (3.3.0 - 1739.3) <7C579D3F-AE0B-31C9-8F80-67F2290B8DE0> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff33915000 - 0x7fff33919ffb libGIF.dylib (1739.3) <7AA44C9D-48E8-3090-B044-61FE6F0AEF38> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff3391a000 - 0x7fff33a01fef libJP2.dylib (1739.3) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff33a02000 - 0x7fff33a25ff7 libJPEG.dylib (1739.3) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff33d01000 - 0x7fff33d27feb libPng.dylib (1739.3) <1737F680-99D1-3F03-BFA5-5CDA30EB880A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff33d28000 - 0x7fff33d2affb libRadiance.dylib (1739.3) <21746434-FCC7-36DE-9331-11277DF66AA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff33d2b000 - 0x7fff33d79fef libTIFF.dylib (1739.3) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff33f35000 - 0x7fff34c1bfff com.apple.JavaScriptCore (13605 - 13605.3.8) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff34c33000 - 0x7fff34c4cff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff34c4d000 - 0x7fff34c82fff com.apple.LDAPFramework (2.4.28 - 194.5) <08888215-BBCE-3402-8142-2C9ADB091580> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff34d02000 - 0x7fff34f09ff7 com.apple.MapKit (1.0 - 1831.25.4.7.1) <2059D451-1C28-39BC-BF14-B093C55A1C39> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit 0x7fff34f0b000 - 0x7fff34f12fff com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff34f28000 - 0x7fff34fc1fff com.apple.MediaPlayer (1.0 - 1.0) <9668BB09-DD6B-302B-AF01-2B5928128F63> /System/Library/Frameworks/MediaPlayer.framework/Versions/A/MediaPlayer 0x7fff34fc2000 - 0x7fff3562cff7 com.apple.MediaToolbox (1.0 - 2276.68) /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff3562e000 - 0x7fff356affff com.apple.Metal (125.30 - 125.30) <975FD6B5-D695-346A-869F-0584A968D100> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff356b1000 - 0x7fff356cbffb com.apple.MetalKit (1.0 - 98.3) <03D5FD53-3419-3464-B297-C95FA3CBCDAB> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit 0x7fff356cc000 - 0x7fff356e7fff com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore 0x7fff356e8000 - 0x7fff35757fef com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage 0x7fff35758000 - 0x7fff3577cfff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix 0x7fff3577d000 - 0x7fff35864ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork 0x7fff35865000 - 0x7fff35865ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders 0x7fff36864000 - 0x7fff36870ffb com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff36a28000 - 0x7fff36a63ff3 com.apple.OSAKit (1.5 - 106) <4BDA40E7-BFAC-3AD4-A119-5AA0E16F1E82> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit 0x7fff36a64000 - 0x7fff36a89fff com.apple.audio.OpenAL (1.8 - 1.8) /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL 0x7fff39662000 - 0x7fff396bcff7 com.apple.opencl (2.8.24 - 2.8.24) <4D7401A7-6ADD-3632-85AE-7A5012DFFA04> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff396bd000 - 0x7fff396d9ffb com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff396da000 - 0x7fff396e5fff com.apple.OpenDirectory (10.13 - 207.50.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff3a864000 - 0x7fff3a866fff libCVMSPluginSupport.dylib (16.7.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff3a867000 - 0x7fff3a86cffb libCoreFSCache.dylib (162.9) <7AF87F3E-D5D0-3625-BE09-CA4223195466> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff3a86d000 - 0x7fff3a871fff libCoreVMClient.dylib (162.9) <115FE643-6141-39B4-8193-77DFCBE7A4E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff3a872000 - 0x7fff3a87bff3 libGFXShared.dylib (16.7.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff3a87c000 - 0x7fff3a887fff libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff3a888000 - 0x7fff3a8c3fe7 libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff3aa32000 - 0x7fff3aa70ffb libGLU.dylib (16.7.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff3b3e8000 - 0x7fff3b3f7ff3 com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff3b681000 - 0x7fff3b770ff7 org.python.python (2.7.10 - 2.7.10) <2535F017-3F69-33CE-AAA5-2F4C9078E5C8> /System/Library/Frameworks/Python.framework/Versions/2.7/Python 0x7fff3b771000 - 0x7fff3b8bdff7 com.apple.QTKit (7.7.3 - 3014.8) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff3b8be000 - 0x7fff3bb23ff7 com.apple.imageKit (3.0 - 1043) <6C19A20B-6D0D-380A-A87D-F923658E1726> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff3bb24000 - 0x7fff3bc13ffb 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 0x7fff3bc14000 - 0x7fff3c126ff7 com.apple.QuartzComposer (5.1 - 364) <1369D6DA-8842-3878-B546-1D09828331F5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff3c127000 - 0x7fff3c14afff com.apple.quartzfilters (1.10.0 - 1.10.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff3c14b000 - 0x7fff3c244ff7 com.apple.QuickLookUIFramework (5.0 - 743.13) <093180B8-FB25-3292-AD99-1791CF8D6EBF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff3c245000 - 0x7fff3c245fff com.apple.quartzframework (1.5 - 21) /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff3c246000 - 0x7fff3c492ff7 com.apple.QuartzCore (1.11 - 584.62) <1950D993-DE48-3C97-95A5-66D98BDFC95D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff3c493000 - 0x7fff3c4eaff7 com.apple.QuickLookFramework (5.0 - 743.13) <8254FFF2-EE0D-323D-A6F3-BEB59615EE47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff3c6b0000 - 0x7fff3c6c7ff7 com.apple.SafariServices.framework (13605 - 13605.3.8) <57BAA02F-C55A-3D8A-AFD3-25118323C0B2> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff3ccaf000 - 0x7fff3ccc6fff com.apple.ScriptingBridge (1.3.3 - 70) <2C987E75-B409-3824-84E8-0F1DD6B96E8B> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge 0x7fff3ccc7000 - 0x7fff3cff2fff com.apple.security (7.0 - 58286.70.7) <9FC166E1-14D0-305C-A086-02B9E83F547E> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff3cff3000 - 0x7fff3d07fff7 com.apple.securityfoundation (6.0 - 55185.50.5) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff3d080000 - 0x7fff3d0b0fff com.apple.securityinterface (10.0 - 55109.50.6) <3C20BE54-8115-3C7B-9719-F746A9EBF72B> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff3d0b1000 - 0x7fff3d0b5ffb com.apple.xpc.ServiceManagement (1.0 - 1) <71B45D83-ECA4-3265-997E-683A8B8DF413> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff3d45a000 - 0x7fff3d4caff3 com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff3d67f000 - 0x7fff3d9fafff com.apple.VideoToolbox (1.0 - 2276.68) <8F6FBC7D-60EA-38B2-B583-7ECB58E8936E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff3dca2000 - 0x7fff3e201feb libwebrtc.dylib (7605.3.8) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib 0x7fff3e202000 - 0x7fff3f8d5ff7 com.apple.WebCore (13605 - 13605.3.8) <2F0DA536-2C93-3EB2-9FFE-13AE1B40C4DC> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff3f8d6000 - 0x7fff3fabdff7 com.apple.WebKitLegacy (13605 - 13605.3.8) <048392B7-89A6-37C0-9544-26D4E5A62B22> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff3fabe000 - 0x7fff3ff57fff com.apple.WebKit (13605 - 13605.3.8) <7E5D9855-D1CC-382D-B8EB-25A030D4B2FA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff403c7000 - 0x7fff4045afff com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS 0x7fff41038000 - 0x7fff41053ff3 com.apple.AppContainer (4.0 - 360.50.7) <59F95A1A-15DF-33CE-9E52-DDEEFDC4D138> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff41085000 - 0x7fff410adfff com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff410af000 - 0x7fff410befef com.apple.AppleFSCompression (96.60.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff411bd000 - 0x7fff411c8ff7 com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport 0x7fff41202000 - 0x7fff4124aff3 com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff4124b000 - 0x7fff4125cffb com.apple.AppleLDAP (10.13 - 46) <903F75F9-AB26-330A-86E7-B60FAEDC6012> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP 0x7fff4125d000 - 0x7fff4127bff3 com.apple.aps.framework (4.0 - 4.0) <142A38BC-8266-3462-86A7-C39198651F2A> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff4127c000 - 0x7fff41284ff3 com.apple.AppleSRP (5.0 - 1) <4CEC34CF-63E3-3023-B61B-F8D133698534> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff41285000 - 0x7fff412adfff com.apple.applesauce (1.0 - ???) /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce 0x7fff41376000 - 0x7fff41379ff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <0E33401D-7B9C-378A-8EE8-0E3D40B63C8D> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff4137a000 - 0x7fff413caff7 com.apple.AppleVAFramework (5.0.41 - 5.0.41) <14E91E09-C345-3C5F-8D3C-4BC291FAF796> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff416ff000 - 0x7fff41998ffb com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff41999000 - 0x7fff41a06ff7 com.apple.AuthKitUI (1.0 - 1) /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI 0x7fff41acf000 - 0x7fff41ad6ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement 0x7fff41ad7000 - 0x7fff41b5eff7 com.apple.backup.framework (1.9.5 - 1.9.5) <5E7B0925-8C71-353D-BB0F-9CA144BB264C> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff41b67000 - 0x7fff41b6dff7 com.apple.BezelServicesFW (305.1 - 305.1) <7D2C4717-FFF2-3262-B822-1982596BE46B> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices 0x7fff41bd8000 - 0x7fff41c14fff com.apple.bom (14.0 - 194.2) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff41e5c000 - 0x7fff41e7dffb com.apple.CacheDelete (1.0 - 1) /System/Library/PrivateFrameworks/CacheDelete.framework/Versions/A/CacheDelete 0x7fff42248000 - 0x7fff42275fff com.apple.CalendarAgentLink (8.0 - 250) <55B60B04-2EAA-3F22-88EF-1602129D5294> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink 0x7fff42940000 - 0x7fff4298fff3 com.apple.ChunkingLibrary (189 - 189) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff42996000 - 0x7fff42a27ff7 com.apple.CloudDocs (1.0 - 575.14) <9A1EB33C-5038-336C-8EB8-1ED0B736E76F> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff4350b000 - 0x7fff43517ff7 com.apple.CommerceCore (1.0 - 658.1) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff43518000 - 0x7fff43521ff3 com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff43536000 - 0x7fff4354bff7 com.apple.commonutilities (8.0 - 900) <5EC02BD4-F1F8-3A96-BE1A-6620D3080CD4> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities 0x7fff435fa000 - 0x7fff4366cff7 com.apple.framework.ConfigurationProfiles (10.3 - 1091) /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles 0x7fff4377a000 - 0x7fff437dafff com.apple.AddressBook.ContactsFoundation (8.0 - ???) <997AADA4-DD8A-38C5-B441-C3FEDC5AFCE7> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff437db000 - 0x7fff437fdfff com.apple.contacts.ContactsPersistence (1.0 - 2330.3) /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff4385d000 - 0x7fff43c65fff com.apple.CoreAUC (259.0.0 - 259.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff43c66000 - 0x7fff43c96ff7 com.apple.CoreAVCHD (5.9.0 - 5900.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff43d2d000 - 0x7fff43d71ff3 com.apple.corebrightness (1.0 - 1) <7E67395F-F587-3EE2-AE98-339EC152807C> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness 0x7fff43eb0000 - 0x7fff43eb9ff7 com.apple.frameworks.CoreDaemon (1.3 - 1.3) <35A43584-2AF8-3202-A139-27D916E444BE> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff44027000 - 0x7fff44037ff7 com.apple.CoreEmoji (1.0 - 69.3) /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji 0x7fff4433b000 - 0x7fff44351ff7 com.apple.CoreMediaAuthoring (2.2 - 956) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff4449a000 - 0x7fff444f7ff7 com.apple.CoreNLP (1.0 - 130.5.4) <1FDB3609-F745-3874-84EB-473570632E50> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP 0x7fff44680000 - 0x7fff44685ff7 com.apple.CoreOptimization (1.0 - 1) <785B622B-8F7D-3B4D-83AF-EB98CB79FFF6> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization 0x7fff44686000 - 0x7fff4472bfff com.apple.CorePDF (4.0 - 414) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff447cb000 - 0x7fff447d3ff3 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers 0x7fff447d4000 - 0x7fff44830fff com.apple.CorePrediction (1.0 - 1) /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction 0x7fff4495e000 - 0x7fff4498fff3 com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff44ccc000 - 0x7fff44d5dfff com.apple.CoreSymbolication (9.3 - 64026.2) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff44d5e000 - 0x7fff44dd7fff com.apple.CoreThemeDefinition (2.0 - 340.1) <593CD19E-975D-38C6-B187-24C5FEF38D5A> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition 0x7fff44de0000 - 0x7fff44f15fff com.apple.coreui (2.1 - 494.1) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff44f16000 - 0x7fff45047fff com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils 0x7fff4509c000 - 0x7fff45100fff com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff45101000 - 0x7fff45111ff7 com.apple.CrashReporterSupport (10.13 - 1) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff4518f000 - 0x7fff4519eff7 com.apple.framework.DFRFoundation (1.0 - 191.7) <5F486F5A-3795-3CD4-86A2-FD008A23F205> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation 0x7fff451a1000 - 0x7fff451a5ffb com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay 0x7fff451e6000 - 0x7fff45226ffb com.apple.datadetectors (5.0 - 376.1) <12BF834C-0B19-3719-BCC4-796568901107> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fff45227000 - 0x7fff4529dfff com.apple.datadetectorscore (7.0 - 590.3) <7437160E-68A3-3FD7-8868-5E3F92E23C4F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff452eb000 - 0x7fff4532bff7 com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff4532c000 - 0x7fff4545bfff com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff4545c000 - 0x7fff45471ff3 com.apple.DeviceLinkX (5.0 - 264) <5F293B33-27A9-35A8-BD1E-86C655EBCDA8> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink 0x7fff454cd000 - 0x7fff454ceff7 com.apple.diagnosticlogcollection (10.0 - 1000) /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection 0x7fff45566000 - 0x7fff45638ff7 com.apple.DiskImagesFramework (480.60.1 - 480.60.1) <4E7AE146-A4A2-3ABE-9BCC-25BD443D8569> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff45639000 - 0x7fff45727ff7 com.apple.DiskManagement (11.5 - 1429) /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff45728000 - 0x7fff4572cff7 com.apple.DisplayServicesFW (3.1 - 380) <6F0B8AC6-7E62-3DFC-B373-BF04833724C0> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff4577f000 - 0x7fff457b4fff com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X 0x7fff457b5000 - 0x7fff457b8fff com.apple.EFILogin (2.0 - 2) <63C8BB1B-B694-3B1B-A046-FC0C9CEC9454> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff45f1b000 - 0x7fff45f33fff com.apple.Engram (1.0 - 1) <47B568AF-DF75-3039-AD55-802A2C826D08> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram 0x7fff45f34000 - 0x7fff46109fff com.apple.vision.EspressoFramework (1.0 - 66.15) <40EBF17F-73A9-3E57-A3C9-5DB4091EA205> /System/Library/PrivateFrameworks/Espresso.framework/Versions/A/Espresso 0x7fff46275000 - 0x7fff466a3fff com.apple.vision.FaceCore (3.3.2 - 3.3.2) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff466ad000 - 0x7fff466cffff com.apple.framework.familycontrols (4.1 - 410) <64E3E26C-80FA-3D56-8A5B-79C0222CA93A> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff466d6000 - 0x7fff4675fff3 com.apple.FileProvider (125.15 - 125.15) <037018DD-011E-33AB-A112-85C32DC211BA> /System/Library/PrivateFrameworks/FileProvider.framework/Versions/A/FileProvider 0x7fff482ff000 - 0x7fff482fffff libmetal_timestamp.dylib (802.4.8) <311A8FAA-5FA9-3AAF-887E-DC9884DE8BE5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib 0x7fff4996b000 - 0x7fff49970fff com.apple.GPUWrangler (3.20.13 - 3.20.13) <9C5BD618-69E3-36D5-9BC9-A4841BC00D2A> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler 0x7fff49d24000 - 0x7fff49d49ff3 com.apple.GenerationalStorage (2.0 - 285.3) <13B96400-FF70-376B-B20E-FB7D61064800> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff49d61000 - 0x7fff4a6a3ff7 com.apple.GeoServices (1.0 - 1363.24.8.15.58) <41BA60FF-66EB-342F-B14B-8CB2C9776745> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff4a6e6000 - 0x7fff4a6f5fff com.apple.GraphVisualizer (1.0 - 5) /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer 0x7fff4a778000 - 0x7fff4a7ecfff com.apple.Heimdal (4.0 - 2.0) <93091531-CC91-34FF-8B93-5D3F02C37BC5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff4a7ed000 - 0x7fff4a81bfff com.apple.HelpData (2.3 - 167.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff4a859000 - 0x7fff4a884ff7 com.apple.IASUtilities (1.0 - 454.4) /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilities 0x7fff4a887000 - 0x7fff4a99cfff com.apple.ids (10.0 - 1000) <1FA94847-2FD8-3B36-A1F1-CF6BB4FF53A1> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS 0x7fff4a99d000 - 0x7fff4aa7dffb com.apple.idsfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation 0x7fff4afcd000 - 0x7fff4b033ff3 com.apple.imfoundation (10.0 - 1000) /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation 0x7fff4b0f2000 - 0x7fff4b0fbfff com.apple.IOAccelMemoryInfo (1.0 - 1) /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo 0x7fff4b0fc000 - 0x7fff4b103ff7 com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff4b106000 - 0x7fff4b106fff com.apple.IOPlatformPluginFamily (1.0 - 1) <7F8DADFE-D491-3616-92F3-69C7EAF24962> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily 0x7fff4b107000 - 0x7fff4b11efff com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment 0x7fff4b4e9000 - 0x7fff4b50fffb com.apple.IconServices (97.6 - 97.6) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff4b61c000 - 0x7fff4b61fff3 com.apple.InternationalSupport (1.0 - 1) <5AB382FD-BF81-36A1-9565-61F1FD398ECA> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport 0x7fff4b68d000 - 0x7fff4b69dffb com.apple.IntlPreferences (2.0 - 227.5.2) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff4b794000 - 0x7fff4b7a7ff3 com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle 0x7fff4b7a8000 - 0x7fff4b89dff7 com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff4b89e000 - 0x7fff4b8e0fff com.apple.Lexicon-framework (1.0 - 33.5) /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon 0x7fff4b8e4000 - 0x7fff4b8ebff7 com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData 0x7fff4b989000 - 0x7fff4b9daff7 com.apple.LoggingSupport (1.0 - 829.70.1) <3524E9C5-C50C-3AF3-91FC-96C2C272B459> /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport 0x7fff4b9db000 - 0x7fff4b9e0fff com.apple.LoginUICore (4.0 - 4.0) /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff4ba2c000 - 0x7fff4ba49ff7 com.apple.LookupFramework (1.2 - 239.1) <16BC898F-B41A-3435-87B7-456151F0A933> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup 0x7fff4c0ea000 - 0x7fff4c0edfff com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff4c179000 - 0x7fff4c17bff7 com.apple.marco (10.0 - 1000) /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco 0x7fff4c209000 - 0x7fff4c23cff7 com.apple.MediaKit (16 - 873) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff4c23d000 - 0x7fff4c566ff7 com.apple.MediaRemote (1.0 - 1) /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote 0x7fff4c567000 - 0x7fff4c588fff com.apple.MediaServices (1.0 - 1) <6C3DDABB-2C14-3E1B-BA15-D1CD8EDB8202> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices 0x7fff4c5fd000 - 0x7fff4c666ff7 com.apple.gpusw.MetalTools (1.0 - 1) <458F319A-2707-3C83-8351-BD9F02EC05BD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x7fff4c66f000 - 0x7fff4c686ff7 com.apple.MobileAssets (1.0 - 437.60.1) <5FFD8A8B-F33F-3FA9-8F50-31C24A67862C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset 0x7fff4c68a000 - 0x7fff4c7f3fe7 com.apple.mobiledevice (988.200.77.100.1 - 988.200.77.100.1) <08E91D2C-64CE-3BCF-BA7F-A98331C8B1B0> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice 0x7fff4c7f4000 - 0x7fff4c80dfff com.apple.MobileKeyBag (2.0 - 1.0) <32E63C7B-E133-33DE-A593-C3C10D64FCAA> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag 0x7fff4c81e000 - 0x7fff4c898ff7 com.apple.Montreal (1.0 - 42) <7B55B0D1-16D0-3547-8FA0-25395FAB1844> /System/Library/PrivateFrameworks/Montreal.framework/Versions/A/Montreal 0x7fff4c899000 - 0x7fff4c8c3ffb com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff4c9d1000 - 0x7fff4cac4ff7 com.apple.Navigation (1.0 - 1) /System/Library/PrivateFrameworks/Navigation.framework/Versions/A/Navigation 0x7fff4cb2a000 - 0x7fff4cb35fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff4cb42000 - 0x7fff4cc2eff3 com.apple.Network (1.0 - 1) <216E7165-A2C5-3846-986E-8015ED9C5B8F> /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network 0x7fff4cd03000 - 0x7fff4cd1fff3 com.apple.network.statistics.framework (1.2 - 1) <662A1A5D-42F0-3074-BB9C-0BCA4C2D78B3> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics 0x7fff4dd90000 - 0x7fff4debbfeb com.apple.PackageKit (3.0 - 733) <1A0D5CE9-EB09-32D0-A918-332191EC1108> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit 0x7fff4e3cb000 - 0x7fff4e3dbffb com.apple.PerformanceAnalysis (1.194 - 194) <2844933E-B71C-3BE9-9A84-27B29E111F13> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff4e453000 - 0x7fff4e453ff7 com.apple.PhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff4fe26000 - 0x7fff4fe4bfff com.apple.pluginkit.framework (1.0 - 1) <2DCA499B-D7D0-383E-B686-998456FDDF8D> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7fff50142000 - 0x7fff50199fff com.apple.ProtectedCloudStorage (1.0 - 1) <99598601-64DB-3A82-A13B-B62641709213> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff5019a000 - 0x7fff501b8fff com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff50325000 - 0x7fff5033bff7 com.apple.QuickLookThumbnailing (1.0 - 1) <8F0092E4-6494-349D-B4C9-494DF293D716> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing 0x7fff50386000 - 0x7fff50392fff com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.70.9) <2937CFBF-587C-33A0-B493-FFB4E606A498> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery 0x7fff50393000 - 0x7fff503b6ffb com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff503b7000 - 0x7fff503ccff3 com.apple.xpc.RemoteXPC (1.0 - 1205.70.9) /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC 0x7fff51b8d000 - 0x7fff51b90ff3 com.apple.SecCodeWrapper (4.0 - 360.50.7) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff51c3a000 - 0x7fff51c3ffff com.apple.ServerInformation (2.0 - 1) <96B5C4DF-821D-3240-A462-1EA8FBD7118D> /System/Library/PrivateFrameworks/ServerInformation.framework/Versions/A/ServerInformation 0x7fff51cd5000 - 0x7fff51deaff7 com.apple.Sharing (1050.22.2 - 1050.22.2) <4E3CCDF2-EA26-334F-8EBA-79BD28486C9D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff51deb000 - 0x7fff51e0aff7 com.apple.shortcut (2.16 - 99) <201F92AE-F8E6-3A24-B9DE-26B88CD2EF18> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff51e15000 - 0x7fff51e16ff7 com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification 0x7fff52b5e000 - 0x7fff52dfaff7 com.apple.SkyLight (1.600.0 - 312.103) <27F91170-846C-3E9E-9B8A-788F27C7DAF5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight 0x7fff535c3000 - 0x7fff535d0fff com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff53682000 - 0x7fff538c0ff3 com.apple.spotlight.index (10.7.0 - 1191.4.13) <14C6EDFD-B843-35A4-AEA6-F485D756FF88> /System/Library/PrivateFrameworks/SpotlightIndex.framework/Versions/A/SpotlightIndex 0x7fff539bb000 - 0x7fff539caffb com.apple.StorageManagement (1.0 - 1) <2F6D7175-9A2A-3E81-8B97-5D42A5D6C4A3> /System/Library/PrivateFrameworks/StorageManagement.framework/Versions/A/StorageManagement 0x7fff53a7d000 - 0x7fff53aa4fff com.apple.StreamingZip (1.0 - 1) <32F550C9-3DF8-3DF9-A1EC-699C3D32621B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x7fff54176000 - 0x7fff541fffc7 com.apple.Symbolication (9.3 - 64033) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff54210000 - 0x7fff54218ffb com.apple.SymptomDiagnosticReporter (1.0 - 820.60.2) <66326935-2A3F-3482-B75F-AEB4CBA08DCF> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter 0x7fff544c5000 - 0x7fff544f1fff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff54770000 - 0x7fff54778ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff54985000 - 0x7fff54a42ff7 com.apple.TextureIO (3.7 - 3.7) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO 0x7fff54a99000 - 0x7fff54ab4ffb com.apple.ToneKit (1.0 - 1) <030D229F-084B-3852-9EF8-1A608A5C9B50> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fff54ab5000 - 0x7fff54adcfff com.apple.ToneLibrary (1.0 - 1) <40669A87-2E48-3A42-8310-34046580C684> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fff54aec000 - 0x7fff54aedfff com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff54af3000 - 0x7fff54ca2fff com.apple.UIFoundation (1.0 - 547.5) <86A2FBA7-2709-3894-A3D5-A00C19BAC48D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff54cba000 - 0x7fff54cbefff com.apple.Uninstall (1.0.1 - 211) <24F71E7C-B347-32B5-BF3B-29362617207B> /System/Library/PrivateFrameworks/Uninstall.framework/Versions/A/Uninstall 0x7fff54d16000 - 0x7fff54d18fff libUAPreferences.dylib (361.13.8) <2F8F2DC0-F561-3744-A737-286F69D8AFED> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib 0x7fff54e6c000 - 0x7fff55543ff3 com.apple.VectorKit (1.0 - 1359.24.8.15.42) <06F70D7B-2E8E-377C-9BF4-EC62E8545108> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit 0x7fff55977000 - 0x7fff55a46ff7 com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff561cd000 - 0x7fff561cfffb com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework 0x7fff56363000 - 0x7fff56367ff7 com.apple.kperf (1.0 - 1) <55D1CB99-9479-35FD-B4DC-880B2F5002BB> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf 0x7fff563ab000 - 0x7fff563adffb com.apple.loginsupport (1.0 - 1) /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff563ae000 - 0x7fff563c3fff com.apple.login (3.0 - 3.0) <79189BF9-70D4-3839-9E2F-B3990B673A3E> /System/Library/PrivateFrameworks/login.framework/Versions/A/login 0x7fff563ee000 - 0x7fff5641bfff com.apple.contacts.vCard (1.0 - 2330.3) <02AB9DF0-0471-3FDA-8EC6-27C72E00DD75> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff56514000 - 0x7fff56547ff7 libclosured.dylib (551.4) <3FB6B209-51F4-38DA-B1D8-2EE29D5BDD83> /usr/lib/closure/libclosured.dylib 0x7fff56601000 - 0x7fff5663aff7 libCRFSuite.dylib (41) /usr/lib/libCRFSuite.dylib 0x7fff5663b000 - 0x7fff56646fff libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib 0x7fff56647000 - 0x7fff566d4ff7 libCoreStorage.dylib (546.50.1) <6AFD6AAE-2EFE-3CF3-90C6-A66F67FCB309> /usr/lib/libCoreStorage.dylib 0x7fff566d8000 - 0x7fff566d9ff3 libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff56710000 - 0x7fff568daff3 libFosl_dynamic.dylib (17.8) /usr/lib/libFosl_dynamic.dylib 0x7fff568fa000 - 0x7fff56901fff libMatch.1.dylib (31) <74AB4815-11D1-3930-A559-BD6550CE5865> /usr/lib/libMatch.1.dylib 0x7fff56912000 - 0x7fff56912fff libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib 0x7fff56a49000 - 0x7fff56a4dffb libScreenReader.dylib (562.18.4) /usr/lib/libScreenReader.dylib 0x7fff56a4e000 - 0x7fff56a4fffb libSystem.B.dylib (1252.50.4) /usr/lib/libSystem.B.dylib 0x7fff56ace000 - 0x7fff56acffff libThaiTokenizer.dylib (2.2) <6F416F41-BF77-3078-A05C-AFF5DA5AB008> /usr/lib/libThaiTokenizer.dylib 0x7fff56ad0000 - 0x7fff56ad3ffb libUniversalAccess.dylib (361.13.8) /usr/lib/libUniversalAccess.dylib 0x7fff56ae2000 - 0x7fff56ae2fff libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib 0x7fff56ae3000 - 0x7fff56af9ff7 libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib 0x7fff56afa000 - 0x7fff56b24ff3 libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib 0x7fff56b25000 - 0x7fff56ba6fdf libate.dylib (1.13.1) <178ACDAD-DE7E-346C-A613-1CBF7929AC07> /usr/lib/libate.dylib 0x7fff56baa000 - 0x7fff56baaff3 libauto.dylib (187) /usr/lib/libauto.dylib 0x7fff56bab000 - 0x7fff56c63ff3 libboringssl.dylib (109.50.14) /usr/lib/libboringssl.dylib 0x7fff56c64000 - 0x7fff56c74ff3 libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib 0x7fff56c75000 - 0x7fff56c82ffb libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib 0x7fff56c83000 - 0x7fff56cd9fff libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib 0x7fff56cda000 - 0x7fff56cfeff7 libc++abi.dylib (400.8.2) /usr/lib/libc++abi.dylib 0x7fff56d00000 - 0x7fff56d10fff libcmph.dylib (6) /usr/lib/libcmph.dylib 0x7fff56d11000 - 0x7fff56d28fcf libcompression.dylib (47.60.2) <543F07BF-2F2F-37D5-9866-E84BF659885B> /usr/lib/libcompression.dylib 0x7fff56fd3000 - 0x7fff56febff7 libcoretls.dylib (155.50.1) /usr/lib/libcoretls.dylib 0x7fff56fec000 - 0x7fff56fedff3 libcoretls_cfhelpers.dylib (155.50.1) /usr/lib/libcoretls_cfhelpers.dylib 0x7fff57186000 - 0x7fff57317fff libcrypto.35.dylib (22.50.2) <97828BFD-4675-35DF-BE2E-C6D1555BB71D> /usr/lib/libcrypto.35.dylib 0x7fff574b2000 - 0x7fff574bdff7 libcsfde.dylib (546.50.1) /usr/lib/libcsfde.dylib 0x7fff574be000 - 0x7fff57514ff3 libcups.2.dylib (462.2.4) <908099FB-C70E-38FA-9573-88CB98FDDE29> /usr/lib/libcups.2.dylib 0x7fff5753f000 - 0x7fff57593ffb libcurl.4.dylib (105.40.1) /usr/lib/libcurl.4.dylib 0x7fff5759f000 - 0x7fff5761bff7 libdtrace.dylib (262.50.12) <9BF588AF-E7FF-3351-B10D-D62BECD4DCE5> /usr/lib/libdtrace.dylib 0x7fff5761c000 - 0x7fff5761ffff libdz.dylib (1.0.0 - 110.50.29) <5CDE5C99-ED0C-3614-BF97-A4EB0EEC7835> /usr/lib/libdz.dylib 0x7fff57635000 - 0x7fff57653ff7 libedit.3.dylib (50) /usr/lib/libedit.3.dylib 0x7fff57654000 - 0x7fff57654fff libenergytrace.dylib (16) /usr/lib/libenergytrace.dylib 0x7fff5766f000 - 0x7fff5767bffb libexslt.0.dylib (15.12) <49C39D9F-4600-364D-B800-4803943F7D75> /usr/lib/libexslt.0.dylib 0x7fff5767c000 - 0x7fff5767dfff libffi.dylib (18.1) <02011073-8CB7-362F-BC52-43B4E83687B0> /usr/lib/libffi.dylib 0x7fff57686000 - 0x7fff5768aff7 libgermantok.dylib (17) <37C1C061-5214-3050-9C3A-783A784435A8> /usr/lib/libgermantok.dylib 0x7fff5768b000 - 0x7fff57690ff3 libheimdal-asn1.dylib (520.50.6) /usr/lib/libheimdal-asn1.dylib 0x7fff576bc000 - 0x7fff577adff7 libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib 0x7fff577ae000 - 0x7fff579d5ffb libicucore.A.dylib (59180.0.1) <34EBADD6-4092-30EC-90E8-F75241E94D76> /usr/lib/libicucore.A.dylib 0x7fff57a22000 - 0x7fff57a23fff liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib 0x7fff57a24000 - 0x7fff57a3dffb liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib 0x7fff57a3e000 - 0x7fff57a54ff7 libmarisa.dylib (9) /usr/lib/libmarisa.dylib 0x7fff57a55000 - 0x7fff57b04fff libmecab.1.0.0.dylib (779.7.6) <334D4742-BDDD-3C2D-BBEB-85B32643BFA0> /usr/lib/libmecab.1.0.0.dylib 0x7fff57b05000 - 0x7fff57d2dff7 libmecabra.dylib (779.7.6) /usr/lib/libmecabra.dylib 0x7fff57d32000 - 0x7fff57d62ffb libncurses.5.4.dylib (53) <030DF747-F71B-367A-83EE-2F30B7947929> /usr/lib/libncurses.5.4.dylib 0x7fff57f05000 - 0x7fff58080fff libnetwork.dylib (1229.70.2) /usr/lib/libnetwork.dylib 0x7fff58107000 - 0x7fff584f57e7 libobjc.A.dylib (723) /usr/lib/libobjc.A.dylib 0x7fff584f6000 - 0x7fff584f7fff libodfde.dylib (24.50.1) <972F9662-D4FA-304F-9D13-AC440F908A6F> /usr/lib/libodfde.dylib 0x7fff58508000 - 0x7fff5850cfff libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib 0x7fff5850d000 - 0x7fff5850efff libpanel.5.4.dylib (53) <79158BAD-B756-3B5D-A429-E9116E861DAC> /usr/lib/libpanel.5.4.dylib 0x7fff5850f000 - 0x7fff58543fff libpcap.A.dylib (79.20.1) /usr/lib/libpcap.A.dylib 0x7fff585c0000 - 0x7fff585c1fff libquit.dylib (252) <468C187A-8293-3D34-B583-6764DE5FD00E> /usr/lib/libquit.dylib 0x7fff585c2000 - 0x7fff585deffb libresolv.9.dylib (65) /usr/lib/libresolv.9.dylib 0x7fff585e0000 - 0x7fff58619ff3 libsandbox.1.dylib (765.70.1) <1EB424CC-7E13-3CE8-A352-28A6FB5EF868> /usr/lib/libsandbox.1.dylib 0x7fff5861a000 - 0x7fff5862cfff libsasl2.2.dylib (211) <04EF3F61-12EC-3319-A649-851999F4C7A4> /usr/lib/libsasl2.2.dylib 0x7fff5862d000 - 0x7fff5862eff3 libspindump.dylib (252) /usr/lib/libspindump.dylib 0x7fff5862f000 - 0x7fff587c2ff7 libsqlite3.dylib (274.8.1) /usr/lib/libsqlite3.dylib 0x7fff5881e000 - 0x7fff58871ffb libssl.35.dylib (22.50.2) /usr/lib/libssl.35.dylib 0x7fff588c4000 - 0x7fff58912fff libstdc++.6.0.9.dylib (104.1) <0EA35E7E-B536-3628-B462-A4098805CEAC> /usr/lib/libstdc++.6.0.9.dylib 0x7fff58918000 - 0x7fff58919ffb libsysmon.dylib (100) <783354EA-7F4E-3215-BE04-AEC142BC53A2> /usr/lib/libsysmon.dylib 0x7fff58949000 - 0x7fff5897efff libtidy.A.dylib (15.18.1) /usr/lib/libtidy.A.dylib 0x7fff58996000 - 0x7fff589f6ff3 libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib 0x7fff589f7000 - 0x7fff589faffb libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib 0x7fff589fb000 - 0x7fff58a08fff libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib 0x7fff58a0c000 - 0x7fff58af3fff libxml2.2.dylib (31.11) /usr/lib/libxml2.2.dylib 0x7fff58af4000 - 0x7fff58b1cfff libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib 0x7fff58b1d000 - 0x7fff58b2fffb libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib 0x7fff58bcb000 - 0x7fff58bcfff7 libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib 0x7fff58bd0000 - 0x7fff58bdaff3 libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib 0x7fff58bdb000 - 0x7fff58be2fff libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib 0x7fff58be3000 - 0x7fff58becffb libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib 0x7fff58bed000 - 0x7fff58c72fff libcorecrypto.dylib (562.70.1) <5C26364F-2269-31EC-84AF-0FED2C902E38> /usr/lib/system/libcorecrypto.dylib 0x7fff58cfa000 - 0x7fff58d33ff7 libdispatch.dylib (913.60.2) <232C69BD-022E-3AB9-8807-79F9FA7CB5EC> /usr/lib/system/libdispatch.dylib 0x7fff58d34000 - 0x7fff58d51ff7 libdyld.dylib (551.4) <81BF3A82-5719-3B54-ABA9-76C82D932CAC> /usr/lib/system/libdyld.dylib 0x7fff58d52000 - 0x7fff58d52ffb libkeymgr.dylib (28) /usr/lib/system/libkeymgr.dylib 0x7fff58d53000 - 0x7fff58d5fff3 libkxld.dylib (4570.71.2) /usr/lib/system/libkxld.dylib 0x7fff58d60000 - 0x7fff58d60ff7 liblaunch.dylib (1205.70.9) /usr/lib/system/liblaunch.dylib 0x7fff58d61000 - 0x7fff58d65ffb libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib 0x7fff58d66000 - 0x7fff58d68ff3 libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib 0x7fff58d69000 - 0x7fff58d6aff3 libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib 0x7fff58d6b000 - 0x7fff58d82fff libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib 0x7fff58d83000 - 0x7fff58d83fff libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib 0x7fff58d84000 - 0x7fff58e0dff7 libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib 0x7fff58e0e000 - 0x7fff58e11ffb libsystem_configuration.dylib (963.50.8) /usr/lib/system/libsystem_configuration.dylib 0x7fff58e12000 - 0x7fff58e15ffb libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib 0x7fff58e16000 - 0x7fff58e17fff libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib 0x7fff58e18000 - 0x7fff58e1eff7 libsystem_dnssd.dylib (878.70.2) <3290768B-54DE-3AB6-B155-AC0950AC5564> /usr/lib/system/libsystem_dnssd.dylib 0x7fff58e1f000 - 0x7fff58e68ff7 libsystem_info.dylib (517.30.1) /usr/lib/system/libsystem_info.dylib 0x7fff58e69000 - 0x7fff58e8fff7 libsystem_kernel.dylib (4570.71.2) /usr/lib/system/libsystem_kernel.dylib 0x7fff58e90000 - 0x7fff58edbfcb libsystem_m.dylib (3147.50.1) <8CFB51C9-B422-3379-8552-064C63943A23> /usr/lib/system/libsystem_m.dylib 0x7fff58edc000 - 0x7fff58efbfff libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib 0x7fff58efc000 - 0x7fff5902cff7 libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib 0x7fff5902d000 - 0x7fff59037ffb libsystem_networkextension.dylib (767.70.1) /usr/lib/system/libsystem_networkextension.dylib 0x7fff59038000 - 0x7fff59041ff3 libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib 0x7fff59042000 - 0x7fff59049ff7 libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib 0x7fff5904a000 - 0x7fff59055fff libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib 0x7fff59056000 - 0x7fff59059fff libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib 0x7fff5905a000 - 0x7fff5905bff3 libsystem_secinit.dylib (30) /usr/lib/system/libsystem_secinit.dylib 0x7fff5905c000 - 0x7fff59063ff7 libsystem_symptoms.dylib (820.60.2) <585BDFA2-D54D-39D0-8046-44E824DABD43> /usr/lib/system/libsystem_symptoms.dylib 0x7fff59064000 - 0x7fff59077fff libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib 0x7fff59079000 - 0x7fff5907eff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib 0x7fff5907f000 - 0x7fff590acff7 libxpc.dylib (1205.70.9) <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib

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

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

                              VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate framework 384K 3 Activity Tracing 256K 2 CG backing stores 4808K 6 CG image 5876K 126 CG raster data 23.2M 171 CoreAnimation 483.0M 321 CoreGraphics 8K 2 CoreImage 412K 60 CoreUI image data 5376K 35 CoreUI image file 440K 13 Dispatch continuations 16.0M 2 Foundation 136K 6 Image IO 28K 7 JS JIT generated code 256.0M 5 JS JIT generated code (reserved) 768.0M 2 reserved VM address space (unallocated) Kernel Alloc Once 8K 2 MALLOC 395.2M 175 MALLOC guard page 176K 32 MALLOC_LARGE (reserved) 516K 2 reserved VM address space (unallocated) Memory Tag 242 12K 2 Memory Tag 244 128K 3 Memory Tag 251 132K 5 Memory Tag 255 32K 2 SQLite page cache 5632K 8 STACK GUARD 56.2M 42 Stack 28.3M 42 VM_ALLOCATE 220K 39 WebKit Malloc 45.8M 23 DATA 77.5M 651 FONT_DATA 4K 2 LINKEDIT 281.9M 349 TEXT 559.8M 604 __UNICODE 560K 2 libnetwork 128K 2 mapped file 284.0M 181 shared memory 2752K 23 =========== ======= ======= TOTAL 3.2G 2916 TOTAL, minus reserved VM space 2.5G 2916

Model: MacBookPro11,5, BootROM MBP114.0184.B00, 4 processors, Intel Core i7, 2.5 GHz, 16 GB, SMC 2.30f2 Graphics: AMD Radeon R9 M370X, AMD Radeon R9 M370X, PCIe Graphics: Intel Iris Pro, Intel Iris Pro, Built-In Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020 Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533642465238412D50422020 AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.77.37.31.1a9) Bluetooth: Version 6.0.7f10, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM0512G, 500.28 GB USB Device: USB 3.0 Bus USB Device: Apple Internal Keyboard / Trackpad USB Device: Bluetooth USB Host Controller USB Device: Hub USB Device: PHA-3 USB Device: Kensington Slimblade Trackball USB Device: HHKB Professional Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1

pebble8888 commented 5 years ago

I can't reproduce it. Paste the text has your environment by Xcode - Edit - XVim - About XVim.

xsown commented 5 years ago

@pebble8888

XVim2 revision : OS Version : Version 10.13.6 (Build 17G65) Xcode Version : 10.0

--- .xvimrc --- set clipboard=unnamed colorscheme desertEx set tabstop=4

nnoremap gT :xccmd selectPreviousTab nnoremap gt :xccmd selectNextTab


pebble8888 commented 5 years ago

SinceXVim2 revision is empty, your XVim is not built properly.

xsown commented 5 years ago

Here is my console output on making xvim2: (the last line shows "BUILD SUCCEEDED") I've resigned Xcode several times and my signing certificate is not expired. (Tried both self-signed cert and developer cert but nothing changed)


xcodebuild -configuration Release 2018-09-14 17:18:25.795 xcodebuild[83854:1670823] WARNING: Failed to load plugin at path: "/Users/USER/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin", skipping. Error: Error Domain=NSCocoaErrorDomain Code=3587 "dlopen_preflight(/Users/USER/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim): no suitable image found. Did find: /Users/USER/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim: code signing blocked mmap() of '/Users/USER/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim' /Users/USER/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim: stat() failed with errno=1" UserInfo={NSLocalizedFailureReason=The bundle is damaged or missing necessary resources., NSLocalizedRecoverySuggestion=Try reinstalling the bundle., NSFilePath=/Users/USER/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim, NSDebugDescription=dlopen_preflight(/Users/USER/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim): no suitable image found. Did find: /Users/USER/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim: code signing blocked mmap() of '/Users/USER/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim' /Users/USER/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin/Contents/MacOS/XVim: stat() failed with errno=1, NSBundlePath=/Users/USER/Library/Application Support/Developer/Shared/Xcode/Plug-ins/XVim.xcplugin, NSLocalizedDescription=The bundle “XVim” couldn’t be loaded because it is damaged or missing necessary resources.} note: Using new build system note: Planning build note: Constructing build description PhaseScriptExecution Write\ git\ revision /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Script-ED1286541F90B268007B6FC7.sh (in target: XVim2) cd /Users/USER/Downloads/XVim2-master export ACTION=build export ALTERNATE_GROUP=staff export ALTERNATE_MODE=u+w,go-w,a+rX export ALTERNATE_OWNER=USER export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO export ALWAYS_SEARCH_USER_PATHS=NO export ALWAYS_USE_SEPARATE_HEADERMAPS=NO export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer export APPLE_INTERNAL_DIR=/AppleInternal export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools export APPLICATION_EXTENSION_API_ONLY=NO export APPLY_RULES_IN_COPY_FILES=NO export ARCHS=x86_64 export ARCHS_STANDARD=x86_64 export ARCHS_STANDARD_32_64_BIT="x86_64 i386" export ARCHS_STANDARD_32_BIT=i386 export ARCHS_STANDARD_64_BIT=x86_64 export ARCHS_STANDARD_INCLUDING_64_BIT=x86_64 export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator" export BITCODE_GENERATION_MODE=marker export BUILD_ACTIVE_RESOURCES_ONLY=NO export BUILD_COMPONENTS="headers build" export BUILD_DIR=/Users/USER/Downloads/XVim2-master/build export BUILD_ROOT=/Users/USER/Downloads/XVim2-master/build export BUILD_STYLE= export BUILD_VARIANTS=normal export BUILT_PRODUCTS_DIR=/Users/USER/Downloads/XVim2-master/build/Release export CACHE_ROOT=/var/folders/nb/1zckfx8j10329nxxl0b4yr8w0000gn/C/com.apple.DeveloperTools/10.0-10A254a/Xcode export CCHROOT=/var/folders/nb/1zckfx8j10329nxxl0b4yr8w0000gn/C/com.apple.DeveloperTools/10.0-10A254a/Xcode export CHMOD=/bin/chmod export CHOWN=/usr/sbin/chown export CLANG_ANALYZER_NONNULL=YES export CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION=YES_AGGRESSIVE export CLANG_CXX_LANGUAGE_STANDARD=gnu++14 export CLANG_CXX_LIBRARY=libc++ export CLANG_ENABLE_MODULES=YES export CLANG_ENABLE_OBJC_ARC=YES export CLANG_MODULES_BUILD_SESSION_FILE=/var/folders/nb/1zckfx8j10329nxxl0b4yr8w0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES export CLANG_WARN_BOOL_CONVERSION=YES export CLANG_WARN_COMMA=YES export CLANG_WARN_CONSTANT_CONVERSION=YES export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR export CLANG_WARN_DOCUMENTATION_COMMENTS=YES export CLANG_WARN_EMPTY_BODY=YES export CLANG_WARN_ENUM_CONVERSION=YES export CLANG_WARN_INFINITE_RECURSION=YES export CLANG_WARN_INT_CONVERSION=YES export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES export CLANG_WARN_STRICT_PROTOTYPES=YES export CLANG_WARN_SUSPICIOUS_MOVE=YES export CLANG_WARN_UNGUARDED_AVAILABILITY=YES_AGGRESSIVE export CLANG_WARN_UNREACHABLE_CODE=YES export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES export CLASS_FILE_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/JavaClasses export CLEAN_PRECOMPS=YES export CLONE_HEADERS=NO export CODESIGNING_FOLDER_PATH=/Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin export CODE_SIGNING_ALLOWED=YES export CODE_SIGN_IDENTITY=- export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES export COLOR_DIAGNOSTICS=YES export COMBINE_HIDPI_IMAGES=YES export COMPILER_INDEX_STORE_ENABLE=Default export COMPOSITE_SDK_DIRS=/Users/USER/Downloads/XVim2-master/build/CompositeSDKs export COMPRESS_PNG_FILES=NO export CONFIGURATION=Release export CONFIGURATION_BUILD_DIR=/Users/USER/Downloads/XVim2-master/build/Release export CONFIGURATION_TEMP_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release export CONTENTS_FOLDER_PATH=XVim2.xcplugin/Contents export COPYING_PRESERVES_HFS_DATA=NO export COPY_HEADERS_RUN_UNIFDEF=NO export COPY_PHASE_STRIP=NO export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES export CP=/bin/cp export CREATE_INFOPLIST_SECTION_IN_BINARY=NO export CURRENT_ARCH=undefined_arch export CURRENT_VARIANT=normal export DEAD_CODE_STRIPPING=NO export DEBUGGING_SYMBOLS=YES export DEBUG_INFORMATION_FORMAT=dwarf-with-dsym export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0 export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions export DEFINES_MODULE=NO export DEPLOYMENT_LOCATION=NO export DEPLOYMENT_POSTPROCESSING=NO export DEPLOYMENT_TARGET_CLANG_ENV_NAME=MACOSX_DEPLOYMENT_TARGET export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mmacosx-version-min export DEPLOYMENT_TARGET_LD_ENV_NAME=MACOSX_DEPLOYMENT_TARGET export DEPLOYMENT_TARGET_LD_FLAG_NAME=macosx_version_min export DEPLOYMENT_TARGET_SETTING_NAME=MACOSX_DEPLOYMENT_TARGET export DEPLOYMENT_TARGET_SUGGESTED_VALUES="10.6 10.7 10.8 10.9 10.10 10.11 10.12 10.13 10.14" export DERIVED_FILES_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/DerivedSources export DERIVED_FILE_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/DerivedSources export DERIVED_SOURCES_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/DerivedSources export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr export DEVELOPMENT_LANGUAGE=en export DOCUMENTATION_FOLDER_PATH=XVim2.xcplugin/Contents/Resources/en.lproj/Documentation export DO_HEADER_SCANNING_IN_JAM=NO export DSTROOT=/tmp/XVim2.dst export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain export DWARF_DSYM_FILE_NAME=XVim2.xcplugin.dSYM export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO export DWARF_DSYM_FOLDER_PATH=/Users/USER/Downloads/XVim2-master/build/Release export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO export EMBEDDED_PROFILE_NAME=embedded.provisionprofile export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO export ENABLE_BITCODE=NO export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES export ENABLE_HEADER_DEPENDENCIES=YES export ENABLE_NS_ASSERTIONS=NO export ENABLE_ON_DEMAND_RESOURCES=NO export ENABLE_STRICT_OBJC_MSGSEND=YES export ENABLE_TESTABILITY=NO export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS" export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES=".nib .lproj .framework .gch .xcode .xcassets () .DS_Store CVS .svn .git .hg .pbproj .pbxproj" export EXECUTABLES_FOLDER_PATH=XVim2.xcplugin/Contents/Executables export EXECUTABLE_FOLDER_PATH=XVim2.xcplugin/Contents/MacOS export EXECUTABLE_NAME=XVim2 export EXECUTABLE_PATH=XVim2.xcplugin/Contents/MacOS/XVim2 export EXPANDED_CODE_SIGN_IDENTITY=- export EXPANDED_CODE_SIGN_IDENTITY_NAME=- export FILE_LIST=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects/LinkFileList export FIXED_FILES_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/FixedFiles export FRAMEWORKS_FOLDER_PATH=XVim2.xcplugin/Contents/Frameworks export FRAMEWORK_FLAG_PREFIX=-framework export FRAMEWORK_SEARCH_PATHS="/Users/USER/Downloads/XVim2-master/build/Release " export FRAMEWORK_VERSION=A export FULL_PRODUCT_NAME=XVim2.xcplugin export GCC3_VERSION=3.3 export GCC_C_LANGUAGE_STANDARD=gnu11 export GCC_INLINES_ARE_PRIVATE_EXTERN=YES export GCC_NO_COMMON_BLOCKS=YES export GCC_OPTIMIZATION_LEVEL=2 export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++" export GCC_PREFIX_HEADER=XVim2/XVim2-prefix.h export GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS=NO export GCC_TREAT_WARNINGS_AS_ERRORS=NO export GCC_VERSION=com.apple.compilers.llvm.clang.1_0 export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0 export GCC_WARN_64_TO_32_BIT_CONVERSION=YES export GCC_WARN_ABOUT_MISSING_NEWLINE=YES export GCC_WARN_ABOUT_MISSING_PROTOTYPES=YES export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR export GCC_WARN_SHADOW=YES export GCC_WARN_STRICT_SELECTOR_MATCH=YES export GCC_WARN_UNDECLARED_SELECTOR=YES export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE export GCC_WARN_UNUSED_FUNCTION=YES export GCC_WARN_UNUSED_VARIABLE=YES export GENERATE_MASTER_OBJECT_FILE=NO export GENERATE_PKGINFO_FILE=NO export GENERATE_PROFILING_CODE=NO export GENERATE_TEXT_BASED_STUBS=NO export GID=20 export GROUP=staff export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES export HEADERMAP_USES_VFS=NO export HEADER_SEARCH_PATHS="/Users/USER/Downloads/XVim2-master/build/Release/include /Users/USER/Downloads/XVim2-master/XVim2/Xcode" export HIDE_BITCODE_SYMBOLS=YES export HOME=/Users/USER export ICONV=/usr/bin/iconv export INFOPLIST_EXPAND_BUILD_SETTINGS=YES export INFOPLIST_FILE=XVim2/Info.plist export INFOPLIST_OUTPUT_FORMAT=same-as-input export INFOPLIST_PATH=XVim2.xcplugin/Contents/Info.plist export INFOPLIST_PREPROCESS=NO export INFOSTRINGS_PATH=XVim2.xcplugin/Contents/Resources/en.lproj/InfoPlist.strings export INLINE_PRIVATE_FRAMEWORKS=NO export INSTALLHDRS_COPY_PHASE=NO export INSTALLHDRS_SCRIPT_PHASE=NO export INSTALL_DIR=/tmp/XVim2.dst/Library/Bundles export INSTALL_GROUP=staff export INSTALL_MODE_FLAG=u+w,go-w,a+rX export INSTALL_OWNER=USER export INSTALL_PATH=/Library/Bundles export INSTALL_ROOT=/tmp/XVim2.dst export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8" export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub export JAVA_ARCHIVE_CLASSES=YES export JAVA_ARCHIVE_TYPE=JAR export JAVA_COMPILER=/usr/bin/javac export JAVA_FOLDER_PATH=XVim2.xcplugin/Contents/Resources/Java export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources export JAVA_JAR_FLAGS=cv export JAVA_SOURCE_SUBDIR=. export JAVA_USE_DEPENDENCIES=YES export JAVA_ZIP_FLAGS=-urg export JIKES_DEFAULT_FLAGS="+E +OLDCSO" export KASAN_DEFAULT_CFLAGS="-DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow" export KEEP_PRIVATE_EXTERNS=NO export LD_DEPENDENCY_INFO_FILE=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/undefined_arch/XVim2_dependency_info.dat export LD_GENERATE_MAP_FILE=NO export LD_MAP_FILE_PATH=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/XVim2-LinkMap-normal-undefined_arch.txt export LD_NO_PIE=NO export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES export LD_RUNPATH_SEARCH_PATHS=" @executable_path/../Frameworks @loader_path/../Frameworks" export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer export LEX=lex export LIBRARY_FLAG_NOSPACE=YES export LIBRARY_FLAG_PREFIX=-l export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions export LIBRARY_SEARCH_PATHS="/Users/USER/Downloads/XVim2-master/build/Release /Users/USER/Downloads/XVim2-master" export LINKER_DISPLAYS_MANGLED_NAMES=NO export LINK_FILE_LIST_normal_x86_64=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/x86_64/XVim2.LinkFileList export LINK_WITH_STANDARD_LIBRARIES=YES export LOCALIZED_RESOURCES_FOLDER_PATH=XVim2.xcplugin/Contents/Resources/en.lproj export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFLocalizedString" export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities export LOCAL_APPS_DIR=/Applications export LOCAL_DEVELOPER_DIR=/Library/Developer export LOCAL_LIBRARY_DIR=/Library export LOCROOT=/Users/USER/Downloads/XVim2-master export LOCSYMROOT=/Users/USER/Downloads/XVim2-master export MACH_O_TYPE=mh_bundle export MACOSX_DEPLOYMENT_TARGET=10.13 export MAC_OS_X_PRODUCT_BUILD_VERSION=17G65 export MAC_OS_X_VERSION_ACTUAL=101306 export MAC_OS_X_VERSION_MAJOR=101300 export MAC_OS_X_VERSION_MINOR=1306 export METAL_LIBRARY_FILE_BASE=default export METAL_LIBRARY_OUTPUT_DIR=/Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin/Contents/Resources export MTL_ENABLE_DEBUG_INFO=NO export NATIVE_ARCH=i386 export NATIVE_ARCH_32_BIT=i386 export NATIVE_ARCH_64_BIT=x86_64 export NATIVE_ARCH_ACTUAL=x86_64 export NO_COMMON=YES export OBJECT_FILE_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects export OBJECT_FILE_DIR_normal=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal export OBJROOT=/Users/USER/Downloads/XVim2-master/build export ONLY_ACTIVE_ARCH=NO export OS=MACOS export OSAC=/usr/bin/osacompile export OTHER_LDFLAGS=-Wl,-no_compact_unwind export PACKAGE_TYPE=com.apple.package-type.wrapper export PASCAL_STRINGS=YES export PATH="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/Users/USER/.rvm/gems/ruby-2.3.0/bin:/Users/USER/.rvm/gems/ruby-2.3.0@global/bin:/Users/USER/.rvm/rubies/ruby-2.3.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/aria2/bin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Wireshark.app/Contents/MacOS:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin:/Users/USER/.rvm/bin:/Users/USER/Applications" export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms" export PBDEVELOPMENTPLIST_PATH=XVim2.xcplugin/Contents/pbdevelopment.plist export PER_ARCH_OBJECT_FILE_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/undefined_arch export PER_VARIANT_OBJECT_FILE_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal export PKGINFO_FILE_PATH=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/PkgInfo export PKGINFO_PATH=XVim2.xcplugin/Contents/PkgInfo export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform export PLATFORM_DISPLAY_NAME=macOS export PLATFORM_NAME=macosx export PLATFORM_PREFERRED_ARCH=x86_64 export PLATFORM_PRODUCT_BUILD_VERSION=10A254a export PLIST_FILE_OUTPUT_FORMAT=same-as-input export PLUGINS_FOLDER_PATH=XVim2.xcplugin/Contents/PlugIns export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES export PRECOMP_DESTINATION_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/PrefixHeaders export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO export PRIVATE_HEADERS_FOLDER_PATH=XVim2.xcplugin/Contents/PrivateHeaders export PRODUCT_BUNDLE_IDENTIFIER=net.JugglerShu.XVim2 export PRODUCT_MODULE_NAME=XVim2 export PRODUCT_NAME=XVim2 export PRODUCT_SETTINGS_PATH=/Users/USER/Downloads/XVim2-master/XVim2/Info.plist export PRODUCT_TYPE=com.apple.product-type.bundle export PROFILING_CODE=NO export PROJECT=XVim2 export PROJECT_DERIVED_FILE_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/DerivedSources export PROJECT_DIR=/Users/USER/Downloads/XVim2-master export PROJECT_FILE_PATH=/Users/USER/Downloads/XVim2-master/XVim2.xcodeproj export PROJECT_NAME=XVim2 export PROJECT_TEMP_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build export PROJECT_TEMP_ROOT=/Users/USER/Downloads/XVim2-master/build export PUBLIC_HEADERS_FOLDER_PATH=XVim2.xcplugin/Contents/Headers export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES export REMOVE_CVS_FROM_RESOURCES=YES export REMOVE_GIT_FROM_RESOURCES=YES export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES export REMOVE_HG_FROM_RESOURCES=YES export REMOVE_SVN_FROM_RESOURCES=YES export REZ_COLLECTOR_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/ResourceManagerResources export REZ_OBJECTS_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/ResourceManagerResources/Objects export REZ_SEARCH_PATHS="/Users/USER/Downloads/XVim2-master/build/Release " export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO export SCRIPTS_FOLDER_PATH=XVim2.xcplugin/Contents/Resources/Scripts export SCRIPT_INPUT_FILE_COUNT=0 export SCRIPT_INPUT_FILE_LIST_COUNT=0 export SCRIPT_OUTPUT_FILE_COUNT=0 export SCRIPT_OUTPUT_FILE_LIST_COUNT=0 export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk export SDK_DIR_macosx10_14=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk export SDK_NAME=macosx10.14 export SDK_NAMES=macosx10.14 export SDK_PRODUCT_BUILD_VERSION=18A384 export SDK_VERSION=10.14 export SDK_VERSION_ACTUAL=101400 export SDK_VERSION_MAJOR=101400 export SDK_VERSION_MINOR=1400 export SED=/usr/bin/sed export SEPARATE_STRIP=NO export SEPARATE_SYMBOL_EDIT=NO export SET_DIR_MODE_OWNER_GROUP=YES export SET_FILE_MODE_OWNER_GROUP=NO export SHALLOW_BUNDLE=NO export SHARED_DERIVED_FILE_DIR=/Users/USER/Downloads/XVim2-master/build/Release/DerivedSources export SHARED_FRAMEWORKS_FOLDER_PATH=XVim2.xcplugin/Contents/SharedFrameworks export SHARED_PRECOMPS_DIR=/Users/USER/Downloads/XVim2-master/build/SharedPrecompiledHeaders export SHARED_SUPPORT_FOLDER_PATH=XVim2.xcplugin/Contents/SharedSupport export SKIP_INSTALL=YES export SOURCE_ROOT=/Users/USER/Downloads/XVim2-master export SRCROOT=/Users/USER/Downloads/XVim2-master export STRINGS_FILE_OUTPUT_ENCODING=UTF-16 export STRIP_BITCODE_FROM_COPIED_FILES=NO export STRIP_INSTALLED_PRODUCT=YES export STRIP_PNG_TEXT=NO export STRIP_STYLE=non-global export STRIP_SWIFT_SYMBOLS=YES export SUPPORTED_PLATFORMS=macosx export SUPPORTS_TEXT_BASED_API=NO export SWIFT_OBJC_BRIDGING_HEADER=XVim2-Bridging-Header.h export SWIFT_PLATFORM_TARGET_PREFIX=macosx export SWIFT_SWIFT3_OBJC_INFERENCE=Off export SWIFT_VERSION=4.0 export SYMROOT=/Users/USER/Downloads/XVim2-master/build export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities export SYSTEM_APPS_DIR=/Applications export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices export SYSTEM_DEMOS_DIR=/Applications/Extras export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples" export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library" export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools" export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools" export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools" export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes" export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools" export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools" export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions export SYSTEM_LIBRARY_DIR=/System/Library export TAPI_VERIFY_MODE=ErrorsOnly export TARGETNAME=XVim2 export TARGET_BUILD_DIR=/Users/USER/Downloads/XVim2-master/build/Release export TARGET_NAME=XVim2 export TARGET_TEMP_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build export TEMP_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build export TEMP_FILES_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build export TEMP_FILE_DIR=/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build export TEMP_ROOT=/Users/USER/Downloads/XVim2-master/build export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO export UID=501 export UNLOCALIZED_RESOURCES_FOLDER_PATH=XVim2.xcplugin/Contents/Resources export UNSTRIPPED_PRODUCT=NO export USER=USER export USER_APPS_DIR=/Users/USER/Applications export USER_LIBRARY_DIR=/Users/USER/Library export USE_DYNAMIC_NO_PIC=YES export USE_HEADERMAP=YES export USE_HEADER_SYMLINKS=NO export VALIDATE_PRODUCT=NO export VALID_ARCHS="i386 x86_64" export VERBOSE_PBXCP=NO export VERSIONPLIST_PATH=XVim2.xcplugin/Contents/version.plist export VERSION_INFO_BUILDER=USER export VERSION_INFO_FILE=XVim2_vers.c export VERSION_INFO_STRING=""@(#)PROGRAM:XVim2 PROJECT:XVim2-"" export WRAPPER_EXTENSION=xcplugin export WRAPPER_NAME=XVim2.xcplugin export WRAPPER_SUFFIX=.xcplugin export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode export XCODE_PRODUCT_BUILD_VERSION=10A254a export XCODE_VERSION_ACTUAL=1000 export XCODE_VERSION_MAJOR=1000 export XCODE_VERSION_MINOR=1000 export XPCSERVICES_FOLDER_PATH=XVim2.xcplugin/Contents/XPCServices export YACC=yacc export arch=undefined_arch export diagnostic_message_length=182 export variant=normal /bin/sh -c /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Script-ED1286541F90B268007B6FC7.sh fatal: not a git repository (or any of the parent directories): .git

CompileC /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/x86_64/XVimAboutDialog.o /Users/USER/Downloads/XVim2-master/XVim2/XVimAboutDialog.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target: XVim2) cd /Users/USER/Downloads/XVim2-master export LANG=en_US.US-ASCII /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -arch x86_64 -fmessage-length=182 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit=0 -fcolor-diagnostics -std=gnu11 -fobjc-arc -fmodules -gmodules -fmodules-prune-interval=86400 -fmodules-prune-after=345600 -fbuild-session-file=/var/folders/nb/1zckfx8j10329nxxl0b4yr8w0000gn/C/org.llvm.clang/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O2 -fno-common -Wno-missing-field-initializers -Wmissing-prototypes -Werror=return-type -Wdocumentation -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak -Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wshadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wnewline-eof -Wno-selector -Wstrict-selector-match -Wundeclared-selector -Wno-deprecated-implementations -DNS_BLOCK_ASSERTIONS=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -mmacosx-version-min=10.13 -g -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -iquote /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/XVim2-generated-files.hmap -I/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/XVim2-own-target-headers.hmap -I/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/XVim2-all-target-headers.hmap -iquote /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/XVim2-project-headers.hmap -I/Users/USER/Downloads/XVim2-master/build/Release/include -I/Users/USER/Downloads/XVim2-master/XVim2/Xcode -I/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/DerivedSources/x86_64 -I/Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/DerivedSources -F/Users/USER/Downloads/XVim2-master/build/Release -include /Users/USER/Downloads/XVim2-master/XVim2/XVim2-prefix.h -MMD -MT dependencies -MF /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/x86_64/XVimAboutDialog.d --serialize-diagnostics /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/x86_64/XVimAboutDialog.dia -c /Users/USER/Downloads/XVim2-master/XVim2/XVimAboutDialog.m -o /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/x86_64/XVimAboutDialog.o

Ld /Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin/Contents/MacOS/XVim2 normal x86_64 (in target: XVim2) cd /Users/USER/Downloads/XVim2-master export MACOSX_DEPLOYMENT_TARGET=10.13 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -bundle -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/USER/Downloads/XVim2-master/build/Release -L/Users/USER/Downloads/XVim2-master -F/Users/USER/Downloads/XVim2-master/build/Release -filelist /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/x86_64/XVim2.LinkFileList -Xlinker -rpath -Xlinker @executable_path/../Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -mmacosx-version-min=10.13 -Xlinker -object_path_lto -Xlinker /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/x86_64/XVim2_lto.o -fobjc-arc -fobjc-link-runtime -L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -add_ast_path -Xlinker /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/x86_64/XVim2.swiftmodule -Wl,-no_compact_unwind -Xlinker -dependency_info -Xlinker /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/x86_64/XVim2_dependency_info.dat -o /Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin/Contents/MacOS/XVim2 ld: warning: instance method 'linesPerPage' in category from /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/x86_64/SourceCodeEditorViewProxy+Scrolling.o overrides method from class in /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/Objects-normal/x86_64/SourceCodeEditorViewProxy.o

ProcessInfoPlistFile /Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin/Contents/Info.plist /Users/USER/Downloads/XVim2-master/XVim2/Info.plist (in target: XVim2) cd /Users/USER/Downloads/XVim2-master builtin-infoPlistUtility /Users/USER/Downloads/XVim2-master/XVim2/Info.plist -expandbuildsettings -platform macosx -additionalcontentfile /Users/USER/Downloads/XVim2-master/build/XVim2.build/Release/XVim2.build/about-PartialInfo.plist -o /Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin/Contents/Info.plist

PBXCp /Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin /Users/USER/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins/XVim2.xcplugin (in target: XVim2) cd /Users/USER/Downloads/XVim2-master builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin /Users/USER/Library/Application\ Support/Developer/Shared/Xcode/Plug-ins

GenerateDSYMFile /Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin.dSYM /Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin/Contents/MacOS/XVim2 (in target: XVim2) cd /Users/USER/Downloads/XVim2-master /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/dsymutil /Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin/Contents/MacOS/XVim2 -o /Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin.dSYM

CodeSign /Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin (in target: XVim2) cd /Users/USER/Downloads/XVim2-master export CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate

Signing Identity: "-"

/usr/bin/codesign --force --sign - --timestamp=none /Users/USER/Downloads/XVim2-master/build/Release/XVim2.xcplugin

BUILD SUCCEEDED

pebble8888 commented 5 years ago

Sorry, I don't know why your XVim doesn't work.

dongfanggugu commented 5 years ago

I have the same issue with Version 10.0 (10A255)

'l' makes Xcode 10 GM crashing every time. 'k' moves to the next line (which should be the function of 'j') 'j' moves 3 lines down (looks like 3j)

but then i find that i have some old plug-ins in the ~/Application Support/Developer/Shared/Xcode/Plug-ins, and delete them, then rebuild the xvim2. so it works now!!!

xsown commented 5 years ago

@dongfanggugu Thanks for your comment! After a new downloading and making, My XVim2 works as well.

I also discovered that on my machine the early versions of xvim (dev branch, prior to the final release of xcode 10) would install both XVim2.xcplugin and XVim.xcplugin to ~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/ . If I do "make install", XVim2.xcplugin was deleted but XVim.xcplugin was left there. And in the early versions I could't manually delete XVim.xcplugin to make it work because it seems XVim2.xcplugin was relying on XVim.xcplugin.

Today's master version only installs XVim2.xcplugin and it works.