Xcode randomly crashes when opening a project
| Originator: | macmade | ||
| Number: | rdar://30928262 | Date Originated: | 08-Mar-2017 10:11 PM |
| Status: | Duplicate (Closed) | Resolved: | |
| Product: | Developer Tools | Product Version: | |
| Classification: | Reproducible: | Sometimes |
Summary:
Complete crash report is attached.
--------------------------------------------------------------------------------
Version:
macOS 10.12.4 Beta (16E183b) / Xcode Version 8.2.1 (8C1002)
--------------------------------------------------------------------------------
Configuration:
The crash happens completely randomly...
Removing the derived data folder sometimes help...
--------------------------------------------------------------------------------
Attachments:
Process: Xcode [5120]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 8.2.1 (11766.1)
Build Info: IDEFrameworks-11766001000000000~5
App Item ID: 497799835
App External ID: 820169454
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Xcode [5120]
User ID: 501
Date/Time: 2017-03-08 22:00:48.624 +0100
OS Version: Mac OS X 10.12.4 (16E183b)
Report Version: 12
Anonymous UUID: B16B2A76-C498-F807-4AE4-15EDB29066CB
Time Awake Since Boot: 1600 seconds
System Integrity Protection: disabled
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: 8C1002
UNCAUGHT EXCEPTION (NSInvalidArgumentException): *** -[__NSCFString stringByAppendingString:]: nil argument
UserInfo: (null)
Hints: None
Backtrace:
0 __exceptionPreprocess (in CoreFoundation)
1 DVTFailureHintExceptionPreprocessor (in DVTFoundation)
2 objc_exception_throw (in libobjc.A.dylib)
3 +[NSException raise:format:] (in CoreFoundation)
4 -[NSString stringByAppendingString:] (in Foundation)
5 -[IDEIssueNavigator _stateIdentifierForIssueFileGroup:parentNavigable:] (in IDEKit)
6 -[IDEIssueNavigator outlineView:viewForTableColumn:item:] (in IDEKit)
7 -[NSTableView(NSTableViewViewBased) makeViewForTableColumn:row:] (in AppKit)
8 -[NSTableRowData _addViewToRowView:atColumn:row:] (in AppKit)
9 -[NSTableRowData _addViewsToRowView:atRow:] (in AppKit)
10 -[NSTableRowData _initializeRowView:atRow:] (in AppKit)
11 -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] (in AppKit)
12 -[NSTableRowData _updateVisibleViewsBasedOnUpdateItems] (in AppKit)
13 -[NSTableRowData _updateVisibleViewsBasedOnUpdateItemsAnimated] (in AppKit)
14 -[NSTableRowData _doWorkAfterEndUpdates] (in AppKit)
15 -[NSOutlineView _batchExpandItemsWithItemEntries:expandChildren:] (in AppKit)
16 -[NSOutlineView expandItem:expandChildren:] (in AppKit)
17 -[IDENavigatorOutlineView expandItemIncludingAncestors:expandChildren:] (in IDEKit)
18 ___autoExpansionWorkQueueFor_block_invoke_2 (in IDEKit)
19 -[_DVTTimeSlicedMainThreadOrderedUniquingWorkQueue _processWorkItemsWithDeadline:] (in DVTFoundation)
20 -[DVTTimeSlicedMainThreadWorkQueue _processWithDeadline:] (in DVTFoundation)
21 -[_DVTTimeSlicedMainThreadActiveWorkQueues _processWorkQueuesOnDeadline] (in DVTFoundation)
22 __NSFireDelayedPerform (in Foundation)
23 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ (in CoreFoundation)
24 __CFRunLoopDoTimer (in CoreFoundation)
25 __CFRunLoopDoTimers (in CoreFoundation)
26 __CFRunLoopRun (in CoreFoundation)
27 CFRunLoopRunSpecific (in CoreFoundation)
28 RunCurrentEventLoopInMode (in HIToolbox)
29 ReceiveNextEventCommon (in HIToolbox)
30 _BlockUntilNextEventMatchingListInModeWithFilter (in HIToolbox)
31 _DPSNextEvent (in AppKit)
32 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] (in AppKit)
33 -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in DVTKit)
34 -[NSApplication run] (in AppKit)
35 NSApplicationMain (in AppKit)
36 start (in libdyld.dylib)
abort() called
Application Specific Signatures:
NSInvalidArgumentException
Application Specific Backtrace 1:
0 CoreFoundation 0x00007fffa42ce37b __exceptionPreprocess + 171
1 DVTFoundation 0x0000000108972762 DVTFailureHintExceptionPreprocessor + 194
2 libobjc.A.dylib 0x00007fffb90dd48d objc_exception_throw + 48
3 CoreFoundation 0x00007fffa434cc3d +[NSException raise:format:] + 205
4 Foundation 0x00007fffa5c64d6e -[NSString stringByAppendingString:] + 104
5 IDEKit 0x0000000109f091ce -[IDEIssueNavigator _stateIdentifierForIssueFileGroup:parentNavigable:] + 171
6 IDEKit 0x0000000109f0bcb0 -[IDEIssueNavigator outlineView:viewForTableColumn:item:] + 510
7 AppKit 0x00007fffa1e559d0 -[NSTableView(NSTableViewViewBased) makeViewForTableColumn:row:] + 76
8 AppKit 0x00007fffa1e553a7 -[NSTableRowData _addViewToRowView:atColumn:row:] + 308
9 AppKit 0x00007fffa1e550eb -[NSTableRowData _addViewsToRowView:atRow:] + 204
10 AppKit 0x00007fffa1e5388f -[NSTableRowData _initializeRowView:atRow:] + 390
11 AppKit 0x00007fffa1e51e95 -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 398
12 AppKit 0x00007fffa1f24d8d -[NSTableRowData _updateVisibleViewsBasedOnUpdateItems] + 4083
13 AppKit 0x00007fffa1f23c7b -[NSTableRowData _updateVisibleViewsBasedOnUpdateItemsAnimated] + 246
14 AppKit 0x00007fffa1e450f7 -[NSTableRowData _doWorkAfterEndUpdates] + 85
15 AppKit 0x00007fffa1f21bed -[NSOutlineView _batchExpandItemsWithItemEntries:expandChildren:] + 558
16 AppKit 0x00007fffa1f21874 -[NSOutlineView expandItem:expandChildren:] + 255
17 IDEKit 0x0000000109fa897c -[IDENavigatorOutlineView expandItemIncludingAncestors:expandChildren:] + 176
18 IDEKit 0x0000000109f10ff5 ___autoExpansionWorkQueueFor_block_invoke_2 + 62
19 DVTFoundation 0x00000001088e083c -[_DVTTimeSlicedMainThreadOrderedUniquingWorkQueue _processWorkItemsWithDeadline:] + 152
20 DVTFoundation 0x00000001088df4e8 -[DVTTimeSlicedMainThreadWorkQueue _processWithDeadline:] + 187
21 DVTFoundation 0x00000001088dca54 -[_DVTTimeSlicedMainThreadActiveWorkQueues _processWorkQueuesOnDeadline] + 116
22 Foundation 0x00007fffa5cc1438 __NSFireDelayedPerform + 417
23 CoreFoundation 0x00007fffa424dd04 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
24 CoreFoundation 0x00007fffa424d98f __CFRunLoopDoTimer + 1071
25 CoreFoundation 0x00007fffa424d4ea __CFRunLoopDoTimers + 298
26 CoreFoundation 0x00007fffa4244c31 __CFRunLoopRun + 2065
27 CoreFoundation 0x00007fffa42441c4 CFRunLoopRunSpecific + 420
28 HIToolbox 0x00007fffa37a5ebc RunCurrentEventLoopInMode + 240
29 HIToolbox 0x00007fffa37a5cf1 ReceiveNextEventCommon + 432
30 HIToolbox 0x00007fffa37a5b26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
31 AppKit 0x00007fffa1d40e24 _DPSNextEvent + 1120
32 AppKit 0x00007fffa24bc85e -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
33 DVTKit 0x0000000108f19eaf -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 396
34 AppKit 0x00007fffa1d357ab -[NSApplication run] + 926
35 AppKit 0x00007fffa1d001de NSApplicationMain + 1237
36 libdyld.dylib 0x00007fffb99c2235 start + 1
37 ??? 0x0000000000000001 0x0 + 1
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fffb9af0d42 __pthread_kill + 10
1 libsystem_pthread.dylib 0x00007fffb9bde787 pthread_kill + 90
2 libsystem_c.dylib 0x00007fffb9a56420 abort + 129
3 com.apple.dt.IDEKit 0x000000010a0031db +[IDEAssertionHandler _handleAssertionWithLogString:assertionSignature:assertionReason:extraBacktrace:] + 1466
4 com.apple.dt.IDEKit 0x000000010a0047a7 -[IDEAssertionHandler handleUncaughtException:] + 1073
5 com.apple.dt.IDEKit 0x000000010a004873 IDEHandleUncaughtException + 94
6 com.apple.dt.DVTFoundation 0x00000001088df727 -[DVTTimeSlicedMainThreadWorkQueue _processWithDeadline:] + 762
7 com.apple.dt.DVTFoundation 0x00000001088dca54 -[_DVTTimeSlicedMainThreadActiveWorkQueues _processWorkQueuesOnDeadline] + 116
8 com.apple.Foundation 0x00007fffa5cc1438 __NSFireDelayedPerform + 417
9 com.apple.CoreFoundation 0x00007fffa424dd04 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
10 com.apple.CoreFoundation 0x00007fffa424d98f __CFRunLoopDoTimer + 1071
11 com.apple.CoreFoundation 0x00007fffa424d4ea __CFRunLoopDoTimers + 298
12 com.apple.CoreFoundation 0x00007fffa4244c31 __CFRunLoopRun + 2065
13 com.apple.CoreFoundation 0x00007fffa42441c4 CFRunLoopRunSpecific + 420
14 com.apple.HIToolbox 0x00007fffa37a5ebc RunCurrentEventLoopInMode + 240
15 com.apple.HIToolbox 0x00007fffa37a5cf1 ReceiveNextEventCommon + 432
16 com.apple.HIToolbox 0x00007fffa37a5b26 _BlockUntilNextEventMatchingListInModeWithFilter + 71
17 com.apple.AppKit 0x00007fffa1d40e24 _DPSNextEvent + 1120
18 com.apple.AppKit 0x00007fffa24bc85e -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 2796
19 com.apple.dt.DVTKit 0x0000000108f19eaf -[DVTApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 396
20 com.apple.AppKit 0x00007fffa1d357ab -[NSApplication run] + 926
21 com.apple.AppKit 0x00007fffa1d001de NSApplicationMain + 1237
22 libdyld.dylib 0x00007fffb99c2235 start + 1
Thread 1:
0 libsystem_kernel.dylib 0x00007fffb9af144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb9bdb791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 2:
0 libsystem_kernel.dylib 0x00007fffb9af144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb9bdb5fe _pthread_wqthread + 1023
2 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 3:: Dispatch queue: IDE Source Control File Path Processesing Queue
0 libsystem_kernel.dylib 0x00007fffb9af131e __ulock_wait + 10
1 libdispatch.dylib 0x00007fffb99a4c12 _dispatch_ulock_wait + 40
2 libdispatch.dylib 0x00007fffb99a4d76 _dispatch_thread_event_wait_slow + 85
3 libdispatch.dylib 0x00007fffb9997583 _dispatch_barrier_sync_f_slow + 402
4 libdispatch.dylib 0x00007fffb999803c _dispatch_barrier_sync_f_recurse + 75
5 com.apple.dt.DVTFoundation 0x00000001089c3939 DVTDispatchSync + 169
6 com.apple.dt.IDEFoundation 0x000000010978827a __60-[IDESourceControlWorkspaceMonitor _startScanningWorkspace:]_block_invoke_2 + 1345
7 com.apple.dt.DVTFoundation 0x00000001089c3cb7 __DVTDispatchAsync_block_invoke + 827
8 libdispatch.dylib 0x00007fffb9995524 _dispatch_call_block_and_release + 12
9 libdispatch.dylib 0x00007fffb998c8fc _dispatch_client_callout + 8
10 libdispatch.dylib 0x00007fffb99a29a0 _dispatch_queue_serial_drain + 896
11 libdispatch.dylib 0x00007fffb9995306 _dispatch_queue_invoke + 1046
12 libdispatch.dylib 0x00007fffb998e6b5 _dispatch_root_queue_drain + 476
13 libdispatch.dylib 0x00007fffb998e48c _dispatch_worker_thread3 + 99
14 libsystem_pthread.dylib 0x00007fffb9bdb712 _pthread_wqthread + 1299
15 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fffb9af144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb9bdb791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fffb9af144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb9bdb791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 6:: Dispatch queue: DVTDeveloperAccount Lock
0 libsystem_kernel.dylib 0x00007fffb9af0bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffb9bdc96a _pthread_cond_wait + 712
2 com.apple.Foundation 0x00007fffa5d2b19e -[__NSOperationInternal _waitUntilFinished:] + 118
3 com.apple.dt.DVTFoundation 0x000000010899d25d SessionForCredentials + 650
4 com.apple.dt.DVTFoundation 0x000000010899f959 -[DVTAppleIDBasedDeveloperAccount _sessionByLoggingIn:] + 54
5 com.apple.dt.DVTFoundation 0x000000010899b7c1 __50-[DVTDeveloperAccount sessionByLoggingInIfNeeded:]_block_invoke_2 + 77
6 com.apple.dt.DVTFoundation 0x000000010899b746 __50-[DVTDeveloperAccount sessionByLoggingInIfNeeded:]_block_invoke + 90
7 libdispatch.dylib 0x00007fffb998c8fc _dispatch_client_callout + 8
8 libdispatch.dylib 0x00007fffb998d536 _dispatch_barrier_sync_f_invoke + 83
9 com.apple.dt.DVTFoundation 0x00000001089c495b DVTDispatchBarrierSync + 206
10 com.apple.dt.DVTFoundation 0x00000001089a1307 -[DVTDispatchLock performLockedBlock:] + 116
11 com.apple.dt.DVTFoundation 0x000000010899b66a -[DVTDeveloperAccount sessionByLoggingInIfNeeded:] + 181
12 com.apple.dt.DVTServices 0x000000010f536c14 +[DVTServicesSession servicesSessionByLoggingInWithAccount:executionContext:error:] + 81
13 com.apple.dt.IDEFoundation 0x000000010974784b -[IDEProvisioningTeamManager _teamsForAccount:error:] + 89
14 com.apple.dt.IDEFoundation 0x0000000109746e3f -[IDEProvisioningTeamManager _updateTeamsImpl:completionCallback:] + 1462
15 com.apple.dt.DVTFoundation 0x00000001089a145e __43-[DVTDispatchLock asyncPerformLockedBlock:]_block_invoke + 40
16 com.apple.dt.DVTFoundation 0x00000001089c4244 __DVTDispatchBarrierAsync_block_invoke + 827
17 libdispatch.dylib 0x00007fffb9995524 _dispatch_call_block_and_release + 12
18 libdispatch.dylib 0x00007fffb998c8fc _dispatch_client_callout + 8
19 libdispatch.dylib 0x00007fffb99a29a0 _dispatch_queue_serial_drain + 896
20 libdispatch.dylib 0x00007fffb9995306 _dispatch_queue_invoke + 1046
21 libdispatch.dylib 0x00007fffb998e6b5 _dispatch_root_queue_drain + 476
22 libdispatch.dylib 0x00007fffb998e48c _dispatch_worker_thread3 + 99
23 libsystem_pthread.dylib 0x00007fffb9bdb712 _pthread_wqthread + 1299
24 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fffb9af144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb9bdb791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 8:
0 libsystem_kernel.dylib 0x00007fffb9af144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb9bdb791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 9:: Dispatch queue: DVTDownloadableManagerIOCache
0 libsystem_kernel.dylib 0x00007fffb9af2246 read + 10
1 com.apple.Foundation 0x00007fffa5c4a3a4 _NSReadFromFileDescriptorWithProgress + 267
2 com.apple.Foundation 0x00007fffa5c48a50 _NSReadBytesFromFileWithExtendedAttributes + 841
3 com.apple.Foundation 0x00007fffa5c4a250 -[NSData(NSData) initWithContentsOfFile:] + 89
4 com.apple.Foundation 0x00007fffa5c49f63 +[NSDictionary(NSDictionary) newWithContentsOf:immutable:] + 101
5 com.apple.Foundation 0x00007fffa5c4f1bf +[NSDictionary(NSDictionary) dictionaryWithContentsOfFile:] + 45
6 com.apple.PackageKit 0x00007fffb4311bab -[PKReceipt initWithBOMPath:] + 117
7 com.apple.PackageKit 0x00007fffb43121d2 +[PKReceipt(LibraryReceipts) __findReceiptsFromBOMsDirectory:] + 429
8 com.apple.PackageKit 0x00007fffb43125d3 +[PKReceipt(LibraryReceipts) _findReceiptsOnVolumeAtPath:] + 284
9 com.apple.PackageKit 0x00007fffb43127e0 +[PKReceipt(LibraryReceipts) receiptsOnVolumeAtPath:] + 88
10 com.apple.PackageKit 0x00007fffb43128bb +[PKReceipt(LibraryReceipts) receiptWithIdentifier:volume:] + 104
11 com.apple.dt.DVTFoundation 0x00000001087c1cb7 __75-[DVTDownloadableManagerIOCache packageVersionOfIdentifer:atInstallPrefix:]_block_invoke_2 + 49
12 com.apple.dt.DVTFoundation 0x00000001087c15c9 __66-[DVTDownloadableManagerIOCache _objectForKey:fromCache:orCreate:]_block_invoke + 122
13 libdispatch.dylib 0x00007fffb998c8fc _dispatch_client_callout + 8
14 libdispatch.dylib 0x00007fffb998d536 _dispatch_barrier_sync_f_invoke + 83
15 com.apple.dt.DVTFoundation 0x00000001089c495b DVTDispatchBarrierSync + 206
16 com.apple.dt.DVTFoundation 0x00000001089a1307 -[DVTDispatchLock performLockedBlock:] + 116
17 com.apple.dt.DVTFoundation 0x00000001087c145e -[DVTDownloadableManagerIOCache _objectForKey:fromCache:orCreate:] + 286
18 com.apple.dt.DVTFoundation 0x00000001087c1c42 __75-[DVTDownloadableManagerIOCache packageVersionOfIdentifer:atInstallPrefix:]_block_invoke + 215
19 com.apple.dt.DVTFoundation 0x000000010896bc41 -[NSArray(DVTFoundationClassAdditions) dvt_arrayByApplyingBlock:] + 343
20 com.apple.dt.DVTFoundation 0x00000001087c1afd -[DVTDownloadableManagerIOCache packageVersionOfIdentifer:atInstallPrefix:] + 178
21 com.apple.dt.DVTFoundation 0x00000001087c9ebf ___buildDownloadedDownloadables_block_invoke.847 + 105
22 com.apple.dt.DVTFoundation 0x00000001088b6b5a __74-[NSDictionary(DVTFoundationClassAdditions) dvt_areAllEntriesPassingTest:]_block_invoke + 45
23 com.apple.CoreFoundation 0x00007fffa424c015 __65-[__NSDictionaryI enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 85
24 com.apple.CoreFoundation 0x00007fffa424bf2a -[__NSDictionaryI enumerateKeysAndObjectsWithOptions:usingBlock:] + 250
25 com.apple.dt.DVTFoundation 0x00000001088b6a8f -[NSDictionary(DVTFoundationClassAdditions) dvt_areAllEntriesPassingTest:] + 168
26 com.apple.dt.DVTFoundation 0x00000001087c9cc9 ___buildDownloadedDownloadables_block_invoke + 522
27 com.apple.dt.DVTFoundation 0x000000010896c9a0 -[NSArray(DVTFoundationClassAdditions) dvt_firstObjectPassingTest:] + 219
28 com.apple.dt.DVTFoundation 0x000000010896bc41 -[NSArray(DVTFoundationClassAdditions) dvt_arrayByApplyingBlock:] + 343
29 com.apple.dt.DVTFoundation 0x00000001087c55be -[DVTDownloadableManager rebuildDownloadables] + 2103
30 com.apple.dt.DVTFoundation 0x00000001089c3cb7 __DVTDispatchAsync_block_invoke + 827
31 libdispatch.dylib 0x00007fffb9995524 _dispatch_call_block_and_release + 12
32 libdispatch.dylib 0x00007fffb998c8fc _dispatch_client_callout + 8
33 libdispatch.dylib 0x00007fffb99a1a16 _dispatch_continuation_pop + 533
34 libdispatch.dylib 0x00007fffb9998dce _dispatch_async_redirect_invoke + 734
35 libdispatch.dylib 0x00007fffb998e6b5 _dispatch_root_queue_drain + 476
36 libdispatch.dylib 0x00007fffb998e48c _dispatch_worker_thread3 + 99
37 libsystem_pthread.dylib 0x00007fffb9bdb712 _pthread_wqthread + 1299
38 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 10:: Dispatch queue: ConcurrentQueue: __41-[IDEProvisioningTeamManager _commonInit]_block_invoke.208
0 libsystem_kernel.dylib 0x00007fffb9ae9386 semaphore_wait_trap + 10
1 libdispatch.dylib 0x00007fffb99a4a77 _os_semaphore_wait + 16
2 libdispatch.dylib 0x00007fffb9995891 _dispatch_semaphore_wait_slow + 103
3 com.apple.dt.IDEFoundation 0x00000001097459eb -[IDEProvisioningTeamManager _forceReloadInternalWithCacheLoadedCallback:] + 190
4 com.apple.dt.IDEFoundation 0x0000000109745f64 __41-[IDEProvisioningTeamManager _commonInit]_block_invoke_2 + 119
5 com.apple.dt.DVTFoundation 0x00000001089c3cb7 __DVTDispatchAsync_block_invoke + 827
6 libdispatch.dylib 0x00007fffb9995524 _dispatch_call_block_and_release + 12
7 libdispatch.dylib 0x00007fffb998c8fc _dispatch_client_callout + 8
8 libdispatch.dylib 0x00007fffb99a1a16 _dispatch_continuation_pop + 533
9 libdispatch.dylib 0x00007fffb9998dce _dispatch_async_redirect_invoke + 734
10 libdispatch.dylib 0x00007fffb998e6b5 _dispatch_root_queue_drain + 476
11 libdispatch.dylib 0x00007fffb998e48c _dispatch_worker_thread3 + 99
12 libsystem_pthread.dylib 0x00007fffb9bdb712 _pthread_wqthread + 1299
13 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 11:
0 libsystem_kernel.dylib 0x00007fffb9af144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb9bdb791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 12:
0 libsystem_kernel.dylib 0x00007fffb9ae934a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffb9ae8797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffa42454e4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffa4244971 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffa42441c4 CFRunLoopRunSpecific + 420
5 com.apple.Foundation 0x00007fffa5c563c2 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
6 com.apple.DTDeviceKitBase 0x00000001150652c7 -[DTDKRemoteDeviceDataListener listenerThreadImplementation] + 1063
7 com.apple.Foundation 0x00007fffa5c66a1d __NSThread__start__ + 1243
8 libsystem_pthread.dylib 0x00007fffb9bdbaab _pthread_body + 180
9 libsystem_pthread.dylib 0x00007fffb9bdb9f7 _pthread_start + 286
10 libsystem_pthread.dylib 0x00007fffb9bdb1fd thread_start + 13
Thread 13:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fffb9af0eb6 __select + 10
1 com.apple.CoreFoundation 0x00007fffa428070a __CFSocketManager + 682
2 libsystem_pthread.dylib 0x00007fffb9bdbaab _pthread_body + 180
3 libsystem_pthread.dylib 0x00007fffb9bdb9f7 _pthread_start + 286
4 libsystem_pthread.dylib 0x00007fffb9bdb1fd thread_start + 13
Thread 14:
0 libsystem_kernel.dylib 0x00007fffb9af0bf2 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fffb9bdc96a _pthread_cond_wait + 712
2 libc++.1.dylib 0x00007fffb855b4cd std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
3 com.apple.JavaScriptCore 0x00007fffa724d34c void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 108
4 com.apple.JavaScriptCore 0x00007fffa724d2cb bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadRunLoop() + 155
5 com.apple.JavaScriptCore 0x00007fffa724d19d bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadEntryPoint(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*) + 29
6 com.apple.JavaScriptCore 0x00007fffa724d44d void* std::__1::__thread_proxy<std::__1::tuple<void (*)(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*> >(void*) + 93
7 libsystem_pthread.dylib 0x00007fffb9bdbaab _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffb9bdb9f7 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffb9bdb1fd thread_start + 13
Thread 15:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fffb9ae934a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffb9ae8797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffa42454e4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffa4244971 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffa42441c4 CFRunLoopRunSpecific + 420
5 com.apple.AppKit 0x00007fffa1e8e2d2 _NSEventThread + 205
6 libsystem_pthread.dylib 0x00007fffb9bdbaab _pthread_body + 180
7 libsystem_pthread.dylib 0x00007fffb9bdb9f7 _pthread_start + 286
8 libsystem_pthread.dylib 0x00007fffb9bdb1fd thread_start + 13
Thread 16:
0 libsystem_kernel.dylib 0x00007fffb9af144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb9bdb5fe _pthread_wqthread + 1023
2 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 17:
0 libsystem_kernel.dylib 0x00007fffb9af144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb9bdb791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 18:
0 libsystem_kernel.dylib 0x00007fffb9af144e __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fffb9bdb791 _pthread_wqthread + 1426
2 libsystem_pthread.dylib 0x00007fffb9bdb1ed start_wqthread + 13
Thread 19:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fffb9ae934a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffb9ae8797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffa42454e4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffa4244971 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffa42441c4 CFRunLoopRunSpecific + 420
5 com.apple.CFNetwork 0x00007fffa3382604 +[NSURLConnection(Loader) _resourceLoadLoop:] + 313
6 com.apple.Foundation 0x00007fffa5c66a1d __NSThread__start__ + 1243
7 libsystem_pthread.dylib 0x00007fffb9bdbaab _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffb9bdb9f7 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffb9bdb1fd thread_start + 13
Thread 20:: DYMobileDeviceManager
0 libsystem_kernel.dylib 0x00007fffb9ae934a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffb9ae8797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffa42454e4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffa4244971 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffa42441c4 CFRunLoopRunSpecific + 420
5 com.apple.Foundation 0x00007fffa5c563c2 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 277
6 com.apple.Foundation 0x00007fffa5c5629a -[NSRunLoop(NSRunLoop) run] + 76
7 com.apple.GPUToolsMobileFoundation 0x0000000120dfe197 -[DYMobileDeviceManager _deviceNotificationThread:] + 134
8 com.apple.Foundation 0x00007fffa5c66a1d __NSThread__start__ + 1243
9 libsystem_pthread.dylib 0x00007fffb9bdbaab _pthread_body + 180
10 libsystem_pthread.dylib 0x00007fffb9bdb9f7 _pthread_start + 286
11 libsystem_pthread.dylib 0x00007fffb9bdb1fd thread_start + 13
Thread 21:
0 libsystem_kernel.dylib 0x00007fffb9ae934a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fffb9ae8797 mach_msg + 55
2 com.apple.CoreFoundation 0x00007fffa42454e4 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fffa4244971 __CFRunLoopRun + 1361
4 com.apple.CoreFoundation 0x00007fffa42441c4 CFRunLoopRunSpecific + 420
5 com.apple.CoreFoundation 0x00007fffa4283c31 CFRunLoopRun + 97
6 com.apple.DebugSymbols 0x00007fffb033620e SpotlightQueryThread(void*) + 478
7 libsystem_pthread.dylib 0x00007fffb9bdbaab _pthread_body + 180
8 libsystem_pthread.dylib 0x00007fffb9bdb9f7 _pthread_start + 286
9 libsystem_pthread.dylib 0x00007fffb9bdb1fd thread_start + 13
Thread 22:
0 libsystem_kernel.dylib 0x00007fffb9af0f46 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fffb9a77b72 nanosleep + 199
2 com.apple.CoreSymbolication 0x00007fffafe792ed cleaner_thread_main(void*) + 42
3 libsystem_pthread.dylib 0x00007fffb9bdbaab _pthread_body + 180
4 libsystem_pthread.dylib 0x00007fffb9bdb9f7 _pthread_start + 286
5 libsystem_pthread.dylib 0x00007fffb9bdb1fd thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff574f7118 rdx: 0x0000000000000000
rdi: 0x0000000000000307 rsi: 0x0000000000000006 rbp: 0x00007fff574f7140 rsp: 0x00007fff574f7118
r8: 0x00007fc336d05fc0 r9: 0x00007fffbf267738 r10: 0x0000000008000000 r11: 0x0000000000000206
r12: 0x00007fc336d16930 r13: 0x00007fffb90d1480 r14: 0x00007fffc28d83c0 r15: 0x00007fc33ea96fe0
rip: 0x00007fffb9af0d42 rfl: 0x0000000000000206 cr2: 0x00007fffc28ba128
Logical CPU: 0
Error Code: 0x02000148
Trap Number: 133
Binary Images:
0x108706000 - 0x108706ff7 com.apple.dt.Xcode (8.2.1 - 11766.1) <B3458CBD-8148-3B81-8ED2-54339ED0B115> /Applications/Xcode.app/Contents/MacOS/Xcode
0x10870b000 - 0x108c63ff7 com.apple.dt.DVTFoundation (8.2.1 - 11754) <74B38570-F452-36D0-AEC8-92BD3FEFFE54> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versions/A/DVTFoundation
0x108eb3000 - 0x109207ff7 com.apple.dt.DVTKit (8.2.1 - 11754) <9AC99CEB-5491-35C7-A2E6-E5FA8C7A50A4> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/DVTKit
0x109432000 - 0x109a7aff7 com.apple.dt.IDEFoundation (8.2.1 - 11766.1) <835FF5E7-FCE1-3B01-8196-628515A7C4B8> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/IDEFoundation
0x109ec0000 - 0x10a7b8fff com.apple.dt.IDEKit (8.2.1 - 11766.1) <00C2EA6F-AD97-38EF-BC68-3EE1E6976A4C> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
0x10ae12000 - 0x10ae3dfff com.apple.dt.instruments.DTXConnectionServices (8.2 - 61751) <F35237DD-A684-37E5-B08E-6DC5A04AFFA5> /Applications/Xcode.app/Contents/SharedFrameworks/DTXConnectionServices.framework/Versions/A/DTXConnectionServices
0x10ae63000 - 0x10aefaff7 com.apple.dt.instruments.DVTInstrumentsFoundation (8.2 - 61751) <4087EB81-C762-3CD7-A05E-12D8C7BCD452> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsFoundation.framework/Versions/A/DVTInstrumentsFoundation
0x10af7b000 - 0x10b005fff com.apple.CoreSymbolicationDT (8.2 - 61750) <A7CC1827-19D0-3571-99B6-2D86DF57D61B> /Applications/Xcode.app/Contents/SharedFrameworks/CoreSymbolicationDT.framework/Versions/A/CoreSymbolicationDT
0x10b059000 - 0x10b0c4fdf com.apple.SymbolicationDT (8.2 - 61751) <A215A4AD-7396-303E-AA8E-06D1B169A374> /Applications/Xcode.app/Contents/SharedFrameworks/SymbolicationDT.framework/Versions/A/SymbolicationDT
0x10b115000 - 0x10b119ff7 com.apple.kperf (1.0 - 1) <7B842456-22D1-3F56-8786-164C1E863A4C> /System/Library/PrivateFrameworks/kperf.framework/Versions/A/kperf
0x10b129000 - 0x10b130ff7 com.apple.kperfdataDT (1.0 - 1) <D620048C-FDCD-3EFC-9BBC-F61C5AEB585E> /Applications/Xcode.app/Contents/SharedFrameworks/kperfdataDT.framework/Versions/A/kperfdataDT
0x10b13a000 - 0x10b15dfff com.apple.StreamingZip (1.0 - 1) <92440790-97E2-35B0-B67D-96983B20857A> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x10b175000 - 0x10b1effff libdtrace.dylib (209.50.12) <6A10075D-1369-336C-82AD-72D0FE9C5122> /usr/lib/libdtrace.dylib
0x10b219000 - 0x10b231ff7 com.apple.dt.instruments.DVTInstrumentsUtilities (8.2 - 61751) <24162D6E-BD97-349F-9620-CAC918A33146> /Applications/Xcode.app/Contents/SharedFrameworks/DVTInstrumentsUtilities.framework/Versions/A/DVTInstrumentsUtilities
0x10b24b000 - 0x10b24cfff libpanel.5.4.dylib (51.30.1) <60A7AAE6-2A80-3FDC-B910-A49259C3C322> /usr/lib/libpanel.5.4.dylib
0x10b251000 - 0x10b290ff7 com.apple.DebugSymbols (137 - 137) <5B45A12A-48E1-3E4C-A450-4AB8674BA962> /Applications/Xcode.app/Contents/SharedFrameworks/DebugSymbolsDT.framework/Versions/A/DebugSymbolsDT
0x10b2b0000 - 0x10b2b0ffb com.apple.IDEWatchKit1SupportUI (8.2.1 - 11503) <FF9A0E67-3A3E-3E4D-9B15-BDD4A4902728> /Applications/Xcode.app/Contents/PlugIns/IDEWatchKit1SupportUI.ideplugin/Contents/MacOS/IDEWatchKit1SupportUI
0x10b2b6000 - 0x10b34efff com.apple.dt.XCTest (1.0 - 11753) <42D2DE4D-9C4A-3267-9704-D447D79F7295> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/XCTest.framework/Versions/A/XCTest
0x10b3c5000 - 0x10b3c6ffb com.apple.dt.dbg.DebuggerLLDBService (8.2.1 - 11759) <0BD971E6-9862-3B50-88B8-67950B7CDE85> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents/MacOS/DebuggerLLDBService
0x10b3cc000 - 0x10d586ffb +libclang.dylib (800.0.63) <DEAB721D-35AF-3E33-88C7-1A245086E114> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libclang.dylib
0x10da7d000 - 0x10f160ff7 +libLTO.dylib (800.0.42.1) <819C0A62-97C8-3F20-87CE-46456FC8650A> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib
0x10f4e3000 - 0x10f50cff3 com.apple.dt.DVTAnalytics (1.0 - 1) <D0D9DC26-EB35-3D80-99BF-C5681AF350FF> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalytics.framework/Versions/A/DVTAnalytics
0x10f533000 - 0x10f53dffb com.apple.dt.DVTServices (8.2.1 - 11754) <C0D8D9C5-C1D8-3130-AA59-8E5D5557AFB2> /Applications/Xcode.app/Contents/SharedFrameworks/DVTServices.framework/Versions/A/DVTServices
0x10f54a000 - 0x10f54afff com.apple.Metal (1.0 - 1) <6238692B-964C-3E81-921D-F8FF1EE004F9> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Metal.xcplugin/Contents/MacOS/Metal
0x10f54f000 - 0x10f588ff3 com.apple.dt.DVTPortal (8.2.1 - 1) <FF99AEF5-FB9E-39CE-B296-EC599E534FC9> /Applications/Xcode.app/Contents/SharedFrameworks/DVTPortal.framework/Versions/A/DVTPortal
0x10f5b6000 - 0x10f629ff7 com.apple.dt.Xcode.DVTSourceControl (8.2.1 - 11751) <F1924686-DAE8-34C4-9A1D-96E7615FBAD9> /Applications/Xcode.app/Contents/SharedFrameworks/DVTSourceControl.framework/Versions/A/DVTSourceControl
0x10f675000 - 0x10f675fff com.apple.IBCompilerPlugin (10.2.1 - 11762) <3BFFBB5E-8A66-3200-B202-B7DAA6E4ABFF> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/IBCompilerPlugin.xcplugin/Contents/MacOS/IBCompilerPlugin
0x10f67b000 - 0x10f70cff7 com.apple.dt.SourceKit (1.0 - 11510) <3943A9D3-C876-3A7D-8DC0-8A021812855C> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/SourceKit
0x10f751000 - 0x10f768ff3 com.apple.dt.DVTAnalyticsClient (8.2.1 - 1) <98BCECDF-57A2-31A2-B23D-A2C50148DBE6> /Applications/Xcode.app/Contents/SharedFrameworks/DVTAnalyticsClient.framework/Versions/A/DVTAnalyticsClient
0x10f784000 - 0x10f784ff7 com.apple.xcode.compilers.coredata (10.2.1 - 11758) <423725AA-B82D-3454-8C53-8BD345A101CA> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/Core Data.xcplugin/Contents/MacOS/Core Data
0x10f789000 - 0x10fa00fff +libswiftCore.dylib (3.0.2 - 800.0.63) <75D2ABCC-609A-36DB-91CF-93670B475D1D> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/Frameworks/libswiftCore.dylib
0x10fc91000 - 0x10fc9fff7 +libswiftCoreGraphics.dylib (3.0.2 - 800.0.63) <469FD49F-8AF4-3085-8888-7BED749966C8> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/Frameworks/libswiftCoreGraphics.dylib
0x10fcb8000 - 0x10fcbeff7 +libswiftDarwin.dylib (3.0.2 - 800.0.63) <920F7867-96FA-318A-B0A2-CE29A9735564> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/Frameworks/libswiftDarwin.dylib
0x10fcc9000 - 0x10fcc9ff7 com.apple.compilers.clang (10.2.1 - 11758) <A09BDB56-A546-37FD-967E-957F0DB79C02> /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
0x10fccf000 - 0x10fceafff +libswiftDispatch.dylib (3.0.2 - 800.0.63) <07255710-F443-3F8A-BFED-F79781B178FE> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/Frameworks/libswiftDispatch.dylib
0x10fd29000 - 0x10fe03fff +libswiftFoundation.dylib (3.0.2 - 800.0.63) <89EAD7E5-4783-3882-98E7-5AE34D4DE984> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/Frameworks/libswiftFoundation.dylib
0x10ff0d000 - 0x10ff10ff7 +libswiftIOKit.dylib (3.0.2 - 800.0.63) <21E3090E-2615-334E-A2CD-BD219361F4BD> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/Frameworks/libswiftIOKit.dylib
0x10ff19000 - 0x10ff1efff +libswiftObjectiveC.dylib (3.0.2 - 800.0.63) <AA60CC2D-1864-3787-8CDF-E8EE712A6E6C> /Applications/Xcode.app/Contents/SharedFrameworks/SourceKit.framework/Versions/A/Frameworks/libswiftObjectiveC.dylib
0x10ff29000 - 0x10ff38ff3 com.apple.dt.XcodeKit (1.0 - 11766.1) <D4DE7D42-2D52-3596-9C8A-B38E900BEAD4> /Applications/Xcode.app/Contents/Developer/Library/Frameworks/XcodeKit.framework/Versions/A/XcodeKit
0x10ff4a000 - 0x10ff78fff com.apple.dt.DVTProducts (1.0 - 1) <522DB3EC-18D3-3439-8113-AFF8816B1BF3> /Applications/Xcode.app/Contents/SharedFrameworks/DVTProducts.framework/Versions/A/DVTProducts
0x10ff9e000 - 0x10ffb4ff3 com.apple.DADocSetManagement (8.2.1 - 11503) <5FBC9324-4D2C-3F00-ACDB-A2C89F1280FC> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/Versions/A/DADocSetManagement
0x10ffcc000 - 0x10ffceffb com.apple.dt.DVTDeveloperModeHelper (1.0 - 1) <B169F3D9-E5FC-3265-B260-F51AEB956E8C> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDeveloperModeHelper.framework/Versions/A/DVTDeveloperModeHelper
0x10ffdb000 - 0x110093fff com.apple.dt.instruments.DTGraphKit (8.2 - 61751) <B5118973-A52D-3FF5-A861-F2874E2BD314> /Applications/Xcode.app/Contents/SharedFrameworks/DTGraphKit.framework/Versions/A/DTGraphKit
0x1100ff000 - 0x11014cff7 com.apple.DADocSetAccess (8.2.1 - 11503) <001E599B-2790-302F-989A-DA56FE5FE2A5> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Versions/A/DADocSetAccess
0x11017c000 - 0x110250fff com.apple.PubSub (1.0.5 - 65.41) <E8AACDB5-AD4E-334C-9282-2C66806376A4> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
0x1105c1000 - 0x1105c3ffb libxcselect.dylib (2347) <2E35F9A7-3FA6-3C0B-AFBF-07249BFFECF0> /usr/lib/libxcselect.dylib
0x1105c9000 - 0x1105cbff3 com.apple.CoreSimulator.CoreSimDeviceIO (338.16 - 338.16) <D0110D26-B816-332D-8F66-96C73D867AF8> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/CoreSimDeviceIO.framework/Versions/A/CoreSimDeviceIO
0x1105d2000 - 0x1105e0ff3 com.apple.CoreSimulator.FoundationXPC (338.16 - 338.16) <BFD631B5-C1A4-37E1-9D2D-532A639BBEDB> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/Versions/A/Frameworks/FoundationXPC.framework/Versions/A/FoundationXPC
0x1105ec000 - 0x1105f4ff3 com.apple.DevToolsFoundation (10.2.1 - 11758) <F9639A1A-EF1E-3FBB-8D26-C6C56EFF5C7D> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
0x11329d000 - 0x113310ff7 com.apple.CoreSimulator (338.16 - 338.16) <80A4ABCC-CFA6-3795-9CD4-E457B6170356> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/CoreSimulator.framework/CoreSimulator
0x11334b000 - 0x113375ff7 com.apple.dt.dbg.DebuggerFoundation (8.2.1 - 11759) <72FAB043-04FF-3C25-8B7B-AC3E47729E11> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/MacOS/DebuggerFoundation
0x1133a0000 - 0x11342afff com.apple.dt.IBAutolayoutFoundation (8.2.1 - 11762) <C37EB8F7-E15D-3081-B58D-F17690CF0744> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Versions/A/IBAutolayoutFoundation
0x113488000 - 0x1134c7fff com.apple.LLDBRPC (1.0 - 360.1.70) <F160D699-B04A-37C6-BDF6-8259D2027019> /Applications/Xcode.app/Contents/SharedFrameworks/LLDBRPC.framework/Versions/A/LLDBRPC
0x1134fe000 - 0x113501ff7 com.apple.XCWatchKit1Support (1.0 - 1) <412E195B-7AB7-348B-A6C7-F053E850E4F0> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCWatchKit1Support.xcplugin/Contents/MacOS/XCWatchKit1Support
0x113506000 - 0x113507ff3 com.apple.dt.IDEWatchSupportCore (1.0 - 1) <4C72BBD2-6E2D-323F-B578-62FDABA5D8FF> /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEWatchSupportCore.ideplugin/Contents/MacOS/IDEWatchSupportCore
0x113713000 - 0x11381aff3 com.apple.dt.IBFoundation (8.2.1 - 11762) <4762FD08-BD48-386C-9C52-0FDEC609412A> /Applications/Xcode.app/Contents/Frameworks/IBFoundation.framework/Versions/A/IBFoundation
0x1138e0000 - 0x113957ffb com.apple.CoreThemeDefinition (2.0 - 288.2) <CCA3F672-77FB-3045-8C48-68EF95742A20> /System/Library/PrivateFrameworks/CoreThemeDefinition.framework/Versions/A/CoreThemeDefinition
0x1139a6000 - 0x113a26ff7 com.apple.dt.dbg.DebuggerLLDB (8.2.1 - 11759) <8852A8B7-EBE4-3F07-8DE2-EACFE4CF546B> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDB.ideplugin/Contents/MacOS/DebuggerLLDB
0x113aad000 - 0x113abdff7 com.apple.dt.IDELanguageSupportCore (8.2.1 - 11752) <83DBF23B-644A-38E9-9F33-6D78814FED8B> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportCore.ideplugin/Contents/MacOS/IDELanguageSupportCore
0x113ad0000 - 0x113ae7ffb libCGInterfaces.dylib (331.5) <7962CBCB-D4C8-3F13-919A-ACBB0E11AB7A> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x1145d6000 - 0x1145d6fff com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm (1.0 - 1) <02D1E0F9-C22E-3085-81F1-0E088C8D86A9> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 38mm.simdevicetype/Contents/MacOS/Apple Watch - 38mm
0x1145da000 - 0x114604fff GLRendererFloat (14.0.16) <B69A942C-B38E-351C-A04E-5723F0A6C189> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GLRendererFloat
0x1146d7000 - 0x1146d8ff7 com.apple.dt.IDE.DVTKitDFRSupport (8.2.1 - 7104) <D4B18253-460F-363C-A508-2746E8F65153> /Applications/Xcode.app/Contents/PlugIns/DVTKitDFRSupport.ideplugin/Contents/MacOS/DVTKitDFRSupport
0x1146f3000 - 0x1146f3fff com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm (1.0 - 1) <5B1BEA4F-8376-3E2F-9BA1-993309AA45E1> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch - 42mm.simdevicetype/Contents/MacOS/Apple Watch - 42mm
0x1146f9000 - 0x1147eaff7 org.python.python (2.7.10 - 2.7.10) <1CB372C9-1A43-38AE-BFEC-AD00ACA6C410> /System/Library/Frameworks/Python.framework/Versions/2.7/Python
0x114852000 - 0x1148d0fff com.apple.dt.IDE.Xcode3Core (8.2.1 - 11758) <C5AC0D24-5370-324D-B098-461BE8AE8CE1> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xcode3Core
0x11491a000 - 0x114cdefff com.apple.Xcode.DevToolsCore (10.2.1 - 11758) <6B5423E0-5C28-3736-A72D-F400C46C1160> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsCore.framework/Versions/A/DevToolsCore
0x114eaa000 - 0x114ee0ff3 com.apple.Xcode.DevToolsSupport (10.2.1 - 11758) <5A89BB54-782C-3EF7-938E-D1EC5C5E7BA4> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Frameworks/DevToolsSupport.framework/Versions/A/DevToolsSupport
0x114f09000 - 0x114fa6fff com.apple.dt.IDE.IDEiOSSupportCore (8.2.1 - 11753) <FF8DF285-E0EF-33B5-986B-66879BBC1581> /Applications/Xcode.app/Contents/PlugIns/IDEiOSSupportCore.ideplugin/Contents/MacOS/IDEiOSSupportCore
0x115012000 - 0x115026fff com.apple.DVTiPhoneSimulatorRemoteClient (8.2.1 - 11753) <ED05B178-2047-3C95-B1B2-BCBE207005A3> /Applications/Xcode.app/Contents/SharedFrameworks/DVTiPhoneSimulatorRemoteClient.framework/Versions/A/DVTiPhoneSimulatorRemoteClient
0x11503b000 - 0x1150d9ff7 com.apple.DTDeviceKitBase (8.2.1 - 11753) <CCADB696-3385-3EA5-B8A7-105F88B911CB> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKitBase.framework/Versions/A/DTDeviceKitBase
0x115145000 - 0x11515efff com.apple.DeviceLinkX (5.0 - 264) <4EF61814-32F2-362B-90E1-F0106C805A39> /System/Library/PrivateFrameworks/DeviceLink.framework/Versions/A/DeviceLink
0x11516f000 - 0x1151bffff libstdc++.6.dylib (104.1) <A980E08C-A511-3D19-9881-1D79B7CFF2BA> /usr/lib/libstdc++.6.dylib
0x115228000 - 0x115243fff com.apple.dt.XCLanguageSupport (8.2.1 - 11752) <E856C164-AE10-3853-8B6B-5F586FF77724> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/XCLanguageSupport.xcplugin/Contents/MacOS/XCLanguageSupport
0x115256000 - 0x115262ff7 com.apple.xcode.plug-in.CoreBuildTasks (10.2.1 - 11758) <A821AF67-2ECC-347E-87C5-EFBE527B363A> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library/Xcode/Plug-ins/CoreBuildTasks.xcplugin/Contents/MacOS/CoreBuildTasks
0x115291000 - 0x115296ffb com.apple.dt.IDEiOSPlatformSupportCore (1.0 - 1.0) <7542F190-37A4-3B69-80F9-E0C199EB30FA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEiOSPlatformSupportCore.ideplugin/Contents/MacOS/IDEiOSPlatformSupportCore
0x11529d000 - 0x11529fffb com.apple.dt.IDEAppleTVSupportCore (1.0 - 1) <7C706338-94A8-30E8-9E88-E365E6C5CDDC> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/IDEAppleTVSupportCore.ideplugin/Contents/MacOS/IDEAppleTVSupportCore
0x1152a7000 - 0x1152a9ffb com.apple.dt.IDE.IDEOSXSupportCore (8.2.1 - 11501) <211E0521-FDD8-3FFB-80DA-72E37F6BDC63> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/IDEOSXSupportCore.ideplugin/Contents/MacOS/IDEOSXSupportCore
0x115b7a000 - 0x115d20fff GLEngine (14.0.16) <2BD51254-5B7B-3E76-8052-793A27E22DA2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
0x115e02000 - 0x115e10ff3 com.apple.DTDeviceKit (4.2 - 11753) <BB29CC0D-CA9C-3A74-AD12-68B03B39EAF8> /Applications/Xcode.app/Contents/SharedFrameworks/DTDeviceKit.framework/Versions/A/DTDeviceKit
0x115e21000 - 0x115e5edc7 dyld (433.5) <FBD33FF0-7036-311C-B5F0-B6F4E3B7CC50> /usr/lib/dyld
0x115eac000 - 0x118f1cff7 com.apple.LLDB.framework (1.360.1.70 - 360.1.70) <D0A72BFD-C87A-3CB8-A2DA-F53D287F2D6B> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB
0x119ca6000 - 0x11a201ff7 com.apple.driver.AppleIntelHD5000GraphicsGLDriver (10.24.45 - 10.2.4) <8DEF0936-4AF3-3546-9BAB-0DD9C21AF473> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
0x11a414000 - 0x11a48cfff com.apple.driver.AppleIntelHD5000GraphicsMTLDriver (10.24.45 - 10.2.4) <BDC000BB-6BE6-34E8-9FE6-6F56052731CE> /System/Library/Extensions/AppleIntelHD5000GraphicsMTLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsMTLDriver
0x11bb24000 - 0x11bb24fff com.apple.dt.IDEContinuousIntegration (1.0 - 1) <930D0B7E-283B-31D2-9906-7D998C273192> /Applications/Xcode.app/Contents/PlugIns/IDEContinuousIntegration.ideplugin/Contents/MacOS/IDEContinuousIntegration
0x11bb28000 - 0x11bb2afff com.apple.IDEServerTools (1.0 - 1) <8E7A19B8-8389-36D2-B6D3-5F0F48C46BC5> /Applications/Xcode.app/Contents/SharedFrameworks/IDEServerTools.framework/Versions/A/IDEServerTools
0x11bb3c000 - 0x11bb4dfff com.apple.dt.IDE.DFRSupportKit (8.2.1 - 7104) <07844223-B119-35E1-AB94-68F17809F924> /Applications/Xcode.app/Contents/Frameworks/DFRSupportKit.framework/Versions/A/DFRSupportKit
0x11bb62000 - 0x11c147ff3 com.apple.dt.IDE.IDEInterfaceBuilderKit (8.2.1 - 11762) <60A9ADFF-87C0-388D-86F1-CD6C9D958AB6> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Contents/MacOS/IDEInterfaceBuilderKit
0x11c580000 - 0x11c5a5fff com.apple.DiscRecordingUI (9.0.3 - 9030.4.5) <DD25B915-E46F-37D4-AD43-BF8B46BD3E9A> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
0x11c5c7000 - 0x11c5fdff7 com.apple.SimulatorKit (1.0 - 338.16) <CE69BB4C-406D-3FFB-BF28-1F3F9E8EA92C> /Applications/Xcode.app/Contents/Developer/Library/PrivateFrameworks/SimulatorKit.framework/Versions/A/SimulatorKit
0x11c62d000 - 0x11c63afff +libswiftAppKit.dylib (3.0.2 - 800.0.63) <AE109184-6305-3381-AC40-C408F904F7D8> /Applications/Xcode.app/Contents/Frameworks/libswiftAppKit.dylib
0x11c647000 - 0x11c651ff7 +libswiftCoreData.dylib (3.0.2 - 800.0.63) <0156B34D-8B03-387C-A319-BDC11BEFB2ED> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreData.dylib
0x11c661000 - 0x11c665ffe +libswiftCoreImage.dylib (3.0.2 - 800.0.63) <616C4B50-C50E-3491-9363-E67658827C2E> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreImage.dylib
0x11c66a000 - 0x11c670ff7 +libswiftQuartzCore.dylib (3.0.2 - 800.0.63) <6A841498-B953-3794-8A2A-B5DD478A6743> /Applications/Xcode.app/Contents/Frameworks/libswiftQuartzCore.dylib
0x11c676000 - 0x11c679ff7 +libswiftXPC.dylib (3.0.2 - 800.0.63) <188A7BF2-7DB0-35EB-9C64-95938C7FE530> /Applications/Xcode.app/Contents/Frameworks/libswiftXPC.dylib
0x11c67f000 - 0x11c6ffffb com.apple.dt.IDE.IDEInterfaceBuilderWatchKitIntegration (8.2.1 - 11508) <C8004B37-0A2D-3CB2-AF29-73A78FD279AA> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderWatchKitIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderWatchKitIntegration
0x11c748000 - 0x11c748ff7 com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-38mm (1.0 - 1) <C2E60B8C-F9ED-3C1E-8592-AA97F4E1237A> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch Series 2 - 38mm.simdevicetype/Contents/MacOS/Apple Watch Series 2 - 38mm
0x11c74c000 - 0x11c74cff7 com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-2-42mm (1.0 - 1) <AB5441E3-27C2-351A-AA10-E589A3DAAA51> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/Library/CoreSimulator/Profiles/DeviceTypes/Apple Watch Series 2 - 42mm.simdevicetype/Contents/MacOS/Apple Watch Series 2 - 42mm
0x11c750000 - 0x11c765ff3 com.apple.dt.IDE.IDEInterfaceBuilderiOSIntegration (8.2.1 - 11757) <59EDB0E9-6BE1-33D3-8D02-A311826ABE60> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderiOSIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderiOSIntegration
0x11d3bc000 - 0x11d5a0fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaIntegration (8.2.1 - 11762) <025FACED-7D2C-305C-9AAA-D94A1A6D06C1> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaIntegration
0x11d767000 - 0x11d9b3fff com.apple.dt.IDE.IDEInterfaceBuilderCocoaTouchIntegration (8.2.1 - 11757) <D345DB7E-444A-301E-B73D-0A19A09AAA4F> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderCocoaTouchIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderCocoaTouchIntegration
0x11dac5000 - 0x11db01ff3 com.apple.dt.IDE.IDEInterfaceBuilderAppleTVIntegration (8.2.1 - 3733) <1FC0D951-698D-3B34-AEE7-35520954BF02> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/Library/Xcode/PrivatePlugIns/IDEInterfaceBuilderAppleTVIntegration.ideplugin/Contents/MacOS/IDEInterfaceBuilderAppleTVIntegration
0x11db20000 - 0x11db42ff3 com.apple.dt.IDE.IDEInterfaceBuilderDFRSupport (8.2.1 - 7104) <FB0626DF-8E44-30E2-A574-D1101D0B1CB0> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderDFRSupport
0x11db5f000 - 0x11db63fff com.apple.audio.AppleHDAHALPlugIn (279.48 - 279.48) <E1F4B1F8-AA9C-3064-92BC-C5E8036F06DE> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn
0x11db69000 - 0x11db7bfff com.apple.dt.IDE.IDEInterfaceBuilderEditorDFRSupport (8.2.1 - 7104) <8C3AE197-3347-3869-9C49-FD6F1C486FB1> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderEditorDFRSupport.ideplugin/Contents/MacOS/IDEInterfaceBuilderEditorDFRSupport
0x11db89000 - 0x11db8eff3 com.apple.dt.dbg.DebuggerKit (1.0 - 1) <DFF23799-A6E4-3EA7-B337-B08EE8B56821> /Applications/Xcode.app/Contents/PlugIns/DebuggerKit.ideplugin/Contents/MacOS/DebuggerKit
0x11db99000 - 0x11dba0ff3 com.apple.dt.IDE.HexEditor (8.2.1 - 11759) <3BFAF270-01B8-3208-A256-EF919A55DB44> /Applications/Xcode.app/Contents/PlugIns/HexEditor.ideplugin/Contents/MacOS/HexEditor
0x11dbe6000 - 0x11dbecfff com.apple.dt.DVTPlaygroundCommunication (1.0 - 11502) <B2DB42A7-3442-3364-A2BC-7F3C0E5336C1> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/DVTPlaygroundCommunication.framework/Versions/A/DVTPlaygroundCommunication
0x11de00000 - 0x11df67fff com.apple.audio.units.Components (1.14 - 1.14) <E97A4ACC-F868-33C5-9C87-82698B240C28> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
0x11dffe000 - 0x11e110ffb com.apple.dt.dbg.DebuggerUI (8.2.1 - 11759) <C0A4BFC2-C556-3F9D-A840-3DB9D23F0AB0> /Applications/Xcode.app/Contents/PlugIns/DebuggerUI.ideplugin/Contents/MacOS/DebuggerUI
0x11e1f4000 - 0x11e30efff com.apple.dt.IDELanguageSupportUI (8.2.1 - 11752) <F5C93DA6-7849-389B-913D-AA636E7D94F8> /Applications/Xcode.app/Contents/PlugIns/IDELanguageSupportUI.ideplugin/Contents/MacOS/IDELanguageSupportUI
0x11e3f2000 - 0x11e4e0ff7 com.apple.dt.IDE.IDESourceEditor (8.2.1 - 11759) <AE37052D-1160-3792-B8EA-DC702CD157D2> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/MacOS/IDESourceEditor
0x11e574000 - 0x11e59cffb com.apple.dt.IDE.IDEMemoryGraphDebugger (8.2.1 - 11759) <5248296F-5ADA-3B2C-909C-A90848D881A6> /Applications/Xcode.app/Contents/PlugIns/IDEMemoryGraphDebugger.ideplugin/Contents/MacOS/IDEMemoryGraphDebugger
0x11e5c3000 - 0x11e5f2fff com.apple.dt.HexFiendFramework (8.2.1 - 11759) <81A68826-C212-3638-A54C-702C2D8A9EE0> /Applications/Xcode.app/Contents/SharedFrameworks/HexFiend.framework/Versions/A/HexFiend
0x11e61a000 - 0x11e640fff com.apple.dt.IDE.IDEQuickHelp (8.2.1 - 11759) <24BD2429-DF9C-3279-A616-1DC7985C320D> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/IDEQuickHelp
0x11e679000 - 0x11e6e1ff7 com.apple.dt.DVTMarkdown (1.0 - 1) <B0507B33-857A-381A-9384-A6E3A4C6AAA0> /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/DVTMarkup
0x11e759000 - 0x11e86aff7 com.apple.DNTSourceKitSupport (1.0 - 1) <C6F211D3-CE5D-32C9-AACF-F03C9FF06A76> /Applications/Xcode.app/Contents/SharedFrameworks/DNTSourceKitSupport.framework/Versions/A/DNTSourceKitSupport
0x11e8a9000 - 0x11e8b5fff com.apple.dt.IDEDocumentation (1.0 - 11766.1) <7B012A82-B825-3EB6-B37F-2AB87D8B01F5> /Applications/Xcode.app/Contents/Frameworks/IDEDocumentation.framework/Versions/A/IDEDocumentation
0x11e8cb000 - 0x11e943ff7 com.apple.dt.IDE.IDEDocViewer (8.2.1 - 11759) <2E24517A-77A8-3E45-99F2-677994657B77> /Applications/Xcode.app/Contents/PlugIns/IDEDocViewer.ideplugin/Contents/MacOS/IDEDocViewer
0x11e9b0000 - 0x11ebc3fff com.apple.DNTDocumentationModel (1.0 - 1) <006E2841-1D39-361E-A5B8-0B38443DD84C> /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationModel.framework/Versions/A/DNTDocumentationModel
0x11ec65000 - 0x11ed87ff7 com.apple.DNTDocumentationSupport (1.0 - 1) <8AFF4845-74A0-3997-9504-3AEE09997250> /Applications/Xcode.app/Contents/SharedFrameworks/DNTDocumentationSupport.framework/Versions/A/DNTDocumentationSupport
0x11ee25000 - 0x11ee66ff7 com.apple.DNTTransformer (1.0 - 1) <3EA33C22-7212-31C5-B71C-CF7AC86AD14A> /Applications/Xcode.app/Contents/SharedFrameworks/DNTTransformer.framework/Versions/A/DNTTransformer
0x11ee85000 - 0x11eecfff7 com.apple.dt.DVTDocumentation (1.0 - 11754) <F3D47276-CFC7-339A-AC88-0E8BFE01886C> /Applications/Xcode.app/Contents/SharedFrameworks/DVTDocumentation.framework/Versions/A/DVTDocumentation
0x11ef22000 - 0x11ef5afff com.apple.dt.CommonMark (1.0 - 1) <B401615C-2EDA-31CE-826B-15BD5DD41B36> /Applications/Xcode.app/Contents/SharedFrameworks/DVTMarkup.framework/Versions/A/Frameworks/CommonMark.framework/Versions/A/CommonMark
0x11ef6a000 - 0x11ef78fff +libswiftAVFoundation.dylib (3.0.2 - 800.0.63) <88DDF615-3FF1-3AFB-9A56-0892BF15D923> /Applications/Xcode.app/Contents/Frameworks/libswiftAVFoundation.dylib
0x11ef83000 - 0x11ef8bfff +libswiftCoreAudio.dylib (3.0.2 - 800.0.63) <C356F16B-C3A4-36F0-A1EC-4756CBE1CD2B> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreAudio.dylib
0x11ef9a000 - 0x11efa3fff +libswiftCoreMedia.dylib (3.0.2 - 800.0.63) <117224DF-CA8A-393F-A69E-22EA86186ACA> /Applications/Xcode.app/Contents/Frameworks/libswiftCoreMedia.dylib
0x11efab000 - 0x11efcdffb com.apple.dt.IDE.IDEKitDFRSupport (8.2.1 - 7104) <B7218E9C-C21B-3FDC-9650-9EBA066A8376> /Applications/Xcode.app/Contents/PlugIns/IDEKitDFRSupport.ideplugin/Contents/MacOS/IDEKitDFRSupport
0x11eff4000 - 0x11f03bffb com.apple.dt.IDE.IDEiPhoneSupport (8.2.1 - 11753) <A58186E2-7E1C-37B8-B153-FFC7BA5595AE> /Applications/Xcode.app/Contents/PlugIns/IDEiPhoneSupport.ideplugin/Contents/MacOS/IDEiPhoneSupport
0x11f082000 - 0x11f207ff3 com.apple.dt.IDE.Xcode3UI (8.2.1 - 11758) <1700AF28-D450-38B6-8854-6CBA02BF0A35> /Applications/Xcode.app/Contents/PlugIns/Xcode3UI.ideplugin/Contents/MacOS/Xcode3UI
0x11f31b000 - 0x11f35cff7 com.apple.dt.IDE.iCloudSupport (8.2.1 - 11759) <A46C5B60-8166-368D-9281-449DBCE3E0BB> /Applications/Xcode.app/Contents/PlugIns/iCloudSupport.ideplugin/Contents/MacOS/iCloudSupport
0x11f3a7000 - 0x11f3fafff com.apple.dt.IDEProductsUI (1.0 - 1) <4835ED1C-FDDD-3043-A8B7-343DDB22192E> /Applications/Xcode.app/Contents/PlugIns/IDEProductsUI.ideplugin/Contents/MacOS/IDEProductsUI
0x12055e000 - 0x1205a4ff7 com.apple.dt.gpu.GPUDebuggerFoundation (8.2.1 - 21754) <21A32040-B53C-38F4-83EB-D350A6A1D69C> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerFoundation.ideplugin/Contents/MacOS/GPUDebuggerFoundation
0x1205df000 - 0x1205e6fff com.apple.GPUToolsPlatform (1.0 - 21759) <F72E8F6D-484B-3A14-BF24-3CB721CBF027> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsPlatform.framework/Versions/A/GPUToolsPlatform
0x1205f0000 - 0x1205fdfff com.apple.GPUToolsShaderProfiler (1.0 - 21750) <840047CD-13B1-3F6E-803C-03E7B3E343C2> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsShaderProfiler.framework/Versions/A/GPUToolsShaderProfiler
0x12060c000 - 0x120650ff7 com.apple.GPUToolsCore (1.0 - 21759) <96130E2E-5817-3D59-8F34-6F6DDCA503CF> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsCore.framework/Versions/A/GPUToolsCore
0x120686000 - 0x1206bdff7 com.apple.GPUTools (1.0 - 21759) <B6047552-29CA-3718-910F-9DC04536DAC7> /Applications/Xcode.app/Contents/SharedFrameworks/GPUTools.framework/Versions/A/GPUTools
0x1206ea000 - 0x120742fff com.apple.GLToolsServices (1.0 - 21750) <8880DB5D-FD4B-31E3-8370-EC2320772B5D> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsServices.framework/Versions/A/GLToolsServices
0x120782000 - 0x1207ebff7 com.apple.GPUToolsServices (1.0 - 21750) <DD8226AB-18B5-37F4-8622-6F83C736D9C0> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsServices.framework/Versions/A/GPUToolsServices
0x120833000 - 0x120888fff com.apple.GPUToolsInterface (1.0 - 21750) <8F693236-A9C6-36DB-98DA-825E55F0DA4E> /Applications/Xcode.app/Contents/SharedFrameworks/GPUToolsInterface.framework/Versions/A/GPUToolsInterface
0x1208c2000 - 0x1208ebfff com.apple.GLToolsInterface (1.0 - 21750) <9E3F496D-9906-38C2-9495-ACEBB07F1928> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsInterface.framework/Versions/A/GLToolsInterface
0x120911000 - 0x120978ff7 com.apple.GLToolsCore (1.0 - 21759) <29124E01-A05B-327B-BE9E-CC99FE190DDD> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsCore.framework/Versions/A/GLToolsCore
0x120995000 - 0x1209aafff com.apple.GLTools (1.0 - 21759) <653F2ACE-514A-34A8-99DD-7B54026C8715> /Applications/Xcode.app/Contents/SharedFrameworks/GLTools.framework/Versions/A/GLTools
0x1209b2000 - 0x120a36fff com.apple.gputools.GLToolsAnalysisEngine (1.0 - 21750) <5A34B67E-7C30-3DE3-AD1F-DB1A7F40B50B> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsAnalysisEngine.framework/Versions/A/GLToolsAnalysisEngine
0x120a7b000 - 0x120a7efff com.apple.MTLToolsServices (1.0 - 1) <335DCD96-236E-3E59-B242-97AAD9A8CF17> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsServices.framework/Versions/A/MTLToolsServices
0x120a84000 - 0x120a84fff com.apple.GLToolsMobileFoundation (1.0 - 21751) <C766C525-8F62-30CE-AB46-9F470C9D18AD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsMobileFoundation.framework/Versions/A/GLToolsMobileFoundation
0x120a89000 - 0x120a91ffb com.apple.dt.gpu.GPUTraceDebugger (8.2.1 - 21754) <879A614B-62F1-3B24-AF1F-E38FBCC6270B> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebugger.ideplugin/Contents/MacOS/GPUTraceDebugger
0x120a9c000 - 0x120aceff7 com.apple.dt.gpu.GPUDebuggerKit (8.2.1 - 21754) <1F59A7F4-64B1-3598-A485-B43BA852AE37> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerKit.ideplugin/Contents/MacOS/GPUDebuggerKit
0x120afe000 - 0x120b7dfff com.apple.dt.gpu.GPUTraceDebuggerUI (8.2.1 - 21754) <1426DCF3-F44E-3A83-BDA7-64DAC4352F7B> /Applications/Xcode.app/Contents/PlugIns/GPUTraceDebuggerUI.ideplugin/Contents/MacOS/GPUTraceDebuggerUI
0x120bd2000 - 0x120bf2ff3 com.apple.dt.IDEIODebugGaugesUI (8.2.1 - 11759) <ED5975E1-293E-3577-B92E-17064C8ED519> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesUI.ideplugin/Contents/MacOS/IDEIODebugGaugesUI
0x120c1a000 - 0x120c21ff3 com.apple.dt.IDEIODebugGaugesCore (8.2.1 - 11759) <64577DD5-AE7D-3DB6-98C2-371EB2AB112D> /Applications/Xcode.app/Contents/PlugIns/IDEIODebugGaugesCore.ideplugin/Contents/MacOS/IDEIODebugGaugesCore
0x120c2f000 - 0x120cbefff com.apple.dt.gpu.GPURenderTargetEditor (8.2.1 - 21754) <0B7344EB-1C61-3AF6-B53D-10BE7D95431A> /Applications/Xcode.app/Contents/PlugIns/GPURenderTargetEditor.ideplugin/Contents/MacOS/GPURenderTargetEditor
0x120d12000 - 0x120d15fff com.apple.MTLTools (1.0 - 1) <1112FF93-BDA3-3A84-9012-890B4F943F75> /Applications/Xcode.app/Contents/SharedFrameworks/MTLTools.framework/Versions/A/MTLTools
0x120d1c000 - 0x120d1efff com.apple.gdt.MTLToolsAnalysisEngine (1.0 - 21750) <9DF828F0-BAA9-31FA-912A-085EA12A61EA> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsAnalysisEngine.framework/Versions/A/MTLToolsAnalysisEngine
0x120d24000 - 0x120d27ff3 com.apple.dt.gpu.GPUDebuggeriOSSupport (8.2.1 - 21501) <9C1862D4-CFBB-3B96-B39A-406CEDD4D0FE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggeriOSSupport.ideplugin/Contents/MacOS/GPUDebuggeriOSSupport
0x120d2d000 - 0x120d94fff com.apple.GLToolsExpert (1.0 - 21751) <40346C1F-1CD9-31F3-ADB9-E81395634F9B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GLToolsExpert.framework/Versions/A/GLToolsExpert
0x120dcf000 - 0x120de8ff7 com.apple.GLToolsShaderProfiler (1.0 - 21750) <DD52998E-DC76-3BBD-AAD3-88E62832E959> /Applications/Xcode.app/Contents/SharedFrameworks/GLToolsShaderProfiler.framework/Versions/A/GLToolsShaderProfiler
0x120df5000 - 0x120e09fff com.apple.GPUToolsMobileFoundation (1.0 - 21751) <97E8F3F6-8ABD-343E-85EC-F79FE3EB9F5D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/GPUToolsMobileFoundation.framework/Versions/A/GPUToolsMobileFoundation
0x120e1d000 - 0x120e70ffb libssl.35.dylib (11.50.3) <07DD6D06-BE12-3FB1-9D8E-8481EED36589> /usr/lib/libssl.35.dylib
0x120e8d000 - 0x120e90fff com.apple.dt.gpu.GPUDebuggertvOSSupport (8.2.1 - 21501) <2214FC1D-4045-31D7-9CBA-668773E48468> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggertvOSSupport.ideplugin/Contents/MacOS/GPUDebuggertvOSSupport
0x120e96000 - 0x120e99fff com.apple.dt.gpu.GPUDebuggerOSXSupport (8.2.1 - 21754) <60BA55D2-816F-3403-9174-CBF5902DFCE2> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Xcode/PrivatePlugIns/GPUDebuggerOSXSupport.ideplugin/Contents/MacOS/GPUDebuggerOSXSupport
0x120e9f000 - 0x120eadfff com.apple.GPUToolsDesktopFoundation (1.0 - 21502) <04E5468B-0620-3618-8E13-DEC72BF83879> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/PrivateFrameworks/GPUToolsDesktopFoundation.framework/Versions/A/GPUToolsDesktopFoundation
0x120fce000 - 0x120fd4ff7 com.apple.dt.IDE.IDEInstrumentsService (8.2.1 - 11759) <CDE01986-93A0-3EB0-9119-77AAB1855634> /Applications/Xcode.app/Contents/PlugIns/IDEInstrumentsService.ideplugin/Contents/MacOS/IDEInstrumentsService
0x120fdc000 - 0x12100efff com.apple.dt.gpu.GPUDebuggerMTLSupport (8.2.1 - 21754) <185392F9-78CB-377C-BBBA-2AF0B7BA61C5> /Applications/Xcode.app/Contents/PlugIns/GPUDebuggerMTLSupport.ideplugin/Contents/MacOS/GPUDebuggerMTLSupport
0x121035000 - 0x121043ff7 com.apple.MTLToolsShaderProfiler (1.0 - 21750) <A391DBFB-5A28-342C-A757-7EFBA45FB81D> /Applications/Xcode.app/Contents/SharedFrameworks/MTLToolsShaderProfiler.framework/Versions/A/MTLToolsShaderProfiler
0x12104d000 - 0x12105aff7 com.apple.dt.IDE.IDEQuickLookEditor (8.2.1 - 11759) <800CDBF1-038E-3343-8322-861D828503C1> /Applications/Xcode.app/Contents/PlugIns/IDEQuickLookEditor.ideplugin/Contents/MacOS/IDEQuickLookEditor
0x12106b000 - 0x1210abfff com.apple.sourcekitd (1.0 - 800.0.63) <68B30196-4E44-3553-9C7E-524C8341E4C3> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/sourcekitd.framework/sourcekitd
0x1210ef000 - 0x1210f6fff com.apple.dt.ScriptingDefinitionEditor (8.2.1 - 11759) <F1F84917-E8D2-3BD5-991B-D64F208D572A> /Applications/Xcode.app/Contents/PlugIns/ScriptingDefinitionEditor.ideplugin/Contents/MacOS/ScriptingDefinitionEditor
0x121205000 - 0x121209fff com.apple.dt.IDE.IDEPDFViewer (8.2.1 - 11759) <22790766-D274-38F6-A9A8-92ED83976303> /Applications/Xcode.app/Contents/PlugIns/IDEPDFViewer.ideplugin/Contents/MacOS/IDEPDFViewer
0x12128d000 - 0x121296ff7 com.apple.dt.PlistEditor (8.2.1 - 11759) <EFF46E6A-EF7F-34F6-B670-98D81D929C39> /Applications/Xcode.app/Contents/PlugIns/PlistEditor.ideplugin/Contents/MacOS/PlistEditor
0x1213ec000 - 0x1213edfff +liblaunch_sim.dylib (560.3.4) <AD4808E7-648D-36A5-907A-92E1CF2B2BA1> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
0x1213f3000 - 0x1213f4ff7 +liblaunch_sim.dylib (560.5.16) <090A21B2-B81C-3222-984D-42E31C6D235C> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.2.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
0x1213fa000 - 0x1213fbff7 +liblaunch_sim.dylib (560.20.11) <459E4933-5078-37FF-A876-4616F707F31D> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.3.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
0x121401000 - 0x121402ffb +liblaunch_sim.dylib (756.1.1) <301997CC-3672-39D8-9DC3-77E7210EDFD5> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.0.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
0x121408000 - 0x121409ff3 +liblaunch_sim.dylib (756.10.3) <85EF1A78-D4BB-348E-BF5F-8ABCBEB9C00B> /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 9.1.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
0x12140f000 - 0x121410ff3 +liblaunch_sim.dylib (972.30.7) <557EE4F3-D30C-32C0-B497-EDE900ED0DE1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
0x121416000 - 0x121417ff3 +liblaunch_sim.dylib (756.10.3) <987B5076-4BF3-3F0D-96E4-1DC83349738E> /Library/Developer/CoreSimulator/Profiles/Runtimes/tvOS 9.0.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
0x12141d000 - 0x12141eff3 +liblaunch_sim.dylib (972.30.7) <73C732C2-F8BD-3739-B9CC-C95D3D4ECD64> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVSimulator.platform/Developer/SDKs/AppleTVSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
0x121424000 - 0x121425ffb +liblaunch_sim.dylib (756.2.1) <9B115F76-35EF-352C-870E-6E080FACBA82> /Library/Developer/CoreSimulator/Profiles/Runtimes/watchOS 2.0.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/host/liblaunch_sim.dylib
0x12142b000 - 0x12142cff3 +liblaunch_sim.dylib (972.20.3) <EFFED286-1E6E-3B37-996E-94D1D85D406A> /Applications/Xcode.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib/system/host/liblaunch_sim.dylib
0x121561000 - 0x1215e1fff com.apple.sourcekitd (1.0 - 800.10.13) <3EA7A252-6190-3614-827B-8826C5A38057> /Applications/Xcode.app/Contents/Developer/Toolchains/Swift_2.3.xctoolchain/usr/lib/sourcekitd.framework/sourcekitd
0x1217ea000 - 0x1217eaff7 com.apple.dt.DVTAnalyticsClientPlugin (1.0 - 1) <D4DF0CE6-76A2-3336-971F-4C2BDCEECFC6> /Applications/Xcode.app/Contents/PlugIns/DVTAnalyticsClientPlugin.ideplugin/Contents/MacOS/DVTAnalyticsClientPlugin
0x12182e000 - 0x12199fff7 com.apple.gputools.GLToolsAnalysisHeuristics (1.0 - 21750) <9A5F29F3-C2A3-30A9-BA2E-CF3FABCA8D08> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsAnalysisHeuristics.gtplugin/Contents/MacOS/GLToolsAnalysisHeuristics
0x1219b4000 - 0x1219ceff7 com.apple.security.csparser (3.0 - 57740.51.2) <C67879D1-CA90-30C7-AFF1-433F779F1918> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x1219e2000 - 0x1219e9ff7 com.apple.gputools.GLToolsShaderProfilerMobileSupport (1.0 - 21751) <DE7A1529-2EFF-3A45-91B9-08F1F3B25701> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsShaderProfilerMobileSupport.gtplugin/Contents/MacOS/GLToolsShaderProfilerMobileSupport
0x121a4c000 - 0x121a80ffb com.apple.gputools.GLToolsMobileAnalysis (1.0 - 21751) <0904A623-39A0-3425-957B-4C7B1C826401> /Applications/Xcode.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/GPUTools/PlugIns/GLToolsMobileAnalysis.gtplugin/Contents/MacOS/GLToolsMobileAnalysis
0x121ae0000 - 0x121af1fff com.apple.dt.IDE.IDEGit (8.2.1 - 11759) <DAB48767-245B-3101-B433-6803AE4B274D> /Applications/Xcode.app/Contents/PlugIns/IDEGit.ideplugin/Contents/MacOS/IDEGit
0x121aff000 - 0x121b0affb com.apple.dt.IDE.IDESubversion (8.2.1 - 11759) <556CF038-5AAE-3D71-9556-B1DEDF7396A2> /Applications/Xcode.app/Contents/PlugIns/IDESubversion.ideplugin/Contents/MacOS/IDESubversion
0x121ee7000 - 0x121fbbffb com.apple.dt.IDE.IDESceneKitEditor (8.2.1 - 11753) <ED8EAD91-16A8-38F6-9DB3-18C3A69EE16D> /Applications/Xcode.app/Contents/PlugIns/IDESceneKitEditor.ideplugin/Contents/MacOS/IDESceneKitEditor
0x122025000 - 0x1220a7fff com.apple.xcode.GameToolsFoundation (1.0 - 11507) <C4650A29-C796-3DCD-B987-F59FD06B569F> /Applications/Xcode.app/Contents/SharedFrameworks/GameToolsFoundation.framework/Versions/A/GameToolsFoundation
0x1220f5000 - 0x12222ffff com.apple.IDESpriteKitParticleEditor (2.0 - 2) <756D1194-2B27-370D-92DB-89D96BB47EFE> /Applications/Xcode.app/Contents/PlugIns/IDESpriteKitParticleEditor.ideplugin/Contents/MacOS/IDESpriteKitParticleEditor
0x122309000 - 0x1223e9ffb com.apple.dt.IDE.IDEModelEditor (8.2.1 - 11759) <876BE2FD-401E-3AA5-88B3-FA13F099B0CD> /Applications/Xcode.app/Contents/PlugIns/IDEModelEditor.ideplugin/Contents/MacOS/IDEModelEditor
0x122483000 - 0x122507ff7 com.apple.dt.IDE.IDEModelFoundation (8.2.1 - 11759) <505C64D8-1B71-3537-9A7C-45A2814802EF> /Applications/Xcode.app/Contents/PlugIns/IDEModelFoundation.ideplugin/Contents/MacOS/IDEModelFoundation
0x122569000 - 0x122653ff7 com.apple.XCSCore (1.0 - 1) <79D0984F-346B-36D3-A6C4-B192F345C560> /Applications/Xcode.app/Contents/SharedFrameworks/XCSCore.framework/Versions/A/XCSCore
0x1226f8000 - 0x1227f2ffb com.apple.dt.XCSUI (1.0 - 1) <1F9A809D-3246-3135-851D-FE8638411EC6> /Applications/Xcode.app/Contents/SharedFrameworks/XCSUI.framework/Versions/A/XCSUI
0x1276a7000 - 0x129019ffb +libclang.dylib (800.10.13) <7494A828-B27A-3992-896D-CDD44BEB9615> /Applications/Xcode.app/Contents/Developer/Toolchains/Swift_2.3.xctoolchain/usr/lib/libclang.dylib
0x7fff9ee71000 - 0x7fff9f1b6fff com.apple.RawCamera.bundle (7.02 - 899) <CF7F2643-8D1C-3D59-924F-12F7FA86A4C8> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff9f7c3000 - 0x7fffa0010fff com.apple.GeForceGLDriver (10.16.34 - 10.1.6) <B776F7D4-0822-3625-8737-4F6233BD5357> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
0x7fffa0011000 - 0x7fffa08d6ff3 libclh.dylib (4.0.3 - 4.0.3) <50CBE8A9-5F2E-3B49-9D41-25F005CC9E91> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
0x7fffa08d7000 - 0x7fffa09e7ff7 com.apple.GeForceMTLDriver (10.16.34 - 10.1.6) <703D6085-D05D-3E7A-AC22-F0B129F0B033> /System/Library/Extensions/GeForceMTLDriver.bundle/Contents/MacOS/GeForceMTLDriver
0x7fffa09ed000 - 0x7fffa0baefff com.apple.avfoundation (2.0 - 1187.36) <474E9FF4-4A97-3D48-8D4F-46FD3CADBBD6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fffa0baf000 - 0x7fffa0c51ff7 com.apple.audio.AVFAudio (1.0 - ???) <198B7FB5-EDE4-36AA-9631-9A5A247390F2> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
0x7fffa0c52000 - 0x7fffa0d1bff3 com.apple.AVKit (1.1 - 356.12) <BB0FC855-987B-3B02-8940-9CF13E862539> /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
0x7fffa0d1c000 - 0x7fffa0d1cfff com.apple.Accelerate (1.11 - Accelerate 1.11) <E559CE70-1A9A-3C5C-9FB7-C51FDF82F03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fffa0d35000 - 0x7fffa124efeb com.apple.vImage (8.1 - ???) <BE66DAAF-2955-3C36-8D6C-1518503A7F4C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fffa124f000 - 0x7fffa13c0ff3 libBLAS.dylib (1185.50.4) <4087FFE0-627E-3623-96B4-F0A9A1991E09> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fffa13c1000 - 0x7fffa13d5ffb libBNNS.dylib (15) <254698C7-7D36-3FFF-864E-ADEEEE543076> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fffa13d6000 - 0x7fffa17ccfef libLAPACK.dylib (1185.50.4) <C35FFB2F-A0E6-3903-8A3C-113A74BCBCA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fffa17cd000 - 0x7fffa17e3fff libLinearAlgebra.dylib (1185.50.4) <345CAACF-7263-36EF-B69B-793EA8B390AF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fffa17e4000 - 0x7fffa17eafff libQuadrature.dylib (3) <EF56C8E6-DE22-3C69-B543-A8648F335FDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fffa17eb000 - 0x7fffa17ffff7 libSparseBLAS.dylib (1185.50.4) <67BA432E-FB59-3C78-A8BE-ED4274CBC359> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fffa1800000 - 0x7fffa1987fe7 libvDSP.dylib (600) <02EC87E3-EA41-36DF-8696-B84E7551168E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fffa1988000 - 0x7fffa1a3affb libvMisc.dylib (600) <1093AAB8-090A-3A6C-9E52-583B081079D2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fffa1a3b000 - 0x7fffa1a3bfff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <2F018865-ACDE-3115-8014-5D8A6A33EDA4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fffa1a3c000 - 0x7fffa1a79ffb com.apple.Accounts (113 - 113) <59CE67BB-ED8F-3BC8-8F9A-351B48631B75> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fffa1a7a000 - 0x7fffa1cf9ff7 com.apple.AddressBook.framework (10.0 - 1756.20) <528974FA-7832-3DBE-AC92-4926EDB8F608> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fffa1cfa000 - 0x7fffa2ad3ffb com.apple.AppKit (6.9 - 1504.82.104) <DFD4571E-DF5D-3415-8C04-F352925687C5> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fffa2ad4000 - 0x7fffa2ae4fff com.apple.AppleScriptObjC (1.4 - 32) <A9581187-8221-34CA-8D39-EB1EB36FC9C2> /System/Library/Frameworks/AppleScriptObjC.framework/Versions/A/AppleScriptObjC
0x7fffa2ae5000 - 0x7fffa2ae5fff com.apple.ApplicationServices (48 - 48) <AD87D87A-6D4F-317D-863B-7551E0D2DF14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fffa2ae6000 - 0x7fffa2b54ff7 com.apple.ApplicationServices.ATS (377 - 422.2) <39583EED-81FE-34A7-9998-CDEE72FF59B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fffa2bee000 - 0x7fffa2d1dff7 libFontParser.dylib (194.11) <635DF6EF-18DF-3D06-90AA-88C509B43068> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fffa2d1e000 - 0x7fffa2d68fff libFontRegistry.dylib (196.4) <EA96AE47-3369-3DEA-BB82-98348ADBD85B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fffa2dc5000 - 0x7fffa2df8fff libTrueTypeScaler.dylib (194.11) <D951545E-3D83-3A3E-A3FE-22A23D485ACD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
0x7fffa2e64000 - 0x7fffa2f0eff7 com.apple.ColorSync (4.12.0 - 502.2) <ACA4001E-A0E3-33F6-9CD6-EEC2AA15E322> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fffa2f0f000 - 0x7fffa2f5fff7 com.apple.HIServices (1.22 - 591) <D16A5699-F3A2-3AF5-93B1-9E2F487F1577> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fffa2f60000 - 0x7fffa2f6fff3 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2CBE7F61-2056-3F96-99A1-0D527796AFA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fffa2f70000 - 0x7fffa2fbdfff com.apple.print.framework.PrintCore (12 - 491) <5027FD58-F0EE-33E4-8577-934CA06CD2AF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fffa2fbe000 - 0x7fffa2ff9fff com.apple.QD (3.12 - 313) <B339C41D-8CDF-3342-8414-F9717DCCADD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fffa2ffa000 - 0x7fffa3005ff7 com.apple.speech.synthesis.framework (6.3.3 - 6.3.3) <5808F070-8199-36C9-B3C9-F9B98D5AA359> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fffa3006000 - 0x7fffa3212fff com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <91D2BA22-B168-3A9A-9008-6FFC5A8FDC1E> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fffa3213000 - 0x7fffa3213fff com.apple.audio.units.AudioUnit (1.14 - 1.14) <8C0153FD-FEFF-309C-AACD-BF9657A31F8E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fffa3214000 - 0x7fffa337bff3 com.apple.AutomatorFramework (2.7 - 428) <6FBD31D2-0424-367E-9A82-EF4871361A33> /System/Library/Frameworks/Automator.framework/Versions/A/Automator
0x7fffa337c000 - 0x7fffa3756ff7 com.apple.CFNetwork (811.4.18 - 811.4.18) <9CE329E8-6177-3474-976D-F5C63FC875CD> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fffa3770000 - 0x7fffa3770fff com.apple.Carbon (154 - 157) <BCBB50DD-3C6C-3BF3-A30A-477BD14B95A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fffa3771000 - 0x7fffa3774fff com.apple.CommonPanels (1.2.6 - 98) <BF04BB22-D54C-309E-9F5C-897D969CAF70> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fffa3775000 - 0x7fffa3a7efff com.apple.HIToolbox (2.1.1 - 857.8) <0A05D959-ECB1-34CD-9B4E-2321519A8CBC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fffa3a7f000 - 0x7fffa3a82ff7 com.apple.help (1.3.5 - 49) <B1A930E3-5907-3677-BACD-858EF68B172D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fffa3a83000 - 0x7fffa3a88fff com.apple.ImageCapture (9.0 - 9.0) <341252B4-E082-361A-B756-6A330259C741> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fffa3a89000 - 0x7fffa3b20ff3 com.apple.ink.framework (10.9 - 219) <1BD40B45-FD33-3177-A935-565EE5FC79D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fffa3b21000 - 0x7fffa3b3bfff com.apple.openscripting (1.7 - 172) <31CFBB35-24BD-3E12-9B6B-1FA842FB605B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fffa3b3c000 - 0x7fffa3b3dff3 com.apple.print.framework.Print (12 - 267) <E2F82F1F-DC27-3EF0-9F75-B354F701450A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fffa3b3e000 - 0x7fffa3b40ff7 com.apple.securityhi (9.0 - 55006) <8D7E1E97-7B6A-3CE8-B8BB-67B7D3BEC30E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fffa3b41000 - 0x7fffa3b47ff7 com.apple.speech.recognition.framework (6.0.1 - 6.0.1) <082895DC-3AC7-3DEF-ADCA-5B018C19C9D3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fffa3b48000 - 0x7fffa3c27ffb com.apple.cloudkit.CloudKit (651.14 - 651.14) <88472FB6-63F3-3C1E-8D1D-02C5AC4DF1C9> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fffa3c28000 - 0x7fffa3c28fff com.apple.Cocoa (6.11 - 22) <85EDFBE1-75F0-369E-8CA8-C6A639B98FA6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fffa3c36000 - 0x7fffa3cd6fff com.apple.contacts.Contacts (1.0 - 2250.10) <917E2E8A-1E67-3160-B0F3-6E4CFC21B46C> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts
0x7fffa3d72000 - 0x7fffa3dfffff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <969E1763-EC60-3807-98C2-BA5EEBC0688F> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fffa3e00000 - 0x7fffa3e13fff com.apple.CoreBluetooth (1.0 - 1) <BCB78777-76F0-3CC1-8443-9E61AEF7EF63> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fffa3e14000 - 0x7fffa410ffff com.apple.CoreData (120 - 754.2) <9018135F-BDB5-3682-A895-17380D29C80E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fffa4110000 - 0x7fffa41bcfff com.apple.CoreDisplay (1.0 - 1) <E52EFE94-982C-3DCE-A032-0E275E67B77B> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fffa41bd000 - 0x7fffa4656ff7 com.apple.CoreFoundation (6.9 - 1349.64) <F2D9372F-2E23-3B41-90F9-C80944085EB0> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fffa4657000 - 0x7fffa4cd9fff com.apple.CoreGraphics (2.0 - 1070.22) <1D92CE57-4E46-35E3-837C-735526F50BB0> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fffa4cda000 - 0x7fffa4f1dffb com.apple.CoreImage (12.4.0 - 451.4.9) <BE4303C9-C9D9-361D-AC94-DBE40EB6700E> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fffa4f1e000 - 0x7fffa4f83ff7 com.apple.corelocation (2101.0.62) <A2C2BE46-7E70-3CE1-B98C-C88C34C2D9D2> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fffa4f84000 - 0x7fffa5035fff com.apple.CoreMedia (1.0 - 1907.58) <9A25B3CA-A006-39D2-A405-194F2BBF9061> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fffa5036000 - 0x7fffa5081ff7 com.apple.CoreMediaIO (805.0 - 4931) <FFD8910A-8727-313B-A7D6-81A463520899> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fffa5082000 - 0x7fffa5082fff com.apple.CoreServices (775.19 - 775.19) <23281A6C-D977-3927-8F48-016A54A520D3> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fffa5083000 - 0x7fffa50d4fff com.apple.AE (712.5 - 712.5) <78BF8C7A-C3CA-3A86-91A3-7D9DF2965FAF> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fffa50d5000 - 0x7fffa53b0ff7 com.apple.CoreServices.CarbonCore (1159.6 - 1159.6) <98A018FE-4416-3227-827B-C467AF94AE15> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fffa53b1000 - 0x7fffa53e4fff com.apple.DictionaryServices (1.2 - 274) <D23866E2-F7C8-3984-A9D4-96552CCDE573> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fffa53e5000 - 0x7fffa53edff3 com.apple.CoreServices.FSEvents (1230.50.1 - 1230.50.1) <2AD1B0E5-7214-37C4-8D11-A27C9CAC0F74> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fffa53ee000 - 0x7fffa555aff7 com.apple.LaunchServices (775.19 - 775.19) <2CF6151F-9A04-3EC4-BCAF-16EAEC76F5C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fffa555b000 - 0x7fffa560bffb com.apple.Metadata (10.7.0 - 1075.40) <F205A001-250D-3D9A-8375-0F7A834C46E6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fffa560c000 - 0x7fffa566bfff com.apple.CoreServices.OSServices (775.19 - 775.19) <DFCF30A0-0563-3AB2-AA06-83A06932DD20> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fffa566c000 - 0x7fffa56dcfff com.apple.SearchKit (1.4.0 - 1.4.0) <7A6DDA2B-03F1-3137-BA9E-1CC211973E26> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fffa56dd000 - 0x7fffa5722ff7 com.apple.coreservices.SharedFileList (38 - 38) <DA096678-93AB-3291-BDE2-482F1D544589> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fffa57ab000 - 0x7fffa58f7ff3 com.apple.CoreText (352.0 - 544.12) <B194C385-A946-3FF9-95EB-A1BADB5E7834> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fffa58f8000 - 0x7fffa592dff3 com.apple.CoreVideo (1.8 - 235.3) <AC11D5FB-C77B-34F5-B942-F698E84C229F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fffa592e000 - 0x7fffa599fffb com.apple.framework.CoreWLAN (11.0 - 1200.31) <2C96A4DE-93B0-3AE1-B402-F4533298E95A> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fffa59d2000 - 0x7fffa59ddff3 com.apple.DirectoryService.Framework (10.12 - 194) <45BEA292-4550-3082-8CE7-5D6CE7E0052A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fffa59de000 - 0x7fffa5a9cff7 com.apple.DiscRecording (9.0.3 - 9030.4.5) <8E5D977F-ADD8-309E-A2F4-1FEDA8C58915> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fffa5a9d000 - 0x7fffa5aa2fff com.apple.DiskArbitration (2.7 - 2.7) <A4DCD470-D8EA-37E9-BDCA-A2B469754C12> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fffa5c34000 - 0x7fffa5fdaff3 com.apple.Foundation (6.9 - 1349.63) <833A19A4-98E5-3637-8CEA-7BDCDF9F6798> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fffa5fdb000 - 0x7fffa6005ff7 com.apple.GLKit (1.0 - 87) <1BB39C18-D067-3468-B01E-7099F98DF8D7> /System/Library/Frameworks/GLKit.framework/Versions/A/GLKit
0x7fffa6006000 - 0x7fffa6037ff7 com.apple.GSS (4.0 - 2.0) <E658C8F6-CD30-3C45-9568-78735C850C6F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fffa6052000 - 0x7fffa60efff7 com.apple.GameplayKit (1.0 - 1) <4E500F56-468B-37AA-B9A1-8699E209A001> /System/Library/Frameworks/GameplayKit.framework/Versions/A/GameplayKit
0x7fffa60f7000 - 0x7fffa619affb com.apple.Bluetooth (5.0.4 - 5.0.4f18) <00D257AA-283D-3395-B9B0-FEB70764080B> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fffa619b000 - 0x7fffa6230fff com.apple.framework.IOKit (2.0.2 - 1324.50.21) <3C218602-8AEE-3CD1-B9CB-AA9A39C6F9FA> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fffa6231000 - 0x7fffa6237ffb com.apple.IOSurface (159.6 - 159.6) <D599764A-BB99-34AF-808B-4A51D727629C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fffa6238000 - 0x7fffa6289fff com.apple.ImageCaptureCore (7.0 - 7.0) <F51E1A40-6920-3CE2-9E84-B6E83AF2C1A7> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fffa628a000 - 0x7fffa63e9fe7 com.apple.ImageIO.framework (3.3.0 - 1599.7) <0A451D86-7C57-3584-853A-1D873A3AEFD5> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fffa63ea000 - 0x7fffa63eefff libGIF.dylib (1599.7) <A8E6DF58-F880-3E5E-9237-F04DE460AA59> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fffa63ef000 - 0x7fffa64dfff7 libJP2.dylib (1599.7) <034AC704-DE8D-3006-B889-15C91B86F39D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fffa64e0000 - 0x7fffa6503ffb libJPEG.dylib (1599.7) <BA785139-CADD-3955-963A-5DA2F18B138E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fffa6504000 - 0x7fffa652bff7 libPng.dylib (1599.7) <FCD6A5F9-1018-3097-9777-B007F5D8C34C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fffa652c000 - 0x7fffa652eff3 libRadiance.dylib (1599.7) <B8ADDE6C-D943-3B1A-953D-5E5B312EC9A0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fffa652f000 - 0x7fffa657dfeb libTIFF.dylib (1599.7) <C9894CA2-C4DD-3FD1-ADA3-E6F72D78F185> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fffa66db000 - 0x7fffa72e3ff3 com.apple.JavaScriptCore (12603 - 12603.1.30.0.33) <01B8ABBC-3FDA-3682-A15B-2A234EF611FD> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fffa72e4000 - 0x7fffa72fdff7 com.apple.Kerberos (3.0 - 1) <B9D242EB-E325-3A21-9812-C77CBBFB0D51> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fffa72fe000 - 0x7fffa7334fff com.apple.LDAPFramework (2.4.28 - 194.5) <492ACA22-373E-3DD9-BAEB-9EF6AA962FD5> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fffa7392000 - 0x7fffa7585fff com.apple.MapKit (1.0 - 1696.24.9.30.33) <5DAD4472-DF9C-3A87-9C06-38AC2D68B9A3> /System/Library/Frameworks/MapKit.framework/Versions/A/MapKit
0x7fffa7586000 - 0x7fffa758cfff com.apple.MediaAccessibility (1.0 - 97.1.1) <0BD82735-6644-37CE-B13D-8E7CC59A1752> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fffa75a2000 - 0x7fffa7adbfff com.apple.MediaToolbox (1.0 - 1907.58) <2BF8A414-F33A-333B-97F1-97D3807F96EB> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fffa7adc000 - 0x7fffa7b37fff com.apple.Metal (87.18 - 87.18) <011A4D02-DC69-3C11-926C-44462C7AE419> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fffa7b38000 - 0x7fffa7b50fff com.apple.MetalKit (1.0 - 76.1) <E23A56BF-8FCF-34E9-97B4-DF8573655FE7> /System/Library/Frameworks/MetalKit.framework/Versions/A/MetalKit
0x7fffa7b51000 - 0x7fffa83d0fff com.apple.ModelIO (1.0 - 1) <72C11A14-B091-3685-A847-1BD320AAD05B> /System/Library/Frameworks/ModelIO.framework/Versions/A/ModelIO
0x7fffa8420000 - 0x7fffa8428fff com.apple.NetFS (6.0 - 4.0) <14A24D00-5673-330A-959D-87F72040DEFF> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fffa859c000 - 0x7fffa85d8ff7 com.apple.OSAKit (1.5 - 105) <06120E05-5E9B-3259-AD56-74D5B207FF59> /System/Library/Frameworks/OSAKit.framework/Versions/A/OSAKit
0x7fffa85d9000 - 0x7fffa85fefff com.apple.audio.OpenAL (1.8 - 1.8) <E3447078-6A7E-3A6D-B136-B6EA93982EE1> /System/Library/Frameworks/OpenAL.framework/Versions/A/OpenAL
0x7fffa85ff000 - 0x7fffa8607ff7 libcldcpuengine.dylib (2.8.5) <906457F6-BB42-3D16-A99B-0505A6ED0ADD> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fffa8608000 - 0x7fffa8656ff3 com.apple.opencl (2.8.6 - 2.8.6) <F21D9298-DBAD-34BA-8504-486B68B780B4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fffa8657000 - 0x7fffa8670ffb com.apple.CFOpenDirectory (10.12 - 194) <D1BB7A9E-DFD0-3F3D-949C-E068F0BBB474> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fffa8671000 - 0x7fffa867cff7 com.apple.OpenDirectory (10.12 - 194) <4FE13CFB-A31E-3A3E-9820-55C2BE5EB5B2> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fffa867d000 - 0x7fffa867ffff libCVMSPluginSupport.dylib (14.0.16) <A8148DB3-356E-3EC5-B763-82B7F9B061C1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fffa8680000 - 0x7fffa8683ff7 libCoreFSCache.dylib (156.3) <B3B2A00D-C326-387F-AA4F-F615F14795CD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fffa8684000 - 0x7fffa8688fff libCoreVMClient.dylib (156.3) <6BA18BBE-0A21-3F9A-BCE7-565B0C555991> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fffa8689000 - 0x7fffa8692ff7 libGFXShared.dylib (14.0.16) <9C30665B-355F-3A7F-8FC7-99BDC80F8CD4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fffa8693000 - 0x7fffa869efff libGL.dylib (14.0.16) <12781915-3D3A-373C-979A-BBE675E043E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fffa869f000 - 0x7fffa86dbff7 libGLImage.dylib (14.0.16) <FF3F7CE5-7547-378B-A042-1F0253D5C3EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fffa86dc000 - 0x7fffa8852ff3 libGLProgrammability.dylib (14.0.16) <F482DF7B-7158-3DCE-9FC0-5765F3289CA6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x7fffa8853000 - 0x7fffa8894ff7 libGLU.dylib (14.0.16) <0664E009-B92C-3009-934A-E870796F91E9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fffa91fc000 - 0x7fffa920afff com.apple.opengl (14.0.16 - 14.0.16) <367C1712-2BBD-3BEC-83CF-F7E6EB8C6CE9> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fffa92a7000 - 0x7fffa93eefff com.apple.QTKit (7.7.3 - 2978.7) <08693D06-CD95-3BD9-8B58-93102E0658D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fffa93ef000 - 0x7fffa9659ff7 com.apple.imageKit (3.0 - 1023) <A56CD603-F24A-3BB4-B57F-EFA01CD072EA> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fffa965a000 - 0x7fffa9721fff com.apple.PDFKit (1.0 - 1) <C43D3BB2-4C25-3741-8379-66557C68DE38> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fffa9722000 - 0x7fffa9c48ff7 com.apple.QuartzComposer (5.1 - 356) <24B26EA5-D27E-3E4F-8939-DB552D749626> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fffa9c49000 - 0x7fffa9c6cffb com.apple.quartzfilters (1.10.0 - 1.10.0) <365342ED-7A1A-3C75-AE60-90764E96034C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fffa9c6d000 - 0x7fffa9d5afff com.apple.QuickLookUIFramework (5.0 - 720.7) <4B60DB7B-8998-33BE-AFCC-CEE99CB00923> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fffa9d5b000 - 0x7fffa9d5bfff com.apple.quartzframework (1.5 - 21) <09455972-8A33-3D61-B193-BA7E7CF984CA> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fffa9d5c000 - 0x7fffa9f5cfff com.apple.QuartzCore (1.11 - 453.38) <89DC7A1A-3633-3E6F-9E91-CF24C29EEF79> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fffa9f5d000 - 0x7fffa9fb2fff com.apple.QuickLookFramework (5.0 - 720.7) <549867B6-A49E-3A63-A609-73A6BD56548A> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fffa9fb3000 - 0x7fffa9fc8fff com.apple.SafariServices.framework (12603 - 12603.1.30.0.33) <750D3F2F-1630-32D6-B743-B714B87A73DA> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
0x7fffa9fc9000 - 0x7fffaa4aafff com.apple.SceneKit (5.0 - 293) <C79CE5B6-CD43-3915-94F9-0BB05AB4FAF6> /System/Library/Frameworks/SceneKit.framework/Versions/A/SceneKit
0x7fffaa4ab000 - 0x7fffaa4c2ff7 com.apple.ScriptingBridge (1.3.3 - 69) <F51B85CD-9C80-317E-B594-4A03612EAF52> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fffaa4c3000 - 0x7fffaa7c4fff com.apple.security (7.0 - 57740.51.2) <2D84B304-2824-351E-88DA-2127EDF2D1F4> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fffaa7c5000 - 0x7fffaa83afff com.apple.securityfoundation (6.0 - 55132.50.7) <12B774ED-A2DA-38F4-979D-C7084D831581> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fffaa83b000 - 0x7fffaa864fff com.apple.securityinterface (10.0 - 55079.50.4) <B5564620-C7D2-3528-9F99-13C2CD7A966A> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fffaa865000 - 0x7fffaa868ffb com.apple.xpc.ServiceManagement (1.0 - 1) <00B5C305-37B4-378A-BCAE-5EC441A889C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fffaa8b4000 - 0x7fffaaaa7ff7 com.apple.SpriteKit (1.0 - 1) <0479257C-F990-3935-9EEE-187A2760C4F5> /System/Library/Frameworks/SpriteKit.framework/Versions/A/SpriteKit
0x7fffaabef000 - 0x7fffaac5eff7 com.apple.SystemConfiguration (1.14 - 1.14) <6F6EC3F7-CE82-37AB-879A-AFD731360DB3> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fffaac5f000 - 0x7fffab00dfff com.apple.VideoToolbox (1.0 - 1907.58) <C0E96051-C97E-3A03-9EA7-312C0573BDE8> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fffab00e000 - 0x7fffac394fff com.apple.WebCore (12603 - 12603.1.30.0.33) <86B39946-3676-328A-AE74-E8AEDF835495> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fffac395000 - 0x7fffac581ff7 com.apple.WebKitLegacy (12603 - 12603.1.30.0.33) <1B55BB9F-C671-317C-AA3C-C400CE7CFC96> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
0x7fffac582000 - 0x7fffac92dffb com.apple.WebKit (12603 - 12603.1.30.0.33) <5C51B4C2-C98F-3556-BD5A-0624450CEF65> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fffacd37000 - 0x7fffacd3dff3 com.apple.APFS (1.0 - 1) <F40C8860-5F3C-3004-81DB-52547D2C7DDD> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fffad4b1000 - 0x7fffad4ccff3 com.apple.AppContainer (4.0 - 307.50.21) <5C12CF75-1788-38F9-87FA-3455456D93FC> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fffad4cd000 - 0x7fffad4daff3 com.apple.AppSandbox (4.0 - 307.50.21) <C45C1038-CB63-374B-9A8A-BF84ECBF9C59> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fffad4db000 - 0x7fffad4fdffb com.apple.framework.Apple80211 (12.0 - 1200.46) <389C64AF-E262-3C7E-9CD9-62AD5C46D926> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fffad4fe000 - 0x7fffad50dfeb com.apple.AppleFSCompression (88.50.3 - 1.0) <2278685C-48BF-3B2F-B814-33273AA36128> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fffad5d6000 - 0x7fffad5e1ff3 com.apple.AppleIDAuthSupport (1.0 - 1) <E17ED2D4-BB59-3156-99B0-D53631AD256E> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fffad5f9000 - 0x7fffad68497f com.apple.AppleJPEG (1.0 - 1) <B9E9570D-04A4-34E4-B756-D200043B25B8> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fffad685000 - 0x7fffad697ffb com.apple.AppleLDAP (10.12 - 41) <AA6AD401-51AB-3869-A5EA-02169711DA54> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
0x7fffad698000 - 0x7fffad6b3fff com.apple.aps.framework (4.0 - 4.0) <6CA07CDF-1E35-34E9-95BF-BD565FF42BAD> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fffad6b4000 - 0x7fffad6bcffb com.apple.AppleSRP (5.0 - 1) <6313EAEA-05ED-3A50-9EAC-92863BCE6859> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fffad6bd000 - 0x7fffad6c0ff3 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <42A1731A-A576-307A-B07C-9F8F64696CB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fffad6c1000 - 0x7fffad713fff com.apple.AppleVAFramework (5.0.36 - 5.0.36) <074FD555-A536-31C5-8CAC-4603432367F2> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fffad71d000 - 0x7fffad724ff7 com.apple.AssetCacheServices (48.3 - 48.3) <C59F7295-36D8-3109-A910-C83D884CC92C> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
0x7fffad7c1000 - 0x7fffada4dfff com.apple.AuthKit (1.0 - 1) <5E0C9787-655C-36D6-8CEF-C22EECE427EC> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fffada4e000 - 0x7fffadab6ffb com.apple.AuthKitUI (1.0 - 1) <5A27D172-51AC-356C-AD0A-928D9CD85CBF> /System/Library/PrivateFrameworks/AuthKitUI.framework/Versions/A/AuthKitUI
0x7fffadab7000 - 0x7fffadb35ff7 com.apple.backup.framework (1.8.5 - 1.8.5) <CDA50CB0-0B0E-3264-8586-B9C026F2B070> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fffadb3e000 - 0x7fffadb44fff com.apple.BezelServicesFW (274.3 - 274.3) <1B5B223B-E500-37CC-81DF-3B367C54EB60> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
0x7fffadb5e000 - 0x7fffadb9bff7 com.apple.bom (14.0 - 193.8) <BFB3FF63-6AB4-3F52-8525-87E88A5000F4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fffae1d1000 - 0x7fffae1f8fff com.apple.CalendarAgentLink (8.0 - 250) <F4954A9B-A33A-3FC2-A8C4-E31E57B04F82> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
0x7fffae7c0000 - 0x7fffae7e7ff3 com.apple.ChunkingLibrary (173 - 173) <FC2165F9-FC93-39C0-8323-C2F43A5E00A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fffae7e8000 - 0x7fffae874ff7 com.apple.CloudDocs (1.0 - 486.28) <19015192-BCE4-340F-8009-536691912F24> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fffaf0ff000 - 0x7fffaf10affb com.apple.CommerceCore (1.0 - 582.5) <7D9A3AF8-8C08-308B-B6B2-672CF93F0978> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fffaf10b000 - 0x7fffaf114ffb com.apple.CommonAuth (4.0 - 2.0) <0E287626-7B10-333E-98BB-E7351D364075> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fffaf127000 - 0x7fffaf192ff7 com.apple.framework.ConfigurationProfiles (9.0 - 952) <D417D517-D9C3-326F-8F74-49EFA24CF4DE> /System/Library/PrivateFrameworks/ConfigurationProfiles.framework/Versions/A/ConfigurationProfiles
0x7fffaf1db000 - 0x7fffaf22bffb com.apple.AddressBook.ContactsFoundation (8.0 - 2250.10) <3097DEAC-ED6B-358E-8E81-8B7011CECA91> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fffaf22c000 - 0x7fffaf24efff com.apple.contacts.ContactsPersistence (1.0 - 2250.10) <7EC0366F-30A6-3538-8BC9-8CABD55C178D> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
0x7fffaf298000 - 0x7fffaf677ff7 com.apple.CoreAUC (226.0.0 - 226.0.0) <FBF6C5BC-5937-3957-B6BA-E101DF9B0DF6> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fffaf678000 - 0x7fffaf6a8fff com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <3F6857D1-AE7C-3593-B064-930F5BB7269E> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fffaf743000 - 0x7fffaf74bffb com.apple.frameworks.CoreDaemon (1.3 - 1.3) <2AB86FAF-37B3-3323-9EF0-CA591B6E357C> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fffaf85c000 - 0x7fffaf86cfff com.apple.CoreEmoji (1.0 - 40.3.3) <532FC2DC-1B5E-3F49-8730-69D6CD713B9D> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fffaf931000 - 0x7fffaf947ff3 com.apple.CoreMediaAuthoring (2.2 - 956) <F15CF5C5-D309-3B13-9FD0-7B729AF926D7> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fffaf94e000 - 0x7fffaf9deffb com.apple.CorePDF (4.0 - 4) <7F50E4A6-940C-33F5-BE4E-7E01AFE98A8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fffafba7000 - 0x7fffafbd7ff3 com.apple.CoreServicesInternal (276.2 - 276.2) <05EB7D45-DD4C-3A0F-AC63-A0C2A68E6481> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fffafe68000 - 0x7fffafef7ff7 com.apple.CoreSymbolication (62046) <36C4A21A-4766-341A-B6C1-AF74B867D41A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fffafef8000 - 0x7fffb0037fe7 com.apple.coreui (2.1 - 431.3) <D0A8FD00-1A4D-30A9-9993-745620E8C42E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fffb0038000 - 0x7fffb0108ff3 com.apple.CoreUtils (5.1 - 510.31) <A1A5159B-6E12-352B-B6B9-8528D82A6480> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fffb0158000 - 0x7fffb01bdff3 com.apple.framework.CoreWiFi (12.0 - 1200.31) <658A4197-7947-3851-A811-C4B3F7889544> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fffb01be000 - 0x7fffb01ccff7 com.apple.CrashReporterSupport (10.12 - 823) <43BCC374-CB17-3331-95A0-227672E98003> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fffb023e000 - 0x7fffb0248ffb com.apple.framework.DFRFoundation (1.0 - 104.25) <0E5EAA1A-768B-32B4-A011-9BDB19298438> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fffb0249000 - 0x7fffb024dff7 com.apple.DSExternalDisplay (3.1 - 380) <462A4475-18EA-3CED-A373-6EE6EB576B2C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fffb024e000 - 0x7fffb0282ff3 com.apple.datadetectors (5.0 - 348.2.1) <CFC96349-7432-3A6B-AB7D-52867DA22809> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fffb0283000 - 0x7fffb02f8ffb com.apple.datadetectorscore (7.0 - 539.1) <E475F815-490C-334F-B3A7-621138CD835E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fffb0334000 - 0x7fffb0373fff com.apple.DebugSymbols (137 - 137) <58A70B66-2628-3CFE-B103-2200D95FC5F7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fffb0374000 - 0x7fffb0485fff com.apple.desktopservices (1.11.5 - 1.11.5) <C460997E-B700-3B85-9EBD-09182C8FBA42> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fffb048a000 - 0x7fffb055ffff com.apple.DiskImagesFramework (444.50.16 - 444.50.16) <960FBDE2-60E7-3C64-B680-69104BE9AEE3> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fffb0560000 - 0x7fffb05c6ffb com.apple.DiskManagement (10.0 - 1112) <2978532A-A23A-3675-82BC-1E6F61FC257D> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
0x7fffb05c7000 - 0x7fffb05d2fff com.apple.DisplayServicesFW (3.1 - 380) <C12ED0B4-8D59-332A-BB07-D5C7A7FEE1ED> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fffb05e1000 - 0x7fffb0616fff com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <98DE7577-28B2-31CF-AA8E-B6F774AECC98> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
0x7fffb0617000 - 0x7fffb0619ffb com.apple.EFILogin (2.0 - 2) <83482CAD-2C7E-3E13-9DC4-E1E81BBB19D5> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fffb076b000 - 0x7fffb0b9cff7 com.apple.vision.FaceCore (3.3.2 - 3.3.2) <9391D5A3-738C-3136-9D07-518CB43DBADA> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fffb0ba5000 - 0x7fffb0bc2ff3 com.apple.framework.familycontrols (4.1 - 410) <B47ED91D-0332-390C-9EFD-AE1A5B3F7957> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fffb1ef3000 - 0x7fffb1ef3fff libmetal_timestamp.dylib (600.0.49.9) <4092EFCA-4EEC-3002-8E67-2999D331A3FE> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
0x7fffb1f00000 - 0x7fffb1f0bff3 libGPUSupportMercury.dylib (14.0.16) <C385F771-67DF-3D9B-A396-34A2C329C72C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
0x7fffb21c4000 - 0x7fffb21e0fff com.apple.GenerationalStorage (2.0 - 267.1) <3DE1C580-D089-362D-8582-8DE68A3C5F13> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fffb21f9000 - 0x7fffb28abfff com.apple.GeoServices (1.0 - 1228.24.9.30.34) <3B095813-5069-3599-AF6D-ED7ECDC32950> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fffb28f1000 - 0x7fffb2967ff3 com.apple.Heimdal (4.0 - 2.0) <7C795F9C-B846-30FD-B5CF-E0C32252D9ED> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fffb297a000 - 0x7fffb299dff7 com.apple.IASUtilities (1.0 - 326) <FE76653B-8DE9-3BA0-9E46-4114F3BDA723> /System/Library/PrivateFrameworks/IASUtilities.framework/Versions/A/IASUtilities
0x7fffb2f81000 - 0x7fffb2f88ffb com.apple.IOAccelerator (311.11 - 311.11) <DE97C649-BD9C-3AFD-9A05-B13DAF096841> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fffb2f89000 - 0x7fffb2f89fff com.apple.IOPlatformPluginFamily (1.0 - 1) <AB12EBDF-C4E0-3DD7-B9EC-63AB63056230> /System/Library/PrivateFrameworks/IOPlatformPluginFamily.framework/Versions/A/IOPlatformPluginFamily
0x7fffb2f8a000 - 0x7fffb2f9eff7 com.apple.IOPresentment (1.0 - 29.10) <E4439381-5E94-35C7-8EA7-24698D72B5C0> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fffb2f9f000 - 0x7fffb2fc1fff com.apple.IconServices (74.4 - 74.4) <218DDD05-35F4-3833-B98D-471ED0EBC031> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fffb305d000 - 0x7fffb306dff3 com.apple.IntlPreferences (2.0 - 216) <387A791C-05B6-3D14-8B87-BFC4B49FAFB7> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fffb306e000 - 0x7fffb308bff7 com.apple.Jet (1.0 - 1) <AEC34B17-0CB3-3AFE-AEF8-B3612B700B9B> /System/Library/PrivateFrameworks/Jet.framework/Versions/A/Jet
0x7fffb309a000 - 0x7fffb30a7fff com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <0530EADE-AF03-36D5-BBE8-87537E4E6B36> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fffb30a8000 - 0x7fffb325ffff com.apple.LanguageModeling (1.0 - 123.2.5) <A8CA965F-0399-310D-91C3-B93DDDE9A442> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fffb3270000 - 0x7fffb32aafff com.apple.LoggingSupport (1.0 - 518.51.1) <1A96C1BB-5C27-37C9-A354-BC22F95FF398> /System/Library/PrivateFrameworks/LoggingSupport.framework/Versions/A/LoggingSupport
0x7fffb32ab000 - 0x7fffb32afff7 com.apple.LoginUICore (4.0 - 4.0) <CF57628C-1102-325B-B9AF-F77E8D09AAFF> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fffb335b000 - 0x7fffb341dff3 com.apple.MMCS (1.3 - 385.4) <16CD4C83-59D0-3240-B412-8E01C71E5274> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
0x7fffb38cf000 - 0x7fffb38d2fff com.apple.Mangrove (1.0 - 1) <98814966-FD65-302B-B47E-00928DC34E5C> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fffb39ab000 - 0x7fffb39dfff3 com.apple.MediaKit (16 - 845) <883DC63F-F90F-3FB9-8C23-9CECD72EBCDE> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fffb39e0000 - 0x7fffb3b40ffb com.apple.MediaRemote (1.0 - 1) <5D7E9985-FB99-3F6C-87A1-73282D674590> /System/Library/PrivateFrameworks/MediaRemote.framework/Versions/A/MediaRemote
0x7fffb3b41000 - 0x7fffb3b5cffb com.apple.MediaServices (1.0 - 1) <86093B97-BA77-340B-BA19-AC23E809E0E5> /System/Library/PrivateFrameworks/MediaServices.framework/Versions/A/MediaServices
0x7fffb3b80000 - 0x7fffb3bf9ff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <C323FC94-FFA5-3EE6-B2AC-7E61EA92F304> /System/Library/PrivateFrameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fffb3c0b000 - 0x7fffb3d6ffcf com.apple.mobiledevice (905.50.16 - 905.50.16) <F84D62FF-EBFF-33E1-BE6C-4DDBA458786E> /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
0x7fffb3d70000 - 0x7fffb3d7dff3 com.apple.MobileKeyBag (2.0 - 1.0) <1722A7F5-B1CC-3C37-8D3C-7F1F7EA79E7F> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fffb3d8e000 - 0x7fffb3db6fff com.apple.MultitouchSupport.framework (368.14 - 368.14) <930109A4-6949-377F-AD30-F9B542CBAE1C> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fffb3db7000 - 0x7fffb3e67ff7 com.apple.Navigation (1.0 - 1) <59BF3023-DE0A-303A-B9ED-59D6C6FF1EB7> /System/Library/PrivateFrameworks/Navigation.framework/Versions/A/Navigation
0x7fffb3e68000 - 0x7fffb3e73fff com.apple.NetAuth (6.2 - 6.2) <DB284264-A622-3F6F-B668-8DD52907129E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fffb3efe000 - 0x7fffb3f1effb com.apple.network.statistics.framework (1.2 - 1) <9D2F40CD-9AD4-3193-B8FF-13BF826041F9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fffb42c0000 - 0x7fffb42c2fff com.apple.OAuth (25 - 25) <D6E5F36D-71B8-3E12-9601-CE2A1D6ED60B> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fffb42e4000 - 0x7fffb43e7fef com.apple.PackageKit (3.0 - 629) <6852D890-F4A8-37A1-BF8D-87763616A117> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
0x7fffb474b000 - 0x7fffb478cff3 com.apple.PerformanceAnalysis (1.148.3 - 148.3) <BB9C90BB-29D7-3ED0-81CE-BFFE4A1F3C66> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fffb47cf000 - 0x7fffb47d6ff3 com.apple.phonenumbers (1.1.1 - 105) <B8EFDDD3-BA26-39B8-9EA0-3649184BF527> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fffb4d69000 - 0x7fffb4dc3fff com.apple.PhysicsKit (1.0 - 1) <06E60B22-5764-3E59-A36D-126D3FCE22D7> /System/Library/PrivateFrameworks/PhysicsKit.framework/Versions/A/PhysicsKit
0x7fffb4dc4000 - 0x7fffb4de6fff com.apple.pluginkit.framework (1.0 - 1) <775E1168-9A28-34EC-AACD-B73803B9DDD4> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fffb4e39000 - 0x7fffb4e73ff7 com.apple.ProtectedCloudStorage (1.0 - 1) <DDC042B2-0FC8-3329-8BFD-759BCABA3C95> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fffb4e74000 - 0x7fffb4e8efff com.apple.ProtocolBuffer (1 - 249.1) <30634D0F-8003-397B-ACD6-8A4D07ED25AA> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fffb4e8f000 - 0x7fffb4e9eff7 com.apple.QuickLookThumbnailing (1.0 - 1) <173EE873-1700-3FCA-9782-C060FBB5BCAD> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
0x7fffb4ea7000 - 0x7fffb4ecaff3 com.apple.RemoteViewServices (2.0 - 124) <6B967FDA-6591-302C-BA0A-76C4856E584E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fffb5b90000 - 0x7fffb5b93fff com.apple.SecCodeWrapper (4.0 - 307.50.21) <19DF922F-DB37-319A-B967-9B439B26E8BF> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fffb5c22000 - 0x7fffb5caffff com.apple.Sharing (696.2.67 - 696.2.67) <12E50DA8-7A68-3097-B860-09373807A8BB> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fffb5cd0000 - 0x7fffb5f36ff3 com.apple.SkyLight (1.600.0 - 160.40) <B93470C9-71CA-3C98-BD8C-57E142CECE03> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fffb6114000 - 0x7fffb6120ff7 com.apple.SpeechRecognitionCore (3.3.2 - 3.3.2) <684BD1EA-8268-331C-A5A9-080EB375C658> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fffb680a000 - 0x7fffb687efdf com.apple.Symbolication (62048.1) <34D084ED-55DE-3256-B359-78357F3B81A3> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fffb6a9e000 - 0x7fffb6acaff3 com.apple.framework.SystemAdministration (1.0 - 1.0) <FE9E05E8-0432-3FBA-90FA-F82B0F8C69D5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fffb6cbc000 - 0x7fffb6cc2ff7 com.apple.TCC (1.0 - 1) <ADB6F61D-9490-308F-B8AB-DFB3ED433F94> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fffb6d4e000 - 0x7fffb6e14ff7 com.apple.TextureIO (2.8 - 2.8) <3D61E533-4156-3B21-B7ED-CB823E680DFC> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fffb6e5d000 - 0x7fffb6e72ff3 com.apple.ToneKit (1.0 - 1) <B709293D-0A79-398A-8AA9-50F6340C227C> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fffb6e73000 - 0x7fffb6e81ffb com.apple.ToneLibrary (1.0 - 1) <F2ED5DFC-5F11-3012-BCD7-17753413141F> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fffb6e88000 - 0x7fffb6e89fff com.apple.TrustEvaluationAgent (2.0 - 28.50.1) <ECC81662-104D-3B78-922D-E3BF96BF276F> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fffb6e8a000 - 0x7fffb701aff3 com.apple.UIFoundation (1.0 - 490.7) <2A3063FE-1790-3510-8A0E-AEC581D42B7E> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fffb702a000 - 0x7fffb702bfff libUAPreferences.dylib (304.30.3) <2B25068C-A0ED-3B66-88AF-C7FB76BCF403> /System/Library/PrivateFrameworks/UniversalAccess.framework/Versions/A/Libraries/libUAPreferences.dylib
0x7fffb7094000 - 0x7fffb7728ff3 com.apple.VectorKit (1.0 - 1230.24.9.30.26) <0BF80D55-4E82-3E64-8465-5F22E4BC68E2> /System/Library/PrivateFrameworks/VectorKit.framework/Versions/A/VectorKit
0x7fffb7ae9000 - 0x7fffb7ba9ff7 com.apple.ViewBridge (282 - 282) <CBE5DE4E-79A4-3FE1-9B7D-29BC048A6B80> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fffb7ff4000 - 0x7fffb7ffafff com.apple.XPCService (2.0 - 1) <4B28B225-2105-33F4-9ED0-F04288FF4FB1> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fffb7ffb000 - 0x7fffb7ffdffb com.apple.private.XprotectFrameWork.XprotectFramework (1.0 - 1) <F608028B-5CAB-31BC-8927-925B6EA3D670> /System/Library/PrivateFrameworks/XprotectFramework.framework/Versions/A/XprotectFramework
0x7fffb80cb000 - 0x7fffb80cdffb com.apple.loginsupport (1.0 - 1) <F3140B97-12C3-35A7-9D3D-43DA2D13C113> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fffb80ce000 - 0x7fffb80e6ffb com.apple.login (3.0 - 3.0) <97E8B7E1-6CA9-3486-A8D6-5BDCE01A68C2> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fffb80f9000 - 0x7fffb8120ff7 com.apple.contacts.vCard (1.0 - 2250.10) <19E37E68-E945-3534-8658-87AA411D0AD4> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fffb8122000 - 0x7fffb813dff7 libCRFSuite.dylib (34) <F78B7F5F-0B4F-35C6-AA2F-84EE9CB22137> /usr/lib/libCRFSuite.dylib
0x7fffb813e000 - 0x7fffb8149fff libChineseTokenizer.dylib (21) <0886E908-A825-36AF-B94B-2361FD8BC2A1> /usr/lib/libChineseTokenizer.dylib
0x7fffb814a000 - 0x7fffb81daff7 libCoreStorage.dylib (540.30.1) <018EDD20-0A6F-3F77-BF30-462959A5EB38> /usr/lib/libCoreStorage.dylib
0x7fffb81db000 - 0x7fffb81dcff3 libDiagnosticMessagesClient.dylib (102) <84A04D24-0E60-3810-A8C0-90A65E2DF61A> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fffb81dd000 - 0x7fffb83f0fff libFosl_dynamic.dylib (16.39) <02572344-E976-38C7-B715-F18CEF39159B> /usr/lib/libFosl_dynamic.dylib
0x7fffb840c000 - 0x7fffb8413fff libMatch.1.dylib (27) <3262B756-7E6E-31DA-A6F5-8A42D8B933EB> /usr/lib/libMatch.1.dylib
0x7fffb8414000 - 0x7fffb8414fff libOpenScriptingUtil.dylib (172) <90743888-C1E8-34E3-924E-1A754B2B63B9> /usr/lib/libOpenScriptingUtil.dylib
0x7fffb8415000 - 0x7fffb8419ff3 libScreenReader.dylib (477.40.5) <A7FEC86E-CCCA-39FE-AFA5-584B27646BA9> /usr/lib/libScreenReader.dylib
0x7fffb841a000 - 0x7fffb841bffb libSystem.B.dylib (1238.50.2) <A667A6DE-28B0-31F7-98AA-48B90F51B62A> /usr/lib/libSystem.B.dylib
0x7fffb8484000 - 0x7fffb8486ff7 libUniversalAccess.dylib (304.30.3) <8F24C80F-F0C5-3554-894B-EC66D1A2B6F9> /usr/lib/libUniversalAccess.dylib
0x7fffb8487000 - 0x7fffb84b2ff3 libarchive.2.dylib (41.50.2) <B4F507BC-B24E-3BE7-B658-94D798E2CD81> /usr/lib/libarchive.2.dylib
0x7fffb84b3000 - 0x7fffb852ffc7 libate.dylib (1.12.13) <D0767875-D02E-3377-84D8-5F174C27BEA9> /usr/lib/libate.dylib
0x7fffb8533000 - 0x7fffb8533ff3 libauto.dylib (187) <34388D0B-C539-3C1B-9408-2BC152162E43> /usr/lib/libauto.dylib
0x7fffb8534000 - 0x7fffb8544ff3 libbsm.0.dylib (34) <20084796-B04D-3B35-A003-EA11459557A9> /usr/lib/libbsm.0.dylib
0x7fffb8545000 - 0x7fffb8553ff7 libbz2.1.0.dylib (38) <25D9FACF-5583-348A-80A0-2B51DCE37680> /usr/lib/libbz2.1.0.dylib
0x7fffb8554000 - 0x7fffb85aaff7 libc++.1.dylib (307.5) <0B43BB5D-E6EB-3464-8DE9-B41AC8ED9D1C> /usr/lib/libc++.1.dylib
0x7fffb85ab000 - 0x7fffb85d5fff libc++abi.dylib (307.3) <009CDFBC-F7BB-3907-B657-D0589F989341> /usr/lib/libc++abi.dylib
0x7fffb85d6000 - 0x7fffb85e6ffb libcmph.dylib (6) <2B5D405E-2D0B-3320-ABD6-622934C86ABE> /usr/lib/libcmph.dylib
0x7fffb85e7000 - 0x7fffb85fdfcf libcompression.dylib (39) <F2726F95-F54E-3B21-BCB5-F7151DEFDC2F> /usr/lib/libcompression.dylib
0x7fffb85fe000 - 0x7fffb85feff7 libcoretls.dylib (121.50.4) <64B1001E-10F6-3542-A3B2-C4B49F51817F> /usr/lib/libcoretls.dylib
0x7fffb85ff000 - 0x7fffb8600ff3 libcoretls_cfhelpers.dylib (121.50.4) <1A10303E-5EB0-3C7C-9165-021FCDFD934D> /usr/lib/libcoretls_cfhelpers.dylib
0x7fffb86ba000 - 0x7fffb879fff7 libcrypto.0.9.8.dylib (64.50.6) <4201148D-7540-3C94-85F8-6B9ABA9B0E7A> /usr/lib/libcrypto.0.9.8.dylib
0x7fffb87a0000 - 0x7fffb8930ff7 libcrypto.35.dylib (11.50.3) <7BCFD6FB-2B35-3D63-A8E1-DC7360013BCC> /usr/lib/libcrypto.35.dylib
0x7fffb8931000 - 0x7fffb893cfff libcsfde.dylib (540.30.1) <EDB8AEE6-FD60-35CC-AC2B-3DCD8341633F> /usr/lib/libcsfde.dylib
0x7fffb893d000 - 0x7fffb8990ff7 libcups.2.dylib (450) <1954EF55-7AD2-3781-B72C-04CE46E2DA01> /usr/lib/libcups.2.dylib
0x7fffb8991000 - 0x7fffb89e1ffb libcurl.4.dylib (95.50.2) <F9D8B9EA-8676-36CF-A976-6CCF21004904> /usr/lib/libcurl.4.dylib
0x7fffb89e2000 - 0x7fffb89e9ff3 libdscsym.dylib (148.3) <F5E5B423-4B34-3100-8FDA-A12C69107B5B> /usr/lib/libdscsym.dylib
0x7fffb89ec000 - 0x7fffb8a0aff3 libedit.3.dylib (48.50.1) <5880F20C-5732-3285-B4F8-E2CBB464D950> /usr/lib/libedit.3.dylib
0x7fffb8a0b000 - 0x7fffb8a0bfff libenergytrace.dylib (15) <A1B040A2-7977-3097-9ADF-34FF181EB970> /usr/lib/libenergytrace.dylib
0x7fffb8a0c000 - 0x7fffb8a18ffb libexslt.0.dylib (15.9) <0FEE938A-AD8C-344A-8240-32550E0B9C7B> /usr/lib/libexslt.0.dylib
0x7fffb8a19000 - 0x7fffb8a1afff libffi.dylib (18.1) <49D03682-E111-351C-8266-4519B3B82BE9> /usr/lib/libffi.dylib
0x7fffb8a1b000 - 0x7fffb8a20ff7 libheimdal-asn1.dylib (498.50.8) <B2E35D77-6EB3-3E93-A564-92835E9A7C32> /usr/lib/libheimdal-asn1.dylib
0x7fffb8a21000 - 0x7fffb8b13ff7 libiconv.2.dylib (50) <42125B35-81D7-3FC4-9475-A26DBE10884D> /usr/lib/libiconv.2.dylib
0x7fffb8b14000 - 0x7fffb8d39ffb libicucore.A.dylib (57163.0.1) <B65F68F3-FA7F-323E-AE64-79F7EC08692E> /usr/lib/libicucore.A.dylib
0x7fffb8d3f000 - 0x7fffb8d40fff liblangid.dylib (126) <2085E7A7-9A34-3735-87F4-F174EF8EABF0> /usr/lib/liblangid.dylib
0x7fffb8d41000 - 0x7fffb8d5affb liblzma.5.dylib (10) <44BD0279-99DD-36B5-8A6E-C11432E2098D> /usr/lib/liblzma.5.dylib
0x7fffb8d5b000 - 0x7fffb8d71ff7 libmarisa.dylib (5) <9030D214-5D0F-30CB-AC03-902C63909362> /usr/lib/libmarisa.dylib
0x7fffb8d72000 - 0x7fffb901aff7 libmecabra.dylib (744.8) <AAB45D76-CCF1-3BFB-B369-D7C276BB8712> /usr/lib/libmecabra.dylib
0x7fffb901b000 - 0x7fffb904cffb libncurses.5.4.dylib (51.30.1) <B03B1BD2-7080-3856-BB02-7E8238320C3B> /usr/lib/libncurses.5.4.dylib
0x7fffb904d000 - 0x7fffb90c7ff3 libnetwork.dylib (856.50.56) <C7567B50-4DA8-3AD6-9972-C250E15B76A7> /usr/lib/libnetwork.dylib
0x7fffb90c8000 - 0x7fffb949a047 libobjc.A.dylib (709) <87C968C7-CC85-3F91-AF07-787AFBC20A33> /usr/lib/libobjc.A.dylib
0x7fffb949b000 - 0x7fffb949cfff libodfde.dylib (23.50.1) <744F1E66-11EB-3A4D-8944-722F39C55278> /usr/lib/libodfde.dylib
0x7fffb949d000 - 0x7fffb94a1fff libpam.2.dylib (21.30.1) <71EB0D88-DE84-3C8D-A2C5-58AA282BC5BC> /usr/lib/libpam.2.dylib
0x7fffb94a2000 - 0x7fffb94d3ff7 libpcap.A.dylib (67.50.2) <D0B6EF01-C1B0-3C62-9BF4-3FBD9252EB90> /usr/lib/libpcap.A.dylib
0x7fffb94ee000 - 0x7fffb94efff3 libquit.dylib (231.3) <F7745999-F099-3A17-AC77-8313634A7507> /usr/lib/libquit.dylib
0x7fffb94f0000 - 0x7fffb950cffb libresolv.9.dylib (64) <A244AE4C-00B0-396C-98FF-97FE4DB3DA30> /usr/lib/libresolv.9.dylib
0x7fffb950d000 - 0x7fffb9546fff libsandbox.1.dylib (592.50.47) <96676528-FDDC-3149-8531-4C4738132B21> /usr/lib/libsandbox.1.dylib
0x7fffb9547000 - 0x7fffb9559ffb libsasl2.2.dylib (209) <9FE52111-B265-3A1A-A5B1-C7A3F8095ED2> /usr/lib/libsasl2.2.dylib
0x7fffb955a000 - 0x7fffb955bff3 libspindump.dylib (231.3) <6808937E-7AF7-3BC1-B84F-FDA6DCB012BE> /usr/lib/libspindump.dylib
0x7fffb955c000 - 0x7fffb96a9ff7 libsqlite3.dylib (254.5) <6918660B-CAC9-390F-BED3-43760EC68F3C> /usr/lib/libsqlite3.dylib
0x7fffb96cc000 - 0x7fffb9704ff3 libssl.0.9.8.dylib (64.50.6) <9A9C9D9A-7948-3412-ABE4-01FCC4A72CD2> /usr/lib/libssl.0.9.8.dylib
0x7fffb9756000 - 0x7fffb9757ff7 libsysmon.dylib (92.50.5) <1BE46B7C-F61D-37AB-943A-AA1472016271> /usr/lib/libsysmon.dylib
0x7fffb9767000 - 0x7fffb9799fff libtidy.A.dylib (15.18.1) <513B2676-8EE0-3A4C-845C-CACDD25280CA> /usr/lib/libtidy.A.dylib
0x7fffb979a000 - 0x7fffb979dff7 libutil.dylib (47.30.1) <88CC63B3-0EDF-306E-9AB5-D87EBE0F3F16> /usr/lib/libutil.dylib
0x7fffb979e000 - 0x7fffb97abfff libxar.1.dylib (357) <69547C64-E811-326F-BBED-490C6361BDCB> /usr/lib/libxar.1.dylib
0x7fffb97ac000 - 0x7fffb989bffb libxml2.2.dylib (30.15) <2DC5819E-5571-3CB3-B357-6FF3BBB39E6F> /usr/lib/libxml2.2.dylib
0x7fffb989c000 - 0x7fffb98c5fff libxslt.1.dylib (15.9) <00735AD5-B62D-3E83-86AC-5533E4E2B102> /usr/lib/libxslt.1.dylib
0x7fffb98c6000 - 0x7fffb98d7ff3 libz.1.dylib (67) <46E3FFA2-4328-327A-8D34-A03E20BFFB8E> /usr/lib/libz.1.dylib
0x7fffb98e6000 - 0x7fffb98eaff7 libcache.dylib (79) <093A4DAB-8385-3D47-A350-E20CB7CCF7BF> /usr/lib/system/libcache.dylib
0x7fffb98eb000 - 0x7fffb98f5fff libcommonCrypto.dylib (60092.50.5) <7C2AB4ED-FE74-3047-9FDC-7CCD4420F654> /usr/lib/system/libcommonCrypto.dylib
0x7fffb98f6000 - 0x7fffb98fdfff libcompiler_rt.dylib (62) <55D47421-772A-32AB-B529-1A46C2F43B4D> /usr/lib/system/libcompiler_rt.dylib
0x7fffb98fe000 - 0x7fffb9906fff libcopyfile.dylib (138) <819BEA3C-DF11-3E3D-A1A1-5A51C5BF1961> /usr/lib/system/libcopyfile.dylib
0x7fffb9907000 - 0x7fffb998afdf libcorecrypto.dylib (442.50.19) <3BFDD631-AE19-3DF9-96F2-785A2EA9687E> /usr/lib/system/libcorecrypto.dylib
0x7fffb998b000 - 0x7fffb99bcfff libdispatch.dylib (703.50.37) <D122E712-9593-31CA-BAC4-4A54410BF4A0> /usr/lib/system/libdispatch.dylib
0x7fffb99bd000 - 0x7fffb99c2ffb libdyld.dylib (433.5) <30169A84-8668-3907-A11F-980E24A19E24> /usr/lib/system/libdyld.dylib
0x7fffb99c3000 - 0x7fffb99c3ffb libkeymgr.dylib (28) <7AA011A9-DC21-3488-BF73-3B5B14D1FDD6> /usr/lib/system/libkeymgr.dylib
0x7fffb99c4000 - 0x7fffb99d0ffb libkxld.dylib (3789.51.2) <5AB71613-0A42-396B-9084-5AE9EF0A15FD> /usr/lib/system/libkxld.dylib
0x7fffb99d1000 - 0x7fffb99d1fff liblaunch.dylib (972.50.27) <037D198D-9B02-3EF9-A8E9-6F43EA555A9E> /usr/lib/system/liblaunch.dylib
0x7fffb99d2000 - 0x7fffb99d7ff3 libmacho.dylib (898) <5C0ED62A-BD50-31A7-A797-AA713DD613A6> /usr/lib/system/libmacho.dylib
0x7fffb99d8000 - 0x7fffb99daff3 libquarantine.dylib (85.50.1) <AE73E368-0017-3F6E-BAA7-7E7B0E02A90C> /usr/lib/system/libquarantine.dylib
0x7fffb99db000 - 0x7fffb99dcffb libremovefile.dylib (45) <38D4CB9C-10CD-30D3-8B7B-A515EC75FE85> /usr/lib/system/libremovefile.dylib
0x7fffb99dd000 - 0x7fffb99f5ff7 libsystem_asl.dylib (349.50.5) <096E4228-3B7C-30A6-8B13-EC909A64499A> /usr/lib/system/libsystem_asl.dylib
0x7fffb99f6000 - 0x7fffb99f6ff7 libsystem_blocks.dylib (67) <10DC5404-73AB-35B3-A277-A8AFECB476EB> /usr/lib/system/libsystem_blocks.dylib
0x7fffb99f7000 - 0x7fffb9a84fef libsystem_c.dylib (1158.50.2) <82551B8A-A230-3EB1-BEB5-A1CD676EDA76> /usr/lib/system/libsystem_c.dylib
0x7fffb9a85000 - 0x7fffb9a88ffb libsystem_configuration.dylib (888.51.1) <6BBBDB2A-E329-3317-B523-3DA36964D333> /usr/lib/system/libsystem_configuration.dylib
0x7fffb9a89000 - 0x7fffb9a8cfff libsystem_coreservices.dylib (41.4) <E0415D95-CC57-3DCC-8015-BCA9873D1F3E> /usr/lib/system/libsystem_coreservices.dylib
0x7fffb9a8d000 - 0x7fffb9aa5fff libsystem_coretls.dylib (121.50.4) <EC6FCF07-DCFB-3A03-9CC9-6DD3709974C6> /usr/lib/system/libsystem_coretls.dylib
0x7fffb9aa6000 - 0x7fffb9aacfff libsystem_dnssd.dylib (765.50.9) <CE144856-6B6F-3936-98F1-3D6231E40280> /usr/lib/system/libsystem_dnssd.dylib
0x7fffb9aad000 - 0x7fffb9ad6ff7 libsystem_info.dylib (503.50.4) <B891E533-1AE8-3DFC-BED9-B59E94A79E3A> /usr/lib/system/libsystem_info.dylib
0x7fffb9ad7000 - 0x7fffb9af9ff7 libsystem_kernel.dylib (3789.51.2) <FC51D7B0-8292-3F6A-9231-64340B237EB7> /usr/lib/system/libsystem_kernel.dylib
0x7fffb9afa000 - 0x7fffb9b41fe7 libsystem_m.dylib (3121.6) <995883BC-9227-3853-B1BD-6A7DDD768152> /usr/lib/system/libsystem_m.dylib
0x7fffb9b42000 - 0x7fffb9b60ff7 libsystem_malloc.dylib (116.50.8) <DECA6F11-6E4C-328A-9866-5145DD9E5950> /usr/lib/system/libsystem_malloc.dylib
0x7fffb9b61000 - 0x7fffb9bbaffb libsystem_network.dylib (856.50.56) <E2644E2B-79BE-3854-9ACA-9309CB102A17> /usr/lib/system/libsystem_network.dylib
0x7fffb9bbb000 - 0x7fffb9bc4ff3 libsystem_networkextension.dylib (563.50.32) <ACA7F380-A5B4-371B-9A4E-BE1262FDAC9F> /usr/lib/system/libsystem_networkextension.dylib
0x7fffb9bc5000 - 0x7fffb9bceff3 libsystem_notify.dylib (165.20.1) <B8160190-A069-3B3A-BDF6-2AA408221FAE> /usr/lib/system/libsystem_notify.dylib
0x7fffb9bcf000 - 0x7fffb9bd7fe7 libsystem_platform.dylib (126.50.8) <C69238B8-1CDE-3606-BA3D-D05327247AA4> /usr/lib/system/libsystem_platform.dylib
0x7fffb9bd8000 - 0x7fffb9be2ff7 libsystem_pthread.dylib (218.50.4) <1095CDE2-7392-31E6-B845-E5B857BC7D06> /usr/lib/system/libsystem_pthread.dylib
0x7fffb9be3000 - 0x7fffb9be6ff7 libsystem_sandbox.dylib (592.50.47) <16271ECF-7E68-328E-89B6-DBA39585D897> /usr/lib/system/libsystem_sandbox.dylib
0x7fffb9be7000 - 0x7fffb9be8ff3 libsystem_secinit.dylib (24.50.4) <F78B847B-3565-3E4B-98A6-F7AD40392E2D> /usr/lib/system/libsystem_secinit.dylib
0x7fffb9be9000 - 0x7fffb9bf0ffb libsystem_symptoms.dylib (532.50.47) <88B823B7-AD88-31CE-830B-B9D3D7352F8D> /usr/lib/system/libsystem_symptoms.dylib
0x7fffb9bf1000 - 0x7fffb9c04ff7 libsystem_trace.dylib (518.51.1) <E1D540D8-CC88-3901-92BA-FC4B802FE0E8> /usr/lib/system/libsystem_trace.dylib
0x7fffb9c05000 - 0x7fffb9c0affb libunwind.dylib (35.3) <3D50D8A8-C460-334D-A519-2DA841102C6B> /usr/lib/system/libunwind.dylib
0x7fffb9c0b000 - 0x7fffb9c34ff7 libxpc.dylib (972.50.27) <CAA2582E-C173-3DDF-A033-B8410F2A67C9> /usr/lib/system/libxpc.dylib
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 4220
thread_create: 0
thread_set_state: 18
VM Region Summary:
ReadOnly portion of Libraries: Total=668.4M resident=0K(0%) swapped_out_or_unallocated=668.4M(100%)
Writable regions: Total=1.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.3G(100%)
VIRTUAL REGION
REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 384K 3
Activity Tracing 256K 2
CG backing stores 35.0M 4
CG image 688K 46
CoreAnimation 13.3M 23
CoreServices 128K 2
CoreUI image data 3584K 23
CoreUI image file 388K 9
Dispatch continuations 16.0M 2
Foundation 16K 5
Image IO 296K 8
JS JIT generated code 8K 3
JS JIT generated code (reserved) 1.0G 2 reserved VM address space (unallocated)
Kernel Alloc Once 8K 2
MALLOC 222.2M 64
MALLOC guard page 48K 10
Memory Tag 242 12K 2
Memory Tag 251 44K 2
SQLite page cache 128K 3
STACK GUARD 56.1M 24
Stack 19.2M 24
VM_ALLOCATE 144K 23
WebKit Malloc 2068K 7
__DATA 77.5M 566
__GLSLBUILTINS 2588K 2
__IMAGE 528K 2
__LINKEDIT 172.2M 282
__TEXT 497.1M 537
__UNICODE 556K 2
mapped file 216.0M 52
shared memory 16.4M 15
=========== ======= =======
TOTAL 2.3G 1720
TOTAL, minus reserved VM space 1.3G 1720
Model: MacBookPro11,3, BootROM MBP112.0138.B25, 4 processors, Intel Core i7, 2.8 GHz, 16 GB, SMC 2.19f12
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (7.21.171.124.1a2)
Bluetooth: Version 5.0.4f18, 3 services, 17 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM1024F, 1 TB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!
Duplicate of 29226214 (Closed)
Apple Developer Relations14-Mar-2017 06:07 AM
Engineering has determined that your bug report is a duplicate of another issue and will be closed.
The open or closed status of the original bug report your issue was duplicated to appears in the yellow "Duplicate of XXXXXXXX" section of the bug reporter user interface. This section appears near the top of the right column's bug detail view just under the bug number, title, state, product and rank.
If you have any questions or concerns, please update your report directly here: http://bugreport.apple.com/.