onesky / plugin-xcode

Xcode plugin
34 stars 6 forks source link

Xcode crash when generating strings on static library #25

Closed SjoerdPerfors closed 8 years ago

SjoerdPerfors commented 8 years ago

I've a static library and Xcode crashes when using this project with the OneSkyPlugin. My other project works just fine with OneSky.

Steps to reproduce:

  1. OneSky -> Generate update string files
  2. Select files, I cannot deselect interface builder (perhaps this is the issue). See screenshot. screen shot 2016-02-02 at 10 22 00
  3. Click generate and I quickly see two times "Generating strings..." and BOOM

screen shot 2016-02-02 at 10 26 43

Crash report: Process: Xcode [90355] Path: /Applications/Xcode.app/Contents/MacOS/Xcode Identifier: com.apple.dt.Xcode Version: 7.2 (9548) Build Info: IDEFrameworks-9548000000000000~7 App Item ID: 497799835 App External ID: 814662604 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Xcode [90355] User ID: 501

Date/Time: 2016-02-02 10:22:10.195 +0100 OS Version: Mac OS X 10.11.2 (15C50) Report Version: 11 Anonymous UUID: 0C889B53-D478-5AB4-65E9-88A30E0269A7

Sleep/Wake UUID: 4A5D1D0F-AF0B-4E0E-98A6-C2C1E675EF42

Time Awake Since Boot: 200000 seconds Time Since Wake: 6400 seconds

System Integrity Protection: enabled

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

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

Application Specific Information: ProductBuildVersion: 7C68 UNCAUGHT EXCEPTION (NSInvalidArgumentException): -[IDEWorkspace wrappedXcode3Project]: unrecognized selector sent to instance 0x7feb34082c80 UserInfo: (null) Hints: None Backtrace: 0 0x00007fff87804aca exceptionPreprocess (in CoreFoundation) 1 0x000000010e0eec67 DVTFailureHintExceptionPreprocessor (in DVTFoundation) 2 0x00007fff8dd69f7e objc_exception_throw (in libobjc.A.dylib) 3 0x00007fff87807b9d -[NSObject(NSObject) doesNotRecognizeSelector:](in CoreFoundation) 4 0x00007fff87740601 __forwarding (in CoreFoundation) 5 0x00007fff87740188 _CF_forwarding_prep_0 (in CoreFoundation) 6 0x000000011ae25f70 -[OneSkyPlugin mergeStringsFilesInFolder:forFileReferences:withStringsFiles:inWorkspaceWindow:](in OneSkyPlugin) 7 0x000000011ae25306 95-[OneSkyPlugin generateStringsForFileReferences:mergingStringsFiles:inWorkspaceWindow:usesOTA:]_block_invoke440 (in OneSkyPlugin) 8 0x00007fff88e0a871 _dispatch_call_block_and_release (in libdispatch.dylib) 9 0x00007fff88dff33f _dispatch_client_callout (in libdispatch.dylib) 10 0x00007fff88e121fa _dispatch_after_timer_callback (in libdispatch.dylib) 11 0x00007fff88dff33f _dispatch_client_callout (in libdispatch.dylib) 12 0x00007fff88e0f676 _dispatch_source_latch_and_call (in libdispatch.dylib) 13 0x00007fff88e039b7 _dispatch_source_invoke (in libdispatch.dylib) 14 0x00007fff88e1272e _dispatch_main_queue_callback_4CF (in libdispatch.dylib) 15 0x00007fff8774acd9 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE (in CoreFoundation) 16 0x00007fff87705d3d CFRunLoopRun (in CoreFoundation) 17 0x00007fff87705338 CFRunLoopRunSpecific (in CoreFoundation) 18 0x00007fff8e220935 RunCurrentEventLoopInMode (in HIToolbox) 19 0x00007fff8e22076f ReceiveNextEventCommon (in HIToolbox) 20 0x00007fff8e2205af _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox) 21 0x00007fff92ed50ee _DPSNextEvent (in AppKit) 22 0x00007fff932a1943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:](in AppKit) 23 0x000000010e6cf0c2 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:](in DVTKit) 24 0x00007fff92ecafc8 -[NSApplication run](in AppKit) 25 0x00007fff92e4d520 NSApplicationMain (in AppKit) 26 0x00007fff90bb05ad start (in libdyld.dylib)

abort() called

Application Specific Signatures: NSInvalidArgumentException

Application Specific Backtrace 1: 0 CoreFoundation 0x00007fff87804ae2 exceptionPreprocess + 178 1 DVTFoundation 0x000000010e0eec67 DVTFailureHintExceptionPreprocessor + 194 2 libobjc.A.dylib 0x00007fff8dd69f7e objc_exception_throw + 48 3 CoreFoundation 0x00007fff87807b9d -[NSObject(NSObject) doesNotRecognizeSelector:] + 205 4 CoreFoundation 0x00007fff87740601 __forwarding + 1009 5 CoreFoundation 0x00007fff87740188 _CF_forwarding_prep_0 + 120 6 OneSkyPlugin 0x000000011ae25f70 -[OneSkyPlugin mergeStringsFilesInFolder:forFileReferences:withStringsFiles:inWorkspaceWindow:] + 1824 7 OneSkyPlugin 0x000000011ae25306 95-[OneSkyPlugin generateStringsForFileReferences:mergingStringsFiles:inWorkspaceWindow:usesOTA:]_block_invoke440 + 54 8 libdispatch.dylib 0x00007fff88e0a871 _dispatch_call_block_and_release + 12 9 libdispatch.dylib 0x00007fff88dff33f _dispatch_client_callout + 8 10 libdispatch.dylib 0x00007fff88e121fa _dispatch_after_timer_callback + 77 11 libdispatch.dylib 0x00007fff88dff33f _dispatch_client_callout + 8 12 libdispatch.dylib 0x00007fff88e0f676 _dispatch_source_latch_and_call + 2235 13 libdispatch.dylib 0x00007fff88e039b7 _dispatch_source_invoke + 983 14 libdispatch.dylib 0x00007fff88e1272e _dispatch_main_queue_callback_4CF + 422 15 CoreFoundation 0x00007fff8774acd9 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9 16 CoreFoundation 0x00007fff87705d3d CFRunLoopRun + 1949 17 CoreFoundation 0x00007fff87705338 CFRunLoopRunSpecific + 296 18 HIToolbox 0x00007fff8e220935 RunCurrentEventLoopInMode + 235 19 HIToolbox 0x00007fff8e22076f ReceiveNextEventCommon + 432 20 HIToolbox 0x00007fff8e2205af _BlockUntilNextEventMatchingListInModeWithFilter + 71 21 AppKit 0x00007fff92ed50ee _DPSNextEvent + 1067 22 AppKit 0x00007fff932a1943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454 23 DVTKit 0x000000010e6cf0c2 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 247 24 AppKit 0x00007fff92ecafc8 -[NSApplication run] + 682 25 AppKit 0x00007fff92e4d520 NSApplicationMain + 1176 26 libdyld.dylib 0x00007fff90bb05ad start + 1 27 ??? 0x0000000000000002 0x0 + 2

Global Trace Buffer (reverse chronological seconds): 53.992428 CFNetwork 0x00007fff91145a5b TCP Conn 0x7feb3411d040 SSL Handshake DONE 54.092816 CFNetwork 0x00007fff91145937 TCP Conn 0x7feb3411d040 starting SSL negotiation 54.092964 CFNetwork 0x00007fff91144303 TCP Conn 0x7feb3411d040 complete. fd: 66, err: 0 54.093437 CFNetwork 0x00007fff911d2b1d TCP Conn 0x7feb3411d040 event 1. err: 0

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff9629f002 *pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff990d45c5 pthread_kill + 90 2 libsystem_c.dylib 0x00007fff9a79d6e7 abort + 129 3 com.apple.dt.IDEKit 0x000000010f564df1 +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1481 4 com.apple.dt.IDEKit 0x000000010f56608a -[IDEAssertionHandler handleUncaughtException:] + 1077 5 com.apple.dt.IDEKit 0x000000010f566156 IDEHandleUncaughtException + 94 6 com.apple.CoreFoundation 0x00007fff87804f0b handleUncaughtException + 731 7 libobjc.A.dylib 0x00007fff8dd6c6a5 _objc_terminate() + 94 8 libc++abi.dylib 0x00007fff98a3519e std::terminate(void ()()) + 8 9 libc++abi.dylib 0x00007fff98a35213 std::terminate() + 51 10 libdispatch.dylib 0x00007fff88dff353 _dispatch_client_callout + 28 11 libdispatch.dylib 0x00007fff88e121fa _dispatch_after_timer_callback + 77 12 libdispatch.dylib 0x00007fff88dff33f _dispatch_client_callout + 8 13 libdispatch.dylib 0x00007fff88e0f676 _dispatch_source_latch_and_call + 2235 14 libdispatch.dylib 0x00007fff88e039b7 _dispatch_source_invoke + 983 15 libdispatch.dylib 0x00007fff88e1272e _dispatch_main_queue_callback_4CF + 422 16 com.apple.CoreFoundation 0x00007fff8774acd9 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE** + 9 17 com.apple.CoreFoundation 0x00007fff87705d3d CFRunLoopRun + 1949 18 com.apple.CoreFoundation 0x00007fff87705338 CFRunLoopRunSpecific + 296 19 com.apple.HIToolbox 0x00007fff8e220935 RunCurrentEventLoopInMode + 235 20 com.apple.HIToolbox 0x00007fff8e22076f ReceiveNextEventCommon + 432 21 com.apple.HIToolbox 0x00007fff8e2205af _BlockUntilNextEventMatchingListInModeWithFilter + 71 22 com.apple.AppKit 0x00007fff92ed50ee _DPSNextEvent + 1067 23 com.apple.AppKit 0x00007fff932a1943 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454 24 com.apple.dt.DVTKit 0x000000010e6cf0c2 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 247 25 com.apple.AppKit 0x00007fff92ecafc8 -[NSApplication run] + 682 26 com.apple.AppKit 0x00007fff92e4d520 NSApplicationMain + 1176 27 libdyld.dylib 0x00007fff90bb05ad start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff9629fff6 kevent_qos + 10 1 libdispatch.dylib 0x00007fff88e05099 _dispatch_mgr_invoke + 216 2 libdispatch.dylib 0x00007fff88e04d01 _dispatch_mgr_thread + 52

Thread 2: 0 libsystem_kernel.dylib 0x00007fff96299386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff962987c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff87706624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff87705aec CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff87705338 CFRunLoopRunSpecific + 296 5 com.apple.Foundation 0x00007fff968d2e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 6 com.apple.DTDeviceKitBase 0x00000001173805e0 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 1103 7 com.apple.Foundation 0x00007fff96a1ec6f NSThread__start + 1351 8 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 3:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff9629f176 select + 10 1 com.apple.CoreFoundation 0x00007fff8775216a CFSocketManager + 762 2 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 3 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 4 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 4:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fff96299386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff962987c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff87706624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff87705aec __CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff87705338 CFRunLoopRunSpecific + 296 5 com.apple.CFNetwork 0x00007fff9110a6e9 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412 6 com.apple.Foundation 0x00007fff96a1ec6f NSThreadstart + 1351 7 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 5:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff96299386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff962987c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff87706624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff87705aec CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff87705338 CFRunLoopRunSpecific + 296 5 com.apple.AppKit 0x00007fff92f94065 _NSEventThread + 149 6 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 6:: DYMobileDeviceManager 0 libsystem_kernel.dylib 0x00007fff96299386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff962987c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff87706624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff87705aec __CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff87705338 CFRunLoopRunSpecific + 296 5 com.apple.Foundation 0x00007fff968d2e61 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 6 com.apple.Foundation 0x00007fff96944afd -[NSRunLoop(NSRunLoop) run] + 74 7 com.apple.GPUToolsMobileFoundation 0x0000000122179071 -[DYMobileDeviceManager _deviceNotificationThread:] + 134 8 com.apple.Foundation 0x00007fff96a1ec6f NSThreadstart + 1351 9 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 7: 0 libsystem_kernel.dylib 0x00007fff9629eeb2 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff990d3150 _pthread_cond_wait + 767 2 com.apple.Xcode.DevToolsCore 0x0000000116e7b50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450 3 com.apple.Foundation 0x00007fff96a1ec6f NSThreadstart + 1351 4 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 8: 0 libsystem_kernel.dylib 0x00007fff9629eeb2 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff990d3150 _pthread_cond_wait + 767 2 com.apple.Xcode.DevToolsCore 0x0000000116e7b50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450 3 com.apple.Foundation 0x00007fff96a1ec6f NSThreadstart + 1351 4 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 9: 0 libsystem_kernel.dylib 0x00007fff9629eeb2 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff990d3150 _pthread_cond_wait + 767 2 com.apple.Xcode.DevToolsCore 0x0000000116e7b50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450 3 com.apple.Foundation 0x00007fff96a1ec6f NSThreadstart + 1351 4 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 10: 0 libsystem_kernel.dylib 0x00007fff9629eeb2 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff990d3150 _pthread_cond_wait + 767 2 com.apple.Xcode.DevToolsCore 0x0000000116e7b50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450 3 com.apple.Foundation 0x00007fff96a1ec6f NSThreadstart + 1351 4 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 11: 0 libsystem_kernel.dylib 0x00007fff9629eeb2 psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff990d3150 _pthread_cond_wait + 767 2 com.apple.Xcode.DevToolsCore 0x0000000116e7b50b -[XCBlockQueue _processBlocksInThreadSlotNumber:] + 450 3 com.apple.Foundation 0x00007fff96a1ec6f NSThreadstart + 1351 4 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 12: 0 libsystem_kernel.dylib 0x00007fff9629f6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff990d2729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff990d0365 start_wqthread + 13

Thread 13: 0 libsystem_kernel.dylib 0x00007fff9629f6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff990d2729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff990d0365 start_wqthread + 13

Thread 14: 0 libsystem_kernel.dylib 0x00007fff9629f6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff990d2729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff990d0365 start_wqthread + 13

Thread 15: 0 libsystem_kernel.dylib 0x00007fff962993da semaphore_timedwait_trap + 10 1 libdispatch.dylib 0x00007fff88e0ab9b _dispatch_semaphore_wait_slow + 149 2 libdispatch.dylib 0x00007fff88e04c4f _dispatch_worker_thread + 148 3 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 4 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 5 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 16: 0 libsystem_kernel.dylib 0x00007fff9629f6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff990d2729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff990d0365 start_wqthread + 13

Thread 17: 0 libsystem_kernel.dylib 0x00007fff9629f6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff990d2729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff990d0365 start_wqthread + 13

Thread 18: 0 libsystem_kernel.dylib 0x00007fff9629f6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff990d2729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff990d0365 start_wqthread + 13

Thread 19: 0 libsystem_kernel.dylib 0x00007fff9629f6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff990d2729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff990d0365 start_wqthread + 13

Thread 20: 0 libsystem_kernel.dylib 0x00007fff9629f6de __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff990d2729 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff990d0365 start_wqthread + 13

Thread 21: 0 libsystem_kernel.dylib 0x00007fff96299386 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff962987c7 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff87706624 CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff87705aec CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff87705338 CFRunLoopRunSpecific + 296 5 com.apple.CoreFoundation 0x00007fff877c81f1 CFRunLoopRun + 97 6 com.apple.DebugSymbols 0x00007fff8721d69a SpotlightQueryThread(void*) + 346 7 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 22: 0 libsystem_kernel.dylib 0x00007fff9629f206 __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff9a7bed17 nanosleep + 199 2 com.apple.CoreSymbolication 0x00007fff91089b5f 0x7fff91077000 + 76639 3 libsystem_pthread.dylib 0x00007fff990d2c13 _pthread_body + 131 4 libsystem_pthread.dylib 0x00007fff990d2b90 _pthread_start + 168 5 libsystem_pthread.dylib 0x00007fff990d0375 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff51d4cfb8 rdx: 0x0000000000000000 rdi: 0x000000000000160b rsi: 0x0000000000000006 rbp: 0x00007fff51d4cfe0 rsp: 0x00007fff51d4cfb8 r8: 0x00007feb37d3bf32 r9: 0x0000000000000000 r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x00007fff8dd610e0 r13: 0x00007feb38b1aca0 r14: 0x00007fff7a072000 r15: 0x00007feb31d03200 rip: 0x00007fff9629f002 rfl: 0x0000000000000206 cr2: 0x00007fff7a395008

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

Binary Images: 0x10deb1000 - 0x10deb4fff com.apple.dt.Xcode (7.2 - 9548) <278C9A25-1A00-3F35-990F-7D9C31D6E68C> /Applications/Xcode.app/Contents/MacOS/Xcode 0x10debf000 - 0x10e39bff7 com.apple.dt.DVTFoundation (7.2 - 9542) /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation 0x10e595000 - 0x10e8ddff7 com.apple.dt.DVTKit (7.2 - 9542) <3F5B58D5-F5C3-3E1A-A78C-743626E5EA36> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit 0x10eaee000 - 0x10efe4ff7 com.apple.dt.IDEFoundation (7.2 - 9548) <4828AF1E-2AB7-35B9-A673-A046F8C5CE00> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation 0x10f328000 - 0x10fbb8fff com.apple.dt.IDEKit (7.2 - 9548) /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit 0x1101b2000 - 0x1101e1fcf com.apple.dt.instruments.DTXConnectionServices (1.0 - 59500) <80184D81-3338-3F51-B762-CAD4BACCE6CA> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices 0x11020b000 - 0x110292fff com.apple.dt.instruments.DVTInstrumentsFoundation (1.0 - 59500) <8B4DAB4C-807A-3B99-9E64-D0CE025B8594> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation 0x110307000 - 0x11038efff com.apple.CoreSymbolicationDT (3.1 - 59500) /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT 0x1103a5000 - 0x1103f3fd7 com.apple.Symbolication (1.4 - 59004) <683F855A-47CB-3AC5-9DCA-77AF36712A27> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT 0x11042a000 - 0x110562fff com.apple.framework.CoreProfileDT (59003) /Applications/Xcode.app/Contents/SharedFrameworks/CoreProfileDT.framework/Versions/A/CoreProfileDT 0x1105a0000 - 0x1105a4ff7 com.apple.kperf (1.0 - 1) <3C563279-8510-3847-A709-316F10FF15BA> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf 0x1105b4000 - 0x1105beff7 com.apple.kperfdataDT (1.0 - 1) <6007D8DE-C6A5-3F06-99F8-4F5AFEB98740> /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT 0x1105c6000 - 0x1105c7fff libpanel.5.4.dylib (46) /usr/lib/libpanel.5.4.dylib 0x1105cd000 - 0x1105f0fff com.apple.StreamingZip (1.0 - 1) /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip 0x110607000 - 0x110607fff com.apple.Metal (1.0 - 1) <00700144-FA34-38BA-A8F4-55C8B7A9D348> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal 0x11060c000 - 0x11061bfff com.apple.dt.instruments.DVTInstrumentsUtilities (1.0 - 59500) <73D72C81-5657-3B94-979D-FC1E7A61B67A> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities 0x110631000 - 0x11066dffb com.apple.DebugSymbols (133 - 133) <24822CD6-4A2C-3D02-BD4D-C81570546A70> /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT 0x11068c000 - 0x11068cff7 com.apple.xcode.compilers.coredata (9.2 - 9523) <04476688-4DF3-3AB4-8E57-06BE754B1EBB> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data 0x110690000 - 0x110719fff com.apple.dt.XCTest (1.0 - 9530) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest 0x110784000 - 0x1107c3ff7 +libswiftDemangle.dylib (700.1.101.15) <3EB7E08B-446C-34FE-9674-5F6690FBC471> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libswiftDemangle.dylib 0x1107dc000 - 0x1114dcff3 +libclang.dylib (700.1.81) <59377044-CF9C-37B4-803F-6F7DE7A20DB5> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib 0x1116c8000 - 0x111730fff com.apple.dt.Xcode.DVTSourceControl (1.0 - 1) <0E139A61-345E-32AF-A016-F50725FD5C83> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl 0x11177c000 - 0x11292efff +libLTO.dylib (700.1.81) /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib 0x112be2000 - 0x112be2ff7 com.apple.compilers.clang (9.2 - 9523) <7842604F-77C7-302B-9877-F49E90D3A427> /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 0x112be7000 - 0x112bfefff com.apple.DADocSetManagement (7.2 - 9000) <73FF9B4E-9B15-3024-B264-BAC228F0301D> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement 0x112c14000 - 0x112c19fff com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <32C82CA8-00E0-3335-A5C8-E7877DB951B0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper 0x112c23000 - 0x112c23fe7 +cl_kernels (???) cl_kernels 0x112c27000 - 0x112cc3fff com.apple.dt.instruments.DTGraphKit (7.2 - 59017) /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit 0x112d27000 - 0x112d27fff com.apple.dt.IDEContinuousIntegration (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration 0x112d2b000 - 0x112d76fff com.apple.DADocSetAccess (7.2 - 9000) <3BCA36A8-B149-3DF2-9F22-8DD6EBE5F9CC> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess 0x112da5000 - 0x112da5fff com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm (1.0 - 1) <72F32401-C3D4-3D4F-B530-B9E015926ADD> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 38mm.simdevicetype/Contents/MacOS/Apple Watch - 38mm 0x112da9000 - 0x112e7bffb com.apple.PubSub (1.0.5 - 65.40) <015C0A30-1F6F-3D62-810E-71A5C637CDC8> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub 0x11328e000 - 0x11329efff com.apple.dt.IDELanguageSupportCore (7.2 - 9516) <3DC83F74-740B-351D-A93B-659B1301232C> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore 0x1132b2000 - 0x1132b2fff com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm (1.0 - 1) <7B0DA3CD-EA02-3266-860B-BDD17BD14109> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 42mm.simdevicetype/Contents/MacOS/Apple Watch - 42mm 0x11331d000 - 0x113367fff com.apple.CoreSimulator (201.3 - 201.3) <98D440AA-79B7-3810-B803-C2358F0885F0> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator 0x11338f000 - 0x113393ff7 com.apple.dt.dbg.DebuggerLLDBService (7.2 - 9525) <61034A89-0759-3542-82C2-3FBE82E9DDD8> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService 0x11339b000 - 0x1133a6fff com.apple.DevToolsFoundation (9.2 - 9523) <2998645A-9BCA-3F54-A478-47861CCD5352> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation 0x1133b5000 - 0x1133cbfff com.apple.DVTiPhoneSimulatorRemoteClient (7.2 - 9525) /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient 0x1133e1000 - 0x1133e4fff com.apple.IDEWatchKit1SupportUI (7.2 - 9004) /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI 0x1133ea000 - 0x1133efff7 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 0x1133f6000 - 0x1133f9ff7 com.apple.dt.IDEWatchSupportCore (1.0 - 1) <2C457C97-4F2F-3CFE-8C5D-6A7D4AF1D39D> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore 0x1160e1000 - 0x116173ff7 com.apple.IDESpriteKitParticleEditor (2.0 - 2) <298D420A-38EB-3DC1-9662-F6723F5729F5> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor 0x1161d3000 - 0x11624bff7 com.apple.xcode.GameToolsFoundation (1.0 - 9509) <26B19B6E-6B7D-3469-A5FC-32DC86127374> /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation 0x11629d000 - 0x11644bfff com.apple.SpriteKit (1.0 - 1) /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit 0x116508000 - 0x116524ff7 com.apple.Jet (1.0 - 1) <498B072A-0514-3A43-A787-6FC7BE20007A> /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet 0x116542000 - 0x116599ff7 com.apple.PhysicsKit (1.0 - 1) <6E09318E-E84B-3C68-9D61-A7ABC072B1B4> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit 0x1165e7000 - 0x11660dff7 com.apple.audio.OpenAL (1.8 - 1.8) <1513F0E8-B22A-3442-A205-A78517F9BBBA> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL 0x116620000 - 0x116629ff7 com.apple.dt.IDEIODebugGaugesCore (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore 0x116638000 - 0x116644ff7 com.apple.dt.IDE.IDEInterfaceBuilderiOSIntegration (7.2 - 9529) <1EEFDE67-D23B-3D58-AEB5-67D671F183C2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderiOSIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSIntegration 0x11664f000 - 0x1166c2fff com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (7.2 - 9515) /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration 0x116708000 - 0x11670cfff com.apple.audio.AppleHDAHALPlugIn (272.51.3 - 272.51.3) <7E9DC6D6-CB61-3EA1-94AD-5C6F20D3EDBF> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x116712000 - 0x116713fff +liblaunch_sim.dylib (560.3.4) /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib 0x116719000 - 0x11671aff7 +liblaunch_sim.dylib (560.20.11) /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.4.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib 0x116720000 - 0x116721ff3 +liblaunch_sim.dylib (756.20.4) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib 0x116727000 - 0x116728ff3 +liblaunch_sim.dylib (756.20.4) /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib/system/host/liblaunchsim.dylib 0x11672e000 - 0x116733fff com.apple.IDEServerTools (1.0 - 1) <8DF90494-2309-3AF1-A706-4B89C04CB120> /Applications/Xcode.app/Contents/SharedFrameworks/IDEServerTools.framework/Versions/A/IDEServerTools 0x11673d000 - 0x116740fff com.apple.dt.IDE.IDEAppleScriptEditor (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptEditor.ideplugin/Contents/MacOS/IDEAppleScriptEditor 0x116748000 - 0x11675bfff com.apple.dt.IDE.IDESubversion (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion 0x1167f7000 - 0x1167fafff com.apple.GLToolsMobileFoundation (1.0 - 19501) <9EFE9BA7-CD6B-3DA3-A589-3F4258455251> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation 0x116990000 - 0x116a00fff com.apple.sourcekitd (1.0 - 700.1.81) <6313D92E-350D-336D-8FCD-531BB26DF35F> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/Versions/A/sourcekitd 0x116a2e000 - 0x116a90fff com.apple.dt.IDE.Xcode3Core (7.2 - 9523) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core 0x116ac7000 - 0x116b00fff com.apple.Xcode.DevToolsSupport (9.2 - 9523) <1DEEB11B-5779-3043-9DBC-CBFA9C3D11B7> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport 0x116b2c000 - 0x116b2ffff +libswiftCoreImage.dylib (2.1.1 - 700.1.101.15) <7D1B263F-FC8A-3499-A0A2-F2B868523809> /Users/USER/Library/Application Support/Developer//libswiftCoreImage.dylib 0x116d3a000 - 0x1170c1fff com.apple.Xcode.DevToolsCore (9.2 - 9523) /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore 0x117270000 - 0x117300fff com.apple.dt.IDE.IDEiOSSupportCore (7.2 - 9525) <850CCC0A-A40E-3EAA-9977-DE5525A13A80> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore 0x117358000 - 0x1173e9ff7 com.apple.DTDeviceKitBase (7.2 - 9525) <22D1F42F-2EF3-30AB-B1B1-375A03CD5C7E> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase 0x117444000 - 0x117581fef com.apple.mobiledevice (823.10.3 - 823.10.3) <1DD0B2D9-8E99-3411-BC29-993822BD4A4A> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice 0x117607000 - 0x117620ff7 com.apple.DeviceLinkX (5.0 - 264) <9FE65A47-2E38-3BBE-B3B8-E5A5CE89E9E9> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink 0x117630000 - 0x11766eff7 com.apple.dt.dbg.DebuggerFoundation (7.2 - 9525) <542C96F9-F1D0-3884-B279-B49164EF6DDE> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation 0x1176a9000 - 0x117731fff com.apple.dt.IBAutolayoutFoundation (7.2 - 9531) /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation 0x11778e000 - 0x11785cff7 com.apple.dt.IBFoundation (7.2 - 9531) <67597CB0-0C2A-33BB-816F-05ADE8CF556F> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation 0x1178f3000 - 0x117952fff com.apple.CoreThemeDefinition (2.0 - 234) <056AEC33-D096-36B8-ADC6-B49D2FD3024A> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition 0x117999000 - 0x1179ecfff com.apple.dt.dbg.DebuggerLLDB (7.2 - 9525) <98923B8B-B70E-368B-876B-E117D323F3E0> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB 0x117a28000 - 0x11a13cfff com.apple.LLDB.framework (1.340.4.119 - 340.4.119) /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB 0x11ac40000 - 0x11ad31ff7 org.python.python (2.7.10 - 2.7.10) /System/Library/Frameworks/Python.framework/Versions/2.7/Python 0x11ad98000 - 0x11adacfff com.apple.dt.XCLanguageSupport (7.2 - 9516) <19BFD8BC-1F51-30E3-AAB5-8AD9024CA0DD> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport 0x11adbd000 - 0x11adcbff7 com.apple.xcode.plug-in.CoreBuildTasks (9.2 - 9523) <854887F3-558E-3DC7-B4D5-DE8D3F121484> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks 0x11add4000 - 0x11add8fff com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore 0x11ade0000 - 0x11ade5ff7 com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) <7586059D-05B9-3D33-8ABC-51CADE48659A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore 0x11aded000 - 0x11adf8ff7 com.apple.dt.IDE.IDEOSXSupportCore (7.2 - 9501) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore 0x11ae08000 - 0x11ae4aff7 +com.oneskyapp.OneSkyPlugin (1.6.3 - 59) /Users/USER/Library/Application Support/Developer//OneSkyPlugin 0x11ae7e000 - 0x11ae81ff7 +io.github.mshibanami.DefaultMarginDisabler (1.0 - 1) /Users/USER/Library/Application Support/Developer//DefaultMarginDisabler 0x11ae8c000 - 0x11ae93ff7 +libswiftAppKit.dylib (2.1.1 - 700.1.101.15) /Users/USER/Library/Application Support/Developer//libswiftAppKit.dylib 0x11ae9c000 - 0x11b10dff7 +libswiftCore.dylib (2.1.1 - 700.1.101.15) <4A27BF4B-BFBC-3830-97FA-A572D4A0AA61> /Users/USER/Library/Application Support/Developer//libswiftCore.dylib 0x11b364000 - 0x11b368fff +libswiftCoreData.dylib (2.1.1 - 700.1.101.15) <30046879-050D-3071-B7B8-08F560384A17> /Users/USER/Library/Application Support/Developer//libswiftCoreData.dylib 0x11b36f000 - 0x11b379ff7 +libswiftCoreGraphics.dylib (2.1.1 - 700.1.101.15) /Users/USER/Library/Application Support/Developer//libswiftCoreGraphics.dylib 0x11b38b000 - 0x11b391ff7 +libswiftDarwin.dylib (2.1.1 - 700.1.101.15) /Users/USER/Library/Application Support/Developer//libswiftDarwin.dylib 0x11b3a0000 - 0x11b3a3ff7 +libswiftDispatch.dylib (2.1.1 - 700.1.101.15) <9D63CEC8-4CE2-315A-AE74-C9715463FEC6> /Users/USER/Library/Application Support/Developer//libswiftDispatch.dylib 0x11b3a9000 - 0x11b3e6fff +libswiftFoundation.dylib (2.1.1 - 700.1.101.15) <3B01C296-65E0-3621-8603-D2BB08093C56> /Users/USER/Library/Application Support/Developer//libswiftFoundation.dylib 0x11b42a000 - 0x11b430ff7 +libswiftObjectiveC.dylib (2.1.1 - 700.1.101.15) <995432FF-41F1-3D1F-8EDB-0FD6F2E202EC> /Users/USER/Library/Application Support/Developer//libswiftObjectiveC.dylib 0x11b43a000 - 0x11b4e9ff7 +ca.nri.ColorSenseRainbow (1.1.1 - 1) /Users/USER/Library/Application Support/Developer//ColorSenseRainbow 0x11b657000 - 0x11b65afff +com.nelson.AutoHighlightSymbol (1.0 - 1) /Users/USER/Library/Application Support/Developer//AutoHighlightSymbol 0x11b660000 - 0x11b679fff +com.mneorr.Alcatraz (1.1.15 - 1) /Users/USER/Library/Application Support/Developer/_/Alcatraz 0x11b69f000 - 0x11b70fff7 com.apple.dt.IDE.IDEDocViewer (7.2 - 9525) <114A2B47-5415-3F66-B99D-F2B504F40515> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer 0x11b76a000 - 0x11bcd9fff com.apple.dt.IDE.IDEInterfaceBuilderKit (7.2 - 9531) <3839A9C3-2072-3BFC-AD3B-339867AB2144> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit 0x11c0b2000 - 0x11c284ff7 com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (7.2 - 9531) <5DC91C31-52E4-359D-92A2-0252CAF45EE2> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration 0x11c426000 - 0x11c44bff7 com.apple.DiscRecordingUI (9.0.1 - 9010.4.3) <49CADA40-B2DF-36F2-9F89-54762E0BECDD> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI 0x11c46d000 - 0x11c92efff com.apple.SceneKit (5.0 - 293) <7232AAD1-912C-31BA-A651-EF56D28A6019> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit 0x11cc0c000 - 0x11ce3ffff com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (7.2 - 9529) <5E6A0BA5-ACED-3711-B710-A69EB8053637> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration 0x11cf43000 - 0x11cf4dff7 com.apple.SimulatorKit (1.0 - 201.3) /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/SimulatorKit.framework/Versions/A/SimulatorKit 0x11cf57000 - 0x11cf68ff7 com.apple.DTDeviceKit (4.2 - 9525) <7C36DA9D-792D-3501-ACFB-18F90985CC2A> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit 0x11cf7a000 - 0x11cfb0ff7 com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration (7.2 - 3733) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAppleTVIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderAppleTVIntegration 0x11cfcc000 - 0x11d00bff7 com.apple.dt.gpu.GPUDebuggerFoundation (7.2 - 19509) /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation 0x11d03f000 - 0x11d04efff com.apple.GPUToolsShaderProfiler (1.0 - 19508) /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler 0x11d061000 - 0x11d0a3ffb com.apple.GPUToolsCore (1.0 - 19515) <6127BE0E-B502-3001-A11B-133328D32CAA> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore 0x11d0dc000 - 0x11d115ff3 com.apple.GPUTools (1.0 - 19515) /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools 0x11d146000 - 0x11d223ff7 com.apple.GPUToolsServices (1.0 - 19508) <3D53B5D6-9A47-34FE-95BA-58BBAEC7AEAE> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices 0x11d291000 - 0x11d2e6ffb com.apple.GPUToolsInterface (1.0 - 19508) <1D5BE3A0-E3A1-3E54-B08A-C940E1664C83> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface 0x11d323000 - 0x11d34efff com.apple.GLToolsInterface (1.0 - 19508) <7900C931-AC14-3682-94AD-570A7C1245A3> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface 0x11d370000 - 0x11d3bdff7 com.apple.GLToolsCore (1.0 - 19515) <1591E63C-7DDE-3B7A-B679-897D3BB1D11E> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore 0x11d3dd000 - 0x11d3f1ff3 com.apple.GLTools (1.0 - 19515) <000C0441-E9C6-31B2-A8EC-E77A0CA785CE> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools 0x11d3fd000 - 0x11d456ff3 com.apple.GLToolsServices (1.0 - 19508) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices 0x11d49d000 - 0x11d523ff7 com.apple.gputools.GLToolsAnalysisEngine (1.0 - 19508) /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine 0x11d7ab000 - 0x11d7afff7 com.apple.dt.IDE.IDEAppleScriptCore (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEAppleScriptCore.ideplugin/Contents/MacOS/IDEAppleScriptCore 0x11d86b000 - 0x11d873fff com.apple.dt.gpu.GPUTraceDebugger (7.2 - 19509) /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger 0x11d87f000 - 0x11d88cfff com.apple.dt.gpu.GPUDebuggerKit (7.2 - 19509) <488D8D7C-A7E3-35A9-A618-06002AC46687> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit 0x11d8a2000 - 0x11d91afff com.apple.dt.gpu.GPUTraceDebuggerUI (7.2 - 19509) <64EB37B7-AC24-3D70-BB8E-2E90A760DFF3> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI 0x11d96a000 - 0x11d9b7fff com.apple.dt.IDEProductsUI (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI 0x11da06000 - 0x11da13ff7 com.apple.dt.DVTServices (7.2 - 9542) /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices 0x11da23000 - 0x11da46fff com.apple.dt.DVTProducts (1.0 - 1) <8BA608F6-F17C-3396-9771-5436E58C6485> /Applications/Xcode.app/Contents/SharedFrameworks/DVTProducts.framework/Versions/A/DVTProducts 0x11da65000 - 0x11da86fff com.apple.dt.DVTAnalytics (1.0 - 1) <9D015166-2911-3F7B-9B73-4F09BE518102> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics 0x11daaa000 - 0x11dabdff7 com.apple.dt.DVTAnalyticsClient (7.2 - 1) <5143DAFB-9FEF-335A-9A01-BD6CF03A6AC0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient 0x11dadb000 - 0x11dafefff com.apple.dt.IDE.IDEQuickHelp (7.2 - 9525) <65DF800B-10F1-34DF-99E6-9F67BC41CC22> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp 0x11db1f000 - 0x11dbf6ff7 com.apple.dt.IDE.IDESourceEditor (7.2 - 9525) <0683D369-5A90-3B86-8037-C59B7824B536> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor 0x11dc7d000 - 0x11dc83fff com.apple.dt.dbg.DebuggerKit (1.0 - 1) <50377716-CC7C-394B-A36F-FEFF33BD6781> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit 0x11dc8f000 - 0x11dc99ff7 com.apple.dt.IDE.HexEditor (7.2 - 9525) <1C826340-8F10-3B8C-997E-1D393195AE65> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor 0x11dca6000 - 0x11dcd6fff com.apple.dt.HexFiendFramework (7.2 - 9525) /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend 0x11dd00000 - 0x11dd42fff com.apple.dt.IDE.iCloudSupport (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport 0x11dd7e000 - 0x11de6ffff com.apple.dt.dbg.DebuggerUI (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI 0x1201d7000 - 0x1201f0fff com.apple.dt.IDE.IDEGit (7.2 - 9525) <9A5C1448-D645-3C96-958C-3272A4122690> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit 0x120344000 - 0x120347ff7 com.apple.dt.IBLanguageSupport (1.0 - 1) /Applications/Xcode.app/Contents/PlugIns/IBLanguageSupport.ideplugin/Contents/MacOS/IBLanguageSupport 0x1209c1000 - 0x120af1ffb com.apple.audio.units.Components (1.13 - 1.13) <31056DB7-E93B-342A-8717-3313B2CE86A1> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio 0x120ba3000 - 0x120bbaff7 com.apple.dt.IDEIODebugGaugesUI (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI 0x121401000 - 0x121446fff com.apple.dt.IDE.IDEiPhoneSupport (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport 0x12148a000 - 0x12163cff7 com.apple.dt.IDE.Xcode3UI (7.2 - 9523) /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI 0x12176d000 - 0x1217e6ff7 com.apple.dt.gpu.GPURenderTargetEditor (7.2 - 19509) <3ED5A508-D825-3EF6-9BB9-8211CAD86161> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor 0x121830000 - 0x121854fff com.apple.MTLToolsServices (1.0 - 1) <3DCBDF8E-4ED4-39E9-B621-25630CA33C66> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices 0x121871000 - 0x12188afff com.apple.MTLToolsCore (1.0 - 1) <2D2832D7-1C8C-3821-942F-9F209ABBFC48> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsCore.framework/Versions/A/MTLToolsCore 0x12189d000 - 0x1218c3ff7 com.apple.MTLTools (1.0 - 1) <6EB7E32E-0C07-3C0F-B075-39F14B2AAA1C> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools 0x1218db000 - 0x121909ff3 com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 19508) <3C346478-EA3F-34D0-B68B-8CE2B3D5CCF4> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine 0x121935000 - 0x12198dfff com.apple.gpusw.MetalTools (1.0 - 1) /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools 0x1219e1000 - 0x121a98fff com.apple.dt.IDE.IDESceneKitEditor (7.2 - 9501) /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor 0x121b72000 - 0x121c87fff com.apple.dt.IDELanguageSupportUI (7.2 - 9516) /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI 0x121d5c000 - 0x121d66ff7 com.apple.dt.DVTPlaygroundCommunication (1.0 - 9500) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication 0x121d76000 - 0x121d81fff com.apple.dt.PlistEditor (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor 0x121d90000 - 0x121e71fff com.apple.dt.IDE.IDEModelEditor (7.2 - 9525) <98B13857-6A67-3BEA-B593-27171BA3CB2E> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor 0x121f0b000 - 0x121f8afff com.apple.dt.IDE.IDEModelFoundation (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation 0x121fe6000 - 0x121fefff7 com.apple.dt.ScriptingDefinitionEditor (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor 0x121ff9000 - 0x122000fff com.apple.dt.IDE.IDEPDFViewer (7.2 - 9525) <9EF14093-EE4D-3984-A3E2-4F8CDA403A4E> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer 0x12200c000 - 0x122024fff com.apple.dt.IDE.IDERTFEditor (7.2 - 9525) <915A1FCB-CDDD-3174-B051-EDBAC203A123> /Applications/Xcode.app/Contents/PlugIns/IDERTFEditor.ideplugin/Contents/MacOS/IDERTFEditor 0x12203a000 - 0x12204afff com.apple.dt.IDE.IDEQuickLookEditor (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor 0x12205f000 - 0x122065fff com.apple.dt.gpu.GPUDebuggerOSXSupport (7.2 - 19509) <4455A241-A2DF-324C-9D87-64F475DEBE52> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerOSXSupport.ideplugin/Contents/MacOS/GPUDebuggerOSXSupport 0x12206f000 - 0x12207ffff com.apple.GPUToolsDesktopFoundation (1.0 - 19504) /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/GPUToolsDesktopFoundation.framework/Versions/A/GPUToolsDesktopFoundation 0x12208f000 - 0x122095ff7 com.apple.dt.gpu.GPUDebuggeriOSSupport (7.2 - 19503) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport 0x12209f000 - 0x122107ff3 com.apple.GLToolsExpert (1.0 - 19501) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert 0x122145000 - 0x122160ff7 com.apple.GLToolsShaderProfiler (1.0 - 19508) <8A6F252F-0BAC-35B4-9F51-E8103340CF0B> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler 0x122170000 - 0x122187fff com.apple.GPUToolsMobileFoundation (1.0 - 19501) /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation 0x12219e000 - 0x1221a4ff7 com.apple.dt.gpu.GPUDebuggertvOSSupport (7.2 - 19503) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggertvOSSupport.ideplugin/Contents/MacOS/GPUDebuggertvOSSupport 0x1224b1000 - 0x12257afff com.apple.XCSCore (1.0 - 1) <8156BDAE-6FC7-3A10-AEAF-C31D0A797CB1> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore 0x1225ff000 - 0x1226eaff7 com.apple.dt.XCSUI (1.0 - 1) /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI 0x123b4d000 - 0x123bc2ff7 com.apple.GeForceMTLDriver (10.8.14 - 10.0.8) <6E9AF1FE-9B2F-3BC3-AD1C-3488345BFF80> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver 0x123c08000 - 0x123c6dfff com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.12.13 - 10.1.2) /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver 0x124fba000 - 0x125137fff com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 19508) <63144747-2016-3A63-963B-7715C37D98B2> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics 0x12514e000 - 0x125185fff com.apple.gputools.GLToolsMobileAnalysis (1.0 - 19501) <992DA66C-CA1A-3BD0-BC73-5EB1D2601860> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis 0x125196000 - 0x1251a0fff com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 19501) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport 0x1251a8000 - 0x12522bff3 com.apple.gdt.MTLToolsAnalysisHeuristics (1.0 - 1) /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/MTLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/MTLToolsAnalysisHeuristics 0x125b39000 - 0x125b41fff com.apple.dt.IDE.IDEInstrumentsService (7.2 - 9525) /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService 0x125b4d000 - 0x125d56fff com.apple.dt.gpu.GPUDebuggerMTLSupport (7.2 - 19509) <21BF6499-902D-38B9-9BE5-8A119051A108> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GPUDebuggerMTLSupport 0x125dbe000 - 0x125df9ffb com.apple.MTLToolsShaderProfiler (1.0 - 19508) <466972EB-6971-3797-A32A-FC5754ABD444> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler 0x12bb8e000 - 0x12bb8fff3 +cl_kernels (???) cl_kernels 0x7fff6dd11000 - 0x7fff6dd47fa7 dyld (360.18) <1A7F8274-FC32-3B86-9979-66B8F2B7B5E2> /usr/lib/dyld 0x7fff862d9000 - 0x7fff86306ff3 com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X 0x7fff86307000 - 0x7fff86333fff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff86334000 - 0x7fff864daff7 com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff864db000 - 0x7fff864e7ff7 com.apple.OpenDirectory (10.11 - 194) <5409AC27-3B83-3F35-8EB5-51228B4604AE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff864e8000 - 0x7fff86548fff com.apple.QuickLookFramework (5.0 - 696.3) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff86549000 - 0x7fff8654afff libffi.dylib (18.1) <5BA9612C-747E-33CE-9DB1-3C01ECF3041D> /usr/lib/libffi.dylib 0x7fff8667d000 - 0x7fff867c7fc7 com.apple.coreui (2.1 - 365.2) <727C55D3-503A-3EC4-8A23-C984E320F65F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8717e000 - 0x7fff87181fff com.apple.IOSurface (108.0.1 - 108.0.1) <7B05B27A-5CC4-30D4-8A10-ED444A2807A2> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff87182000 - 0x7fff871f0ff7 com.apple.ApplicationServices.ATS (377 - 394.3) <66E581EE-67E2-39E9-97A7-0614F334B9B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff871f1000 - 0x7fff871f1fff com.apple.quartzframework (1.5 - 21) <5DC3D0D9-9E3F-3AA5-92F1-F229907A49B9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff871f9000 - 0x7fff87212ffb com.apple.openscripting (1.7 - 169) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff87213000 - 0x7fff87213fff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8721b000 - 0x7fff8721bfff com.apple.Cocoa (6.11 - 22) <0A634D46-B468-3CBC-B2A0-16C381C11BF2> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff8721c000 - 0x7fff87256ff7 com.apple.DebugSymbols (132 - 132) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff87257000 - 0x7fff8762ffef com.apple.CoreAUC (214.0.0 - 214.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff87630000 - 0x7fff87641ff7 libz.1.dylib (61.20.1) /usr/lib/libz.1.dylib 0x7fff87696000 - 0x7fff87b0cfff com.apple.CoreFoundation (6.9 - 1256.14) <068D1BA9-3859-34C7-986A-97EDF739C5C8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff87b0d000 - 0x7fff87b0dfff libenergytrace.dylib (10) /usr/lib/libenergytrace.dylib 0x7fff87b51000 - 0x7fff87b82fff com.apple.GSS (4.0 - 2.0) <25DECD44-0905-3E53-9480-DE7BEB84DB83> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff87c46000 - 0x7fff87c92fff com.apple.print.framework.PrintCore (11.2 - 472.2) <449D8AB5-7891-32D0-9DC5-C90FE10DC0BF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff87cc2000 - 0x7fff87cd8ff7 libsystem_coretls.dylib (83.20.8) <30AF7134-6CA7-3582-B9D3-507D6ED19A88> /usr/lib/system/libsystem_coretls.dylib 0x7fff87cd9000 - 0x7fff88102fff com.apple.ModelIO (1.0 - 1) /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO 0x7fff88103000 - 0x7fff8812bfff com.apple.GLKit (1.0 - 56) <43F6F998-9672-373E-9E74-A876A952AF1B> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit 0x7fff8812c000 - 0x7fff887d2ffb com.apple.JavaScriptCore (11601 - 11601.3.7) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff887d3000 - 0x7fff887d6ff7 com.apple.help (1.3.3 - 46) <62056D9B-A87C-3E4D-B4E2-7E1CDB74CE68> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff887d7000 - 0x7fff887d8ff7 libodfde.dylib (23) <5475AB3E-8C9A-3279-8294-E565293F7EF1> /usr/lib/libodfde.dylib 0x7fff887d9000 - 0x7fff8882cff7 libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib 0x7fff88857000 - 0x7fff8885ffe7 libsystem_platform.dylib (74.10.3) /usr/lib/system/libsystem_platform.dylib 0x7fff88860000 - 0x7fff88861fff libsystem_blocks.dylib (65) <49D42329-7DE9-3413-92C3-A473A7E9CF35> /usr/lib/system/libsystem_blocks.dylib 0x7fff88893000 - 0x7fff88898fff com.apple.AssetCacheServices (14 - 14) <33685005-A92A-3006-97F5-FBF8530925B2> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices 0x7fff888a5000 - 0x7fff888a9fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib 0x7fff88928000 - 0x7fff889c8fff com.apple.ViewBridge (159 - 159) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff889ef000 - 0x7fff88aacfef com.apple.PackageKit (3.0 - 546) <3C1DA0E5-BAEE-34DA-BDDF-36EA11EA0B39> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit 0x7fff88aad000 - 0x7fff88b3cfff com.apple.CorePDF (4.0 - 4) <6147B89F-46D8-38B2-A7D0-C5AABCE35BC6> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff88b5b000 - 0x7fff88b5bff7 libkeymgr.dylib (28) <09397E01-6066-3179-A50C-2CE666FDA929> /usr/lib/system/libkeymgr.dylib 0x7fff88b60000 - 0x7fff88c52ff7 libiconv.2.dylib (44) /usr/lib/libiconv.2.dylib 0x7fff88d28000 - 0x7fff88d42ff3 liblzma.5.dylib (10) /usr/lib/liblzma.5.dylib 0x7fff88d43000 - 0x7fff88d9ffff libTIFF.dylib (1442) <28DF1565-3705-3ED3-B570-C9CB12376D2E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff88da0000 - 0x7fff88dc7fff com.apple.ChunkingLibrary (167 - 167) <508861C9-F5E6-343B-8DD0-D71DFE49ECFD> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff88dc8000 - 0x7fff88df1fff libsystem_info.dylib (477.20.1) <6513635B-4ADE-3B45-BF63-ED7AC565B0C9> /usr/lib/system/libsystem_info.dylib 0x7fff88dfd000 - 0x7fff88e2afff libdispatch.dylib (501.20.1) <324C9189-2AF3-3356-847F-6F4CE1C6E901> /usr/lib/system/libdispatch.dylib 0x7fff88e5d000 - 0x7fff8906aff7 com.apple.CoreImage (11.2.0 - 366.2.7) <344F1067-5F52-3626-8F6C-2B678DEB80A1> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff89131000 - 0x7fff8914bfff com.apple.Kerberos (3.0 - 1) <836358DE-2731-3ACD-98E3-E5FA48917728> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff8914c000 - 0x7fff8931affb com.apple.QuartzCore (1.11 - 410.14) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff89369000 - 0x7fff893d5ff7 com.apple.contacts.Contacts (1.0 - 2137.1) <2726B3FB-7A00-34E0-8BBF-7E5395C35527> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts 0x7fff893d6000 - 0x7fff893deff7 libcldcpuengine.dylib (2.6.4.1) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff893e9000 - 0x7fff89437ff7 libstdc++.6.dylib (104.1) <76E2AFB1-07E5-3F19-B692-F6E21B7E470D> /usr/lib/libstdc++.6.dylib 0x7fff89438000 - 0x7fff894affe7 libcorecrypto.dylib (335.20.1) /usr/lib/system/libcorecrypto.dylib 0x7fff894b0000 - 0x7fff894b0fff libOpenScriptingUtil.dylib (169) <5CE2080C-398C-34C2-8D65-B9C627AACA19> /usr/lib/libOpenScriptingUtil.dylib 0x7fff894b1000 - 0x7fff895d5fff libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib 0x7fff89618000 - 0x7fff89623ff7 libChineseTokenizer.dylib (16) <998637AB-DC37-3A7C-A85C-F10FD98CAAD7> /usr/lib/libChineseTokenizer.dylib 0x7fff89624000 - 0x7fff89632fff com.apple.ToneLibrary (1.0 - 1) /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fff89650000 - 0x7fff89651ffb libremovefile.dylib (41) /usr/lib/system/libremovefile.dylib 0x7fff89652000 - 0x7fff896a2ff7 com.apple.DiskManagement (8.1 - 952) <4B4F4846-2CD0-3461-8A99-DA3685C55DDA> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement 0x7fff896a3000 - 0x7fff896a6ff7 libsystem_sandbox.dylib (460.20.9) <1C891336-1B25-365D-B43E-96D5B3BE66B0> /usr/lib/system/libsystem_sandbox.dylib 0x7fff896a7000 - 0x7fff89716fff com.apple.datadetectorscore (7.0 - 460) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff89718000 - 0x7fff897cfff7 com.apple.CoreDuet (1.0 - 1) <20BDA287-415A-385E-BCB5-934D165BDAA4> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff8a6f7000 - 0x7fff8a6fffff com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff8a71d000 - 0x7fff8a734fff com.apple.ScriptingBridge (1.3.3 - 68) <4C81A32D-9B9F-354F-9857-E5BD0852290A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge 0x7fff8a9d4000 - 0x7fff8a9e4fff com.apple.AppleScriptObjC (1.4 - 32) /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC 0x7fff8a9e5000 - 0x7fff8a9e7fff libCGXType.A.dylib (948) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8a9eb000 - 0x7fff8aa96fff com.apple.PDFKit (3.1 - 3.1) <4F470085-BBE3-3A75-AB79-430426F72CE4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff8aad9000 - 0x7fff8aad9fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff8aafd000 - 0x7fff8ab00ff3 libCGXCoreImage.A.dylib (948) <16B364C4-57E5-39F3-B309-3EBB288ECEFC> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff8aba5000 - 0x7fff8ae35ff7 com.apple.RawCamera.bundle (6.18 - 828) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff8aea1000 - 0x7fff8aea3ff7 com.apple.SafariServices.framework (11601 - 11601.3.9) <86B9C242-287E-3A40-9F3A-AABAE3538C17> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff8b05f000 - 0x7fff8b064ff7 libheimdal-asn1.dylib (453.20.2) /usr/lib/libheimdal-asn1.dylib 0x7fff8b065000 - 0x7fff8b0dbff7 com.apple.MMCS (1.3 - 351) <13D01D37-66F0-30BB-AA7E-D1D348F738E3> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS 0x7fff8b0e4000 - 0x7fff8b2f1ffb libicucore.A.dylib (551.41) /usr/lib/libicucore.A.dylib 0x7fff8b317000 - 0x7fff8b713fff libLAPACK.dylib (1159) <7618C270-D895-345C-B08B-102286A05A55> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8b714000 - 0x7fff8b91ffff libFosl_dynamic.dylib (16.24) <363B7CEE-B662-32F3-9D7B-245E64927C35> /usr/lib/libFosl_dynamic.dylib 0x7fff8bca8000 - 0x7fff8bd7eff7 com.apple.DiskImagesFramework (10.11.2 - 417.1) <4A510EE1-893E-38A8-AD09-5ACC9F2BE86F> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8bd86000 - 0x7fff8bd88fff com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8bd89000 - 0x7fff8be30fff com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff8c6c2000 - 0x7fff8c6cafff libsystem_networkextension.dylib (385.20.6) /usr/lib/system/libsystem_networkextension.dylib 0x7fff8c728000 - 0x7fff8c757ff7 com.apple.securityinterface (10.0 - 55065.20.1) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff8c7c2000 - 0x7fff8c7d8ff7 libLinearAlgebra.dylib (1159) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff8c7d9000 - 0x7fff8cf01fff com.apple.VectorKit (1.0 - 1156.1.14) <60E2000D-1941-3344-BB48-E25C2EFC3DFC> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit 0x7fff8cf02000 - 0x7fff8cf2bffb libRIP.A.dylib (948) <96E8F983-A8BA-3B0F-9035-E09642A63F6E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff8cf2c000 - 0x7fff8cf31ff7 libmacho.dylib (875.1) /usr/lib/system/libmacho.dylib 0x7fff8cf64000 - 0x7fff8cf66ff7 libquarantine.dylib (80) <163CF63A-7455-3D1F-AE57-8C4475A9204C> /usr/lib/system/libquarantine.dylib 0x7fff8d32e000 - 0x7fff8d330fff libCVMSPluginSupport.dylib (12.0.40.6) <8E97A929-0E60-3F6D-ACF7-67F700BE2530> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8d331000 - 0x7fff8d34efff com.apple.pluginkit.framework (1.0 - 1) /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit 0x7fff8da1e000 - 0x7fff8da2dfe7 com.apple.AppleFSCompression (81.20.2 - 1.0) <735A903C-EB3A-32EB-BA6B-C55644C59C5C> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression 0x7fff8dd1e000 - 0x7fff8dd1ffff libUAPreferences.dylib (270.10) <8F2A85EB-3205-33F6-B9AF-8F8ED3D75E50> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib 0x7fff8dd20000 - 0x7fff8dd58fff com.apple.RemoteViewServices (2.0 - 99) <596153FD-3CB9-3FED-9D63-1B73B01AC6DB> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff8dd59000 - 0x7fff8e0bbf3f libobjc.A.dylib (680) <9F45830D-F1D5-3CDF-9461-1A5477ED7D1E> /usr/lib/libobjc.A.dylib 0x7fff8e0bc000 - 0x7fff8e195fff com.apple.CoreMedia (1.0 - 1731.15.33) <6109D83B-4E0B-3DE2-9856-9FD80EA51CE0> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff8e197000 - 0x7fff8e1d5ff7 libGLImage.dylib (12.0.40.6) <7A41B04A-8282-3530-809F-FAC4AC953CD2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff8e1d6000 - 0x7fff8e1eefd7 libcompression.dylib (25) <202CE8A7-3D5B-347A-BD22-F0CB589B29AF> /usr/lib/libcompression.dylib 0x7fff8e1ef000 - 0x7fff8e1effff com.apple.IOPlatformPluginFamily (1.0 - 1) /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily 0x7fff8e1f0000 - 0x7fff8e4e5fff com.apple.HIToolbox (2.1.1 - 807.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff8e4e6000 - 0x7fff8e4ebfff com.apple.ImageCapture (9.0 - 9.0) <33F7822F-1124-3D73-AF66-515EA32A4A47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff8e4ee000 - 0x7fff8e794ff7 com.apple.CoreData (120 - 641.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff8e817000 - 0x7fff8e81eff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff8e827000 - 0x7fff8e82affb libScreenReader.dylib (425.102) /usr/lib/libScreenReader.dylib 0x7fff8e82b000 - 0x7fff8e834ff7 com.apple.DisplayServicesFW (3.0 - 378) /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff8e83e000 - 0x7fff8e845ff7 libcompiler_rt.dylib (62) /usr/lib/system/libcompiler_rt.dylib 0x7fff8e846000 - 0x7fff8e85dfff libmarisa.dylib (4) /usr/lib/libmarisa.dylib 0x7fff8e85e000 - 0x7fff8e983ff7 com.apple.LaunchServices (728.6 - 728.6) <8658230B-5894-3244-BDBA-A6C9DD347219> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff8ebf2000 - 0x7fff8ec40fff libcurl.4.dylib (90) /usr/lib/libcurl.4.dylib 0x7fff8ecc1000 - 0x7fff8ecd0ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <0D1BCC13-76B9-3C19-85AA-D8DD8299F007> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8ed2e000 - 0x7fff8ee73fff com.apple.QTKit (7.7.3 - 2943) <1477C5F3-63B2-386D-A911-481BEFAFEB58> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff8ee74000 - 0x7fff8ee90ff3 libresolv.9.dylib (60) /usr/lib/libresolv.9.dylib 0x7fff8ee95000 - 0x7fff8ee97ff7 libsystem_configuration.dylib (802.20.7) <5FD79070-36CC-3D02-BEA7-BB5D2AE97D5D> /usr/lib/system/libsystem_configuration.dylib 0x7fff8ee98000 - 0x7fff8eeaafff libsasl2.2.dylib (209) <02BF4226-23E9-34EC-A727-CF0E205395F8> /usr/lib/libsasl2.2.dylib 0x7fff8eeab000 - 0x7fff8eebefff com.apple.contacts.ContactsPersistence (1.0 - 2137.1) <71232F20-11BD-370D-9F43-F262BFE46C93> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff8ef2d000 - 0x7fff8ef3eff7 libsystem_trace.dylib (201.10.3) /usr/lib/system/libsystem_trace.dylib 0x7fff8efa4000 - 0x7fff8efcdff7 libxslt.1.dylib (14) /usr/lib/libxslt.1.dylib 0x7fff8f808000 - 0x7fff8fa54ff7 com.apple.AddressBook.framework (9.0 - 1679.4) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff8faac000 - 0x7fff8faf1ff7 com.apple.coreservices.SharedFileList (24.4 - 24.5) <72156BE7-0804-3F90-9AF9-14C4739430C2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff8fb26000 - 0x7fff8fb27fff com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff8fbfc000 - 0x7fff8ff39ff3 com.apple.WebKit (11601 - 11601.3.9) <5B562B26-2D3A-3F0F-B374-0FE43BFB0872> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff8ff3a000 - 0x7fff8ff3ffff com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff9008c000 - 0x7fff900d1ff3 libFontRegistry.dylib (155.1) <593CC743-3785-3CC5-A229-D3846C51E054> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff900d2000 - 0x7fff900d3fff libsystem_secinit.dylib (20) /usr/lib/system/libsystem_secinit.dylib 0x7fff900d4000 - 0x7fff9023afff com.apple.AutomatorFramework (2.6 - 419) /System/Library/Frameworks/Automator.framework/Versions/A/Automator 0x7fff90250000 - 0x7fff902a2fff com.apple.CloudDocs (1.0 - 383.5) /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff9039c000 - 0x7fff903fdff7 libsystem_network.dylib (583.20.10) <1C0410F3-F66E-3B0D-B8AD-0D49AB15A529> /usr/lib/system/libsystem_network.dylib 0x7fff903fe000 - 0x7fff90400fff com.apple.CoreDuetDebugLogging (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7fff90401000 - 0x7fff90406fff com.apple.DiskArbitration (2.7 - 2.7) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff90407000 - 0x7fff90409ff7 libRadiance.dylib (1442) <1E42E394-4CD2-3E10-8591-9BB234829AC6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff9040a000 - 0x7fff90410fff com.apple.IOAccelerator (203.14 - 203.14) /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff906ea000 - 0x7fff906efff3 libunwind.dylib (35.3) <124E0F05-2350-3774-A32C-7F5BF38EDE73> /usr/lib/system/libunwind.dylib 0x7fff906f0000 - 0x7fff9070bff7 libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib 0x7fff9070c000 - 0x7fff9076ffff libAVFAudio.dylib (161.2) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib 0x7fff90770000 - 0x7fff908eefff com.apple.UIFoundation (1.0 - 436.1) <8C254BB0-1DED-36A2-AAAF-786EB19CCE39> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff908ef000 - 0x7fff90b85fff libmecabra.dylib (696.4) <0A1574F0-3222-3856-A1C6-D8BE20DC4C48> /usr/lib/libmecabra.dylib 0x7fff90bad000 - 0x7fff90bb0ffb libdyld.dylib (360.18) <5F3777A7-F07E-3D5F-BFA3-A920FF4170ED> /usr/lib/system/libdyld.dylib 0x7fff90bb1000 - 0x7fff90bbaff3 libsystem_notify.dylib (150.20.3) <243FADE1-255A-3B78-8033-F336CD64B817> /usr/lib/system/libsystem_notify.dylib 0x7fff90bbb000 - 0x7fff90be6ffb libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib 0x7fff90be7000 - 0x7fff90c06ff7 com.apple.framework.Apple80211 (11.0 - 1110.33) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff90db8000 - 0x7fff90df5ff3 com.apple.bom (14.0 - 193.7) <9B8AE30B-24A3-37AB-B04E-4CE67AED4775> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom 0x7fff90df6000 - 0x7fff91076ff3 com.apple.security (7.0 - 57337.20.44) <6D1EFB27-3B0F-39EE-B491-6A697A12E98A> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff91077000 - 0x7fff910fffff com.apple.CoreSymbolication (3.1 - 58048.1) <2DFAF855-0528-370D-B4B0-EE0236766D9D> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff91100000 - 0x7fff91102ff7 com.apple.xpc.ServiceManagement (1.0 - 1) <3777FD15-B6F3-32A2-A8E3-3E8CE3B8D5E7> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff91103000 - 0x7fff91389ff7 com.apple.CFNetwork (760.2.6 - 760.2.6) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff9138d000 - 0x7fff9139bfff com.apple.opengl (12.0.40 - 12.0.40) <4D469B19-F5B3-3A2F-93D5-31E3AA3B14BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff913a4000 - 0x7fff913dffff com.apple.AuthKitUI (1.0 - 1) /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI 0x7fff91470000 - 0x7fff9148cff7 libsystem_malloc.dylib (67) <9EECAB18-F025-34C4-8E32-7EFFA6720EFC> /usr/lib/system/libsystem_malloc.dylib 0x7fff9148d000 - 0x7fff9148ffff libUniversalAccess.dylib (270.10) <2570F0D4-37F8-3DBB-867A-A77B9B7F1E8B> /usr/lib/libUniversalAccess.dylib 0x7fff91490000 - 0x7fff914e0ff7 com.apple.Symbolication (1.4 - 58044) <2EC9F04A-4370-39C8-8549-FC6411D87463> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff914e1000 - 0x7fff914e4ff7 libCoreFSCache.dylib (119.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff915d2000 - 0x7fff91840fff com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit 0x7fff91841000 - 0x7fff91870ffb com.apple.datadetectors (5.0 - 308) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors 0x7fff91881000 - 0x7fff9188dfff libexslt.0.dylib (14) <66191A7E-1526-39F5-B80E-3F5E5FA03DC5> /usr/lib/libexslt.0.dylib 0x7fff9189a000 - 0x7fff9189dfff com.apple.Mangrove (1.0 - 1) <7919AD18-0EDE-3408-A6AC-A9121B8D857F> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff9189e000 - 0x7fff918aefff libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib 0x7fff918af000 - 0x7fff918ebff7 com.apple.OSAKit (1.5 - 104) <7B0FDD8C-8530-3F74-BCF0-E9F498D883E4> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit 0x7fff9190e000 - 0x7fff91950ff7 com.apple.Metal (55.2.8 - 55.2.8) <4EC5571C-8A19-3774-BDA0-CB15DB04D06A> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff91960000 - 0x7fff91a46fef unorm8_bgra.dylib (2.6.4.1) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x7fff91a47000 - 0x7fff91a57ff3 com.apple.ProtocolBuffer (1 - 242) <127AF54F-615B-362A-A221-3E758C46A235> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff91a58000 - 0x7fff91a8efff libssl.0.9.8.dylib (59) /usr/lib/libssl.0.9.8.dylib 0x7fff91ae7000 - 0x7fff91b28ff7 libGLU.dylib (12.0.40.6) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff9210c000 - 0x7fff921f3ff7 libcrypto.0.9.8.dylib (59) /usr/lib/libcrypto.0.9.8.dylib 0x7fff92226000 - 0x7fff92257ff7 libncurses.5.4.dylib (46) /usr/lib/libncurses.5.4.dylib 0x7fff92258000 - 0x7fff922a4ff7 com.apple.corelocation (1486.17 - 1615.38) <5AE891F7-ED25-3C6C-A8DD-5D702FB87DC7> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff922b4000 - 0x7fff922bffff libcsfde.dylib (517.20.1) <42376761-F1B3-3086-AFBC-231507582BBE> /usr/lib/libcsfde.dylib 0x7fff922c7000 - 0x7fff922d2ff7 libcommonCrypto.dylib (60075.20.1) <766BC3F5-41F3-3315-BABC-72718A98EA92> /usr/lib/system/libcommonCrypto.dylib 0x7fff922d3000 - 0x7fff923ffff7 com.apple.CoreText (352.0 - 494.10) <9FD834B1-FF8E-3EB0-BB11-6E9120969086> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff92446000 - 0x7fff9244efff libGFXShared.dylib (12.0.40.6) <05770D51-DB02-3ACD-86EF-D3A475A83D4D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff92459000 - 0x7fff924e6dd7 com.apple.AppleJPEG (1.0 - 1) <9F0E8564-FCC4-33BE-9C6A-2BA926A33F6F> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff92504000 - 0x7fff92528fff libJPEG.dylib (1442) <9616E8A5-60BA-3C70-8F37-A33055D227C8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff92529000 - 0x7fff92546ff7 com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <25691042-E51E-3A47-A908-E2F6D35451FC> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff92564000 - 0x7fff92575fff libcmph.dylib (6) /usr/lib/libcmph.dylib 0x7fff92576000 - 0x7fff925fafff com.apple.AVKit (1.1 - 285.1) <5F49A0E6-0A48-3E15-9864-4F8C296098CB> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit 0x7fff9266e000 - 0x7fff926c0fff com.apple.AppleVAFramework (5.0.32 - 5.0.32) <082B5F3A-6FB2-3444-9B84-F8675BFCE517> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff926c1000 - 0x7fff926cffff libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib 0x7fff926d0000 - 0x7fff92707ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <79D981F2-F70C-3E47-B124-DC0C90D45563> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff92708000 - 0x7fff9271bfff com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff92743000 - 0x7fff92777ff7 com.apple.CoreVideo (1.8 - 191.2) <88D903C8-E608-320E-8ACD-11E5B3003C18> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff9287c000 - 0x7fff92967ff7 com.apple.QuickLookUIFramework (5.0 - 696.3) <8416C721-85D3-3F4A-9916-2CB4640BB0CB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff92968000 - 0x7fff92997ffb libsystem_m.dylib (3105) <26655445-CA97-321E-B221-801CB378D1AA> /usr/lib/system/libsystem_m.dylib 0x7fff92998000 - 0x7fff929a0fff libcopyfile.dylib (127) /usr/lib/system/libcopyfile.dylib 0x7fff92b9c000 - 0x7fff92b9dfff liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib 0x7fff92b9e000 - 0x7fff92bceff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff92bcf000 - 0x7fff92c1eff7 com.apple.opencl (2.6.9 - 2.6.9) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff92d48000 - 0x7fff92d5dfff com.apple.AppContainer (4.0 - 261.20.7) <30414623-E68F-31A1-9794-1C052391E900> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff92d5e000 - 0x7fff92dc8ff7 com.apple.framework.CoreWLAN (11.0 - 1101.20) <6A535459-6A8A-3D60-986B-EE7ED833A9C3> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff92e4b000 - 0x7fff93a6eff7 com.apple.AppKit (6.9 - 1404.34) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff93a70000 - 0x7fff93b2afff com.apple.DiscRecording (9.0.1 - 9010.4.3) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff93c73000 - 0x7fff93e39fff com.apple.ImageIO.framework (3.3.0 - 1442) <1AE1EF1A-EA91-3453-A6F4-C11BD91B8D66> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff941dc000 - 0x7fff9428efff com.apple.cloudkit.CloudKit (481.8 - 481.8) /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff9428f000 - 0x7fff942baff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2137.1) /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff942bb000 - 0x7fff94301ff7 libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib 0x7fff94302000 - 0x7fff943a2ff7 com.apple.Metadata (10.7.0 - 972.16) <98CA1355-3E2C-364C-9C4F-3CA286DB08A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff943a3000 - 0x7fff94453fe7 libvMisc.dylib (563.4) <621D84AA-C752-34EE-8B16-CF0C2DE722FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff9447b000 - 0x7fff9447ffff com.apple.CommonPanels (1.2.6 - 96) <61E9D84F-435A-3C7B-A065-047B80775777> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff94480000 - 0x7fff9448bfff libGL.dylib (12.0.40.6) <3F719CC4-8024-33B5-A49D-15FAE1955A12> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff9451f000 - 0x7fff94804ff3 com.apple.CoreServices.CarbonCore (1136 - 1136) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff94805000 - 0x7fff9495fff3 com.apple.MapKit (1.0 - 1620.0.13.5) <6FE356AC-82F4-30F4-8D33-D2A0EF6235E0> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit 0x7fff94960000 - 0x7fff9498eff7 com.apple.DictionaryServices (1.2 - 250) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff94a4a000 - 0x7fff94a50fff com.apple.XPCService (2.0 - 1) <9A305622-14E1-3D9A-BE47-6524419BA58D> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fff94af8000 - 0x7fff94b4dff7 com.apple.AE (701 - 701) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff94c30000 - 0x7fff94c3efff com.apple.IntlPreferences (2.0 - 192) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff94c3f000 - 0x7fff94cb3ff3 com.apple.securityfoundation (6.0 - 55126) <943934A2-EC53-330F-BEB9-8A718A18F9FC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff94cb4000 - 0x7fff94cddfff libxpc.dylib (756.20.4) <61AB4610-9304-354C-9E9B-D57198AE9866> /usr/lib/system/libxpc.dylib 0x7fff94ce8000 - 0x7fff94cf1fff com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <5BC758E9-9176-3FDB-A9C7-4DC961639607> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework 0x7fff94cf5000 - 0x7fff94e5cfff libBLAS.dylib (1159) <8C24B8BC-E7D9-386D-97C8-929728AFE10B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff94ed2000 - 0x7fff94ed3fff libquit.dylib (197.1) <0EA57192-3473-3428-9CC1-96775643D7EE> /usr/lib/libquit.dylib 0x7fff94ed4000 - 0x7fff94f04ff7 libsandbox.1.dylib (460.20.9) /usr/lib/libsandbox.1.dylib 0x7fff94f05000 - 0x7fff94f56ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff94f60000 - 0x7fff95040ff7 unorm8_rgba.dylib (2.6.4.1) <6970FC46-0D13-3614-929D-9504AB54C740> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x7fff95047000 - 0x7fff95052fff libkxld.dylib (3248.20.55) <3B8A19A8-7B41-3322-BDEC-9A2461E76423> /usr/lib/system/libkxld.dylib 0x7fff95053000 - 0x7fff952c0fff com.apple.imageKit (2.6 - 932) <6738F065-3D55-3165-8D3E-33AA18D6E3EA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff95b20000 - 0x7fff95bb6fff com.apple.ColorSync (4.9.0 - 4.9.0) <8BB8DF19-C24F-39F8-8B90-AD186D74587C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff95c2a000 - 0x7fff96181fff com.apple.MediaToolbox (1.0 - 1731.15.33) <16374746-DF5E-3103-994B-74CF151BD06A> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff96182000 - 0x7fff96185fff libCoreVMClient.dylib (119.5) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff96186000 - 0x7fff96192ff7 com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <8B6C0DB6-8744-3AEB-BD00-9FA6967E7125> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff96193000 - 0x7fff96194ffb libSystem.B.dylib (1226.10.1) <54388DF0-3813-33E4-BE8D-7743A81ACF4D> /usr/lib/libSystem.B.dylib 0x7fff96195000 - 0x7fff961c6ff7 libtidy.A.dylib (15.17) <03EF1071-8B43-3B41-9879-118FA27F89C5> /usr/lib/libtidy.A.dylib 0x7fff961d9000 - 0x7fff961e4fff com.apple.AppSandbox (4.0 - 261.20.7) <0CA08EB7-D574-3E2F-A3AE-FEA80FF3F304> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff961e5000 - 0x7fff961e9fff libGIF.dylib (1442) <39FA0286-1616-3474-8215-7CD07109C9E5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff96285000 - 0x7fff96287ffb libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib 0x7fff96288000 - 0x7fff962a6fff libsystem_kernel.dylib (3248.20.55) <0E688457-4915-36DD-8798-5C2EDEE3F1A3> /usr/lib/system/libsystem_kernel.dylib 0x7fff962a7000 - 0x7fff963b5ff3 com.apple.desktopservices (1.10 - 1.10) <0BAED9FA-EFA5-3DA0-8715-043FD2400B77> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff963b6000 - 0x7fff963b6fff libmetal_timestamp.dylib (600.0.43.5) /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib 0x7fff963b7000 - 0x7fff963ccfff com.apple.ToneKit (1.0 - 1) <298E6855-B818-3949-85ED-08CF12ACEE59> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fff963cd000 - 0x7fff963d6ff7 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff963f6000 - 0x7fff96448fff com.apple.ImageCaptureCore (7.0 - 7.0) <68537DDB-383F-3D4D-8125-789053333B13> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff9645f000 - 0x7fff96476fff libsystem_asl.dylib (322) <3C2D3ACD-0DD1-337A-8247-44A910D67A65> /usr/lib/system/libsystem_asl.dylib 0x7fff96477000 - 0x7fff96499fff com.apple.IconServices (68.1 - 68.1) <3ECAA762-1193-3D76-A25F-7680DB3A957E> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff964b0000 - 0x7fff964b0fff com.apple.ApplicationServices (48 - 48) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff964b1000 - 0x7fff96846fdb com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff96847000 - 0x7fff96b9bff7 com.apple.Foundation (6.9 - 1256.1) <66106CC9-9D97-3846-88D8-4BF6BB508296> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff9705f000 - 0x7fff97061fff com.apple.OAuth (25 - 25) <97C76697-0566-34EF-871C-45DE4B7B7BB5> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth 0x7fff970c4000 - 0x7fff970d8fff com.apple.CoreDuetDaemonProtocol (1.0 - 1) <8D8A190B-3C08-3624-8DC6-E9EBE22BC3BB> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7fff970d9000 - 0x7fff97162ff7 com.apple.PerformanceAnalysis (1.0 - 1) <67DE6CD9-AA72-3664-9594-0161D03D4919> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff97163000 - 0x7fff97207fff com.apple.Bluetooth (4.4.3 - 4.4.3f4) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff97208000 - 0x7fff97224fff com.apple.GenerationalStorage (2.0 - 239) /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff97225000 - 0x7fff97271ff3 com.apple.HIServices (1.22 - 549) <14FB5BB6-8456-39F9-A694-8A1C12426880> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff97272000 - 0x7fff98331fff com.apple.WebCore (11601 - 11601.3.8) <39580B20-B884-3D6C-8DE0-3FF7AD12A6CA> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff98332000 - 0x7fff98854fff com.apple.QuartzComposer (5.1 - 334) <0A407B05-5CF5-3084-93EF-F4619BDEEF8B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff98a11000 - 0x7fff98a3afff libc++abi.dylib (125) /usr/lib/libc++abi.dylib 0x7fff98a3b000 - 0x7fff98a3bfff com.apple.Carbon (154 - 157) <34263101-328D-3FE4-B212-14BD3CFF6965> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff98b11000 - 0x7fff98b12fff libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff98b1e000 - 0x7fff98b32fe3 libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff98b46000 - 0x7fff98b65ff7 com.apple.contacts.vCard (1.0 - 2137.1) <41529BD9-1BCC-3A62-92BA-2A7110867355> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff98b66000 - 0x7fff98b82ff7 libextension.dylib (78) <589FA312-F17C-3A8D-986F-FD995D0065D5> /usr/lib/libextension.dylib 0x7fff98b83000 - 0x7fff98b84ffb libsysmon.dylib (85) <8593A1E2-8B1F-33A6-A58F-116E9B86087C> /usr/lib/libsysmon.dylib 0x7fff98b85000 - 0x7fff98b90fff com.apple.DirectoryService.Framework (10.11 - 194) <159606E0-F3AF-36B0-9744-4BFE1DA3EC74> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff98b91000 - 0x7fff98beefff com.apple.CoreServices.OSServices (728.6 - 728.6) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff98bef000 - 0x7fff98c1dff7 com.apple.CoreServicesInternal (248.2 - 248.2) <7D0D2C65-C4C4-3FBD-89A7-12302EA444AA> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff98c42000 - 0x7fff98c42fff com.apple.CoreServices (728.6 - 728.6) <1FC9300C-6D3D-330C-829C-C8F094BC38C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff98c43000 - 0x7fff98c45fff com.apple.SecCodeWrapper (4.0 - 261.20.7) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff98c46000 - 0x7fff98c5cfff com.apple.CoreMediaAuthoring (2.2 - 953) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff98c5d000 - 0x7fff990ceff3 com.apple.GeoServices (1.0 - 1151.2.13.9) <52A8FBB6-267C-3371-A516-264572B5800F> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff990cf000 - 0x7fff990d8ff7 libsystem_pthread.dylib (138.10.4) <327CECD0-B881-3153-8FCC-4FD4818B7F16> /usr/lib/system/libsystem_pthread.dylib 0x7fff990d9000 - 0x7fff990fbff7 com.apple.framework.familycontrols (4.1 - 410) <50F14127-3FCC-39A2-9158-5C2581B0FAE3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff99141000 - 0x7fff99166ff7 libPng.dylib (1442) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff99167000 - 0x7fff99167ff7 libunc.dylib (29) <1D0F8265-F026-3CBD-93D3-F8DF14FFCE68> /usr/lib/system/libunc.dylib 0x7fff99168000 - 0x7fff9916aff7 com.apple.securityhi (9.0 - 55006) <516B018C-177A-3FAD-8487-97B50FB67DD1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff9917e000 - 0x7fff991cefff libcups.2.dylib (435) <28A05475-9DBF-35EA-B218-3432B69EA18B> /usr/lib/libcups.2.dylib 0x7fff991cf000 - 0x7fff991cfff7 liblaunch.dylib (756.20.4) /usr/lib/system/liblaunch.dylib 0x7fff991d0000 - 0x7fff991d8fff com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff991d9000 - 0x7fff991eafff libSparseBLAS.dylib (1159) <3C520738-8F54-36E4-B966-97D1F886F59E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff992a4000 - 0x7fff992affff com.apple.CrashReporterSupport (10.11 - 717) <474544AD-1199-3ECC-90E5-071847BA72C6> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff992cc000 - 0x7fff99340fff com.apple.Heimdal (4.0 - 2.0) <009F223D-B89B-376B-94F5-6D982CBEF771> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff99341000 - 0x7fff99341fff com.apple.audio.units.AudioUnit (1.13 - 1.13) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff99342000 - 0x7fff99345ff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <2B3F04CE-3C7D-3F51-99F3-C7847D1E4277> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff99346000 - 0x7fff9934efff com.apple.NetFS (6.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff9934f000 - 0x7fff9945efe7 libvDSP.dylib (563.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff9945f000 - 0x7fff99464fff com.apple.MediaAccessibility (1.0 - 79) /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff99528000 - 0x7fff9954ffff com.apple.shortcut (2.16 - 93) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff99550000 - 0x7fff995c4fff com.apple.framework.IOKit (2.0.2 - 1179.20.6) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff995ca000 - 0x7fff995d2fff com.apple.AppleSRP (5.0 - 1) <25775E90-1DBB-3BFA-B4B4-F8F262B9EC1F> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff995d3000 - 0x7fff996c3fff libJP2.dylib (1442) <50DD1F07-6517-372B-8244-2AD19702385C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff996c4000 - 0x7fff996cdfff com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 0x7fff9994a000 - 0x7fff99aa5ffb com.apple.WebKitLegacy (11601 - 11601.3.9) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff99bf4000 - 0x7fff99c27ff7 com.apple.MediaKit (16 - 809) /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff99c5c000 - 0x7fff99ca7ff7 com.apple.CoreMediaIO (703.0 - 4791) <7D342CFF-D074-3CAB-B76C-E1F878740AA6> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff99cd4000 - 0x7fff99cf8fff com.apple.quartzfilters (1.10.0 - 1.10.0) <58FAFE0C-A2D8-3746-AC8F-BF553A7CDED7> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff99cf9000 - 0x7fff99d88ff7 libCoreStorage.dylib (517.20.1) /usr/lib/libCoreStorage.dylib 0x7fff99d89000 - 0x7fff99da7ffb libedit.3.dylib (43) <1D3E3152-4001-3C19-B56A-7543F1BBA47C> /usr/lib/libedit.3.dylib 0x7fff99dbd000 - 0x7fff99e6dfff com.apple.backup.framework (1.7.2 - 1.7.2) <890AF1EE-CFC9-3DAB-B236-88E203B4ADBC> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff99e6e000 - 0x7fff99e7afff com.apple.HelpData (2.1.4 - 90) <3A533F58-9C3B-3341-A8F8-084C96BDB70D> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff99e7b000 - 0x7fff99ed9fff com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff99eda000 - 0x7fff9a255ffb com.apple.VideoToolbox (1.0 - 1731.15.33) <33AED54A-87AE-330F-BAAD-FB8389C3E686> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff9a256000 - 0x7fff9a257ff3 com.apple.print.framework.Print (10.0 - 266) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff9a588000 - 0x7fff9a5a9fff com.apple.Sharing (442.9.1 - 442.9.1) <672DE6DF-98E0-30A4-BA25-44BDE188D0BE> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff9a5d0000 - 0x7fff9a5deff7 libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib 0x7fff9a5e3000 - 0x7fff9a5edfff com.apple.NetAuth (6.0 - 6.0) <19E44307-6F9F-3DEC-8C1A-4685BC252A35> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff9a5fa000 - 0x7fff9a6f6ff7 libFontParser.dylib (158.4) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff9a6f7000 - 0x7fff9a739fff com.apple.framework.ConfigurationProfiles (8.1 - 847) <40324C78-D6DF-3FA5-A784-FB001C3A45E3> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles 0x7fff9a73f000 - 0x7fff9a7ccfff libsystem_c.dylib (1082.20.4) /usr/lib/system/libsystem_c.dylib 0x7fff9a947000 - 0x7fff9aaeeffb com.apple.avfoundation (2.0 - 1046.9.2) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff9ad48000 - 0x7fff9ad80ff7 com.apple.Accounts (113 - 113) <35359B35-FDE1-3787-8EAB-D9BD063F6B9E> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff9ad81000 - 0x7fff9ade8fff com.apple.framework.CoreWiFi (11.0 - 1101.20) /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff9ade9000 - 0x7fff9ae0dfff com.apple.MultitouchSupport.framework (304.10 - 304.10) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff9ae2c000 - 0x7fff9ae45fff com.apple.network.statistics.framework (1.2 - 1) <1BE2259C-8CFD-3F40-B30D-0434C0E05B9F> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics 0x7fff9ae46000 - 0x7fff9ae4afff com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff9ae4b000 - 0x7fff9c09cfff com.apple.CoreGraphics (1.600.0 - 948) <5C9D3150-55FF-3C12-806C-D74837E12B1A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff9c0b3000 - 0x7fff9c0bfff7 com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff9c103000 - 0x7fff9c1f2fff libxml2.2.dylib (29.2) /usr/lib/libxml2.2.dylib 0x7fff9c1f4000 - 0x7fff9c1faff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff9c1fb000 - 0x7fff9c222fff com.apple.ProtectedCloudStorage (1.0 - 1) /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff9c223000 - 0x7fff9c22bffb libsystem_dnssd.dylib (625.20.4) <945B5FB1-DA91-3D45-A961-A8FAD53C1E7E> /usr/lib/system/libsystem_dnssd.dylib 0x7fff9c22c000 - 0x7fff9c230fff libcache.dylib (75) <6B245C0A-F3EA-383B-A542-5B0D0456A41B> /usr/lib/system/libcache.dylib 0x7fff9c236000 - 0x7fff9c23efff libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib 0x7fff9c25e000 - 0x7fff9c2f3fff com.apple.ink.framework (10.9 - 214) <6B573126-A6E9-357F-B36A-AA5BDC0BEAF8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff9c2f4000 - 0x7fff9c2f6fff com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff9c406000 - 0x7fff9c440fff com.apple.QD (3.12 - 302) <3F36A108-C557-353A-A3F7-80DDCB82BB37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff9c456000 - 0x7fff9c4c5fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff9c50a000 - 0x7fff9c50cfff libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib 0x7fff9c50d000 - 0x7fff9c510fff libspindump.dylib (197.1) <78CD77B4-3653-35B7-B8E6-3F76BDD7F8B6> /usr/lib/libspindump.dylib 0x7fff9c511000 - 0x7fff9c51cfff com.apple.CommerceCore (1.0 - 459) <82EB2F45-0C56-3FA7-B8B2-2B4C7DB127C4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff9c51d000 - 0x7fff9c94bfff com.apple.vision.FaceCore (3.3.1 - 3.3.1) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff9c99a000 - 0x7fff9c9b3fff com.apple.CFOpenDirectory (10.11 - 194) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff9c9ba000 - 0x7fff9c9d5fff com.apple.aps.framework (4.0 - 4.0) <894B1FD6-6EBE-302B-947B-D5813DABEDF0> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService

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: 137541 thread_create: 0 thread_set_state: 30330

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

                              VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= Accelerate.framework 256K 3 Activity Tracing 2048K 2 CG backing stores 16.9M 17 CG image 50.5M 74 CG shared images 720K 21 CoreAnimation 16.3M 178 CoreData Object IDs 4100K 3 CoreUI image data 2944K 31 CoreUI image file 192K 4 Dispatch continuations 16.0M 2 Foundation 44K 7 Image IO 44K 11 JS JIT generated code 8K 3 JS JIT generated code (reserved) 1.0G 2 reserved VM address space (unallocated) Kernel Alloc Once 8K 3 MALLOC 232.2M 67 MALLOC guard page 32K 7 Memory Tag 242 12K 2 Memory Tag 251 80K 5 OpenCL 24K 4 Process Corpse Info 2048K 2 SQLite page cache 5504K 25 STACK GUARD 56.1M 24 Stack 18.7M 26 VM_ALLOCATE 144K 22 WebKit Malloc 4132K 5 DATA 53.9M 515 IMAGE 528K 2 LINKEDIT 138.1M 180 TEXT 373.1M 481 __UNICODE 552K 2 mapped file 216.0M 95 shared memory 16.3M 12 =========== ======= ======= TOTAL 2.2G 1804 TOTAL, minus reserved VM space 1.2G 1804

bretdabaker commented 8 years ago

Does the static library have its own project? e.g. like CocoaPods sub-projects in a workspace?

SjoerdPerfors commented 8 years ago

Yes it has and it can be maintained by just opening that project. It has three targets. See screenshot.

screen shot 2016-02-02 at 10 36 42

When building the universal lib I get a zip file including these file which need to be include in my other projects:

screen shot 2016-02-02 at 10 37 57

bretdabaker commented 8 years ago

Thanks for the information and screenshots! We have received a similar issue ticket and are now investigating the problem.

bretdabaker commented 8 years ago

It crashed because you are trying to generate/merge strings for static library targets, unlike apps or dynamic frameworks, static libraries do not support resources files. That's why there's an extra target for FlisterResources.

There's no simple way to fix this because it's difficult to detect or select which bundle target the generated strings should be added to. We will remove static libraries from selectable targets in project settings soon. For now please upload the files via the web admin.

Sorry for the inconvenience caused.

SjoerdPerfors commented 8 years ago

Alright!