Coder Social home page Coder Social logo

seaglass's Introduction

Seaglass

#seaglass:matrix.org CircleCI Build Status Stable Version

Seaglass is a truly native macOS client for Matrix. It is written in Swift and uses the Cocoa user interface framework.

Screenshot of Seaglass

Install Seaglass

You can find the latest release on GitHub or you can install Seaglass from Homebrew Cask. Either way, you'll be able to use the built in auto updating feature to ensure you have the latest version.

brew cask install seaglass

Building from source

Use Xcode 9.4 or Xcode 10.0 on macOS 10.13. Seaglass may require macOS 10.13 as a result of using auto-layout for some table views, which seems to have been introduced with High Sierra. I hope to find an alternate way to relax this requirement.

If you do not already have CocoaPods installed, then install it:

sudo gem install cocoapods

Clone the Seaglass repository and install dependencies:

git clone https://github.com/neilalexander/seaglass
cd seaglass
pod install

Open up Seaglass.xcworkspace in Xcode and build!

Current features

  • Logging in to a homeserver you are already registered with
  • Creating and leaving rooms and direct chats
  • Joining and parting rooms
  • Inviting users to rooms (through /invite)
  • Emotes (using /me)
  • Message redaction
  • Posting text to rooms with Markdown formatting
  • Changing some room settings (history visibility, join rules, name, topic, aliases)
  • Message coalescing
  • End-to-end encryption
    • Enabling end-to-end encryption in rooms
    • Marking devices as verified or blacklisted
    • Exporting and importing encryption keys (compatible with Riot)
    • Requesting (and re-requesting) keys from other Matrix clients
    • Choosing whether to send encrypted messages to unverified devices
  • Viewing inline images and stickers
  • Links to non-image attachments

Disclaimer

At this stage it is early in development and stands a good chance of being buggy and unreliable. I'm also not a Swift expert - I only started using Swift three or four days before my initial commit - and this code is probably awful. You've been warned. :-)

seaglass's People

Contributors

aaronraimist avatar kethinov avatar neilalexander avatar phildenhoff avatar pixlwave avatar thomersch avatar tjbarber avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

seaglass's Issues

Non-text message types

Currently attachments (images, video, audio) are not displayed. There is no handling for those types in MainViewRoomController.

For some of these it may actually be better to delegate to Quick Look (i.e. video/audio, or for large resolution images) - may be good just to show thumbnails inline.

  • Display m.image
  • Display m.audio
  • Display m.video
  • Display m.location
  • Display m.emote
  • Support Quick Look for expanding images, videos, audio

Releases

Hello!

Congratulations on the client, seems cool. Would it be possible to add releases for easy testing for those avoiding having to build it?

Reply fallbacks are displayed mangled

A typical reply looks like:

 "content": {
    "body": "> <@travis:t2l.io> Speaking of energetic people: This is a thing: https://github.com/vector-im/riot-web/issues/7225\n\nI mean, an off switch seems reasonable",
    "format": "org.matrix.custom.html",
    "msgtype": "m.text",
    "formatted_body": "<mx-reply><blockquote><a href=\"https://matrix.to/#/!WCHwNGGsrVwPeRtAnq:matrix.org/$15351393601534DPmHV:t2l.io\">In reply to</a> <a href=\"https://matrix.to/#/@travis:t2l.io\">@travis:t2l.io</a><br>Speaking of energetic people: This is a thing: https://github.com/vector-im/riot-web/issues/7225</blockquote></mx-reply>I mean, an off switch seems reasonable",
    "m.relates_to": {
      "m.in_reply_to": {
        "event_id": "$15351393601534DPmHV:t2l.io"
      }
    }
  },

The formatted_body uses the cheeky <mx-reply/> custom tag to point out where the reply text is (so a client which understands it can hide it or handle it specially). Otherwise the plain text & HTML representation both include a fallback of the message contents which should show a usable version of the reply.

The fallbacks are getting mangled by Seaglass however - presumably it's trying to parse the plaintext body as MD and getting it quite badly wrong. Riot shows the message based on the HTML-with-knowledge-of-the-mx-reply-tag as:

screen shot 2018-08-25 at 02 39 30

but Seaglass shows it as:

screen shot 2018-08-25 at 02 44 22

(also, where's half-shot's avatar gone? :)

Room join and room invites

Currently you can participate in already joined rooms, you can leave rooms and rooms will appear and disappear if they are joined or parted from other clients. Currently there is no working interface for joining a room, or responding to a room invite.

Features needed:

  • Display room invites, and allow the user to accept or reject them
  • Allow creating new rooms
  • Allow joining existing rooms
  • Allow sending room invites to other users

Interrupting automatic login with Cancel button is either ineffective or crashes

Specifications

  • Seaglass Version: 0.0.421-570bdeb
  • macOS Version: 10.13.6

Expected Behavior

Clicking Cancel on the login screen, during automatic login, should gracefully cancel and return the user to the login prompt.

Actual Behavior

Either it continues to log in anyway, or it crashes altogether.

Steps to Reproduce the Problem

  1. Log in, remembering password
  2. Restart Seaglass
  3. Click "Cancel" before login completes

Pagination

Currently each room only paginates back up to 100 messages. Scrolling to the top of the list doesn't paginate further.

This shouldn't be too difficult to add - the room cache can be updated and the NSTableView should update with it.

  • Support backward pagination
  • Support forward pagination
  • Ensure event cache is ordered well
  • Visual feedback that pagination is taking place

Support Lower MacOS Versions (10.12)

Seaglass will run on MacOS Sierra, however the chat view and room avatars are not showing.

No messages

This is apparently due to a 10.13+ only feature used to oriented the messages. If it were possible to do so without that feature then more users such as myself could use Seaglass :D

About looking more native

Using iMessage on macOS Mojave under dark mode as a reference.

untitled 2

  • 1. In-window blending
  • 2. Behind window blending
  • 3. Native buttons on sidebars (gets translucent automatically on dark mode)
  • 6. Native text box (gets translucent automatically on dark mode)

References:
https://developer.apple.com/videos/play/wwdc2014/220/
https://developer.apple.com/documentation/appkit/nsvisualeffectview

  • 4. Current conversation selection always stays active
  • 5. Contrast between text box and the view beneath

Not highlighted

  • 1:1 rooms should not show participants names on top of every message because that can be inferred easily
  • Textbox and touchbar emoji buttons
  • Sidebar highlight color changes subtly according to item location on the list
  • Clicking on a message text makes it black (only noticeable on dark mode)
  • Color from lines of sidebar are hard to see on light mode
  • Use standard color for message timestamp (it's hard to see on dark mode right now)

Inline images are not using thumbnails

Currently, when an m.room.message of type m.image is rendered, the full resolution file is downloaded. This means that potentially huge images are scaled down for drawing inline, which causes Seaglass to feel sluggish when resizing/scrolling. (The same was true before the avatars were switched to thumbnails.)

Need to switch to thumbnails for this and only download the full resolution image when actually needed.

  • Download and display thumbnail
  • Download and Quick Look full image when clicked
  • Show download progress when downloading full image

Message entry field doesn't grow with multiline input

Specifications

  • Seaglass Version: Any
  • macOS Version: 10.13.6

Expected Behavior

The message entry field should grow vertically with multiline text.

Actual Behavior

It doesn't.

Steps to Reproduce the Problem

  1. Alt-Enter when entering text.

Typing notifications are only sent for 30 seconds and not renewed

When entering into the text field, a typing notification is sent with a 30 second expiry. If the user continues typing, this is never renewed unless the text field is emptied and typed into again.

Should look to renew with periodic status notifications as long as the text field is not empty and the channel is selected.

Coalesce room events

Expected Behavior

Room events like "x joined the room" should be coalesced into one line like Riot does.

Actual Behavior

Room events are displayed separately.

Scroll bar on message view jumps about when joining room

Specifications

  • Seaglass Version: All
  • macOS Version: 10.13.6

Expected Behavior

When selecting a room, the scroll view should settle first time on the bottom of the room.

Actual Behavior

Currently the scroll bar jumps about for a couple of seconds when switching to a new room. It does not focus the bottom of the channel view.

I suspect this is because of repeated calls to noteNumberOfRowsChanged, as this will probably cause the table to guess the row height using intrinsic height rather than the actual. It's possible we can just call this less often and use insertRow/removeRow more often.

Steps to Reproduce the Problem

  1. Select a room in the rooms list
  2. Observe the scroll bar jump about for a couple of seconds

Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSSingleObjectArrayI objectAtIndex:]: index 1 beyond bounds [0 .. 0]'

Version: c25bf1e

Crashes on launch

CI build crash log:

Process:               Seaglass [80171]
Path:                  /private/var/folders/*/Seaglass.app/Contents/MacOS/Seaglass
Identifier:            eu.neilalexander.seaglass
Version:               c25bf1e147d0c5375addc14d4079719b53d6fdf7 (56)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Seaglass [80171]
User ID:               501

Date/Time:             2018-08-15 16:58:21.660 -0500
OS Version:            Mac OS X 10.13.6 (17G65)
Report Version:        12
Anonymous UUID:        D2B10E1C-FCC1-D778-1131-4967D5F83A7D

Sleep/Wake UUID:       45F8B2C9-7BAA-4299-B6CA-D0A0EAE4296F

Time Awake Since Boot: 700000 seconds
Time Since Wake:       590000 seconds

System Integrity Protection: enabled

Notes:                 Translocated Process

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:
*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSSingleObjectArrayI objectAtIndex:]: index 1 beyond bounds [0 .. 0]'
terminating with uncaught exception of type NSException
abort() called

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff3536166b __exceptionPreprocess + 171
1   libobjc.A.dylib                     0x00007fff5c5a3942 objc_exception_throw + 48
2   CoreFoundation                      0x00007fff35420fbf -[__NSSingleObjectArrayI objectAtIndex:] + 111
3   libswiftCore.dylib                  0x000000010338e60a _T0s12_ArrayBufferV19_getElementSlowPathyXlSiF + 154
4   libswiftCore.dylib                  0x00000001033a36b6 _T0Sa11_getElementxSi_Sb20wasNativeTypeCheckeds16_DependenceTokenV22matchingSubscriptChecktF + 118
5   libswiftCore.dylib                  0x00000001033a3592 _T0SaxSicig + 130
6   Seaglass                            0x000000010260072c _T08Seaglass23MainViewRoomsControllerC05tableC0So6NSViewCSgSo07NSTableC0C_So0H6ColumnCSg7viewForSi3rowtF + 13836
7   Seaglass                            0x0000000102602629 _T08Seaglass23MainViewRoomsControllerC05tableC0So6NSViewCSgSo07NSTableC0C_So0H6ColumnCSg7viewForSi3rowtFTo + 89
8   AppKit                              0x00007fff329fa79b -[NSTableView(NSTableViewViewBased) _delegate_viewForTableColumn:row:] + 86
9   AppKit                              0x00007fff32974ec4 -[NSTableView(NSTableViewViewBased) makeViewForTableColumn:row:] + 87
10  AppKit                              0x00007fff32974747 -[NSTableRowData _addViewToRowView:atColumn:row:] + 342
11  AppKit                              0x00007fff32974421 -[NSTableRowData _addViewsToRowView:atRow:] + 211
12  AppKit                              0x00007fff32972aa4 -[NSTableRowData _initializeRowView:atRow:] + 397
13  AppKit                              0x00007fff3325e96a -[NSTableRowData _preparedRowViewForRow:storageHandler:] + 154
14  AppKit                              0x00007fff32970ed1 -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 392
15  AppKit                              0x00007fff32970c94 -[NSTableRowData _addRowViewForVisibleRow:withPriorRowIndex:inDictionary:withRowAnimation:] + 416
16  AppKit                              0x00007fff33260ba3 -[NSTableRowData _updateVisibleRowEntries] + 1906
17  AppKit                              0x00007fff3296f992 -[NSTableRowData updateVisibleRowViews] + 294
18  AppKit                              0x00007fff3297621b -[NSTableRowData rowViewAtRow:createIfNeeded:] + 202
19  AppKit                              0x00007fff32a31841 -[NSTableView viewAtColumn:row:makeIfNecessary:] + 29
20  Seaglass                            0x0000000102602afc _T08Seaglass23MainViewRoomsControllerC05tableC18SelectionDidChangey10Foundation12NotificationVF + 1196
21  Seaglass                            0x0000000102603b0c _T08Seaglass23MainViewRoomsControllerC05tableC18SelectionDidChangey10Foundation12NotificationVFTo + 76
22  CoreFoundation                      0x00007fff352f25cc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
23  CoreFoundation                      0x00007fff352f249a _CFXRegistrationPost + 458
24  CoreFoundation                      0x00007fff352f21d1 ___CFXNotificationPost_block_invoke + 225
25  CoreFoundation                      0x00007fff352b0d22 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1826
26  CoreFoundation                      0x00007fff352afdb3 _CFXNotificationPost + 659
27  Foundation                          0x00007fff373d98c7 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
28  AppKit                              0x00007fff329f7dcb -[NSTableView _sendSelectionChangedNotificationForRows:columns:] + 230
29  AppKit                              0x00007fff32964b0c -[NSTableView _verifySelectionIsOK] + 1314
30  AppKit                              0x00007fff32964558 -[NSTableView _tileAndRedisplayAll] + 345
31  AppKit                              0x00007fff32a8d47e -[NSTableBinder _updateContent] + 260
32  AppKit                              0x00007fff32a8d2b1 -[NSTableBinder _handleContentChange:] + 84
33  AppKit                              0x00007fff32a8d0bc -[NSTableBinder observeValueForKeyPath:ofObject:change:context:] + 56
34  Foundation                          0x00007fff3740ea79 NSKeyValueNotifyObserver + 350
35  Foundation                          0x00007fff37481d8b -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 1108
36  AppKit                              0x00007fff32a25064 -[NSController _notifyObserversForKeyPath:change:] + 193
37  AppKit                              0x00007fff32a7047c -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] + 53
38  AppKit                              0x00007fff32b82a37 -[NSArrayController _insertObject:atArrangedObjectIndex:objectHandler:] + 504
39  Seaglass                            0x00000001025f98b5 _T08Seaglass23MainViewRoomsControllerC17matrixDidJoinRoomySo6MXRoomCF + 1317
40  Seaglass                            0x00000001025f9214 _T08Seaglass23MainViewRoomsControllerC13viewDidAppearyyF + 564
41  Seaglass                            0x00000001025f9374 _T08Seaglass23MainViewRoomsControllerC13viewDidAppearyyFTo + 36
42  libdispatch.dylib                   0x00007fff5d1885fa _dispatch_call_block_and_release + 12
43  libdispatch.dylib                   0x00007fff5d180db8 _dispatch_client_callout + 8
44  libdispatch.dylib                   0x00007fff5d18c395 _dispatch_main_queue_callback_4CF + 1148
45  CoreFoundation                      0x00007fff3531ae59 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
46  CoreFoundation                      0x00007fff352dd66a __CFRunLoopRun + 2586
47  CoreFoundation                      0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
48  HIToolbox                           0x00007fff345bcd96 RunCurrentEventLoopInMode + 286
49  HIToolbox                           0x00007fff345bcb06 ReceiveNextEventCommon + 613
50  HIToolbox                           0x00007fff345bc884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
51  AppKit                              0x00007fff3286da73 _DPSNextEvent + 2085
52  AppKit                              0x00007fff33003e34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
53  AppKit                              0x00007fff32862885 -[NSApplication run] + 764
54  AppKit                              0x00007fff32831a72 NSApplicationMain + 804
55  Seaglass                            0x00000001025f682d main + 13
56  libdyld.dylib                       0x00007fff5d1ba015 start + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff5d30ab66 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d5080 pthread_kill + 333
2   libsystem_c.dylib             	0x00007fff5d2661ae abort + 127
3   libc++abi.dylib               	0x00007fff5b163f8f abort_message + 245
4   libc++abi.dylib               	0x00007fff5b16412b default_terminate_handler() + 265
5   libobjc.A.dylib               	0x00007fff5c5a5a47 _objc_terminate() + 97
6   libc++abi.dylib               	0x00007fff5b17f7c9 std::__terminate(void (*)()) + 8
7   libc++abi.dylib               	0x00007fff5b17f843 std::terminate() + 51
8   libdispatch.dylib             	0x00007fff5d180dcc _dispatch_client_callout + 28
9   libdispatch.dylib             	0x00007fff5d18c395 _dispatch_main_queue_callback_4CF + 1148
10  com.apple.CoreFoundation      	0x00007fff3531ae59 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
11  com.apple.CoreFoundation      	0x00007fff352dd66a __CFRunLoopRun + 2586
12  com.apple.CoreFoundation      	0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
13  com.apple.HIToolbox           	0x00007fff345bcd96 RunCurrentEventLoopInMode + 286
14  com.apple.HIToolbox           	0x00007fff345bcb06 ReceiveNextEventCommon + 613
15  com.apple.HIToolbox           	0x00007fff345bc884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
16  com.apple.AppKit              	0x00007fff3286da73 _DPSNextEvent + 2085
17  com.apple.AppKit              	0x00007fff33003e34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
18  com.apple.AppKit              	0x00007fff32862885 -[NSApplication run] + 764
19  com.apple.AppKit              	0x00007fff32831a72 NSApplicationMain + 804
20  eu.neilalexander.seaglass     	0x00000001025f682d main + 13
21  libdyld.dylib                 	0x00007fff5d1ba015 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d2009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 2:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d2009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 3:
0   libsystem_pthread.dylib       	0x00007fff5d4d1bdc start_wqthread + 0
1   ???                           	0x000070000337bb80 0 + 123145356295040

Thread 4:
0   libsystem_pthread.dylib       	0x00007fff5d4d1bdc start_wqthread + 0
1   ???                           	0x0000000000002030 0 + 8240

Thread 5:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff5d30120a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff5d300724 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff352ddff5 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation      	0x00007fff352dd347 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation      	0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
5   com.apple.AppKit              	0x00007fff329aafc4 _NSEventThread + 184
6   libsystem_pthread.dylib       	0x00007fff5d4d2661 _pthread_body + 340
7   libsystem_pthread.dylib       	0x00007fff5d4d250d _pthread_start + 377
8   libsystem_pthread.dylib       	0x00007fff5d4d1bf9 thread_start + 13

Thread 6:
0   libsystem_pthread.dylib       	0x00007fff5d4d1bdc start_wqthread + 0
1   ???                           	0xe1b94317d3540047 0 + 16265105298834063431

Thread 7:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib        	0x00007fff5d30120a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff5d300724 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff352ddff5 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation      	0x00007fff352dd347 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation      	0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
5   com.apple.CFNetwork           	0x00007fff3441ce84 -[__CoreSchedulingSetRunnable runForever] + 722
6   com.apple.Foundation          	0x00007fff374021f8 __NSThread__start__ + 1197
7   libsystem_pthread.dylib       	0x00007fff5d4d2661 _pthread_body + 340
8   libsystem_pthread.dylib       	0x00007fff5d4d250d _pthread_start + 377
9   libsystem_pthread.dylib       	0x00007fff5d4d1bf9 thread_start + 13

Thread 8:
0   libsystem_pthread.dylib       	0x00007fff5d4d1bdc start_wqthread + 0
1   ???                           	0xe1b94317d3540047 0 + 16265105298834063431

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fff959a1380  rcx: 0x00007ffeed64fd98  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffeed64fdd0  rsp: 0x00007ffeed64fd98
   r8: 0x00007ffeed64fc60   r9: 0x00007ffeed64fe30  r10: 0x0000000000000000  r11: 0x0000000000000206
  r12: 0x0000000000000307  r13: 0x0000000000000030  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x00007fff5d30ab66  rfl: 0x0000000000000206  cr2: 0x00007fff9597e168
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x1025ae000 -        0x102672fff +eu.neilalexander.seaglass (c25bf1e147d0c5375addc14d4079719b53d6fdf7 - 56) <937081A8-2D4C-3A27-9F3A-BDFA9844D4AE> /var/folders/*/Seaglass.app/Contents/MacOS/Seaglass
       0x102727000 -        0x102748fff +org.cocoapods.AFNetworking (3.2.1 - 1) <A4E1CCEE-F37B-31D2-90DE-4BBED4FDE13D> /var/folders/*/Seaglass.app/Contents/Frameworks/AFNetworking.framework/Versions/A/AFNetworking
       0x102785000 -        0x1027b1ff7 +org.cocoapods.Down (0.5.2 - 1) <D3EECD66-B3E5-3EB4-B058-F90ED7AA28DD> /var/folders/*/Seaglass.app/Contents/Frameworks/Down.framework/Versions/A/Down
       0x1027de000 -        0x1027e1ffb +org.cocoapods.GZIP (1.2.1 - 1) <1DEFC076-4E62-3CAF-A2FD-151E93AB2889> /var/folders/*/Seaglass.app/Contents/Frameworks/GZIP.framework/Versions/A/GZIP
       0x1027ef000 -        0x102818ffb +org.cocoapods.OLMKit (2.2.2 - 1) <00F636AD-C927-3C64-A20E-CEF6B6E7A1DF> /var/folders/*/Seaglass.app/Contents/Frameworks/OLMKit.framework/Versions/A/OLMKit
       0x102840000 -        0x102c98ff7 +org.cocoapods.Realm (3.3.2 - 1) <EE0A2C2B-D36C-3B7A-AB0C-50D9980EEE5F> /var/folders/*/Seaglass.app/Contents/Frameworks/Realm.framework/Versions/A/Realm
       0x102fb6000 -        0x103103ff7 +org.cocoapods.SwiftMatrixSDK (0.10.11 - 1) <DCA9FBAE-3F20-36EF-AF29-28B81B484267> /var/folders/*/Seaglass.app/Contents/Frameworks/SwiftMatrixSDK.framework/Versions/A/SwiftMatrixSDK
       0x1032f8000 -        0x103304ff7 +org.cocoapods.TSMarkdownParser (2.1.5 - 1) <F60559FF-7F09-3534-8D66-29B249628250> /var/folders/*/Seaglass.app/Contents/Frameworks/TSMarkdownParser.framework/Versions/A/TSMarkdownParser
       0x103318000 -        0x103326fff +libswiftAVFoundation.dylib (4.1.2 - 902.0.54) <9F48A43D-7FE0-3948-B915-91A33168AFFE> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftAVFoundation.dylib
       0x103338000 -        0x10334afff +libswiftAppKit.dylib (4.1.2 - 902.0.54) <AC109545-DBCB-3C56-8B89-8AF52D86A56B> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftAppKit.dylib
       0x103361000 -        0x1036b4ff7 +libswiftCore.dylib (4.1.2 - 902.0.54) <F318B448-C59C-3FE4-A2F5-28807B333CDE> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCore.dylib
       0x103962000 -        0x103969fff +libswiftCoreAudio.dylib (4.1.2 - 902.0.54) <0F8DB605-450B-314B-A573-2BD91CB2278A> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCoreAudio.dylib
       0x103975000 -        0x10397efff +libswiftCoreData.dylib (4.1.2 - 902.0.54) <CDB72D6F-F272-3028-8033-99D7589452E1> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCoreData.dylib
       0x103990000 -        0x103993fff +libswiftCoreFoundation.dylib (4.1.2 - 902.0.54) <B4751639-D527-3851-B923-10FE0A7F7E10> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCoreFoundation.dylib
       0x103999000 -        0x1039abfff +libswiftCoreGraphics.dylib (4.1.2 - 902.0.54) <A37BDDBC-C0A5-32A1-BF50-104280CD59F9> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x1039cb000 -        0x1039d0ffe +libswiftCoreImage.dylib (4.1.2 - 902.0.54) <417A17C2-AF0D-39E9-801F-F4FE2776FAAD> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCoreImage.dylib
       0x1039db000 -        0x1039e5ff7 +libswiftCoreMedia.dylib (4.1.2 - 902.0.54) <82CCD08E-A4AC-385C-BBDA-B39AAE7DBDD0> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCoreMedia.dylib
       0x1039f4000 -        0x1039fbff7 +libswiftDarwin.dylib (4.1.2 - 902.0.54) <F691AB87-664D-3032-8DFC-7B43F153430D> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftDarwin.dylib
       0x103a10000 -        0x103a2aff7 +libswiftDispatch.dylib (4.1.2 - 902.0.54) <983D3A77-6B82-34EF-A911-85FCD411A20D> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftDispatch.dylib
       0x103a5b000 -        0x103bcfff7 +libswiftFoundation.dylib (4.1.2 - 902.0.54) <3E95BEE7-7BA5-3073-9EB8-FD8BD3FC5C59> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftFoundation.dylib
       0x103d1a000 -        0x103d1dff7 +libswiftIOKit.dylib (4.1.2 - 902.0.54) <DCCC358D-C25E-3D62-99F4-D30E103FD262> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftIOKit.dylib
       0x103d25000 -        0x103d2dfff +libswiftMetal.dylib (4.1.2 - 902.0.54) <6E7F41BB-813E-3B91-9416-11E462538D05> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftMetal.dylib
       0x103d38000 -        0x103d3efff +libswiftObjectiveC.dylib (4.1.2 - 902.0.54) <A357C008-2D9C-3F5A-BC78-9A016E1CF3EF> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x103d48000 -        0x103d4ffff +libswiftQuartzCore.dylib (4.1.2 - 902.0.54) <FA9BA6D8-C0AB-3CE0-B1EF-41CA51D49083> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x103d5c000 -        0x103d93fff +libswiftSwiftOnoneSupport.dylib (4.1.2 - 902.0.54) <7CD48551-5B4F-341A-9551-486AD5531533> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftSwiftOnoneSupport.dylib
       0x103dd3000 -        0x103dd6fff +libswiftXPC.dylib (4.1.2 - 902.0.54) <7D80DFCA-CAC4-390C-908A-7E620BF8ED20> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftXPC.dylib
       0x103ddc000 -        0x103e20fff +libswiftsimd.dylib (4.1.2 - 902.0.54) <A392F595-B777-36B6-9014-19F24E0D61A3> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftsimd.dylib
       0x103e6d000 -        0x103e72ff7 +libswiftos.dylib (4.1.2 - 902.0.54) <C66A0480-DF9B-35A5-989B-5A7CB4CBEA0B> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftos.dylib
       0x106c0d000 -        0x106c25ff3  com.apple.SafariServices.framework (13606 - 13606.1.36.1.2) <062BE6E0-5961-33AB-AFD3-A6A3DED4384E> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
       0x1079fb000 -        0x107b32fff  com.apple.AMDMTLBronzeDriver (1.68.20 - 1.6.8) <C5D6A803-7CE1-32BD-BE34-C518131CED8B> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
       0x108590000 -        0x108648ffb  com.apple.AMDRadeonX3000GLDriver (1.68.20 - 1.6.8) <F03D1A4D-AA43-3A14-935F-003DAA410311> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
       0x1086a0000 -        0x108762ffb  com.apple.AMDRadeonX4000GLDriver (1.68.20 - 1.6.8) <03AC29A1-DE03-3031-854D-B7F6D2018B4D> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
       0x10bbd6000 -        0x10bc20acf  dyld (551.4) <8A72DE9C-A136-3506-AA02-4BA2B82DCAF3> /usr/lib/dyld
    0x7fff2d57c000 -     0x7fff2d8caff7  com.apple.RawCamera.bundle (8.05.0 - 1017.4.1) <CAF490E6-CB0E-3EF0-B3D2-C4880CF85077> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff2d8e9000 -     0x7fff2db11ff3  ATIRadeonX3000SCLib.dylib (1.68.20) <75A8E5A9-42D5-3509-B23C-D700D1DA0A0C> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000SCLib.dylib
    0x7fff2db12000 -     0x7fff2e368ff7  ATIRadeonX4000SCLib.dylib (1.68.20) <09BE979C-D263-34F4-A83D-3E36420ED78D> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
    0x7fff3119e000 -     0x7fff3137eff3  com.apple.avfoundation (2.0 - 1536.36) <BB65ED51-CE44-31BD-A6EC-4B1EC5EADDD9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff3137f000 -     0x7fff31438fff  com.apple.audio.AVFAudio (1.0 - ???) <ECE63BA3-4344-3522-904B-71F89677AC7D> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff3153e000 -     0x7fff3153efff  com.apple.Accelerate (1.11 - Accelerate 1.11) <2EF00EFE-06E8-3082-85C3-2988B422A19D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff3153f000 -     0x7fff31556ff7  libCGInterfaces.dylib (417.2) <2F9C08AF-6DC1-325C-AE8A-BD7364A72F16> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff31557000 -     0x7fff31ca5ffb  com.apple.vImage (8.1 - ???) <56C275C1-459F-37CD-BF29-2E6D81C29E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff31ca6000 -     0x7fff31e46ff3  libBLAS.dylib (1211.50.2) <93259222-2D94-333D-A1EB-09C6FC4A64B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff31e47000 -     0x7fff31e81fef  libBNNS.dylib (38.1) <0AAE0109-71D5-3B26-8401-3E62DDF97624> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff31e82000 -     0x7fff3225bff7  libLAPACK.dylib (1211.50.2) <70781D0B-AEAD-33EB-9900-10DC30F37D61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff3225c000 -     0x7fff32272ff7  libLinearAlgebra.dylib (1211.50.2) <FB5A35EA-D636-3D69-AB53-B67E1EB8134C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff32273000 -     0x7fff32278ff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff32279000 -     0x7fff322f9fff  libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff322fa000 -     0x7fff3230cff7  libSparseBLAS.dylib (1211.50.2) <994A7D7E-FA3B-3943-A59C-8150B9AF86BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff3230d000 -     0x7fff32480fe7  libvDSP.dylib (622.50.5) <4BF310F4-31A3-3DA5-80E4-7F8014AD380B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff32481000 -     0x7fff32537fef  libvMisc.dylib (622.50.5) <88143A88-4FDE-35A1-85FE-54FF0C2A9E43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff32538000 -     0x7fff32538fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <880DEF40-389A-3F56-ACA1-B62A5BC57E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff3282c000 -     0x7fff3368afff  com.apple.AppKit (6.9 - 1561.60.100) <3C27CF6F-E640-3411-A87D-CCB2222CC754> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff336dc000 -     0x7fff336dcfff  com.apple.ApplicationServices (48 - 50) <AFFBD94A-AF76-336E-B53E-57524EAE8EF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff336dd000 -     0x7fff33743fff  com.apple.ApplicationServices.ATS (377 - 445.4) <85E779EE-0219-3181-B4C4-201E4CC82AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff337dc000 -     0x7fff338fefff  libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff338ff000 -     0x7fff33949ff7  libFontRegistry.dylib (221.4) <5FDB4F1A-E15C-3ACB-A5C1-F15458C0C6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff339ee000 -     0x7fff33a21ff7  libTrueTypeScaler.dylib (222.1.6) <9147F859-8BD9-31D9-AB54-8E9549B92AE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff33a8b000 -     0x7fff33a8fff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff33b2f000 -     0x7fff33b81ffb  com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff33b82000 -     0x7fff33b90fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff33b91000 -     0x7fff33bddfff  com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff33bde000 -     0x7fff33c18fff  com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff33c19000 -     0x7fff33c25fff  com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <A08DE016-C8F2-3B0E-BD34-15959D13DBF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff33c26000 -     0x7fff33eb4ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <E0B8B5D8-80A0-308B-ABD6-F8612102B5D8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff33eb6000 -     0x7fff33eb6fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABF8778E-4F9D-305E-A528-DE406A1A2B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff341d9000 -     0x7fff34573ff7  com.apple.CFNetwork (902.1 - 902.1) <76EB8CB6-BF59-3BDA-BF2B-F21B161611B9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff34588000 -     0x7fff34588fff  com.apple.Carbon (158 - 158) <F8B370D9-2103-3276-821D-ACC756167F86> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff34589000 -     0x7fff3458cffb  com.apple.CommonPanels (1.2.6 - 98) <2391761C-5CAA-3F68-86B7-50B37927B104> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff3458d000 -     0x7fff34892fff  com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff34893000 -     0x7fff34896ffb  com.apple.help (1.3.8 - 66) <DEBADFA8-C189-3195-B0D6-A1F2DE95882A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff34897000 -     0x7fff3489cfff  com.apple.ImageCapture (9.0 - 9.0) <23B4916F-3B43-3DFF-B956-FC390EECA284> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff3489d000 -     0x7fff34932ffb  com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff34933000 -     0x7fff3494dff7  com.apple.openscripting (1.7 - 174) <1B2A1F9E-5534-3D61-83CA-9199B39E8708> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff3496e000 -     0x7fff3496ffff  com.apple.print.framework.Print (12 - 267) <3682ABFB-2561-3419-847D-02C247F4800D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff34970000 -     0x7fff34972ff7  com.apple.securityhi (9.0 - 55006) <C1406B8D-7D05-3959-808F-9C82189CF57F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff34973000 -     0x7fff34979fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff34a9a000 -     0x7fff34a9afff  com.apple.Cocoa (6.11 - 22) <78E6C28E-4308-3D10-AD14-0CBCF6789B3F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff34aa8000 -     0x7fff34b61fff  com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff34cee000 -     0x7fff34d81ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EB35D3EC-56EA-33E6-98DC-BDC3A5FA8ACE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff34de8000 -     0x7fff34e11ffb  com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff34e12000 -     0x7fff35176ff3  com.apple.CoreData (120 - 851) <8D605466-8676-3D45-9A4B-8980971551C3> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff35177000 -     0x7fff3525afff  com.apple.CoreDisplay (99.14 - 99.14) <A1B91ADD-828D-33A0-8A92-CC3F83DF89D0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff3525b000 -     0x7fff356f5ff7  com.apple.CoreFoundation (6.9 - 1454.90) <F320589A-8600-3244-9B55-A645F7EAAB35> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff356f7000 -     0x7fff35d25ff7  com.apple.CoreGraphics (2.0 - 1161.21) <C4CBD2CF-39D5-3185-851E-85C7DD2F8C7F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff35d27000 -     0x7fff36016fff  com.apple.CoreImage (13.0.0 - 579.5) <AAE2DFD0-9B0A-3D56-8A3E-C460BAF70394> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff362a5000 -     0x7fff3639bffb  com.apple.CoreMedia (1.0 - 2276.68) <5F0001EF-10FF-3334-9170-7FD5FB026205> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff3639c000 -     0x7fff363eafff  com.apple.CoreMediaIO (814.0 - 4995) <4A7FA7DF-4F7C-3378-AE5F-A33273B2FEA6> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff363eb000 -     0x7fff363ebfff  com.apple.CoreServices (822.36 - 822.36) <C8368F17-1589-3BA5-A0E7-89CB8DF2454F> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff363ec000 -     0x7fff36460ffb  com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff36461000 -     0x7fff36738fff  com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff36739000 -     0x7fff3676dfff  com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff3676e000 -     0x7fff36776ffb  com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff36777000 -     0x7fff36934fff  com.apple.LaunchServices (822.36 - 822.36) <6E68C090-B12D-3D3D-9617-E5D82C36B2D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff36935000 -     0x7fff369e5ff7  com.apple.Metadata (10.7.0 - 1191.4.13) <B5C22E70-C265-3C9F-865F-B138994A418D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff369e6000 -     0x7fff36a46fff  com.apple.CoreServices.OSServices (822.36 - 822.36) <3BB2E0CE-81AE-3D3D-9FCE-E1B7FC6D6A61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff36a47000 -     0x7fff36ab5fff  com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff36ab6000 -     0x7fff36adaffb  com.apple.coreservices.SharedFileList (71.21 - 71.21) <35582D88-5975-35E2-A29A-E3148C3EE727> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff36d7b000 -     0x7fff36ecbfff  com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff36ecc000 -     0x7fff36f06fff  com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff36f07000 -     0x7fff36f92ff3  com.apple.framework.CoreWLAN (13.0 - 1350.1) <E862CC02-69D2-3503-887B-B6E8223081E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff3720d000 -     0x7fff37212fff  com.apple.DiskArbitration (2.7 - 2.7) <A975AD56-4CD3-3A89-8732-858CA9BD3DAA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff373d3000 -     0x7fff37799fff  com.apple.Foundation (6.9 - 1454.90) <8EA924F3-ADAE-3F4B-8482-8B11C027D9A5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3780a000 -     0x7fff3783afff  com.apple.GSS (4.0 - 2.0) <D774A165-5581-3479-AB5D-2BBDB5CF8882> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff3794c000 -     0x7fff37a50ffb  com.apple.Bluetooth (6.0.7 - 6.0.7f10) <557F26F9-C7A0-34EA-A905-22E243BF6B48> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff37ab0000 -     0x7fff37b4bfff  com.apple.framework.IOKit (2.0.2 - 1445.71.1) <2EA4F383-CAA9-3AF0-99C5-90C22ADAA6B6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff37b4d000 -     0x7fff37b54fff  com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff37b55000 -     0x7fff37baaff3  com.apple.ImageCaptureCore (7.0 - 7.0) <0DAB3D7E-8C3F-35DE-96DF-C370AD35EB65> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff37bab000 -     0x7fff37d28fff  com.apple.ImageIO.framework (3.3.0 - 1739.3) <86D14377-8F57-387E-982E-2EF60EE41E2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff37d29000 -     0x7fff37d2dffb  libGIF.dylib (1739.3) <E1B16861-7818-3319-9EE5-7AF2BC02E4AB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff37d2e000 -     0x7fff37e15fff  libJP2.dylib (1739.3) <3C1150F8-4983-3380-9B8C-5021AD972FFE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff37e16000 -     0x7fff37e39fff  libJPEG.dylib (1739.3) <D20353C9-8B51-386E-97A3-B1FE0038E9B6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff38116000 -     0x7fff3813cff3  libPng.dylib (1739.3) <97A8B816-7A79-3CB8-9D47-CCDC19B84E2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff3813d000 -     0x7fff3813fff3  libRadiance.dylib (1739.3) <47A0D85B-8AE8-3FF2-9C13-279550850A24> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff38140000 -     0x7fff3818dff3  libTIFF.dylib (1739.3) <9833CCBB-48FB-3E7B-A11A-F2F331FD094D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff38349000 -     0x7fff3902ffff  com.apple.JavaScriptCore (13605 - 13605.3.8) <E6B49CDA-72F0-3E58-85EF-98AF10CE04B0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff39047000 -     0x7fff39060ff7  com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff3931f000 -     0x7fff39326fff  com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff393d6000 -     0x7fff39a40ff7  com.apple.MediaToolbox (1.0 - 2276.68) <CB6791F2-B401-360E-9531-BFBC5138254E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff39a42000 -     0x7fff39ac3fff  com.apple.Metal (125.30 - 125.30) <975FD6B5-D695-346A-869F-0584A968D100> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff39ae0000 -     0x7fff39afbfff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <AD754E8F-CA00-3878-9AF3-208C224A230B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff39afc000 -     0x7fff39b6bfef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff39b6c000 -     0x7fff39b90fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff39b91000 -     0x7fff39c78ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff39c79000 -     0x7fff39c79ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3ac78000 -     0x7fff3ac84ffb  com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3da6d000 -     0x7fff3da75fef  libcldcpuengine.dylib (2.8.7) <EF9A91AC-029C-300A-99E7-4952C15DA09F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff3da76000 -     0x7fff3dad0ff7  com.apple.opencl (2.8.24 - 2.8.24) <4D7401A7-6ADD-3632-85AE-7A5012DFFA04> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3dad1000 -     0x7fff3daedffb  com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3daee000 -     0x7fff3daf9fff  com.apple.OpenDirectory (10.13 - 207.50.1) <F895547D-4915-353F-9C1E-E95172BA803B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3ec78000 -     0x7fff3ec7afff  libCVMSPluginSupport.dylib (16.7.4) <F9270AE0-CC3B-3E3E-BA32-CC1068DD8F27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3ec7b000 -     0x7fff3ec80ffb  libCoreFSCache.dylib (162.9) <7AF87F3E-D5D0-3625-BE09-CA4223195466> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff3ec81000 -     0x7fff3ec85fff  libCoreVMClient.dylib (162.9) <115FE643-6141-39B4-8193-77DFCBE7A4E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3ec86000 -     0x7fff3ec8fff3  libGFXShared.dylib (16.7.4) <EB2BF8A0-E10D-35EA-8F46-B2E3C62C12A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff3ec90000 -     0x7fff3ec9bfff  libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3ec9c000 -     0x7fff3ecd7fe7  libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3ecd8000 -     0x7fff3ee45ff3  libGLProgrammability.dylib (16.7.4) <ECC9D79B-C0B1-33F9-A9BB-097EF12D9E13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff3ee46000 -     0x7fff3ee84ffb  libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3f7fc000 -     0x7fff3f80bff3  com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3f80c000 -     0x7fff3f9a3ff3  GLEngine (16.7.4) <E2EE1D9C-826E-3DA9-9DCA-2FF371CDE5BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff3f9a4000 -     0x7fff3f9ccffb  GLRendererFloat (16.7.4) <3B51AC1B-0A3C-30E5-80EB-F64EBB1B1F77> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff3fb85000 -     0x7fff3fcd1ff7  com.apple.QTKit (7.7.3 - 3014.8) <FEDEF531-50A3-32AB-A546-E6BA994C58E1> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff3fcd2000 -     0x7fff3ff37ff7  com.apple.imageKit (3.0 - 1043) <6C19A20B-6D0D-380A-A87D-F923658E1726> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff3ff38000 -     0x7fff40027ffb  com.apple.PDFKit (1.0 - 677.67) <6BD11C23-1AEA-3078-8D0C-A7152BCF9031> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff40028000 -     0x7fff4053aff7  com.apple.QuartzComposer (5.1 - 364) <1369D6DA-8842-3878-B546-1D09828331F5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff4053b000 -     0x7fff4055efff  com.apple.quartzfilters (1.10.0 - 1.10.0) <C95CB89D-148D-341B-BC50-82D8C32BF767> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff4055f000 -     0x7fff40658ff7  com.apple.QuickLookUIFramework (5.0 - 743.13) <093180B8-FB25-3292-AD99-1791CF8D6EBF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff40659000 -     0x7fff40659fff  com.apple.quartzframework (1.5 - 21) <DCEB0FCC-2C32-3D02-8752-7B6FA009AB85> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff4065a000 -     0x7fff408a6ff7  com.apple.QuartzCore (1.11 - 584.62) <1950D993-DE48-3C97-95A5-66D98BDFC95D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff408a7000 -     0x7fff408feff7  com.apple.QuickLookFramework (5.0 - 743.13) <8254FFF2-EE0D-323D-A6F3-BEB59615EE47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff410db000 -     0x7fff41406fff  com.apple.security (7.0 - 58286.70.7) <9FC166E1-14D0-305C-A086-02B9E83F547E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff41407000 -     0x7fff41493ff7  com.apple.securityfoundation (6.0 - 55185.50.5) <D708D069-AEDB-36C2-B1DA-479DA91D7711> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff414c5000 -     0x7fff414c9ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <71B45D83-ECA4-3265-997E-683A8B8DF413> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff4186e000 -     0x7fff418deff3  com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff41a93000 -     0x7fff41e0efff  com.apple.VideoToolbox (1.0 - 2276.68) <8F6FBC7D-60EA-38B2-B583-7ECB58E8936E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff420b6000 -     0x7fff42615feb  libwebrtc.dylib (7605.3.8) <BCFA176B-4553-386B-B2E7-E578AC89E3E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
    0x7fff42616000 -     0x7fff43ce9ff7  com.apple.WebCore (13605 - 13605.3.8) <2F0DA536-2C93-3EB2-9FFE-13AE1B40C4DC> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff43cea000 -     0x7fff43ed1ff7  com.apple.WebKitLegacy (13605 - 13605.3.8) <048392B7-89A6-37C0-9544-26D4E5A62B22> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff43ed2000 -     0x7fff4436bfff  com.apple.WebKit (13605 - 13605.3.8) <7E5D9855-D1CC-382D-B8EB-25A030D4B2FA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff447db000 -     0x7fff4486efff  com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff45499000 -     0x7fff454c1fff  com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff454c3000 -     0x7fff454d2fef  com.apple.AppleFSCompression (96.60.1 - 1.0) <A7C875C4-F5EE-3272-AFB6-57C9FD5352B3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff455d1000 -     0x7fff455dcff7  com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff45616000 -     0x7fff4565eff3  com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff45699000 -     0x7fff456c1fff  com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff4578a000 -     0x7fff4578dff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <0E33401D-7B9C-378A-8EE8-0E3D40B63C8D> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff4578e000 -     0x7fff457deff7  com.apple.AppleVAFramework (5.0.41 - 5.0.41) <14E91E09-C345-3C5F-8D3C-4BC291FAF796> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff45b13000 -     0x7fff45dacffb  com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff45ee3000 -     0x7fff45eeaff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff45eeb000 -     0x7fff45f72ff7  com.apple.backup.framework (1.9.5 - 1.9.5) <5E7B0925-8C71-353D-BB0F-9CA144BB264C> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff45f7b000 -     0x7fff45f81ff7  com.apple.BezelServicesFW (305.1 - 305.1) <7D2C4717-FFF2-3262-B822-1982596BE46B> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x7fff46d54000 -     0x7fff46da3ff3  com.apple.ChunkingLibrary (189 - 189) <C021A0EB-82E7-3A1E-A772-96B0E7E038D9> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff4792c000 -     0x7fff47935ff3  com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff47c71000 -     0x7fff48079fff  com.apple.CoreAUC (259.0.0 - 259.0.0) <B3D5289B-9E8A-37FE-855B-7277D700029E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff4807a000 -     0x7fff480aaff7  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <E9FF9574-122A-3966-AA2B-546E512ACD06> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff48141000 -     0x7fff48185ff3  com.apple.corebrightness (1.0 - 1) <7E67395F-F587-3EE2-AE98-339EC152807C> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff4843b000 -     0x7fff4844bff7  com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4874f000 -     0x7fff48765ff7  com.apple.CoreMediaAuthoring (2.2 - 956) <FBA28A76-97E2-3023-A3F6-D03280AE2889> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff48a94000 -     0x7fff48a99ff7  com.apple.CoreOptimization (1.0 - 1) <785B622B-8F7D-3B4D-83AF-EB98CB79FFF6> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
    0x7fff48a9a000 -     0x7fff48b3ffff  com.apple.CorePDF (4.0 - 414) <D64D17C3-9AD0-3A29-89DE-36BEF0156381> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff48bdf000 -     0x7fff48be7ff3  com.apple.CorePhoneNumbers (1.0 - 1) <A5D41251-9F38-3AB9-9DE7-F77023FAAA44> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff48be8000 -     0x7fff48c44fff  com.apple.CorePrediction (1.0 - 1) <A26425DF-E222-333B-8CAE-6141A58B172C> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
    0x7fff48d72000 -     0x7fff48da3ff3  com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff490e0000 -     0x7fff49171fff  com.apple.CoreSymbolication (9.3 - 64026.2) <D55A6E5B-0267-3F3A-8D90-4B8F39458420> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff491f4000 -     0x7fff49329fff  com.apple.coreui (2.1 - 494.1) <B2C515C3-FCE8-3B28-A225-05AD917F509B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff4932a000 -     0x7fff4945bfff  com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff494b0000 -     0x7fff49514fff  com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff49515000 -     0x7fff49525ff7  com.apple.CrashReporterSupport (10.13 - 1) <A909F468-0648-3F51-A77E-3F9ADBC9A941> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff495a3000 -     0x7fff495b2ff7  com.apple.framework.DFRFoundation (1.0 - 191.7) <5F486F5A-3795-3CD4-86A2-FD008A23F205> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff495b5000 -     0x7fff495b9ffb  com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff4963b000 -     0x7fff496b1fff  com.apple.datadetectorscore (7.0 - 590.3) <7437160E-68A3-3FD7-8868-5E3F92E23C4F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff496ff000 -     0x7fff4973fff7  com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff49740000 -     0x7fff4986ffff  com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff49b3c000 -     0x7fff49b40ff7  com.apple.DisplayServicesFW (3.1 - 380) <6F0B8AC6-7E62-3DFC-B373-BF04833724C0> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff4a689000 -     0x7fff4aab7fff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff4c713000 -     0x7fff4c713fff  libmetal_timestamp.dylib (802.4.8) <311A8FAA-5FA9-3AAF-887E-DC9884DE8BE5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
    0x7fff4dd73000 -     0x7fff4dd7eff7  libGPUSupportMercury.dylib (16.7.4) <A4D6F79C-1DFA-3E96-8F76-4882FBEDE9CF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff4dd7f000 -     0x7fff4dd84fff  com.apple.GPUWrangler (3.20.13 - 3.20.13) <9C5BD618-69E3-36D5-9BC9-A4841BC00D2A> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff4e138000 -     0x7fff4e15dff3  com.apple.GenerationalStorage (2.0 - 285.3) <13B96400-FF70-376B-B20E-FB7D61064800> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff4eafa000 -     0x7fff4eb09fff  com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff4eb8c000 -     0x7fff4ec00fff  com.apple.Heimdal (4.0 - 2.0) <93091531-CC91-34FF-8B93-5D3F02C37BC5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff4f506000 -     0x7fff4f50ffff  com.apple.IOAccelMemoryInfo (1.0 - 1) <E2416468-8B64-3BB8-A099-361954C8DED7> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff4f510000 -     0x7fff4f517ff7  com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff4f51b000 -     0x7fff4f532fff  com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff4f8fd000 -     0x7fff4f923ffb  com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff4fa30000 -     0x7fff4fa33ff3  com.apple.InternationalSupport (1.0 - 1) <5AB382FD-BF81-36A1-9565-61F1FD398ECA> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff4faa1000 -     0x7fff4fab1ffb  com.apple.IntlPreferences (2.0 - 227.5.2) <DA6BC4CA-14F5-3A83-82B6-812344A050D2> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff4fba8000 -     0x7fff4fbbbff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <AED421B0-90A0-3969-98A4-CCBCF2D3360B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff4fbbc000 -     0x7fff4fcb1ff7  com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff4fcb2000 -     0x7fff4fcf4fff  com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff4fcf8000 -     0x7fff4fcffff7  com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff504fe000 -     0x7fff50501fff  com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff50a11000 -     0x7fff50a7aff7  com.apple.gpusw.MetalTools (1.0 - 1) <458F319A-2707-3C83-8351-BD9F02EC05BD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff50a83000 -     0x7fff50a9aff7  com.apple.MobileAssets (1.0 - 437.60.1) <5FFD8A8B-F33F-3FA9-8F50-31C24A67862C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff50bfa000 -     0x7fff50c13fff  com.apple.MobileKeyBag (2.0 - 1.0) <32E63C7B-E133-33DE-A593-C3C10D64FCAA> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff50c9f000 -     0x7fff50cc9ffb  com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff50f30000 -     0x7fff50f3bfff  com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff527d1000 -     0x7fff527e1ffb  com.apple.PerformanceAnalysis (1.194 - 194) <2844933E-B71C-3BE9-9A84-27B29E111F13> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff545a0000 -     0x7fff545befff  com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff5472b000 -     0x7fff54741ff7  com.apple.QuickLookThumbnailing (1.0 - 1) <8F0092E4-6494-349D-B4C9-494DF293D716> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff5478c000 -     0x7fff54798fff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.70.9) <2937CFBF-587C-33A0-B493-FFB4E606A498> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff54799000 -     0x7fff547bcffb  com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff547bd000 -     0x7fff547d2ff3  com.apple.xpc.RemoteXPC (1.0 - 1205.70.9) <C3DB7D30-903A-306C-9DFA-1669D2B60497> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff560db000 -     0x7fff561f0ff7  com.apple.Sharing (1050.22.2 - 1050.22.2) <4E3CCDF2-EA26-334F-8EBA-79BD28486C9D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff5621b000 -     0x7fff5621cff7  com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff56f64000 -     0x7fff57200ff7  com.apple.SkyLight (1.600.0 - 312.103) <27F91170-846C-3E9E-9B8A-788F27C7DAF5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff579c9000 -     0x7fff579d6fff  com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff57e83000 -     0x7fff57eaafff  com.apple.StreamingZip (1.0 - 1) <32F550C9-3DF8-3DF9-A1EC-699C3D32621B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff5857c000 -     0x7fff58605fc7  com.apple.Symbolication (9.3 - 64033) <C2C55C9A-C264-3044-A953-16457148190A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff58b76000 -     0x7fff58b7eff7  com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff58d8b000 -     0x7fff58e48ff7  com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff58ef2000 -     0x7fff58ef3fff  com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff58ef9000 -     0x7fff590a8fff  com.apple.UIFoundation (1.0 - 547.5) <86A2FBA7-2709-3894-A3D5-A00C19BAC48D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff59d7d000 -     0x7fff59e4cff7  com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff5a7b1000 -     0x7fff5a7b3ffb  com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff5a91a000 -     0x7fff5a94dff7  libclosured.dylib (551.4) <3FB6B209-51F4-38DA-B1D8-2EE29D5BDD83> /usr/lib/closure/libclosured.dylib
    0x7fff5aa07000 -     0x7fff5aa40ff7  libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
    0x7fff5aa41000 -     0x7fff5aa4cfff  libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
    0x7fff5aade000 -     0x7fff5aadfff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff5ab16000 -     0x7fff5ace0ff3  libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
    0x7fff5ad18000 -     0x7fff5ad18fff  libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff5ae4f000 -     0x7fff5ae53ffb  libScreenReader.dylib (562.18.4) <E239923D-54C9-3BBF-852F-87C09DEF4091> /usr/lib/libScreenReader.dylib
    0x7fff5ae54000 -     0x7fff5ae55ffb  libSystem.B.dylib (1252.50.4) <CD555F3B-FDDB-35E5-A2FB-FBBF3D62031A> /usr/lib/libSystem.B.dylib
    0x7fff5aee8000 -     0x7fff5aee8fff  libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
    0x7fff5aee9000 -     0x7fff5aeffff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff5af00000 -     0x7fff5af2aff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff5af2b000 -     0x7fff5b02efe7  libate.dylib (1.13.1) <DABEA1B1-806C-34C9-8AFF-DEB6AB2829E3> /usr/lib/libate.dylib
    0x7fff5b032000 -     0x7fff5b032ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff5b033000 -     0x7fff5b0ebff3  libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
    0x7fff5b0ec000 -     0x7fff5b0fcff3  libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
    0x7fff5b0fd000 -     0x7fff5b10affb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff5b10b000 -     0x7fff5b161fff  libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
    0x7fff5b162000 -     0x7fff5b186ff7  libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
    0x7fff5b188000 -     0x7fff5b198fff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
    0x7fff5b199000 -     0x7fff5b1b0fd3  libcompression.dylib (47.60.2) <CC7ACB0A-49CD-3564-978F-49F843186F27> /usr/lib/libcompression.dylib
    0x7fff5b45b000 -     0x7fff5b473ff7  libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
    0x7fff5b474000 -     0x7fff5b475ff3  libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff5b60e000 -     0x7fff5b79ffff  libcrypto.35.dylib (22.50.2) <97828BFD-4675-35DF-BE2E-C6D1555BB71D> /usr/lib/libcrypto.35.dylib
    0x7fff5b946000 -     0x7fff5b99cff3  libcups.2.dylib (462.2.4) <908099FB-C70E-38FA-9573-88CB98FDDE29> /usr/lib/libcups.2.dylib
    0x7fff5badc000 -     0x7fff5badcfff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff5bb13000 -     0x7fff5bb18ff3  libheimdal-asn1.dylib (520.50.6) <E358445A-B84E-31B5-BCCD-7E1397519D96> /usr/lib/libheimdal-asn1.dylib
    0x7fff5bb44000 -     0x7fff5bc35ff7  libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
    0x7fff5bc36000 -     0x7fff5be5dffb  libicucore.A.dylib (59180.0.1) <34EBADD6-4092-30EC-90E8-F75241E94D76> /usr/lib/libicucore.A.dylib
    0x7fff5beaa000 -     0x7fff5beabfff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff5beac000 -     0x7fff5bec5ffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff5bec6000 -     0x7fff5bedcff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff5bf8d000 -     0x7fff5c1b5ff7  libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
    0x7fff5c38d000 -     0x7fff5c508fff  libnetwork.dylib (1229.70.2) <E185D902-AC7F-3044-87C0-AE2887C59CE7> /usr/lib/libnetwork.dylib
    0x7fff5c58f000 -     0x7fff5c9803b7  libobjc.A.dylib (723) <BEEA51E2-1C4D-3672-87F6-F267B4AC6221> /usr/lib/libobjc.A.dylib
    0x7fff5c993000 -     0x7fff5c997fff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff5c99a000 -     0x7fff5c9cefff  libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
    0x7fff5ca4d000 -     0x7fff5ca69ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff5cab8000 -     0x7fff5cab9ff3  libspindump.dylib (252) <D8E27057-E3CC-3D7F-A010-4A87830F6A83> /usr/lib/libspindump.dylib
    0x7fff5caba000 -     0x7fff5cc47ff7  libsqlite3.dylib (274.8.1) <B70A2908-E0F7-364E-952A-1D2D19787B89> /usr/lib/libsqlite3.dylib
    0x7fff5ce1b000 -     0x7fff5ce7bff3  libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
    0x7fff5ce7c000 -     0x7fff5ce7fffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
    0x7fff5ce80000 -     0x7fff5ce8dfff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff5ce91000 -     0x7fff5cf78fff  libxml2.2.dylib (31.11) <C2B5C43F-9C0B-31E6-8EC0-939591EDAC49> /usr/lib/libxml2.2.dylib
    0x7fff5cf79000 -     0x7fff5cfa1fff  libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
    0x7fff5cfa2000 -     0x7fff5cfb4ffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff5d050000 -     0x7fff5d054ff7  libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
    0x7fff5d055000 -     0x7fff5d05fff3  libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
    0x7fff5d060000 -     0x7fff5d067fff  libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff5d068000 -     0x7fff5d071ffb  libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
    0x7fff5d072000 -     0x7fff5d0f7fff  libcorecrypto.dylib (562.70.1) <5C26364F-2269-31EC-84AF-0FED2C902E38> /usr/lib/system/libcorecrypto.dylib
    0x7fff5d17f000 -     0x7fff5d1b8ff7  libdispatch.dylib (913.60.2) <232C69BD-022E-3AB9-8807-79F9FA7CB5EC> /usr/lib/system/libdispatch.dylib
    0x7fff5d1b9000 -     0x7fff5d1d6ff7  libdyld.dylib (551.4) <81BF3A82-5719-3B54-ABA9-76C82D932CAC> /usr/lib/system/libdyld.dylib
    0x7fff5d1d7000 -     0x7fff5d1d7ffb  libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
    0x7fff5d1d8000 -     0x7fff5d1e4ff3  libkxld.dylib (4570.71.2) <C3C31E1B-3E74-3828-8429-4D442E26D41C> /usr/lib/system/libkxld.dylib
    0x7fff5d1e5000 -     0x7fff5d1e5ff7  liblaunch.dylib (1205.70.9) <B184B521-FF24-3142-AFAF-23D170CF918C> /usr/lib/system/liblaunch.dylib
    0x7fff5d1e6000 -     0x7fff5d1eaffb  libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
    0x7fff5d1eb000 -     0x7fff5d1edff3  libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
    0x7fff5d1ee000 -     0x7fff5d1efff3  libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
    0x7fff5d1f0000 -     0x7fff5d207fff  libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
    0x7fff5d208000 -     0x7fff5d208fff  libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
    0x7fff5d209000 -     0x7fff5d292ff7  libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
    0x7fff5d293000 -     0x7fff5d296ffb  libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
    0x7fff5d297000 -     0x7fff5d29affb  libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff5d29b000 -     0x7fff5d29cfff  libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
    0x7fff5d29d000 -     0x7fff5d2a3ff7  libsystem_dnssd.dylib (878.70.2) <3290768B-54DE-3AB6-B155-AC0950AC5564> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff5d2a4000 -     0x7fff5d2edff7  libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
    0x7fff5d2ee000 -     0x7fff5d314ff7  libsystem_kernel.dylib (4570.71.2) <F22B8D73-69D8-36D7-BF66-7F9AC70C08C2> /usr/lib/system/libsystem_kernel.dylib
    0x7fff5d315000 -     0x7fff5d360fcb  libsystem_m.dylib (3147.50.1) <8CFB51C9-B422-3379-8552-064C63943A23> /usr/lib/system/libsystem_m.dylib
    0x7fff5d361000 -     0x7fff5d380fff  libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
    0x7fff5d381000 -     0x7fff5d4b1ff7  libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
    0x7fff5d4b2000 -     0x7fff5d4bcffb  libsystem_networkextension.dylib (767.70.1) <D23EAFC1-E8BD-34D5-969C-6E45A1C3B4E4> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff5d4bd000 -     0x7fff5d4c6ff3  libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
    0x7fff5d4c7000 -     0x7fff5d4ceff7  libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
    0x7fff5d4cf000 -     0x7fff5d4dafff  libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
    0x7fff5d4db000 -     0x7fff5d4defff  libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff5d4df000 -     0x7fff5d4e0ff3  libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
    0x7fff5d4e1000 -     0x7fff5d4e8ff7  libsystem_symptoms.dylib (820.60.2) <585BDFA2-D54D-39D0-8046-44E824DABD43> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff5d4e9000 -     0x7fff5d4fcfff  libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib
    0x7fff5d4fe000 -     0x7fff5d503ff7  libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
    0x7fff5d504000 -     0x7fff5d531ff7  libxpc.dylib (1205.70.9) <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=458.9M resident=0K(0%) swapped_out_or_unallocated=458.9M(100%)
Writable regions: Total=613.4M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=613.4M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        2 
CG image                            52K        7 
CoreAnimation                     1348K       10 
CoreImage                            4K        2 
CoreUI image data                  880K       12 
CoreUI image file                  180K        4 
Foundation                           4K        2 
IOKit                             7940K        2 
Kernel Alloc Once                    8K        2 
MALLOC                           597.7M      100 
MALLOC guard page                   96K       19 
Memory Tag 242                      12K        2 
Memory Tag 251                      16K        2 
OpenGL GLSL                        256K        4 
SQLite page cache                   64K        2 
STACK GUARD                       56.0M       10 
Stack                             12.1M       10 
VM_ALLOCATE                        132K       15 
__DATA                            34.5M      314 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    2588K        2 
__LINKEDIT                       204.3M       41 
__TEXT                           254.6M      315 
__UNICODE                          560K        2 
libnetwork                         640K        3 
mapped file                       47.0M       49 
shared memory                     2812K       16 
===========                     =======  ======= 
TOTAL                              1.2G      924 

From Xcode:

2018-08-15 16:56:03.902204-0500 Seaglass[80092:22171009] [MXEventTimeline] paginate: is done
2018-08-15 16:56:03.927097-0500 Seaglass[80092:22171009] [MXEventTimeline] paginate 100 messages in !ObkzFatmyLFIiIrVhB:raim.ist (47 are retrieved from the store)
2018-08-15 16:56:03.928450-0500 Seaglass[80092:22171009] [MXEventTimeline] paginate: is done
2018-08-15 16:56:03.953255-0500 Seaglass[80092:22171009] [MXEventTimeline] paginate 100 messages in !rCzQwSzDQIMFWPpeuG:raim.ist (15 are retrieved from the store)
2018-08-15 16:56:03.953650-0500 Seaglass[80092:22171009] [MXEventTimeline] paginate: is done
2018-08-15 16:56:03.959995-0500 Seaglass[80092:22171009] [General] An uncaught exception was raised
2018-08-15 16:56:03.960017-0500 Seaglass[80092:22171009] [General] *** -[__NSSingleObjectArrayI objectAtIndex:]: index 1 beyond bounds [0 .. 0]
2018-08-15 16:56:03.960121-0500 Seaglass[80092:22171009] [General] (
	0   CoreFoundation                      0x00007fff3536166b __exceptionPreprocess + 171
	1   libobjc.A.dylib                     0x00007fff5c5a3942 objc_exception_throw + 48
	2   CoreFoundation                      0x00007fff35420fbf -[__NSSingleObjectArrayI objectAtIndex:] + 111
	3   libswiftCore.dylib                  0x000000010172c60a _T0s12_ArrayBufferV19_getElementSlowPathyXlSiF + 154
	4   libswiftCore.dylib                  0x00000001017416b6 _T0Sa11_getElementxSi_Sb20wasNativeTypeCheckeds16_DependenceTokenV22matchingSubscriptChecktF + 118
	5   libswiftCore.dylib                  0x0000000101741592 _T0SaxSicig + 130
	6   Seaglass                            0x00000001000526fc _T08Seaglass23MainViewRoomsControllerC05tableC0So6NSViewCSgSo07NSTableC0C_So0H6ColumnCSg7viewForSi3rowtF + 13836
	7   Seaglass                            0x00000001000545f9 _T08Seaglass23MainViewRoomsControllerC05tableC0So6NSViewCSgSo07NSTableC0C_So0H6ColumnCSg7viewForSi3rowtFTo + 89
	8   AppKit                              0x00007fff329fa79b -[NSTableView(NSTableViewViewBased) _delegate_viewForTableColumn:row:] + 86
	9   AppKit                              0x00007fff32974ec4 -[NSTableView(NSTableViewViewBased) makeViewForTableColumn:row:] + 87
	10  AppKit                              0x00007fff32974747 -[NSTableRowData _addViewToRowView:atColumn:row:] + 342
	11  AppKit                              0x00007fff32974421 -[NSTableRowData _addViewsToRowView:atRow:] + 211
	12  AppKit                              0x00007fff32972aa4 -[NSTableRowData _initializeRowView:atRow:] + 397
	13  AppKit                              0x00007fff3325e96a -[NSTableRowData _preparedRowViewForRow:storageHandler:] + 154
	14  AppKit                              0x00007fff32970ed1 -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 392
	15  AppKit                              0x00007fff32970c94 -[NSTableRowData _addRowViewForVisibleRow:withPriorRowIndex:inDictionary:withRowAnimation:] + 416
	16  AppKit                              0x00007fff33260ba3 -[NSTableRowData _updateVisibleRowEntries] + 1906
	17  AppKit                              0x00007fff3296f992 -[NSTableRowData updateVisibleRowViews] + 294
	18  AppKit                              0x00007fff3297621b -[NSTableRowData rowViewAtRow:createIfNeeded:] + 202
	19  AppKit                              0x00007fff32a31841 -[NSTableView viewAtColumn:row:makeIfNecessary:] + 29
	20  Seaglass                            0x0000000100054acc _T08Seaglass23MainViewRoomsControllerC05tableC18SelectionDidChangey10Foundation12NotificationVF + 1196
	21  Seaglass                            0x0000000100055adc _T08Seaglass23MainViewRoomsControllerC05tableC18SelectionDidChangey10Foundation12NotificationVFTo + 76
	22  CoreFoundation                      0x00007fff352f25cc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
	23  CoreFoundation                      0x00007fff352f249a _CFXRegistrationPost + 458
	24  CoreFoundation                      0x00007fff352f21d1 ___CFXNotificationPost_block_invoke + 225
	25  CoreFoundation                      0x00007fff352b0d22 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1826
	26  CoreFoundation                      0x00007fff352afdb3 _CFXNotificationPost + 659
	27  Foundation                          0x00007fff373d98c7 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
	28  AppKit                              0x00007fff329f7dcb -[NSTableView _sendSelectionChangedNotificationForRows:columns:] + 230
	29  AppKit                              0x00007fff32964b0c -[NSTableView _verifySelectionIsOK] + 1314
	30  AppKit                              0x00007fff32964558 -[NSTableView _tileAndRedisplayAll] + 345
	31  AppKit                              0x00007fff32a8d47e -[NSTableBinder _updateContent] + 260
	32  AppKit                              0x00007fff32a8d2b1 -[NSTableBinder _handleContentChange:] + 84
	33  AppKit                              0x00007fff32a8d0bc -[NSTableBinder observeValueForKeyPath:ofObject:change:context:] + 56
	34  Foundation                          0x00007fff3740ea79 NSKeyValueNotifyObserver + 350
	35  Foundation                          0x00007fff37481d8b -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 1108
	36  AppKit                              0x00007fff32a25064 -[NSController _notifyObserversForKeyPath:change:] + 193
	37  AppKit                              0x00007fff32a7047c -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] + 53
	38  AppKit                              0x00007fff32b82a37 -[NSArrayController _insertObject:atArrangedObjectIndex:objectHandler:] + 504
	39  Seaglass                            0x000000010004b885 _T08Seaglass23MainViewRoomsControllerC17matrixDidJoinRoomySo6MXRoomCF + 1317
	40  Seaglass                            0x000000010004b1e4 _T08Seaglass23MainViewRoomsControllerC13viewDidAppearyyF + 564
	41  Seaglass                            0x000000010004b344 _T08Seaglass23MainViewRoomsControllerC13viewDidAppearyyFTo + 36
	42  libdispatch.dylib                   0x00000001021e5cae _dispatch_call_block_and_release + 12
	43  libdispatch.dylib                   0x00000001021ddd8f _dispatch_client_callout + 8
	44  libdispatch.dylib                   0x00000001021e9e09 _dispatch_main_queue_callback_4CF + 549
	45  CoreFoundation                      0x00007fff3531ae59 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
	46  CoreFoundation                      0x00007fff352dd66a __CFRunLoopRun + 2586
	47  CoreFoundation                      0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
	48  HIToolbox                           0x00007fff345bcd96 RunCurrentEventLoopInMode + 286
	49  HIToolbox                           0x00007fff345bcb06 ReceiveNextEventCommon + 613
	50  HIToolbox                           0x00007fff345bc884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
	51  AppKit                              0x00007fff3286da73 _DPSNextEvent + 2085
	52  AppKit                              0x00007fff33003e34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
	53  AppKit                              0x00007fff32862885 -[NSApplication run] + 764
	54  AppKit                              0x00007fff32831a72 NSApplicationMain + 804
	55  Seaglass                            0x00000001000487fd main + 13
	56  libdyld.dylib                       0x00007fff5d1ba015 start + 1
)
2018-08-15 16:56:03.961813-0500 Seaglass[80092:22171009] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSSingleObjectArrayI objectAtIndex:]: index 1 beyond bounds [0 .. 0]'
*** First throw call stack:
(
	0   CoreFoundation                      0x00007fff3536166b __exceptionPreprocess + 171
	1   libobjc.A.dylib                     0x00007fff5c5a3942 objc_exception_throw + 48
	2   CoreFoundation                      0x00007fff35420fbf -[__NSSingleObjectArrayI objectAtIndex:] + 111
	3   libswiftCore.dylib                  0x000000010172c60a _T0s12_ArrayBufferV19_getElementSlowPathyXlSiF + 154
	4   libswiftCore.dylib                  0x00000001017416b6 _T0Sa11_getElementxSi_Sb20wasNativeTypeCheckeds16_DependenceTokenV22matchingSubscriptChecktF + 118
	5   libswiftCore.dylib                  0x0000000101741592 _T0SaxSicig + 130
	6   Seaglass                            0x00000001000526fc _T08Seaglass23MainViewRoomsControllerC05tableC0So6NSViewCSgSo07NSTableC0C_So0H6ColumnCSg7viewForSi3rowtF + 13836
	7   Seaglass                            0x00000001000545f9 _T08Seaglass23MainViewRoomsControllerC05tableC0So6NSViewCSgSo07NSTableC0C_So0H6ColumnCSg7viewForSi3rowtFTo + 89
	8   AppKit                              0x00007fff329fa79b -[NSTableView(NSTableViewViewBased) _delegate_viewForTableColumn:row:] + 86
	9   AppKit                              0x00007fff32974ec4 -[NSTableView(NSTableViewViewBased) makeViewForTableColumn:row:] + 87
	10  AppKit                              0x00007fff32974747 -[NSTableRowData _addViewToRowView:atColumn:row:] + 342
	11  AppKit                              0x00007fff32974421 -[NSTableRowData _addViewsToRowView:atRow:] + 211
	12  AppKit                              0x00007fff32972aa4 -[NSTableRowData _initializeRowView:atRow:] + 397
	13  AppKit                              0x00007fff3325e96a -[NSTableRowData _preparedRowViewForRow:storageHandler:] + 154
	14  AppKit                              0x00007fff32970ed1 -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 392
	15  AppKit                              0x00007fff32970c94 -[NSTableRowData _addRowViewForVisibleRow:withPriorRowIndex:inDictionary:withRowAnimation:] + 416
	16  AppKit                              0x00007fff33260ba3 -[NSTableRowData _updateVisibleRowEntries] + 1906
	17  AppKit                              0x00007fff3296f992 -[NSTableRowData updateVisibleRowViews] + 294
	18  AppKit                              0x00007fff3297621b -[NSTableRowData rowViewAtRow:createIfNeeded:] + 202
	19  AppKit                              0x00007fff32a31841 -[NSTableView viewAtColumn:row:makeIfNecessary:] + 29
	20  Seaglass                            0x0000000100054acc _T08Seaglass23MainViewRoomsControllerC05tableC18SelectionDidChangey10Foundation12NotificationVF + 1196
	21  Seaglass                            0x0000000100055adc _T08Seaglass23MainViewRoomsControllerC05tableC18SelectionDidChangey10Foundation12NotificationVFTo + 76
	22  CoreFoundation                      0x00007fff352f25cc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
	23  CoreFoundation                      0x00007fff352f249a _CFXRegistrationPost + 458
	24  CoreFoundation                      0x00007fff352f21d1 ___CFXNotificationPost_block_invoke + 225
	25  CoreFoundation                      0x00007fff352b0d22 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1826
	26  CoreFoundation                      0x00007fff352afdb3 _CFXNotificationPost + 659
	27  Foundation                          0x00007fff373d98c7 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
	28  AppKit                              0x00007fff329f7dcb -[NSTableView _sendSelectionChangedNotificationForRows:columns:] + 230
	29  AppKit                              0x00007fff32964b0c -[NSTableView _verifySelectionIsOK] + 1314
	30  AppKit                              0x00007fff32964558 -[NSTableView _tileAndRedisplayAll] + 345
	31  AppKit                              0x00007fff32a8d47e -[NSTableBinder _updateContent] + 260
	32  AppKit                              0x00007fff32a8d2b1 -[NSTableBinder _handleContentChange:] + 84
	33  AppKit                              0x00007fff32a8d0bc -[NSTableBinder observeValueForKeyPath:ofObject:change:context:] + 56
	34  Foundation                          0x00007fff3740ea79 NSKeyValueNotifyObserver + 350
	35  Foundation                          0x00007fff37481d8b -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 1108
	36  AppKit                              0x00007fff32a25064 -[NSController _notifyObserversForKeyPath:change:] + 193
	37  AppKit                              0x00007fff32a7047c -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] + 53
	38  AppKit                              0x00007fff32b82a37 -[NSArrayController _insertObject:atArrangedObjectIndex:objectHandler:] + 504
	39  Seaglass                            0x000000010004b885 _T08Seaglass23MainViewRoomsControllerC17matrixDidJoinRoomySo6MXRoomCF + 1317
	40  Seaglass                            0x000000010004b1e4 _T08Seaglass23MainViewRoomsControllerC13viewDidAppearyyF + 564
	41  Seaglass                            0x000000010004b344 _T08Seaglass23MainViewRoomsControllerC13viewDidAppearyyFTo + 36
	42  libdispatch.dylib                   0x00000001021e5cae _dispatch_call_block_and_release + 12
	43  libdispatch.dylib                   0x00000001021ddd8f _dispatch_client_callout + 8
	44  libdispatch.dylib                   0x00000001021e9e09 _dispatch_main_queue_callback_4CF + 549
	45  CoreFoundation                      0x00007fff3531ae59 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
	46  CoreFoundation                      0x00007fff352dd66a __CFRunLoopRun + 2586
	47  CoreFoundation                      0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
	48  HIToolbox                           0x00007fff345bcd96 RunCurrentEventLoopInMode + 286
	49  HIToolbox                           0x00007fff345bcb06 ReceiveNextEventCommon + 613
	50  HIToolbox                           0x00007fff345bc884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
	51  AppKit                              0x00007fff3286da73 _DPSNextEvent + 2085
	52  AppKit                              0x00007fff33003e34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
	53  AppKit                              0x00007fff32862885 -[NSApplication run] + 764
	54  AppKit                              0x00007fff32831a72 NSApplicationMain + 804
	55  Seaglass                            0x00000001000487fd main + 13
	56  libdyld.dylib                       0x00007fff5d1ba015 start + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)

Display rich text from formatted_body rather than guessing at MD from the plain body

There's no guarantee that the plain body will contain MD, and despite formatted_body not being properly specified yet, you really should be displaying rich text bodies by parsing the HTML rather than parsing MD from the plain-text body in the desperate hope that it actually contains MD.

Parsing the HTML subset we use should be no harder and in fact substantially less magical than parsing MD.

You could use something like https://github.com/scinfu/SwiftSoup, and just build out the required NSAttributedString components from the resulting parse tree. The only tags you need to do are:

        'font', // custom to matrix for IRC-style font coloring
        'del', // for markdown
        'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'blockquote', 'p', 'a', 'ul', 'ol', 'sup', 'sub',
        'nl', 'li', 'b', 'i', 'u', 'strong', 'em', 'strike', 'code', 'hr', 'br', 'div',
        'pre', 'span', 'img',

...all of which should map straight through to NSAttributedString stuff, with the possible exception of img and hr.

I'd ignore the table tags ('table', 'thead', 'caption', 'tbody', 'tr', 'th', 'td') given commonmark can't generate them atm.

This would then pave the way for things like Replies to work correctly (as per #51).

Performing @selector(perform:) from sender NSButton 0x610000350ac0 Fatal error: Unexpectedly found nil while unwrapping an Optional value

Specifications

  • Seaglass Version: 6d7498f
  • macOS Version: 10.13.6

Actual Behavior

Crash

Steps to Reproduce the Problem

  1. Open Unnamed room with no(?) members (not sure what this room looks like in Riot, I'm guessing the real bug is that this room is even visible in Seaglass)
  2. Click Permissions button

screen shot 2018-08-17 at 12 57 11 pm

screen shot 2018-08-17 at 12 58 11 pm

Process:               Seaglass [62682]
Path:                  /private/var/folders/*/Seaglass.app/Contents/MacOS/Seaglass
Identifier:            eu.neilalexander.seaglass
Version:               6d7498f7c727c0ff86a9838948485003b8e806bb (77)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Seaglass [62682]
User ID:               501

Date/Time:             2018-08-17 12:52:16.185 -0500
OS Version:            Mac OS X 10.13.6 (17G65)
Report Version:        12
Anonymous UUID:        D2B10E1C-FCC1-D778-1131-4967D5F83A7D

Sleep/Wake UUID:       8B53096A-B638-420E-B9A7-5807C87935CD

Time Awake Since Boot: 810000 seconds
Time Since Wake:       2000 seconds

System Integrity Protection: enabled

Notes:                 Translocated Process

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

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

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

Application Specific Information:
Performing @selector(perform:) from sender NSButton 0x610000350ac0
Fatal error: Unexpectedly found nil while unwrapping an Optional value
 

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libswiftCore.dylib            	0x000000010f839c60 specialized _fatalErrorMessage(_:_:file:line:flags:) + 96
1   libswiftCore.dylib            	0x000000010f6b1493 _fatalErrorMessage(_:_:file:line:flags:) + 19
2   eu.neilalexander.seaglass     	0x000000010e93db15 RoomPowerLevelsController.viewDidLoad() + 3269
3   eu.neilalexander.seaglass     	0x000000010e942f14 @objc RoomPowerLevelsController.viewDidLoad() + 36
4   com.apple.AppKit              	0x00007fff328b920a -[NSViewController _sendViewDidLoad] + 97
5   com.apple.AppKit              	0x00007fff32e5dafd _noteLoadCompletionForObject + 641
6   com.apple.AppKit              	0x00007fff3283d97d -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 2042
7   com.apple.AppKit              	0x00007fff32938d1e -[NSNib _instantiateNibWithExternalNameTable:options:] + 679
8   com.apple.AppKit              	0x00007fff3293897a -[NSNib _instantiateWithOwner:options:topLevelObjects:] + 136
9   com.apple.AppKit              	0x00007fff32937c50 -[NSViewController loadView] + 343
10  com.apple.AppKit              	0x00007fff328afa9e -[NSViewController _loadViewIfRequired] + 75
11  com.apple.AppKit              	0x00007fff328afa09 -[NSViewController view] + 30
12  com.apple.AppKit              	0x00007fff33148d57 +[NSWindow windowWithContentViewController:] + 41
13  com.apple.AppKit              	0x00007fff32f1c61d -[NSViewControllerSheetTransition animatePresentationOfViewController:fromViewController:] + 96
14  com.apple.AppKit              	0x00007fff32d61eca -[NSViewController presentViewControllerAsSheet:] + 95
15  com.apple.AppKit              	0x00007fff33005a43 -[NSApplication(NSResponder) sendAction:to:from:] + 312
16  com.apple.AppKit              	0x00007fff32aab53f -[NSControl sendAction:to:] + 86
17  com.apple.AppKit              	0x00007fff32aab467 __26-[NSCell _sendActionFrom:]_block_invoke + 136
18  com.apple.AppKit              	0x00007fff32aab36d -[NSCell _sendActionFrom:] + 183
19  com.apple.AppKit              	0x00007fff32aec688 -[NSButtonCell _sendActionFrom:] + 97
20  com.apple.AppKit              	0x00007fff32aa9bd6 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2438
21  com.apple.AppKit              	0x00007fff32aec3cf -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 777
22  com.apple.AppKit              	0x00007fff32aa8670 -[NSControl mouseDown:] + 965
23  com.apple.AppKit              	0x00007fff331a4d6d -[NSWindow(NSEventRouting) _handleMouseDownEvent:isDelayedEvent:] + 5891
24  com.apple.AppKit              	0x00007fff331a19c4 -[NSWindow(NSEventRouting) _reallySendEvent:isDelayedEvent:] + 2359
25  com.apple.AppKit              	0x00007fff331a0c70 -[NSWindow(NSEventRouting) sendEvent:] + 497
26  com.apple.AppKit              	0x00007fff33002236 -[NSApplication(NSEvent) sendEvent:] + 2462
27  com.apple.AppKit              	0x00007fff328628b5 -[NSApplication run] + 812
28  com.apple.AppKit              	0x00007fff32831a72 NSApplicationMain + 804
29  eu.neilalexander.seaglass     	0x000000010e8e7e4d main + 13
30  libdyld.dylib                 	0x00007fff5d1ba015 start + 1

Thread 1:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff5d30120a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff5d300724 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff352ddff5 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation      	0x00007fff352dd347 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation      	0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
5   com.apple.AppKit              	0x00007fff329aafc4 _NSEventThread + 184
6   libsystem_pthread.dylib       	0x00007fff5d4d2661 _pthread_body + 340
7   libsystem_pthread.dylib       	0x00007fff5d4d250d _pthread_start + 377
8   libsystem_pthread.dylib       	0x00007fff5d4d1bf9 thread_start + 13

Thread 2:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib        	0x00007fff5d30120a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff5d300724 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff352ddff5 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation      	0x00007fff352dd347 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation      	0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
5   com.apple.CFNetwork           	0x00007fff3441ce84 -[__CoreSchedulingSetRunnable runForever] + 722
6   com.apple.Foundation          	0x00007fff374021f8 __NSThread__start__ + 1197
7   libsystem_pthread.dylib       	0x00007fff5d4d2661 _pthread_body + 340
8   libsystem_pthread.dylib       	0x00007fff5d4d250d _pthread_start + 377
9   libsystem_pthread.dylib       	0x00007fff5d4d1bf9 thread_start + 13

Thread 3:: CVDisplayLink
0   libsystem_kernel.dylib        	0x00007fff5d30aa16 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d35c2 _pthread_cond_wait + 789
2   com.apple.CoreVideo           	0x00007fff36ecf3f3 CVDisplayLink::waitUntil(unsigned long long) + 237
3   com.apple.CoreVideo           	0x00007fff36ece9a4 CVDisplayLink::runIOThread() + 500
4   libsystem_pthread.dylib       	0x00007fff5d4d2661 _pthread_body + 340
5   libsystem_pthread.dylib       	0x00007fff5d4d250d _pthread_start + 377
6   libsystem_pthread.dylib       	0x00007fff5d4d1bf9 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d2009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d2009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 8:
0   libsystem_pthread.dylib       	0x00007fff5d4d1bdc start_wqthread + 0
1   ???                           	0x0000700000bf8b80 0 + 123145314864000

Thread 9:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d2009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 10:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 11:
0   libsystem_pthread.dylib       	0x00007fff5d4d1bdc start_wqthread + 0
1   ???                           	0x4058504320000000 0 + 4636544065607827456

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000604002e4d830  rbx: 0x000000010e95acd0  rcx: 0x000000000025b1d7  rdx: 0x000000000025b1d6
  rdi: 0x0000000110198900  rsi: 0x0000000000000008  rbp: 0x00007ffee135fc00  rsp: 0x00007ffee135fbd0
   r8: 0x80000000ffffffff   r9: 0x0000000100000000  r10: 0x0000000116f48ba0  r11: 0x00000000005915e0
  r12: 0x000000010e95ad0a  r13: 0x000000000000000b  r14: 0x0000000000000002  r15: 0x0000000000000039
  rip: 0x000000010f839c60  rfl: 0x0000000000010202  cr2: 0x000000010f6b1480
  
Logical CPU:     2
Error Code:      0x00000000
Trap Number:     6


Binary Images:
       0x10e89d000 -        0x10e965ff7 +eu.neilalexander.seaglass (6d7498f7c727c0ff86a9838948485003b8e806bb - 77) <F5F5E76A-B5D7-3359-BAF7-4CB50B20D900> /var/folders/*/Seaglass.app/Contents/MacOS/Seaglass
       0x10ea27000 -        0x10ea48fff +org.cocoapods.AFNetworking (3.2.1 - 1) <A4E1CCEE-F37B-31D2-90DE-4BBED4FDE13D> /var/folders/*/Seaglass.app/Contents/Frameworks/AFNetworking.framework/Versions/A/AFNetworking
       0x10ea81000 -        0x10eaadff7 +org.cocoapods.Down (0.5.2 - 1) <D3EECD66-B3E5-3EB4-B058-F90ED7AA28DD> /var/folders/*/Seaglass.app/Contents/Frameworks/Down.framework/Versions/A/Down
       0x10eadd000 -        0x10eae0ffb +org.cocoapods.GZIP (1.2.1 - 1) <1DEFC076-4E62-3CAF-A2FD-151E93AB2889> /var/folders/*/Seaglass.app/Contents/Frameworks/GZIP.framework/Versions/A/GZIP
       0x10eaed000 -        0x10eb16ffb +org.cocoapods.OLMKit (2.2.2 - 1) <00F636AD-C927-3C64-A20E-CEF6B6E7A1DF> /var/folders/*/Seaglass.app/Contents/Frameworks/OLMKit.framework/Versions/A/OLMKit
       0x10eb3c000 -        0x10ef94ff7 +org.cocoapods.Realm (3.3.2 - 1) <EE0A2C2B-D36C-3B7A-AB0C-50D9980EEE5F> /var/folders/*/Seaglass.app/Contents/Frameworks/Realm.framework/Versions/A/Realm
       0x10f2b2000 -        0x10f3ffff7 +org.cocoapods.SwiftMatrixSDK (0.10.11 - 1) <DCA9FBAE-3F20-36EF-AF29-28B81B484267> /var/folders/*/Seaglass.app/Contents/Frameworks/SwiftMatrixSDK.framework/Versions/A/SwiftMatrixSDK
       0x10f5f6000 -        0x10f602ff7 +org.cocoapods.TSMarkdownParser (2.1.5 - 1) <F60559FF-7F09-3534-8D66-29B249628250> /var/folders/*/Seaglass.app/Contents/Frameworks/TSMarkdownParser.framework/Versions/A/TSMarkdownParser
       0x10f61a000 -        0x10f628fff +libswiftAVFoundation.dylib (4.1.2 - 902.0.54) <9F48A43D-7FE0-3948-B915-91A33168AFFE> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftAVFoundation.dylib
       0x10f638000 -        0x10f64afff +libswiftAppKit.dylib (4.1.2 - 902.0.54) <AC109545-DBCB-3C56-8B89-8AF52D86A56B> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftAppKit.dylib
       0x10f664000 -        0x10f9b7ff7 +libswiftCore.dylib (4.1.2 - 902.0.54) <F318B448-C59C-3FE4-A2F5-28807B333CDE> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCore.dylib
       0x10fc68000 -        0x10fc6ffff +libswiftCoreAudio.dylib (4.1.2 - 902.0.54) <0F8DB605-450B-314B-A573-2BD91CB2278A> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCoreAudio.dylib
       0x10fc7b000 -        0x10fc84fff +libswiftCoreData.dylib (4.1.2 - 902.0.54) <CDB72D6F-F272-3028-8033-99D7589452E1> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCoreData.dylib
       0x10fc97000 -        0x10fc9afff +libswiftCoreFoundation.dylib (4.1.2 - 902.0.54) <B4751639-D527-3851-B923-10FE0A7F7E10> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCoreFoundation.dylib
       0x10fca4000 -        0x10fcb6fff +libswiftCoreGraphics.dylib (4.1.2 - 902.0.54) <A37BDDBC-C0A5-32A1-BF50-104280CD59F9> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x10fcd6000 -        0x10fcdbffe +libswiftCoreImage.dylib (4.1.2 - 902.0.54) <417A17C2-AF0D-39E9-801F-F4FE2776FAAD> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCoreImage.dylib
       0x10fce4000 -        0x10fceeff7 +libswiftCoreMedia.dylib (4.1.2 - 902.0.54) <82CCD08E-A4AC-385C-BBDA-B39AAE7DBDD0> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftCoreMedia.dylib
       0x10fcf6000 -        0x10fcfdff7 +libswiftDarwin.dylib (4.1.2 - 902.0.54) <F691AB87-664D-3032-8DFC-7B43F153430D> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftDarwin.dylib
       0x10fd12000 -        0x10fd2cff7 +libswiftDispatch.dylib (4.1.2 - 902.0.54) <983D3A77-6B82-34EF-A911-85FCD411A20D> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftDispatch.dylib
       0x10fd62000 -        0x10fed6ff7 +libswiftFoundation.dylib (4.1.2 - 902.0.54) <3E95BEE7-7BA5-3073-9EB8-FD8BD3FC5C59> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftFoundation.dylib
       0x110020000 -        0x110023ff7 +libswiftIOKit.dylib (4.1.2 - 902.0.54) <DCCC358D-C25E-3D62-99F4-D30E103FD262> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftIOKit.dylib
       0x11002c000 -        0x110034fff +libswiftMetal.dylib (4.1.2 - 902.0.54) <6E7F41BB-813E-3B91-9416-11E462538D05> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftMetal.dylib
       0x11003e000 -        0x110044fff +libswiftObjectiveC.dylib (4.1.2 - 902.0.54) <A357C008-2D9C-3F5A-BC78-9A016E1CF3EF> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x110051000 -        0x110058fff +libswiftQuartzCore.dylib (4.1.2 - 902.0.54) <FA9BA6D8-C0AB-3CE0-B1EF-41CA51D49083> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x110060000 -        0x110097fff +libswiftSwiftOnoneSupport.dylib (4.1.2 - 902.0.54) <7CD48551-5B4F-341A-9551-486AD5531533> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftSwiftOnoneSupport.dylib
       0x1100d2000 -        0x1100d5fff +libswiftXPC.dylib (4.1.2 - 902.0.54) <7D80DFCA-CAC4-390C-908A-7E620BF8ED20> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftXPC.dylib
       0x1100dc000 -        0x110120fff +libswiftsimd.dylib (4.1.2 - 902.0.54) <A392F595-B777-36B6-9014-19F24E0D61A3> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftsimd.dylib
       0x110174000 -        0x110179ff7 +libswiftos.dylib (4.1.2 - 902.0.54) <C66A0480-DF9B-35A5-989B-5A7CB4CBEA0B> /var/folders/*/Seaglass.app/Contents/Frameworks/libswiftos.dylib
       0x113024000 -        0x11303cff3  com.apple.SafariServices.framework (13606 - 13606.1.36.1.2) <062BE6E0-5961-33AB-AFD3-A6A3DED4384E> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
       0x113e3d000 -        0x113f74fff  com.apple.AMDMTLBronzeDriver (1.68.20 - 1.6.8) <C5D6A803-7CE1-32BD-BE34-C518131CED8B> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
       0x1149bc000 -        0x114a74ffb  com.apple.AMDRadeonX3000GLDriver (1.68.20 - 1.6.8) <F03D1A4D-AA43-3A14-935F-003DAA410311> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
       0x114acc000 -        0x114b8effb  com.apple.AMDRadeonX4000GLDriver (1.68.20 - 1.6.8) <03AC29A1-DE03-3031-854D-B7F6D2018B4D> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
       0x116ef4000 -        0x116f3eacf  dyld (551.4) <8A72DE9C-A136-3506-AA02-4BA2B82DCAF3> /usr/lib/dyld
    0x7fff2d57c000 -     0x7fff2d8caff7  com.apple.RawCamera.bundle (8.05.0 - 1017.4.1) <CAF490E6-CB0E-3EF0-B3D2-C4880CF85077> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff2d8e9000 -     0x7fff2db11ff3  ATIRadeonX3000SCLib.dylib (1.68.20) <75A8E5A9-42D5-3509-B23C-D700D1DA0A0C> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000SCLib.dylib
    0x7fff2db12000 -     0x7fff2e368ff7  ATIRadeonX4000SCLib.dylib (1.68.20) <09BE979C-D263-34F4-A83D-3E36420ED78D> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
    0x7fff3119e000 -     0x7fff3137eff3  com.apple.avfoundation (2.0 - 1536.36) <BB65ED51-CE44-31BD-A6EC-4B1EC5EADDD9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff3137f000 -     0x7fff31438fff  com.apple.audio.AVFAudio (1.0 - ???) <ECE63BA3-4344-3522-904B-71F89677AC7D> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff3153e000 -     0x7fff3153efff  com.apple.Accelerate (1.11 - Accelerate 1.11) <2EF00EFE-06E8-3082-85C3-2988B422A19D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff3153f000 -     0x7fff31556ff7  libCGInterfaces.dylib (417.2) <2F9C08AF-6DC1-325C-AE8A-BD7364A72F16> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff31557000 -     0x7fff31ca5ffb  com.apple.vImage (8.1 - ???) <56C275C1-459F-37CD-BF29-2E6D81C29E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff31ca6000 -     0x7fff31e46ff3  libBLAS.dylib (1211.50.2) <93259222-2D94-333D-A1EB-09C6FC4A64B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff31e47000 -     0x7fff31e81fef  libBNNS.dylib (38.1) <0AAE0109-71D5-3B26-8401-3E62DDF97624> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff31e82000 -     0x7fff3225bff7  libLAPACK.dylib (1211.50.2) <70781D0B-AEAD-33EB-9900-10DC30F37D61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff3225c000 -     0x7fff32272ff7  libLinearAlgebra.dylib (1211.50.2) <FB5A35EA-D636-3D69-AB53-B67E1EB8134C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff32273000 -     0x7fff32278ff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff32279000 -     0x7fff322f9fff  libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff322fa000 -     0x7fff3230cff7  libSparseBLAS.dylib (1211.50.2) <994A7D7E-FA3B-3943-A59C-8150B9AF86BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff3230d000 -     0x7fff32480fe7  libvDSP.dylib (622.50.5) <4BF310F4-31A3-3DA5-80E4-7F8014AD380B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff32481000 -     0x7fff32537fef  libvMisc.dylib (622.50.5) <88143A88-4FDE-35A1-85FE-54FF0C2A9E43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff32538000 -     0x7fff32538fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <880DEF40-389A-3F56-ACA1-B62A5BC57E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff32539000 -     0x7fff32593ff7  com.apple.Accounts (113 - 113) <D2892B2B-2846-3E75-9A4B-224A9F343A44> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff32594000 -     0x7fff3282bff7  com.apple.AddressBook.framework (11.0 - 1808.8) <8D6ED6A3-1E6A-39F6-A189-753C4A193399> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff3282c000 -     0x7fff3368afff  com.apple.AppKit (6.9 - 1561.60.100) <3C27CF6F-E640-3411-A87D-CCB2222CC754> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff336dc000 -     0x7fff336dcfff  com.apple.ApplicationServices (48 - 50) <AFFBD94A-AF76-336E-B53E-57524EAE8EF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff336dd000 -     0x7fff33743fff  com.apple.ApplicationServices.ATS (377 - 445.4) <85E779EE-0219-3181-B4C4-201E4CC82AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff337dc000 -     0x7fff338fefff  libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff338ff000 -     0x7fff33949ff7  libFontRegistry.dylib (221.4) <5FDB4F1A-E15C-3ACB-A5C1-F15458C0C6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff339ee000 -     0x7fff33a21ff7  libTrueTypeScaler.dylib (222.1.6) <9147F859-8BD9-31D9-AB54-8E9549B92AE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff33a8b000 -     0x7fff33a8fff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff33b2f000 -     0x7fff33b81ffb  com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff33b82000 -     0x7fff33b90fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff33b91000 -     0x7fff33bddfff  com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff33bde000 -     0x7fff33c18fff  com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff33c19000 -     0x7fff33c25fff  com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <A08DE016-C8F2-3B0E-BD34-15959D13DBF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff33c26000 -     0x7fff33eb4ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <E0B8B5D8-80A0-308B-ABD6-F8612102B5D8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff33eb6000 -     0x7fff33eb6fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABF8778E-4F9D-305E-A528-DE406A1A2B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff341d9000 -     0x7fff34573ff7  com.apple.CFNetwork (902.1 - 902.1) <76EB8CB6-BF59-3BDA-BF2B-F21B161611B9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff34588000 -     0x7fff34588fff  com.apple.Carbon (158 - 158) <F8B370D9-2103-3276-821D-ACC756167F86> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff34589000 -     0x7fff3458cffb  com.apple.CommonPanels (1.2.6 - 98) <2391761C-5CAA-3F68-86B7-50B37927B104> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff3458d000 -     0x7fff34892fff  com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff34893000 -     0x7fff34896ffb  com.apple.help (1.3.8 - 66) <DEBADFA8-C189-3195-B0D6-A1F2DE95882A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff34897000 -     0x7fff3489cfff  com.apple.ImageCapture (9.0 - 9.0) <23B4916F-3B43-3DFF-B956-FC390EECA284> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff3489d000 -     0x7fff34932ffb  com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff34933000 -     0x7fff3494dff7  com.apple.openscripting (1.7 - 174) <1B2A1F9E-5534-3D61-83CA-9199B39E8708> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff3496e000 -     0x7fff3496ffff  com.apple.print.framework.Print (12 - 267) <3682ABFB-2561-3419-847D-02C247F4800D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff34970000 -     0x7fff34972ff7  com.apple.securityhi (9.0 - 55006) <C1406B8D-7D05-3959-808F-9C82189CF57F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff34973000 -     0x7fff34979fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff34a9a000 -     0x7fff34a9afff  com.apple.Cocoa (6.11 - 22) <78E6C28E-4308-3D10-AD14-0CBCF6789B3F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff34aa8000 -     0x7fff34b61fff  com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff34cee000 -     0x7fff34d81ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EB35D3EC-56EA-33E6-98DC-BDC3A5FA8ACE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff34de8000 -     0x7fff34e11ffb  com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff34e12000 -     0x7fff35176ff3  com.apple.CoreData (120 - 851) <8D605466-8676-3D45-9A4B-8980971551C3> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff35177000 -     0x7fff3525afff  com.apple.CoreDisplay (99.14 - 99.14) <A1B91ADD-828D-33A0-8A92-CC3F83DF89D0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff3525b000 -     0x7fff356f5ff7  com.apple.CoreFoundation (6.9 - 1454.90) <F320589A-8600-3244-9B55-A645F7EAAB35> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff356f7000 -     0x7fff35d25ff7  com.apple.CoreGraphics (2.0 - 1161.21) <C4CBD2CF-39D5-3185-851E-85C7DD2F8C7F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff35d27000 -     0x7fff36016fff  com.apple.CoreImage (13.0.0 - 579.5) <AAE2DFD0-9B0A-3D56-8A3E-C460BAF70394> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff362a5000 -     0x7fff3639bffb  com.apple.CoreMedia (1.0 - 2276.68) <5F0001EF-10FF-3334-9170-7FD5FB026205> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff3639c000 -     0x7fff363eafff  com.apple.CoreMediaIO (814.0 - 4995) <4A7FA7DF-4F7C-3378-AE5F-A33273B2FEA6> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff363eb000 -     0x7fff363ebfff  com.apple.CoreServices (822.36 - 822.36) <C8368F17-1589-3BA5-A0E7-89CB8DF2454F> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff363ec000 -     0x7fff36460ffb  com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff36461000 -     0x7fff36738fff  com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff36739000 -     0x7fff3676dfff  com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff3676e000 -     0x7fff36776ffb  com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff36777000 -     0x7fff36934fff  com.apple.LaunchServices (822.36 - 822.36) <6E68C090-B12D-3D3D-9617-E5D82C36B2D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff36935000 -     0x7fff369e5ff7  com.apple.Metadata (10.7.0 - 1191.4.13) <B5C22E70-C265-3C9F-865F-B138994A418D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff369e6000 -     0x7fff36a46fff  com.apple.CoreServices.OSServices (822.36 - 822.36) <3BB2E0CE-81AE-3D3D-9FCE-E1B7FC6D6A61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff36a47000 -     0x7fff36ab5fff  com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff36ab6000 -     0x7fff36adaffb  com.apple.coreservices.SharedFileList (71.21 - 71.21) <35582D88-5975-35E2-A29A-E3148C3EE727> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff36d7b000 -     0x7fff36ecbfff  com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff36ecc000 -     0x7fff36f06fff  com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff36f07000 -     0x7fff36f92ff3  com.apple.framework.CoreWLAN (13.0 - 1350.1) <E862CC02-69D2-3503-887B-B6E8223081E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff37120000 -     0x7fff3712bff7  com.apple.DirectoryService.Framework (10.13 - 207.50.1) <BE0D8038-7974-3B06-80E1-31E27E5CD634> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff3720d000 -     0x7fff37212fff  com.apple.DiskArbitration (2.7 - 2.7) <A975AD56-4CD3-3A89-8732-858CA9BD3DAA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff373d3000 -     0x7fff37799fff  com.apple.Foundation (6.9 - 1454.90) <8EA924F3-ADAE-3F4B-8482-8B11C027D9A5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3780a000 -     0x7fff3783afff  com.apple.GSS (4.0 - 2.0) <D774A165-5581-3479-AB5D-2BBDB5CF8882> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff3794c000 -     0x7fff37a50ffb  com.apple.Bluetooth (6.0.7 - 6.0.7f10) <557F26F9-C7A0-34EA-A905-22E243BF6B48> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff37ab0000 -     0x7fff37b4bfff  com.apple.framework.IOKit (2.0.2 - 1445.71.1) <2EA4F383-CAA9-3AF0-99C5-90C22ADAA6B6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff37b4d000 -     0x7fff37b54fff  com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff37b55000 -     0x7fff37baaff3  com.apple.ImageCaptureCore (7.0 - 7.0) <0DAB3D7E-8C3F-35DE-96DF-C370AD35EB65> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff37bab000 -     0x7fff37d28fff  com.apple.ImageIO.framework (3.3.0 - 1739.3) <86D14377-8F57-387E-982E-2EF60EE41E2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff37d29000 -     0x7fff37d2dffb  libGIF.dylib (1739.3) <E1B16861-7818-3319-9EE5-7AF2BC02E4AB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff37d2e000 -     0x7fff37e15fff  libJP2.dylib (1739.3) <3C1150F8-4983-3380-9B8C-5021AD972FFE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff37e16000 -     0x7fff37e39fff  libJPEG.dylib (1739.3) <D20353C9-8B51-386E-97A3-B1FE0038E9B6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff38116000 -     0x7fff3813cff3  libPng.dylib (1739.3) <97A8B816-7A79-3CB8-9D47-CCDC19B84E2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff3813d000 -     0x7fff3813fff3  libRadiance.dylib (1739.3) <47A0D85B-8AE8-3FF2-9C13-279550850A24> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff38140000 -     0x7fff3818dff3  libTIFF.dylib (1739.3) <9833CCBB-48FB-3E7B-A11A-F2F331FD094D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff38349000 -     0x7fff3902ffff  com.apple.JavaScriptCore (13605 - 13605.3.8) <E6B49CDA-72F0-3E58-85EF-98AF10CE04B0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff39047000 -     0x7fff39060ff7  com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff39061000 -     0x7fff39096fff  com.apple.LDAPFramework (2.4.28 - 194.5) <08888215-BBCE-3402-8142-2C9ADB091580> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff3931f000 -     0x7fff39326fff  com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff393d6000 -     0x7fff39a40ff7  com.apple.MediaToolbox (1.0 - 2276.68) <CB6791F2-B401-360E-9531-BFBC5138254E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff39a42000 -     0x7fff39ac3fff  com.apple.Metal (125.30 - 125.30) <975FD6B5-D695-346A-869F-0584A968D100> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff39ae0000 -     0x7fff39afbfff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <AD754E8F-CA00-3878-9AF3-208C224A230B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff39afc000 -     0x7fff39b6bfef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff39b6c000 -     0x7fff39b90fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff39b91000 -     0x7fff39c78ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff39c79000 -     0x7fff39c79ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3ac78000 -     0x7fff3ac84ffb  com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3da6d000 -     0x7fff3da75fef  libcldcpuengine.dylib (2.8.7) <EF9A91AC-029C-300A-99E7-4952C15DA09F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff3da76000 -     0x7fff3dad0ff7  com.apple.opencl (2.8.24 - 2.8.24) <4D7401A7-6ADD-3632-85AE-7A5012DFFA04> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3dad1000 -     0x7fff3daedffb  com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3daee000 -     0x7fff3daf9fff  com.apple.OpenDirectory (10.13 - 207.50.1) <F895547D-4915-353F-9C1E-E95172BA803B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3ec78000 -     0x7fff3ec7afff  libCVMSPluginSupport.dylib (16.7.4) <F9270AE0-CC3B-3E3E-BA32-CC1068DD8F27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3ec7b000 -     0x7fff3ec80ffb  libCoreFSCache.dylib (162.9) <7AF87F3E-D5D0-3625-BE09-CA4223195466> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff3ec81000 -     0x7fff3ec85fff  libCoreVMClient.dylib (162.9) <115FE643-6141-39B4-8193-77DFCBE7A4E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3ec86000 -     0x7fff3ec8fff3  libGFXShared.dylib (16.7.4) <EB2BF8A0-E10D-35EA-8F46-B2E3C62C12A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff3ec90000 -     0x7fff3ec9bfff  libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3ec9c000 -     0x7fff3ecd7fe7  libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3ecd8000 -     0x7fff3ee45ff3  libGLProgrammability.dylib (16.7.4) <ECC9D79B-C0B1-33F9-A9BB-097EF12D9E13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff3ee46000 -     0x7fff3ee84ffb  libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3f7fc000 -     0x7fff3f80bff3  com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3f80c000 -     0x7fff3f9a3ff3  GLEngine (16.7.4) <E2EE1D9C-826E-3DA9-9DCA-2FF371CDE5BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff3f9a4000 -     0x7fff3f9ccffb  GLRendererFloat (16.7.4) <3B51AC1B-0A3C-30E5-80EB-F64EBB1B1F77> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff3fb85000 -     0x7fff3fcd1ff7  com.apple.QTKit (7.7.3 - 3014.8) <FEDEF531-50A3-32AB-A546-E6BA994C58E1> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff3fcd2000 -     0x7fff3ff37ff7  com.apple.imageKit (3.0 - 1043) <6C19A20B-6D0D-380A-A87D-F923658E1726> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff3ff38000 -     0x7fff40027ffb  com.apple.PDFKit (1.0 - 677.67) <6BD11C23-1AEA-3078-8D0C-A7152BCF9031> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff40028000 -     0x7fff4053aff7  com.apple.QuartzComposer (5.1 - 364) <1369D6DA-8842-3878-B546-1D09828331F5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff4053b000 -     0x7fff4055efff  com.apple.quartzfilters (1.10.0 - 1.10.0) <C95CB89D-148D-341B-BC50-82D8C32BF767> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff4055f000 -     0x7fff40658ff7  com.apple.QuickLookUIFramework (5.0 - 743.13) <093180B8-FB25-3292-AD99-1791CF8D6EBF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff40659000 -     0x7fff40659fff  com.apple.quartzframework (1.5 - 21) <DCEB0FCC-2C32-3D02-8752-7B6FA009AB85> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff4065a000 -     0x7fff408a6ff7  com.apple.QuartzCore (1.11 - 584.62) <1950D993-DE48-3C97-95A5-66D98BDFC95D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff408a7000 -     0x7fff408feff7  com.apple.QuickLookFramework (5.0 - 743.13) <8254FFF2-EE0D-323D-A6F3-BEB59615EE47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff410db000 -     0x7fff41406fff  com.apple.security (7.0 - 58286.70.7) <9FC166E1-14D0-305C-A086-02B9E83F547E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff41407000 -     0x7fff41493ff7  com.apple.securityfoundation (6.0 - 55185.50.5) <D708D069-AEDB-36C2-B1DA-479DA91D7711> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff41494000 -     0x7fff414c4fff  com.apple.securityinterface (10.0 - 55109.50.6) <3C20BE54-8115-3C7B-9719-F746A9EBF72B> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff414c5000 -     0x7fff414c9ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <71B45D83-ECA4-3265-997E-683A8B8DF413> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff4186e000 -     0x7fff418deff3  com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff41a93000 -     0x7fff41e0efff  com.apple.VideoToolbox (1.0 - 2276.68) <8F6FBC7D-60EA-38B2-B583-7ECB58E8936E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff420b6000 -     0x7fff42615feb  libwebrtc.dylib (7605.3.8) <BCFA176B-4553-386B-B2E7-E578AC89E3E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
    0x7fff42616000 -     0x7fff43ce9ff7  com.apple.WebCore (13605 - 13605.3.8) <2F0DA536-2C93-3EB2-9FFE-13AE1B40C4DC> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff43cea000 -     0x7fff43ed1ff7  com.apple.WebKitLegacy (13605 - 13605.3.8) <048392B7-89A6-37C0-9544-26D4E5A62B22> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff43ed2000 -     0x7fff4436bfff  com.apple.WebKit (13605 - 13605.3.8) <7E5D9855-D1CC-382D-B8EB-25A030D4B2FA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff447db000 -     0x7fff4486efff  com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff45499000 -     0x7fff454c1fff  com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff454c3000 -     0x7fff454d2fef  com.apple.AppleFSCompression (96.60.1 - 1.0) <A7C875C4-F5EE-3272-AFB6-57C9FD5352B3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff455d1000 -     0x7fff455dcff7  com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff45616000 -     0x7fff4565eff3  com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff45671000 -     0x7fff4568fff3  com.apple.aps.framework (4.0 - 4.0) <142A38BC-8266-3462-86A7-C39198651F2A> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff45690000 -     0x7fff45698ff3  com.apple.AppleSRP (5.0 - 1) <4CEC34CF-63E3-3023-B61B-F8D133698534> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff45699000 -     0x7fff456c1fff  com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff4578a000 -     0x7fff4578dff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <0E33401D-7B9C-378A-8EE8-0E3D40B63C8D> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff4578e000 -     0x7fff457deff7  com.apple.AppleVAFramework (5.0.41 - 5.0.41) <14E91E09-C345-3C5F-8D3C-4BC291FAF796> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff45b13000 -     0x7fff45dacffb  com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff45ee3000 -     0x7fff45eeaff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff45eeb000 -     0x7fff45f72ff7  com.apple.backup.framework (1.9.5 - 1.9.5) <5E7B0925-8C71-353D-BB0F-9CA144BB264C> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff45f7b000 -     0x7fff45f81ff7  com.apple.BezelServicesFW (305.1 - 305.1) <7D2C4717-FFF2-3262-B822-1982596BE46B> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x7fff45fec000 -     0x7fff46028fff  com.apple.bom (14.0 - 194.2) <EAC5AB86-CC57-3ACD-8C71-B6F91A062D9B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff4665c000 -     0x7fff46689fff  com.apple.CalendarAgentLink (8.0 - 250) <55B60B04-2EAA-3F22-88EF-1602129D5294> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fff46d54000 -     0x7fff46da3ff3  com.apple.ChunkingLibrary (189 - 189) <C021A0EB-82E7-3A1E-A772-96B0E7E038D9> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff4792c000 -     0x7fff47935ff3  com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4794a000 -     0x7fff4795fff7  com.apple.commonutilities (8.0 - 900) <5EC02BD4-F1F8-3A96-BE1A-6620D3080CD4> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff47b8e000 -     0x7fff47beefff  com.apple.AddressBook.ContactsFoundation (8.0 - ???) <997AADA4-DD8A-38C5-B441-C3FEDC5AFCE7> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff47bef000 -     0x7fff47c11fff  com.apple.contacts.ContactsPersistence (1.0 - 2330.3) <B7EA2D0A-8A43-3E9C-A7D2-E9585064C328> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff47c71000 -     0x7fff48079fff  com.apple.CoreAUC (259.0.0 - 259.0.0) <B3D5289B-9E8A-37FE-855B-7277D700029E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff4807a000 -     0x7fff480aaff7  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <E9FF9574-122A-3966-AA2B-546E512ACD06> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff480c2000 -     0x7fff480effff  com.apple.CoreAnalytics.CoreAnalytics (1.0 - 1) <A508C74C-114D-3156-AC87-8F12A2C023C9> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff48141000 -     0x7fff48185ff3  com.apple.corebrightness (1.0 - 1) <7E67395F-F587-3EE2-AE98-339EC152807C> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff482c4000 -     0x7fff482cdff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <35A43584-2AF8-3202-A139-27D916E444BE> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff4843b000 -     0x7fff4844bff7  com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4874f000 -     0x7fff48765ff7  com.apple.CoreMediaAuthoring (2.2 - 956) <FBA28A76-97E2-3023-A3F6-D03280AE2889> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff488ae000 -     0x7fff4890bff7  com.apple.CoreNLP (1.0 - 130.5.4) <1FDB3609-F745-3874-84EB-473570632E50> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff48a94000 -     0x7fff48a99ff7  com.apple.CoreOptimization (1.0 - 1) <785B622B-8F7D-3B4D-83AF-EB98CB79FFF6> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
    0x7fff48a9a000 -     0x7fff48b3ffff  com.apple.CorePDF (4.0 - 414) <D64D17C3-9AD0-3A29-89DE-36BEF0156381> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff48bdf000 -     0x7fff48be7ff3  com.apple.CorePhoneNumbers (1.0 - 1) <A5D41251-9F38-3AB9-9DE7-F77023FAAA44> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff48be8000 -     0x7fff48c44fff  com.apple.CorePrediction (1.0 - 1) <A26425DF-E222-333B-8CAE-6141A58B172C> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
    0x7fff48d72000 -     0x7fff48da3ff3  com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff490e0000 -     0x7fff49171fff  com.apple.CoreSymbolication (9.3 - 64026.2) <D55A6E5B-0267-3F3A-8D90-4B8F39458420> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff491f4000 -     0x7fff49329fff  com.apple.coreui (2.1 - 494.1) <B2C515C3-FCE8-3B28-A225-05AD917F509B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff4932a000 -     0x7fff4945bfff  com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff494b0000 -     0x7fff49514fff  com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff49515000 -     0x7fff49525ff7  com.apple.CrashReporterSupport (10.13 - 1) <A909F468-0648-3F51-A77E-3F9ADBC9A941> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff495a3000 -     0x7fff495b2ff7  com.apple.framework.DFRFoundation (1.0 - 191.7) <5F486F5A-3795-3CD4-86A2-FD008A23F205> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff495b5000 -     0x7fff495b9ffb  com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff495fa000 -     0x7fff4963affb  com.apple.datadetectors (5.0 - 376.1) <12BF834C-0B19-3719-BCC4-796568901107> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff4963b000 -     0x7fff496b1fff  com.apple.datadetectorscore (7.0 - 590.3) <7437160E-68A3-3FD7-8868-5E3F92E23C4F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff496ff000 -     0x7fff4973fff7  com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff49740000 -     0x7fff4986ffff  com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff498e1000 -     0x7fff498e2ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <DA2427D1-82AA-3718-907F-05543665184B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
    0x7fff49b3c000 -     0x7fff49b40ff7  com.apple.DisplayServicesFW (3.1 - 380) <6F0B8AC6-7E62-3DFC-B373-BF04833724C0> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff4a32f000 -     0x7fff4a347fff  com.apple.Engram (1.0 - 1) <47B568AF-DF75-3039-AD55-802A2C826D08> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
    0x7fff4a689000 -     0x7fff4aab7fff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff4c713000 -     0x7fff4c713fff  libmetal_timestamp.dylib (802.4.8) <311A8FAA-5FA9-3AAF-887E-DC9884DE8BE5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
    0x7fff4dd73000 -     0x7fff4dd7eff7  libGPUSupportMercury.dylib (16.7.4) <A4D6F79C-1DFA-3E96-8F76-4882FBEDE9CF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff4dd7f000 -     0x7fff4dd84fff  com.apple.GPUWrangler (3.20.13 - 3.20.13) <9C5BD618-69E3-36D5-9BC9-A4841BC00D2A> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff4e138000 -     0x7fff4e15dff3  com.apple.GenerationalStorage (2.0 - 285.3) <13B96400-FF70-376B-B20E-FB7D61064800> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff4eafa000 -     0x7fff4eb09fff  com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff4eb8c000 -     0x7fff4ec00fff  com.apple.Heimdal (4.0 - 2.0) <93091531-CC91-34FF-8B93-5D3F02C37BC5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff4ec9b000 -     0x7fff4edb0fff  com.apple.ids (10.0 - 1000) <1FA94847-2FD8-3B36-A1F1-CF6BB4FF53A1> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff4edb1000 -     0x7fff4ee91ffb  com.apple.idsfoundation (10.0 - 1000) <EB8ADD29-C011-3BD1-A5E7-407F5C09F40F> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff4f3e1000 -     0x7fff4f447ff3  com.apple.imfoundation (10.0 - 1000) <E91460AB-5A38-30FE-AE08-659BF0C31971> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff4f506000 -     0x7fff4f50ffff  com.apple.IOAccelMemoryInfo (1.0 - 1) <E2416468-8B64-3BB8-A099-361954C8DED7> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff4f510000 -     0x7fff4f517ff7  com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff4f51b000 -     0x7fff4f532fff  com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff4f8fd000 -     0x7fff4f923ffb  com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff4fa30000 -     0x7fff4fa33ff3  com.apple.InternationalSupport (1.0 - 1) <5AB382FD-BF81-36A1-9565-61F1FD398ECA> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff4faa1000 -     0x7fff4fab1ffb  com.apple.IntlPreferences (2.0 - 227.5.2) <DA6BC4CA-14F5-3A83-82B6-812344A050D2> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff4fba8000 -     0x7fff4fbbbff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <AED421B0-90A0-3969-98A4-CCBCF2D3360B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff4fbbc000 -     0x7fff4fcb1ff7  com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff4fcb2000 -     0x7fff4fcf4fff  com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff4fcf8000 -     0x7fff4fcffff7  com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff4fe40000 -     0x7fff4fe5dff7  com.apple.LookupFramework (1.2 - 239.1) <16BC898F-B41A-3435-87B7-456151F0A933> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup
    0x7fff504fe000 -     0x7fff50501fff  com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff5058d000 -     0x7fff5058fff7  com.apple.marco (10.0 - 1000) <F09F17FA-D420-3C24-8C47-8DC1637453BA> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff50a11000 -     0x7fff50a7aff7  com.apple.gpusw.MetalTools (1.0 - 1) <458F319A-2707-3C83-8351-BD9F02EC05BD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff50a83000 -     0x7fff50a9aff7  com.apple.MobileAssets (1.0 - 437.60.1) <5FFD8A8B-F33F-3FA9-8F50-31C24A67862C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff50bfa000 -     0x7fff50c13fff  com.apple.MobileKeyBag (2.0 - 1.0) <32E63C7B-E133-33DE-A593-C3C10D64FCAA> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff50c9f000 -     0x7fff50cc9ffb  com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff50f30000 -     0x7fff50f3bfff  com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff50f48000 -     0x7fff51034ff3  com.apple.Network (1.0 - 1) <216E7165-A2C5-3846-986E-8015ED9C5B8F> /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network
    0x7fff527d1000 -     0x7fff527e1ffb  com.apple.PerformanceAnalysis (1.194 - 194) <2844933E-B71C-3BE9-9A84-27B29E111F13> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff52859000 -     0x7fff52859ff7  com.apple.PhoneNumbers (1.0 - 1) <EB82645C-AF19-3751-8A53-F6148F77EC38> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff545a0000 -     0x7fff545befff  com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff5472b000 -     0x7fff54741ff7  com.apple.QuickLookThumbnailing (1.0 - 1) <8F0092E4-6494-349D-B4C9-494DF293D716> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff5478c000 -     0x7fff54798fff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.70.9) <2937CFBF-587C-33A0-B493-FFB4E606A498> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff54799000 -     0x7fff547bcffb  com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff547bd000 -     0x7fff547d2ff3  com.apple.xpc.RemoteXPC (1.0 - 1205.70.9) <C3DB7D30-903A-306C-9DFA-1669D2B60497> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff560db000 -     0x7fff561f0ff7  com.apple.Sharing (1050.22.2 - 1050.22.2) <4E3CCDF2-EA26-334F-8EBA-79BD28486C9D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff5621b000 -     0x7fff5621cff7  com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff56f64000 -     0x7fff57200ff7  com.apple.SkyLight (1.600.0 - 312.103) <27F91170-846C-3E9E-9B8A-788F27C7DAF5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff579c9000 -     0x7fff579d6fff  com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff57e83000 -     0x7fff57eaafff  com.apple.StreamingZip (1.0 - 1) <32F550C9-3DF8-3DF9-A1EC-699C3D32621B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff5857c000 -     0x7fff58605fc7  com.apple.Symbolication (9.3 - 64033) <C2C55C9A-C264-3044-A953-16457148190A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff58b76000 -     0x7fff58b7eff7  com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff58d8b000 -     0x7fff58e48ff7  com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff58e9f000 -     0x7fff58ebaffb  com.apple.ToneKit (1.0 - 1) <030D229F-084B-3852-9EF8-1A608A5C9B50> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff58ebb000 -     0x7fff58ee2fff  com.apple.ToneLibrary (1.0 - 1) <40669A87-2E48-3A42-8310-34046580C684> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff58ef2000 -     0x7fff58ef3fff  com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff58ef9000 -     0x7fff590a8fff  com.apple.UIFoundation (1.0 - 547.5) <86A2FBA7-2709-3894-A3D5-A00C19BAC48D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff59d7d000 -     0x7fff59e4cff7  com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff5a1b4000 -     0x7fff5a3dfffb  libAWDSupportFramework.dylib (794) <5577206B-BF13-3326-9996-E24931131A5A> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
    0x7fff5a3e0000 -     0x7fff5a3f1ff7  libprotobuf-lite.dylib (794) <015C93F6-2ABD-368C-A1A4-0A91C07A6D9F> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
    0x7fff5a3f2000 -     0x7fff5a454fff  libprotobuf.dylib (794) <90DCFF25-C3F1-31D3-B87B-ECEE7DE8A3BA> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
    0x7fff5a455000 -     0x7fff5a498ff7  com.apple.awd (1.0 - 930) <8A89873B-65E0-3937-9E86-CB6DACD2EF06> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
    0x7fff5a7b1000 -     0x7fff5a7b3ffb  com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff5a7b4000 -     0x7fff5a7c9fff  com.apple.login (3.0 - 3.0) <79189BF9-70D4-3839-9E2F-B3990B673A3E> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff5a7f4000 -     0x7fff5a821fff  com.apple.contacts.vCard (1.0 - 2330.3) <02AB9DF0-0471-3FDA-8EC6-27C72E00DD75> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff5a91a000 -     0x7fff5a94dff7  libclosured.dylib (551.4) <3FB6B209-51F4-38DA-B1D8-2EE29D5BDD83> /usr/lib/closure/libclosured.dylib
    0x7fff5aa07000 -     0x7fff5aa40ff7  libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
    0x7fff5aa41000 -     0x7fff5aa4cfff  libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
    0x7fff5aade000 -     0x7fff5aadfff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff5ab16000 -     0x7fff5ace0ff3  libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
    0x7fff5ad18000 -     0x7fff5ad18fff  libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff5ae4f000 -     0x7fff5ae53ffb  libScreenReader.dylib (562.18.4) <E239923D-54C9-3BBF-852F-87C09DEF4091> /usr/lib/libScreenReader.dylib
    0x7fff5ae54000 -     0x7fff5ae55ffb  libSystem.B.dylib (1252.50.4) <CD555F3B-FDDB-35E5-A2FB-FBBF3D62031A> /usr/lib/libSystem.B.dylib
    0x7fff5ae56000 -     0x7fff5aed3fff  libTelephonyUtilDynamic.dylib (3316) <F5D0D3DC-F687-313A-AC02-5536579F64B5> /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff5aed4000 -     0x7fff5aed5fff  libThaiTokenizer.dylib (2.2) <6F416F41-BF77-3078-A05C-AFF5DA5AB008> /usr/lib/libThaiTokenizer.dylib
    0x7fff5aee8000 -     0x7fff5aee8fff  libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
    0x7fff5aee9000 -     0x7fff5aeffff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff5af00000 -     0x7fff5af2aff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff5af2b000 -     0x7fff5b02efe7  libate.dylib (1.13.1) <DABEA1B1-806C-34C9-8AFF-DEB6AB2829E3> /usr/lib/libate.dylib
    0x7fff5b032000 -     0x7fff5b032ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff5b033000 -     0x7fff5b0ebff3  libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
    0x7fff5b0ec000 -     0x7fff5b0fcff3  libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
    0x7fff5b0fd000 -     0x7fff5b10affb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff5b10b000 -     0x7fff5b161fff  libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
    0x7fff5b162000 -     0x7fff5b186ff7  libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
    0x7fff5b188000 -     0x7fff5b198fff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
    0x7fff5b199000 -     0x7fff5b1b0fd3  libcompression.dylib (47.60.2) <CC7ACB0A-49CD-3564-978F-49F843186F27> /usr/lib/libcompression.dylib
    0x7fff5b45b000 -     0x7fff5b473ff7  libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
    0x7fff5b474000 -     0x7fff5b475ff3  libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff5b60e000 -     0x7fff5b79ffff  libcrypto.35.dylib (22.50.2) <97828BFD-4675-35DF-BE2E-C6D1555BB71D> /usr/lib/libcrypto.35.dylib
    0x7fff5b946000 -     0x7fff5b99cff3  libcups.2.dylib (462.2.4) <908099FB-C70E-38FA-9573-88CB98FDDE29> /usr/lib/libcups.2.dylib
    0x7fff5badc000 -     0x7fff5badcfff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff5bb0e000 -     0x7fff5bb12ff7  libgermantok.dylib (17) <37C1C061-5214-3050-9C3A-783A784435A8> /usr/lib/libgermantok.dylib
    0x7fff5bb13000 -     0x7fff5bb18ff3  libheimdal-asn1.dylib (520.50.6) <E358445A-B84E-31B5-BCCD-7E1397519D96> /usr/lib/libheimdal-asn1.dylib
    0x7fff5bb44000 -     0x7fff5bc35ff7  libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
    0x7fff5bc36000 -     0x7fff5be5dffb  libicucore.A.dylib (59180.0.1) <34EBADD6-4092-30EC-90E8-F75241E94D76> /usr/lib/libicucore.A.dylib
    0x7fff5beaa000 -     0x7fff5beabfff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff5beac000 -     0x7fff5bec5ffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff5bec6000 -     0x7fff5bedcff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff5bedd000 -     0x7fff5bf8cfff  libmecab.1.0.0.dylib (779.7.6) <334D4742-BDDD-3C2D-BBEB-85B32643BFA0> /usr/lib/libmecab.1.0.0.dylib
    0x7fff5bf8d000 -     0x7fff5c1b5ff7  libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
    0x7fff5c38d000 -     0x7fff5c508fff  libnetwork.dylib (1229.70.2) <E185D902-AC7F-3044-87C0-AE2887C59CE7> /usr/lib/libnetwork.dylib
    0x7fff5c58f000 -     0x7fff5c9803b7  libobjc.A.dylib (723) <BEEA51E2-1C4D-3672-87F6-F267B4AC6221> /usr/lib/libobjc.A.dylib
    0x7fff5c993000 -     0x7fff5c997fff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff5c99a000 -     0x7fff5c9cefff  libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
    0x7fff5ca4d000 -     0x7fff5ca69ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff5caa5000 -     0x7fff5cab7fff  libsasl2.2.dylib (211) <04EF3F61-12EC-3319-A649-851999F4C7A4> /usr/lib/libsasl2.2.dylib
    0x7fff5cab8000 -     0x7fff5cab9ff3  libspindump.dylib (252) <D8E27057-E3CC-3D7F-A010-4A87830F6A83> /usr/lib/libspindump.dylib
    0x7fff5caba000 -     0x7fff5cc47ff7  libsqlite3.dylib (274.8.1) <B70A2908-E0F7-364E-952A-1D2D19787B89> /usr/lib/libsqlite3.dylib
    0x7fff5cdce000 -     0x7fff5ce03fff  libtidy.A.dylib (15.18.1) <D1FF31AF-3000-366D-8714-09B2330007B5> /usr/lib/libtidy.A.dylib
    0x7fff5ce1b000 -     0x7fff5ce7bff3  libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
    0x7fff5ce7c000 -     0x7fff5ce7fffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
    0x7fff5ce80000 -     0x7fff5ce8dfff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff5ce91000 -     0x7fff5cf78fff  libxml2.2.dylib (31.11) <C2B5C43F-9C0B-31E6-8EC0-939591EDAC49> /usr/lib/libxml2.2.dylib
    0x7fff5cf79000 -     0x7fff5cfa1fff  libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
    0x7fff5cfa2000 -     0x7fff5cfb4ffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff5d050000 -     0x7fff5d054ff7  libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
    0x7fff5d055000 -     0x7fff5d05fff3  libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
    0x7fff5d060000 -     0x7fff5d067fff  libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff5d068000 -     0x7fff5d071ffb  libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
    0x7fff5d072000 -     0x7fff5d0f7fff  libcorecrypto.dylib (562.70.1) <5C26364F-2269-31EC-84AF-0FED2C902E38> /usr/lib/system/libcorecrypto.dylib
    0x7fff5d17f000 -     0x7fff5d1b8ff7  libdispatch.dylib (913.60.2) <232C69BD-022E-3AB9-8807-79F9FA7CB5EC> /usr/lib/system/libdispatch.dylib
    0x7fff5d1b9000 -     0x7fff5d1d6ff7  libdyld.dylib (551.4) <81BF3A82-5719-3B54-ABA9-76C82D932CAC> /usr/lib/system/libdyld.dylib
    0x7fff5d1d7000 -     0x7fff5d1d7ffb  libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
    0x7fff5d1d8000 -     0x7fff5d1e4ff3  libkxld.dylib (4570.71.2) <C3C31E1B-3E74-3828-8429-4D442E26D41C> /usr/lib/system/libkxld.dylib
    0x7fff5d1e5000 -     0x7fff5d1e5ff7  liblaunch.dylib (1205.70.9) <B184B521-FF24-3142-AFAF-23D170CF918C> /usr/lib/system/liblaunch.dylib
    0x7fff5d1e6000 -     0x7fff5d1eaffb  libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
    0x7fff5d1eb000 -     0x7fff5d1edff3  libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
    0x7fff5d1ee000 -     0x7fff5d1efff3  libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
    0x7fff5d1f0000 -     0x7fff5d207fff  libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
    0x7fff5d208000 -     0x7fff5d208fff  libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
    0x7fff5d209000 -     0x7fff5d292ff7  libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
    0x7fff5d293000 -     0x7fff5d296ffb  libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
    0x7fff5d297000 -     0x7fff5d29affb  libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff5d29b000 -     0x7fff5d29cfff  libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
    0x7fff5d29d000 -     0x7fff5d2a3ff7  libsystem_dnssd.dylib (878.70.2) <3290768B-54DE-3AB6-B155-AC0950AC5564> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff5d2a4000 -     0x7fff5d2edff7  libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
    0x7fff5d2ee000 -     0x7fff5d314ff7  libsystem_kernel.dylib (4570.71.2) <F22B8D73-69D8-36D7-BF66-7F9AC70C08C2> /usr/lib/system/libsystem_kernel.dylib
    0x7fff5d315000 -     0x7fff5d360fcb  libsystem_m.dylib (3147.50.1) <8CFB51C9-B422-3379-8552-064C63943A23> /usr/lib/system/libsystem_m.dylib
    0x7fff5d361000 -     0x7fff5d380fff  libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
    0x7fff5d381000 -     0x7fff5d4b1ff7  libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
    0x7fff5d4b2000 -     0x7fff5d4bcffb  libsystem_networkextension.dylib (767.70.1) <D23EAFC1-E8BD-34D5-969C-6E45A1C3B4E4> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff5d4bd000 -     0x7fff5d4c6ff3  libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
    0x7fff5d4c7000 -     0x7fff5d4ceff7  libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
    0x7fff5d4cf000 -     0x7fff5d4dafff  libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
    0x7fff5d4db000 -     0x7fff5d4defff  libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff5d4df000 -     0x7fff5d4e0ff3  libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
    0x7fff5d4e1000 -     0x7fff5d4e8ff7  libsystem_symptoms.dylib (820.60.2) <585BDFA2-D54D-39D0-8046-44E824DABD43> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff5d4e9000 -     0x7fff5d4fcfff  libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib
    0x7fff5d4fe000 -     0x7fff5d503ff7  libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
    0x7fff5d504000 -     0x7fff5d531ff7  libxpc.dylib (1205.70.9) <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=472.8M resident=0K(0%) swapped_out_or_unallocated=472.8M(100%)
Writable regions: Total=863.0M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=863.0M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        3 
Activity Tracing                   256K        2 
CG backing stores                 1720K        4 
CG image                          1968K      115 
CoreAnimation                      9.8M      122 
CoreGraphics                         8K        2 
CoreImage                           40K        7 
CoreUI image data                 1436K       21 
CoreUI image file                  300K        6 
Foundation                          28K        3 
IOKit                             7940K        2 
Image IO                          5300K       24 
Kernel Alloc Once                    8K        2 
MALLOC                           830.0M      180 
MALLOC guard page                   96K       22 
Memory Tag 242                      12K        2 
Memory Tag 251                      40K        3 
OpenGL GLSL                        256K        4 
SQLite page cache                   64K        2 
STACK GUARD                       56.0M       13 
Stack                             13.6M       13 
VM_ALLOCATE                        380K       28 
__DATA                            38.2M      354 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    2588K        2 
__LINKEDIT                       204.3M       41 
__TEXT                           268.5M      354 
__UNICODE                          560K        2 
libnetwork                        1664K        6 
mapped file                      218.7M       61 
shared memory                     3912K       18 
===========                     =======  ======= 
TOTAL                              1.6G     1389 

Model: MacPro5,1, BootROM MP51.0084.B00, 6 processors, 6-Core Intel Xeon, 3.33 GHz, 16 GB, SMC 1.39f11
Graphics: Radeon RX 560, Radeon RX 560, PCIe
Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe
Memory Module: DIMM 1, 4 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D33393142353237334448302D4348392020
Memory Module: DIMM 2, 4 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D33393142353237334448302D4348392020
Memory Module: DIMM 3, 4 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D33393142353237334448302D4348392020
Memory Module: DIMM 4, 4 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D33393142353237334448302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.102.30)
Bluetooth: Version 6.0.7f10, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet 1, Ethernet, en0
Serial ATA Device: HL-DT-ST DVD-RW GH61N
Serial ATA Device: ST1000DM003-1CH162, 1 TB
Serial ATA Device: WDC WD20EADS-00S2B0, 2 TB
Serial ATA Device: WDC WD1001FALS-41Y6A0, 1 TB
Serial ATA Device: Crucial_CT525MX300SSD1, 525.11 GB
USB Device: USB Bus
USB Device: Saitek ST290 Pro
USB Device: USB Bus
USB Device: USB Bus
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB 2.0 Bus
USB Device: USB 2.0 Bus
USB Device: V310-V510 Series
USB Device: Keyboard Hub
USB Device: Apple Keyboard
FireWire Device: built-in_hub, Up to 800 Mb/sec
Thunderbolt Bus: 

Change room permission levels

At present, room permission levels are shown to the user, but it is not possible to change them.

For v0.1:

  • Change room permission levels that are known
  • Investigate what "Notify All" and "Configure Room" permissions are
  • Explore if there is a permission that controls the join rules (i.e. public joins/invite only)

User settings

There's the beginning of a Preferences section for user settings, but currently it doesn't do anything.

Ideally the user should be able to do the following, at a minimum, for v0.1:

  • Set their own display name
  • Upload their avatar

NSTableView error inserting/removing/moving row 40 (numberOfRows: 33)

Specifications

  • Seaglass Version: 0.0.348-c863e3c (348)
  • macOS Version: 10.13.6

Actual Behavior

Crashes after running for a few minutes. No specific reproduction steps. Sometimes just when it is in the background.

(This is the same crash Matthew reported earlier today)

Process:               Seaglass [62899]
Path:                  /Applications/Seaglass.app/Contents/MacOS/Seaglass
Identifier:            eu.neilalexander.seaglass
Version:               0.0.348-c863e3c (348)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Seaglass [62899]
User ID:               501

Date/Time:             2018-09-08 22:21:05.311 -0500
OS Version:            Mac OS X 10.13.6 (17G65)
Report Version:        12
Anonymous UUID:        D2B10E1C-FCC1-D778-1131-4967D5F83A7D

Sleep/Wake UUID:       5A32A246-8077-4B3D-BEA8-ED8C95EED419

Time Awake Since Boot: 1500000 seconds
Time Since Wake:       190000 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
*** Terminating app due to uncaught exception 'NSTableViewException', reason: 'NSTableView error inserting/removing/moving row 40 (numberOfRows: 33).'
terminating with uncaught exception of type NSException
abort() called

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff3536166b __exceptionPreprocess + 171
1   libobjc.A.dylib                     0x00007fff5c5a3942 objc_exception_throw + 48
2   AppKit                              0x00007fff3325b7d8 -[NSTableRowData _throwExceptionForUpdateErrorOnRow:] + 65
3   AppKit                              0x00007fff3326612c -[NSTableRowData _validateRowIndexesForRemoveOrHide:] + 151
4   AppKit                              0x00007fff32b72526 -[NSTableRowData _removeRowsAtIndexes:withRowAnimation:] + 47
5   AppKit                              0x00007fff32969ffa -[NSTableView _doUpdatedWorkWithHandler:] + 106
6   AppKit                              0x00007fff32b7224a -[NSTableView removeRowsAtIndexes:withAnimation:] + 162
7   Seaglass                            0x0000000109233b83 _T08Seaglass22MainViewRoomControllerC09matrixDidD7MessageySo7MXEventC5event_14SwiftMatrixSDK19MXTimelineDirectionO9directionSo11MXRoomStateC04roomR0SSSg8replacesSb15removeOnReplacetFyycfU1_ + 451
8   Seaglass                            0x000000010923b8a1 _T08Seaglass22MainViewRoomControllerC09matrixDidD7MessageySo7MXEventC5event_14SwiftMatrixSDK19MXTimelineDirectionO9directionSo11MXRoomStateC04roomR0SSSg8replacesSb15removeOnReplacetFyycfU1_TA + 17
9   Seaglass                            0x00000001091d3a7d _T0Ieg_IeyB_TR + 45
10  Foundation                          0x00007fff3740f5df __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
11  Foundation                          0x00007fff3740f441 -[NSBlockOperation main] + 68
12  Foundation                          0x00007fff3740d8ee -[__NSOperationInternal _start:] + 778
13  libdispatch.dylib                   0x00007fff5d180db8 _dispatch_client_callout + 8
14  libdispatch.dylib                   0x00007fff5d19333e _dispatch_block_invoke_direct + 317
15  libdispatch.dylib                   0x00007fff5d180db8 _dispatch_client_callout + 8
16  libdispatch.dylib                   0x00007fff5d19333e _dispatch_block_invoke_direct + 317
17  libdispatch.dylib                   0x00007fff5d1931e1 dispatch_block_perform + 109
18  Foundation                          0x00007fff374098fc __NSOQSchedule_f + 342
19  libdispatch.dylib                   0x00007fff5d180db8 _dispatch_client_callout + 8
20  libdispatch.dylib                   0x00007fff5d18c395 _dispatch_main_queue_callback_4CF + 1148
21  CoreFoundation                      0x00007fff3531ae59 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
22  CoreFoundation                      0x00007fff352dd66a __CFRunLoopRun + 2586
23  CoreFoundation                      0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
24  HIToolbox                           0x00007fff345bcd96 RunCurrentEventLoopInMode + 286
25  HIToolbox                           0x00007fff345bcb06 ReceiveNextEventCommon + 613
26  HIToolbox                           0x00007fff345bc884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
27  AppKit                              0x00007fff3286da73 _DPSNextEvent + 2085
28  AppKit                              0x00007fff33003e34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
29  AppKit                              0x00007fff32862885 -[NSApplication run] + 764
30  AppKit                              0x00007fff32831a72 NSApplicationMain + 804
31  Seaglass                            0x00000001092406ad main + 13
32  libdyld.dylib                       0x00007fff5d1ba015 start + 1
33  ???                                 0x0000000000000001 0x0 + 1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff5d30ab66 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d5080 pthread_kill + 333
2   libsystem_c.dylib             	0x00007fff5d2661ae abort + 127
3   libc++abi.dylib               	0x00007fff5b163f8f abort_message + 245
4   libc++abi.dylib               	0x00007fff5b16412b default_terminate_handler() + 265
5   libobjc.A.dylib               	0x00007fff5c5a5a47 _objc_terminate() + 97
6   libc++abi.dylib               	0x00007fff5b17f7c9 std::__terminate(void (*)()) + 8
7   libc++abi.dylib               	0x00007fff5b17f843 std::terminate() + 51
8   libdispatch.dylib             	0x00007fff5d180dcc _dispatch_client_callout + 28
9   libdispatch.dylib             	0x00007fff5d19333e _dispatch_block_invoke_direct + 317
10  libdispatch.dylib             	0x00007fff5d180db8 _dispatch_client_callout + 8
11  libdispatch.dylib             	0x00007fff5d19333e _dispatch_block_invoke_direct + 317
12  libdispatch.dylib             	0x00007fff5d1931e1 dispatch_block_perform + 109
13  com.apple.Foundation          	0x00007fff374098fc __NSOQSchedule_f + 342
14  libdispatch.dylib             	0x00007fff5d180db8 _dispatch_client_callout + 8
15  libdispatch.dylib             	0x00007fff5d18c395 _dispatch_main_queue_callback_4CF + 1148
16  com.apple.CoreFoundation      	0x00007fff3531ae59 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
17  com.apple.CoreFoundation      	0x00007fff352dd66a __CFRunLoopRun + 2586
18  com.apple.CoreFoundation      	0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
19  com.apple.HIToolbox           	0x00007fff345bcd96 RunCurrentEventLoopInMode + 286
20  com.apple.HIToolbox           	0x00007fff345bcb06 ReceiveNextEventCommon + 613
21  com.apple.HIToolbox           	0x00007fff345bc884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
22  com.apple.AppKit              	0x00007fff3286da73 _DPSNextEvent + 2085
23  com.apple.AppKit              	0x00007fff33003e34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
24  com.apple.AppKit              	0x00007fff32862885 -[NSApplication run] + 764
25  com.apple.AppKit              	0x00007fff32831a72 NSApplicationMain + 804
26  eu.neilalexander.seaglass     	0x00000001092406ad main + 13
27  libdyld.dylib                 	0x00007fff5d1ba015 start + 1

Thread 1:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff5d30120a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff5d300724 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff352ddff5 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation      	0x00007fff352dd347 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation      	0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
5   com.apple.AppKit              	0x00007fff329aafc4 _NSEventThread + 184
6   libsystem_pthread.dylib       	0x00007fff5d4d2661 _pthread_body + 340
7   libsystem_pthread.dylib       	0x00007fff5d4d250d _pthread_start + 377
8   libsystem_pthread.dylib       	0x00007fff5d4d1bf9 thread_start + 13

Thread 2:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib        	0x00007fff5d30120a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff5d300724 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff352ddff5 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation      	0x00007fff352dd347 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation      	0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
5   com.apple.CFNetwork           	0x00007fff3441ce84 -[__CoreSchedulingSetRunnable runForever] + 722
6   com.apple.Foundation          	0x00007fff374021f8 __NSThread__start__ + 1197
7   libsystem_pthread.dylib       	0x00007fff5d4d2661 _pthread_body + 340
8   libsystem_pthread.dylib       	0x00007fff5d4d250d _pthread_start + 377
9   libsystem_pthread.dylib       	0x00007fff5d4d1bf9 thread_start + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d2009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 10:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 11:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 12:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 13:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00007fff959a1380  rcx: 0x00007ffee6a2ed18  rdx: 0x0000000000000000
  rdi: 0x0000000000000307  rsi: 0x0000000000000006  rbp: 0x00007ffee6a2ed50  rsp: 0x00007ffee6a2ed18
   r8: 0x00007ffee6a2ebe0   r9: 0x00007ffee6a2edb0  r10: 0x0000000000000000  r11: 0x0000000000000206
  r12: 0x0000000000000307  r13: 0x0000000000000030  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x00007fff5d30ab66  rfl: 0x0000000000000206  cr2: 0x00007fff9597e168
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x1091cf000 -        0x10932bfff +eu.neilalexander.seaglass (0.0.348-c863e3c - 348) <EE2327C0-4B82-394E-8E0C-CF361877938C> /Applications/Seaglass.app/Contents/MacOS/Seaglass
       0x10944f000 -        0x109470fff +org.cocoapods.AFNetworking (3.2.1 - 1) <A4E1CCEE-F37B-31D2-90DE-4BBED4FDE13D> /Applications/Seaglass.app/Contents/Frameworks/AFNetworking.framework/Versions/A/AFNetworking
       0x1094a9000 -        0x1094d5ff7 +org.cocoapods.Down (0.5.2 - 1) <D3EECD66-B3E5-3EB4-B058-F90ED7AA28DD> /Applications/Seaglass.app/Contents/Frameworks/Down.framework/Versions/A/Down
       0x109505000 -        0x109508ffb +org.cocoapods.GZIP (1.2.1 - 1) <1DEFC076-4E62-3CAF-A2FD-151E93AB2889> /Applications/Seaglass.app/Contents/Frameworks/GZIP.framework/Versions/A/GZIP
       0x109514000 -        0x10953dffb +org.cocoapods.OLMKit (2.2.2 - 1) <00F636AD-C927-3C64-A20E-CEF6B6E7A1DF> /Applications/Seaglass.app/Contents/Frameworks/OLMKit.framework/Versions/A/OLMKit
       0x109566000 -        0x1099beff7 +org.cocoapods.Realm (3.3.2 - 1) <EE0A2C2B-D36C-3B7A-AB0C-50D9980EEE5F> /Applications/Seaglass.app/Contents/Frameworks/Realm.framework/Versions/A/Realm
       0x109cdb000 -        0x109e28ff7 +org.cocoapods.SwiftMatrixSDK (0.10.11 - 1) <DCA9FBAE-3F20-36EF-AF29-28B81B484267> /Applications/Seaglass.app/Contents/Frameworks/SwiftMatrixSDK.framework/Versions/A/SwiftMatrixSDK
       0x10a020000 -        0x10a02cff7 +org.cocoapods.TSMarkdownParser (2.1.5 - 1) <F60559FF-7F09-3534-8D66-29B249628250> /Applications/Seaglass.app/Contents/Frameworks/TSMarkdownParser.framework/Versions/A/TSMarkdownParser
       0x10a042000 -        0x10a050fff +libswiftAVFoundation.dylib (4.1.2 - 902.0.54) <9F48A43D-7FE0-3948-B915-91A33168AFFE> /Applications/Seaglass.app/Contents/Frameworks/libswiftAVFoundation.dylib
       0x10a05c000 -        0x10a06efff +libswiftAppKit.dylib (4.1.2 - 902.0.54) <AC109545-DBCB-3C56-8B89-8AF52D86A56B> /Applications/Seaglass.app/Contents/Frameworks/libswiftAppKit.dylib
       0x10a087000 -        0x10a3daff7 +libswiftCore.dylib (4.1.2 - 902.0.54) <F318B448-C59C-3FE4-A2F5-28807B333CDE> /Applications/Seaglass.app/Contents/Frameworks/libswiftCore.dylib
       0x10a68b000 -        0x10a692fff +libswiftCoreAudio.dylib (4.1.2 - 902.0.54) <0F8DB605-450B-314B-A573-2BD91CB2278A> /Applications/Seaglass.app/Contents/Frameworks/libswiftCoreAudio.dylib
       0x10a6a0000 -        0x10a6a9fff +libswiftCoreData.dylib (4.1.2 - 902.0.54) <CDB72D6F-F272-3028-8033-99D7589452E1> /Applications/Seaglass.app/Contents/Frameworks/libswiftCoreData.dylib
       0x10a6bf000 -        0x10a6c2fff +libswiftCoreFoundation.dylib (4.1.2 - 902.0.54) <B4751639-D527-3851-B923-10FE0A7F7E10> /Applications/Seaglass.app/Contents/Frameworks/libswiftCoreFoundation.dylib
       0x10a6cb000 -        0x10a6ddfff +libswiftCoreGraphics.dylib (4.1.2 - 902.0.54) <A37BDDBC-C0A5-32A1-BF50-104280CD59F9> /Applications/Seaglass.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x10a6fc000 -        0x10a701ffe +libswiftCoreImage.dylib (4.1.2 - 902.0.54) <417A17C2-AF0D-39E9-801F-F4FE2776FAAD> /Applications/Seaglass.app/Contents/Frameworks/libswiftCoreImage.dylib
       0x10a707000 -        0x10a711ff7 +libswiftCoreMedia.dylib (4.1.2 - 902.0.54) <82CCD08E-A4AC-385C-BBDA-B39AAE7DBDD0> /Applications/Seaglass.app/Contents/Frameworks/libswiftCoreMedia.dylib
       0x10a71e000 -        0x10a725ff7 +libswiftDarwin.dylib (4.1.2 - 902.0.54) <F691AB87-664D-3032-8DFC-7B43F153430D> /Applications/Seaglass.app/Contents/Frameworks/libswiftDarwin.dylib
       0x10a739000 -        0x10a753ff7 +libswiftDispatch.dylib (4.1.2 - 902.0.54) <983D3A77-6B82-34EF-A911-85FCD411A20D> /Applications/Seaglass.app/Contents/Frameworks/libswiftDispatch.dylib
       0x10a787000 -        0x10a8fbff7 +libswiftFoundation.dylib (4.1.2 - 902.0.54) <3E95BEE7-7BA5-3073-9EB8-FD8BD3FC5C59> /Applications/Seaglass.app/Contents/Frameworks/libswiftFoundation.dylib
       0x10aa4b000 -        0x10aa4eff7 +libswiftIOKit.dylib (4.1.2 - 902.0.54) <DCCC358D-C25E-3D62-99F4-D30E103FD262> /Applications/Seaglass.app/Contents/Frameworks/libswiftIOKit.dylib
       0x10aa5b000 -        0x10aa63fff +libswiftMetal.dylib (4.1.2 - 902.0.54) <6E7F41BB-813E-3B91-9416-11E462538D05> /Applications/Seaglass.app/Contents/Frameworks/libswiftMetal.dylib
       0x10aa6e000 -        0x10aa74fff +libswiftObjectiveC.dylib (4.1.2 - 902.0.54) <A357C008-2D9C-3F5A-BC78-9A016E1CF3EF> /Applications/Seaglass.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x10aa84000 -        0x10aa8bfff +libswiftQuartzCore.dylib (4.1.2 - 902.0.54) <FA9BA6D8-C0AB-3CE0-B1EF-41CA51D49083> /Applications/Seaglass.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x10aa93000 -        0x10aacafff +libswiftSwiftOnoneSupport.dylib (4.1.2 - 902.0.54) <7CD48551-5B4F-341A-9551-486AD5531533> /Applications/Seaglass.app/Contents/Frameworks/libswiftSwiftOnoneSupport.dylib
       0x10ab0c000 -        0x10ab0ffff +libswiftXPC.dylib (4.1.2 - 902.0.54) <7D80DFCA-CAC4-390C-908A-7E620BF8ED20> /Applications/Seaglass.app/Contents/Frameworks/libswiftXPC.dylib
       0x10ab17000 -        0x10ab5bfff +libswiftsimd.dylib (4.1.2 - 902.0.54) <A392F595-B777-36B6-9014-19F24E0D61A3> /Applications/Seaglass.app/Contents/Frameworks/libswiftsimd.dylib
       0x10aba8000 -        0x10abadff7 +libswiftos.dylib (4.1.2 - 902.0.54) <C66A0480-DF9B-35A5-989B-5A7CB4CBEA0B> /Applications/Seaglass.app/Contents/Frameworks/libswiftos.dylib
       0x10abb6000 -        0x10abceff3  com.apple.SafariServices.framework (13606 - 13606.1.36.10.5) <E47AC619-DA2D-310A-919A-59B243223AB7> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
       0x10f4a9000 -        0x10f5e0fff  com.apple.AMDMTLBronzeDriver (1.68.20 - 1.6.8) <C5D6A803-7CE1-32BD-BE34-C518131CED8B> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
       0x110145000 -        0x1101fdffb  com.apple.AMDRadeonX3000GLDriver (1.68.20 - 1.6.8) <F03D1A4D-AA43-3A14-935F-003DAA410311> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
       0x110254000 -        0x110316ffb  com.apple.AMDRadeonX4000GLDriver (1.68.20 - 1.6.8) <03AC29A1-DE03-3031-854D-B7F6D2018B4D> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
       0x1192eb000 -        0x119335acf  dyld (551.4) <8A72DE9C-A136-3506-AA02-4BA2B82DCAF3> /usr/lib/dyld
    0x7fff2d57c000 -     0x7fff2d8caff7  com.apple.RawCamera.bundle (8.05.0 - 1017.4.1) <CAF490E6-CB0E-3EF0-B3D2-C4880CF85077> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff2d8e9000 -     0x7fff2db11ff3  ATIRadeonX3000SCLib.dylib (1.68.20) <75A8E5A9-42D5-3509-B23C-D700D1DA0A0C> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000SCLib.dylib
    0x7fff2db12000 -     0x7fff2e368ff7  ATIRadeonX4000SCLib.dylib (1.68.20) <09BE979C-D263-34F4-A83D-3E36420ED78D> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
    0x7fff3119e000 -     0x7fff3137eff3  com.apple.avfoundation (2.0 - 1536.36) <BB65ED51-CE44-31BD-A6EC-4B1EC5EADDD9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff3137f000 -     0x7fff31438fff  com.apple.audio.AVFAudio (1.0 - ???) <ECE63BA3-4344-3522-904B-71F89677AC7D> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff3153e000 -     0x7fff3153efff  com.apple.Accelerate (1.11 - Accelerate 1.11) <2EF00EFE-06E8-3082-85C3-2988B422A19D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff3153f000 -     0x7fff31556ff7  libCGInterfaces.dylib (417.2) <2F9C08AF-6DC1-325C-AE8A-BD7364A72F16> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff31557000 -     0x7fff31ca5ffb  com.apple.vImage (8.1 - ???) <56C275C1-459F-37CD-BF29-2E6D81C29E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff31ca6000 -     0x7fff31e46ff3  libBLAS.dylib (1211.50.2) <93259222-2D94-333D-A1EB-09C6FC4A64B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff31e47000 -     0x7fff31e81fef  libBNNS.dylib (38.1) <0AAE0109-71D5-3B26-8401-3E62DDF97624> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff31e82000 -     0x7fff3225bff7  libLAPACK.dylib (1211.50.2) <70781D0B-AEAD-33EB-9900-10DC30F37D61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff3225c000 -     0x7fff32272ff7  libLinearAlgebra.dylib (1211.50.2) <FB5A35EA-D636-3D69-AB53-B67E1EB8134C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff32273000 -     0x7fff32278ff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff32279000 -     0x7fff322f9fff  libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff322fa000 -     0x7fff3230cff7  libSparseBLAS.dylib (1211.50.2) <994A7D7E-FA3B-3943-A59C-8150B9AF86BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff3230d000 -     0x7fff32480fe7  libvDSP.dylib (622.50.5) <4BF310F4-31A3-3DA5-80E4-7F8014AD380B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff32481000 -     0x7fff32537fef  libvMisc.dylib (622.50.5) <88143A88-4FDE-35A1-85FE-54FF0C2A9E43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff32538000 -     0x7fff32538fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <880DEF40-389A-3F56-ACA1-B62A5BC57E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff32539000 -     0x7fff32593ff7  com.apple.Accounts (113 - 113) <D2892B2B-2846-3E75-9A4B-224A9F343A44> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff32594000 -     0x7fff3282bff7  com.apple.AddressBook.framework (11.0 - 1808.8) <8D6ED6A3-1E6A-39F6-A189-753C4A193399> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff3282c000 -     0x7fff3368afff  com.apple.AppKit (6.9 - 1561.60.100) <3C27CF6F-E640-3411-A87D-CCB2222CC754> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff336dc000 -     0x7fff336dcfff  com.apple.ApplicationServices (48 - 50) <AFFBD94A-AF76-336E-B53E-57524EAE8EF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff336dd000 -     0x7fff33743fff  com.apple.ApplicationServices.ATS (377 - 445.4) <85E779EE-0219-3181-B4C4-201E4CC82AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff337dc000 -     0x7fff338fefff  libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff338ff000 -     0x7fff33949ff7  libFontRegistry.dylib (221.4) <5FDB4F1A-E15C-3ACB-A5C1-F15458C0C6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff339ee000 -     0x7fff33a21ff7  libTrueTypeScaler.dylib (222.1.6) <9147F859-8BD9-31D9-AB54-8E9549B92AE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff33a8b000 -     0x7fff33a8fff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff33b2f000 -     0x7fff33b81ffb  com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff33b82000 -     0x7fff33b90fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff33b91000 -     0x7fff33bddfff  com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff33bde000 -     0x7fff33c18fff  com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff33c19000 -     0x7fff33c25fff  com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <A08DE016-C8F2-3B0E-BD34-15959D13DBF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff33c26000 -     0x7fff33eb4ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <E0B8B5D8-80A0-308B-ABD6-F8612102B5D8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff33eb6000 -     0x7fff33eb6fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABF8778E-4F9D-305E-A528-DE406A1A2B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff341d9000 -     0x7fff34573ff7  com.apple.CFNetwork (902.1 - 902.1) <76EB8CB6-BF59-3BDA-BF2B-F21B161611B9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff34588000 -     0x7fff34588fff  com.apple.Carbon (158 - 158) <F8B370D9-2103-3276-821D-ACC756167F86> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff34589000 -     0x7fff3458cffb  com.apple.CommonPanels (1.2.6 - 98) <2391761C-5CAA-3F68-86B7-50B37927B104> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff3458d000 -     0x7fff34892fff  com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff34893000 -     0x7fff34896ffb  com.apple.help (1.3.8 - 66) <DEBADFA8-C189-3195-B0D6-A1F2DE95882A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff34897000 -     0x7fff3489cfff  com.apple.ImageCapture (9.0 - 9.0) <23B4916F-3B43-3DFF-B956-FC390EECA284> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff3489d000 -     0x7fff34932ffb  com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff34933000 -     0x7fff3494dff7  com.apple.openscripting (1.7 - 174) <1B2A1F9E-5534-3D61-83CA-9199B39E8708> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff3496e000 -     0x7fff3496ffff  com.apple.print.framework.Print (12 - 267) <3682ABFB-2561-3419-847D-02C247F4800D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff34970000 -     0x7fff34972ff7  com.apple.securityhi (9.0 - 55006) <C1406B8D-7D05-3959-808F-9C82189CF57F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff34973000 -     0x7fff34979fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff34a9a000 -     0x7fff34a9afff  com.apple.Cocoa (6.11 - 22) <78E6C28E-4308-3D10-AD14-0CBCF6789B3F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff34aa8000 -     0x7fff34b61fff  com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff34cee000 -     0x7fff34d81ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EB35D3EC-56EA-33E6-98DC-BDC3A5FA8ACE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff34de8000 -     0x7fff34e11ffb  com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff34e12000 -     0x7fff35176ff3  com.apple.CoreData (120 - 851) <8D605466-8676-3D45-9A4B-8980971551C3> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff35177000 -     0x7fff3525afff  com.apple.CoreDisplay (99.14 - 99.14) <A1B91ADD-828D-33A0-8A92-CC3F83DF89D0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff3525b000 -     0x7fff356f5ff7  com.apple.CoreFoundation (6.9 - 1454.90) <F320589A-8600-3244-9B55-A645F7EAAB35> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff356f7000 -     0x7fff35d25ff7  com.apple.CoreGraphics (2.0 - 1161.21) <C4CBD2CF-39D5-3185-851E-85C7DD2F8C7F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff35d27000 -     0x7fff36016fff  com.apple.CoreImage (13.0.0 - 579.5) <AAE2DFD0-9B0A-3D56-8A3E-C460BAF70394> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff362a5000 -     0x7fff3639bffb  com.apple.CoreMedia (1.0 - 2276.68) <5F0001EF-10FF-3334-9170-7FD5FB026205> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff3639c000 -     0x7fff363eafff  com.apple.CoreMediaIO (814.0 - 4995) <4A7FA7DF-4F7C-3378-AE5F-A33273B2FEA6> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff363eb000 -     0x7fff363ebfff  com.apple.CoreServices (822.36 - 822.36) <C8368F17-1589-3BA5-A0E7-89CB8DF2454F> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff363ec000 -     0x7fff36460ffb  com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff36461000 -     0x7fff36738fff  com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff36739000 -     0x7fff3676dfff  com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff3676e000 -     0x7fff36776ffb  com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff36777000 -     0x7fff36934fff  com.apple.LaunchServices (822.36 - 822.36) <6E68C090-B12D-3D3D-9617-E5D82C36B2D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff36935000 -     0x7fff369e5ff7  com.apple.Metadata (10.7.0 - 1191.4.13) <B5C22E70-C265-3C9F-865F-B138994A418D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff369e6000 -     0x7fff36a46fff  com.apple.CoreServices.OSServices (822.36 - 822.36) <3BB2E0CE-81AE-3D3D-9FCE-E1B7FC6D6A61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff36a47000 -     0x7fff36ab5fff  com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff36ab6000 -     0x7fff36adaffb  com.apple.coreservices.SharedFileList (71.21 - 71.21) <35582D88-5975-35E2-A29A-E3148C3EE727> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff36d7b000 -     0x7fff36ecbfff  com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff36ecc000 -     0x7fff36f06fff  com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff36f07000 -     0x7fff36f92ff3  com.apple.framework.CoreWLAN (13.0 - 1350.1) <E862CC02-69D2-3503-887B-B6E8223081E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff37120000 -     0x7fff3712bff7  com.apple.DirectoryService.Framework (10.13 - 207.50.1) <BE0D8038-7974-3B06-80E1-31E27E5CD634> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff3720d000 -     0x7fff37212fff  com.apple.DiskArbitration (2.7 - 2.7) <A975AD56-4CD3-3A89-8732-858CA9BD3DAA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff373d3000 -     0x7fff37799fff  com.apple.Foundation (6.9 - 1454.90) <8EA924F3-ADAE-3F4B-8482-8B11C027D9A5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3780a000 -     0x7fff3783afff  com.apple.GSS (4.0 - 2.0) <D774A165-5581-3479-AB5D-2BBDB5CF8882> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff3794c000 -     0x7fff37a50ffb  com.apple.Bluetooth (6.0.7 - 6.0.7f10) <557F26F9-C7A0-34EA-A905-22E243BF6B48> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff37ab0000 -     0x7fff37b4bfff  com.apple.framework.IOKit (2.0.2 - 1445.71.1) <2EA4F383-CAA9-3AF0-99C5-90C22ADAA6B6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff37b4d000 -     0x7fff37b54fff  com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff37b55000 -     0x7fff37baaff3  com.apple.ImageCaptureCore (7.0 - 7.0) <0DAB3D7E-8C3F-35DE-96DF-C370AD35EB65> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff37bab000 -     0x7fff37d28fff  com.apple.ImageIO.framework (3.3.0 - 1739.3) <86D14377-8F57-387E-982E-2EF60EE41E2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff37d29000 -     0x7fff37d2dffb  libGIF.dylib (1739.3) <E1B16861-7818-3319-9EE5-7AF2BC02E4AB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff37d2e000 -     0x7fff37e15fff  libJP2.dylib (1739.3) <3C1150F8-4983-3380-9B8C-5021AD972FFE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff37e16000 -     0x7fff37e39fff  libJPEG.dylib (1739.3) <D20353C9-8B51-386E-97A3-B1FE0038E9B6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff38116000 -     0x7fff3813cff3  libPng.dylib (1739.3) <97A8B816-7A79-3CB8-9D47-CCDC19B84E2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff3813d000 -     0x7fff3813fff3  libRadiance.dylib (1739.3) <47A0D85B-8AE8-3FF2-9C13-279550850A24> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff38140000 -     0x7fff3818dff3  libTIFF.dylib (1739.3) <9833CCBB-48FB-3E7B-A11A-F2F331FD094D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff38349000 -     0x7fff3902ffff  com.apple.JavaScriptCore (13605 - 13605.3.8) <E6B49CDA-72F0-3E58-85EF-98AF10CE04B0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff39047000 -     0x7fff39060ff7  com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff39061000 -     0x7fff39096fff  com.apple.LDAPFramework (2.4.28 - 194.5) <08888215-BBCE-3402-8142-2C9ADB091580> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff3931f000 -     0x7fff39326fff  com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff393d6000 -     0x7fff39a40ff7  com.apple.MediaToolbox (1.0 - 2276.68) <CB6791F2-B401-360E-9531-BFBC5138254E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff39a42000 -     0x7fff39ac3fff  com.apple.Metal (125.30 - 125.30) <975FD6B5-D695-346A-869F-0584A968D100> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff39ae0000 -     0x7fff39afbfff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <AD754E8F-CA00-3878-9AF3-208C224A230B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff39afc000 -     0x7fff39b6bfef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff39b6c000 -     0x7fff39b90fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff39b91000 -     0x7fff39c78ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff39c79000 -     0x7fff39c79ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3ac78000 -     0x7fff3ac84ffb  com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3da6d000 -     0x7fff3da75fef  libcldcpuengine.dylib (2.8.7) <EF9A91AC-029C-300A-99E7-4952C15DA09F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff3da76000 -     0x7fff3dad0ff7  com.apple.opencl (2.8.24 - 2.8.24) <4D7401A7-6ADD-3632-85AE-7A5012DFFA04> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3dad1000 -     0x7fff3daedffb  com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3daee000 -     0x7fff3daf9fff  com.apple.OpenDirectory (10.13 - 207.50.1) <F895547D-4915-353F-9C1E-E95172BA803B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3ec78000 -     0x7fff3ec7afff  libCVMSPluginSupport.dylib (16.7.4) <F9270AE0-CC3B-3E3E-BA32-CC1068DD8F27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3ec7b000 -     0x7fff3ec80ffb  libCoreFSCache.dylib (162.9) <7AF87F3E-D5D0-3625-BE09-CA4223195466> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff3ec81000 -     0x7fff3ec85fff  libCoreVMClient.dylib (162.9) <115FE643-6141-39B4-8193-77DFCBE7A4E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3ec86000 -     0x7fff3ec8fff3  libGFXShared.dylib (16.7.4) <EB2BF8A0-E10D-35EA-8F46-B2E3C62C12A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff3ec90000 -     0x7fff3ec9bfff  libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3ec9c000 -     0x7fff3ecd7fe7  libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3ecd8000 -     0x7fff3ee45ff3  libGLProgrammability.dylib (16.7.4) <ECC9D79B-C0B1-33F9-A9BB-097EF12D9E13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff3ee46000 -     0x7fff3ee84ffb  libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3f7fc000 -     0x7fff3f80bff3  com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3f80c000 -     0x7fff3f9a3ff3  GLEngine (16.7.4) <E2EE1D9C-826E-3DA9-9DCA-2FF371CDE5BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff3f9a4000 -     0x7fff3f9ccffb  GLRendererFloat (16.7.4) <3B51AC1B-0A3C-30E5-80EB-F64EBB1B1F77> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff3fb85000 -     0x7fff3fcd1ff7  com.apple.QTKit (7.7.3 - 3014.8) <FEDEF531-50A3-32AB-A546-E6BA994C58E1> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff3fcd2000 -     0x7fff3ff37ff7  com.apple.imageKit (3.0 - 1043) <6C19A20B-6D0D-380A-A87D-F923658E1726> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff3ff38000 -     0x7fff40027ffb  com.apple.PDFKit (1.0 - 677.67) <6BD11C23-1AEA-3078-8D0C-A7152BCF9031> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff40028000 -     0x7fff4053aff7  com.apple.QuartzComposer (5.1 - 364) <1369D6DA-8842-3878-B546-1D09828331F5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff4053b000 -     0x7fff4055efff  com.apple.quartzfilters (1.10.0 - 1.10.0) <C95CB89D-148D-341B-BC50-82D8C32BF767> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff4055f000 -     0x7fff40658ff7  com.apple.QuickLookUIFramework (5.0 - 743.13) <093180B8-FB25-3292-AD99-1791CF8D6EBF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff40659000 -     0x7fff40659fff  com.apple.quartzframework (1.5 - 21) <DCEB0FCC-2C32-3D02-8752-7B6FA009AB85> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff4065a000 -     0x7fff408a6ff7  com.apple.QuartzCore (1.11 - 584.62) <1950D993-DE48-3C97-95A5-66D98BDFC95D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff408a7000 -     0x7fff408feff7  com.apple.QuickLookFramework (5.0 - 743.13) <8254FFF2-EE0D-323D-A6F3-BEB59615EE47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff410db000 -     0x7fff41406fff  com.apple.security (7.0 - 58286.70.7) <9FC166E1-14D0-305C-A086-02B9E83F547E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff41407000 -     0x7fff41493ff7  com.apple.securityfoundation (6.0 - 55185.50.5) <D708D069-AEDB-36C2-B1DA-479DA91D7711> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff41494000 -     0x7fff414c4fff  com.apple.securityinterface (10.0 - 55109.50.6) <3C20BE54-8115-3C7B-9719-F746A9EBF72B> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff414c5000 -     0x7fff414c9ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <71B45D83-ECA4-3265-997E-683A8B8DF413> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff4186e000 -     0x7fff418deff3  com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff41a93000 -     0x7fff41e0efff  com.apple.VideoToolbox (1.0 - 2276.68) <8F6FBC7D-60EA-38B2-B583-7ECB58E8936E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff420b6000 -     0x7fff42615feb  libwebrtc.dylib (7605.3.8) <BCFA176B-4553-386B-B2E7-E578AC89E3E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
    0x7fff42616000 -     0x7fff43ce9ff7  com.apple.WebCore (13605 - 13605.3.8) <2F0DA536-2C93-3EB2-9FFE-13AE1B40C4DC> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff43cea000 -     0x7fff43ed1ff7  com.apple.WebKitLegacy (13605 - 13605.3.8) <048392B7-89A6-37C0-9544-26D4E5A62B22> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff43ed2000 -     0x7fff4436bfff  com.apple.WebKit (13605 - 13605.3.8) <7E5D9855-D1CC-382D-B8EB-25A030D4B2FA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff447db000 -     0x7fff4486efff  com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff45499000 -     0x7fff454c1fff  com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff454c3000 -     0x7fff454d2fef  com.apple.AppleFSCompression (96.60.1 - 1.0) <A7C875C4-F5EE-3272-AFB6-57C9FD5352B3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff455d1000 -     0x7fff455dcff7  com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff45616000 -     0x7fff4565eff3  com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff45671000 -     0x7fff4568fff3  com.apple.aps.framework (4.0 - 4.0) <142A38BC-8266-3462-86A7-C39198651F2A> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff45690000 -     0x7fff45698ff3  com.apple.AppleSRP (5.0 - 1) <4CEC34CF-63E3-3023-B61B-F8D133698534> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff45699000 -     0x7fff456c1fff  com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff4578a000 -     0x7fff4578dff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <0E33401D-7B9C-378A-8EE8-0E3D40B63C8D> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff4578e000 -     0x7fff457deff7  com.apple.AppleVAFramework (5.0.41 - 5.0.41) <14E91E09-C345-3C5F-8D3C-4BC291FAF796> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff45b13000 -     0x7fff45dacffb  com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff45ee3000 -     0x7fff45eeaff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff45eeb000 -     0x7fff45f72ff7  com.apple.backup.framework (1.9.5 - 1.9.5) <5E7B0925-8C71-353D-BB0F-9CA144BB264C> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff45f7b000 -     0x7fff45f81ff7  com.apple.BezelServicesFW (305.1 - 305.1) <7D2C4717-FFF2-3262-B822-1982596BE46B> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x7fff45fec000 -     0x7fff46028fff  com.apple.bom (14.0 - 194.2) <EAC5AB86-CC57-3ACD-8C71-B6F91A062D9B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff4665c000 -     0x7fff46689fff  com.apple.CalendarAgentLink (8.0 - 250) <55B60B04-2EAA-3F22-88EF-1602129D5294> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fff46d54000 -     0x7fff46da3ff3  com.apple.ChunkingLibrary (189 - 189) <C021A0EB-82E7-3A1E-A772-96B0E7E038D9> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff4792c000 -     0x7fff47935ff3  com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4794a000 -     0x7fff4795fff7  com.apple.commonutilities (8.0 - 900) <5EC02BD4-F1F8-3A96-BE1A-6620D3080CD4> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff47b8e000 -     0x7fff47beefff  com.apple.AddressBook.ContactsFoundation (8.0 - ???) <997AADA4-DD8A-38C5-B441-C3FEDC5AFCE7> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff47bef000 -     0x7fff47c11fff  com.apple.contacts.ContactsPersistence (1.0 - 2330.3) <B7EA2D0A-8A43-3E9C-A7D2-E9585064C328> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff47c71000 -     0x7fff48079fff  com.apple.CoreAUC (259.0.0 - 259.0.0) <B3D5289B-9E8A-37FE-855B-7277D700029E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff4807a000 -     0x7fff480aaff7  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <E9FF9574-122A-3966-AA2B-546E512ACD06> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff480c2000 -     0x7fff480effff  com.apple.CoreAnalytics.CoreAnalytics (1.0 - 1) <A508C74C-114D-3156-AC87-8F12A2C023C9> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff48141000 -     0x7fff48185ff3  com.apple.corebrightness (1.0 - 1) <7E67395F-F587-3EE2-AE98-339EC152807C> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff482c4000 -     0x7fff482cdff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <35A43584-2AF8-3202-A139-27D916E444BE> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff4843b000 -     0x7fff4844bff7  com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4874f000 -     0x7fff48765ff7  com.apple.CoreMediaAuthoring (2.2 - 956) <FBA28A76-97E2-3023-A3F6-D03280AE2889> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff488ae000 -     0x7fff4890bff7  com.apple.CoreNLP (1.0 - 130.5.4) <1FDB3609-F745-3874-84EB-473570632E50> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff48a94000 -     0x7fff48a99ff7  com.apple.CoreOptimization (1.0 - 1) <785B622B-8F7D-3B4D-83AF-EB98CB79FFF6> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
    0x7fff48a9a000 -     0x7fff48b3ffff  com.apple.CorePDF (4.0 - 414) <D64D17C3-9AD0-3A29-89DE-36BEF0156381> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff48bdf000 -     0x7fff48be7ff3  com.apple.CorePhoneNumbers (1.0 - 1) <A5D41251-9F38-3AB9-9DE7-F77023FAAA44> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff48be8000 -     0x7fff48c44fff  com.apple.CorePrediction (1.0 - 1) <A26425DF-E222-333B-8CAE-6141A58B172C> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
    0x7fff48d72000 -     0x7fff48da3ff3  com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff490e0000 -     0x7fff49171fff  com.apple.CoreSymbolication (9.3 - 64026.2) <D55A6E5B-0267-3F3A-8D90-4B8F39458420> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff491f4000 -     0x7fff49329fff  com.apple.coreui (2.1 - 494.1) <B2C515C3-FCE8-3B28-A225-05AD917F509B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff4932a000 -     0x7fff4945bfff  com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff494b0000 -     0x7fff49514fff  com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff49515000 -     0x7fff49525ff7  com.apple.CrashReporterSupport (10.13 - 1) <A909F468-0648-3F51-A77E-3F9ADBC9A941> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff495a3000 -     0x7fff495b2ff7  com.apple.framework.DFRFoundation (1.0 - 191.7) <5F486F5A-3795-3CD4-86A2-FD008A23F205> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff495b5000 -     0x7fff495b9ffb  com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff495fa000 -     0x7fff4963affb  com.apple.datadetectors (5.0 - 376.1) <12BF834C-0B19-3719-BCC4-796568901107> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff4963b000 -     0x7fff496b1fff  com.apple.datadetectorscore (7.0 - 590.3) <7437160E-68A3-3FD7-8868-5E3F92E23C4F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff496ff000 -     0x7fff4973fff7  com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff49740000 -     0x7fff4986ffff  com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff498e1000 -     0x7fff498e2ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <DA2427D1-82AA-3718-907F-05543665184B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
    0x7fff49b3c000 -     0x7fff49b40ff7  com.apple.DisplayServicesFW (3.1 - 380) <6F0B8AC6-7E62-3DFC-B373-BF04833724C0> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff4a32f000 -     0x7fff4a347fff  com.apple.Engram (1.0 - 1) <47B568AF-DF75-3039-AD55-802A2C826D08> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
    0x7fff4a689000 -     0x7fff4aab7fff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff4c713000 -     0x7fff4c713fff  libmetal_timestamp.dylib (802.4.8) <311A8FAA-5FA9-3AAF-887E-DC9884DE8BE5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
    0x7fff4dd73000 -     0x7fff4dd7eff7  libGPUSupportMercury.dylib (16.7.4) <A4D6F79C-1DFA-3E96-8F76-4882FBEDE9CF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff4dd7f000 -     0x7fff4dd84fff  com.apple.GPUWrangler (3.20.13 - 3.20.13) <9C5BD618-69E3-36D5-9BC9-A4841BC00D2A> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff4e138000 -     0x7fff4e15dff3  com.apple.GenerationalStorage (2.0 - 285.3) <13B96400-FF70-376B-B20E-FB7D61064800> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff4eafa000 -     0x7fff4eb09fff  com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff4eb8c000 -     0x7fff4ec00fff  com.apple.Heimdal (4.0 - 2.0) <93091531-CC91-34FF-8B93-5D3F02C37BC5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff4ec9b000 -     0x7fff4edb0fff  com.apple.ids (10.0 - 1000) <1FA94847-2FD8-3B36-A1F1-CF6BB4FF53A1> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff4edb1000 -     0x7fff4ee91ffb  com.apple.idsfoundation (10.0 - 1000) <EB8ADD29-C011-3BD1-A5E7-407F5C09F40F> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff4f3e1000 -     0x7fff4f447ff3  com.apple.imfoundation (10.0 - 1000) <E91460AB-5A38-30FE-AE08-659BF0C31971> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff4f506000 -     0x7fff4f50ffff  com.apple.IOAccelMemoryInfo (1.0 - 1) <E2416468-8B64-3BB8-A099-361954C8DED7> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff4f510000 -     0x7fff4f517ff7  com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff4f51b000 -     0x7fff4f532fff  com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff4f8fd000 -     0x7fff4f923ffb  com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff4fa30000 -     0x7fff4fa33ff3  com.apple.InternationalSupport (1.0 - 1) <5AB382FD-BF81-36A1-9565-61F1FD398ECA> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff4faa1000 -     0x7fff4fab1ffb  com.apple.IntlPreferences (2.0 - 227.5.2) <DA6BC4CA-14F5-3A83-82B6-812344A050D2> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff4fba8000 -     0x7fff4fbbbff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <AED421B0-90A0-3969-98A4-CCBCF2D3360B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff4fbbc000 -     0x7fff4fcb1ff7  com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff4fcb2000 -     0x7fff4fcf4fff  com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff4fcf8000 -     0x7fff4fcffff7  com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff4fe40000 -     0x7fff4fe5dff7  com.apple.LookupFramework (1.2 - 239.1) <16BC898F-B41A-3435-87B7-456151F0A933> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup
    0x7fff504fe000 -     0x7fff50501fff  com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff5058d000 -     0x7fff5058fff7  com.apple.marco (10.0 - 1000) <F09F17FA-D420-3C24-8C47-8DC1637453BA> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff50a11000 -     0x7fff50a7aff7  com.apple.gpusw.MetalTools (1.0 - 1) <458F319A-2707-3C83-8351-BD9F02EC05BD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff50a83000 -     0x7fff50a9aff7  com.apple.MobileAssets (1.0 - 437.60.1) <5FFD8A8B-F33F-3FA9-8F50-31C24A67862C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff50bfa000 -     0x7fff50c13fff  com.apple.MobileKeyBag (2.0 - 1.0) <32E63C7B-E133-33DE-A593-C3C10D64FCAA> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff50c9f000 -     0x7fff50cc9ffb  com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff50f30000 -     0x7fff50f3bfff  com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff50f48000 -     0x7fff51034ff3  com.apple.Network (1.0 - 1) <216E7165-A2C5-3846-986E-8015ED9C5B8F> /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network
    0x7fff527d1000 -     0x7fff527e1ffb  com.apple.PerformanceAnalysis (1.194 - 194) <2844933E-B71C-3BE9-9A84-27B29E111F13> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff52859000 -     0x7fff52859ff7  com.apple.PhoneNumbers (1.0 - 1) <EB82645C-AF19-3751-8A53-F6148F77EC38> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff545a0000 -     0x7fff545befff  com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff5472b000 -     0x7fff54741ff7  com.apple.QuickLookThumbnailing (1.0 - 1) <8F0092E4-6494-349D-B4C9-494DF293D716> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff5478c000 -     0x7fff54798fff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.70.9) <2937CFBF-587C-33A0-B493-FFB4E606A498> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff54799000 -     0x7fff547bcffb  com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff547bd000 -     0x7fff547d2ff3  com.apple.xpc.RemoteXPC (1.0 - 1205.70.9) <C3DB7D30-903A-306C-9DFA-1669D2B60497> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff560db000 -     0x7fff561f0ff7  com.apple.Sharing (1050.22.2 - 1050.22.2) <4E3CCDF2-EA26-334F-8EBA-79BD28486C9D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff5621b000 -     0x7fff5621cff7  com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff56f64000 -     0x7fff57200ff7  com.apple.SkyLight (1.600.0 - 312.103) <27F91170-846C-3E9E-9B8A-788F27C7DAF5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff579c9000 -     0x7fff579d6fff  com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff57e83000 -     0x7fff57eaafff  com.apple.StreamingZip (1.0 - 1) <32F550C9-3DF8-3DF9-A1EC-699C3D32621B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff5857c000 -     0x7fff58605fc7  com.apple.Symbolication (9.3 - 64033) <C2C55C9A-C264-3044-A953-16457148190A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff58b76000 -     0x7fff58b7eff7  com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff58d8b000 -     0x7fff58e48ff7  com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff58e9f000 -     0x7fff58ebaffb  com.apple.ToneKit (1.0 - 1) <030D229F-084B-3852-9EF8-1A608A5C9B50> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff58ebb000 -     0x7fff58ee2fff  com.apple.ToneLibrary (1.0 - 1) <40669A87-2E48-3A42-8310-34046580C684> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff58ef2000 -     0x7fff58ef3fff  com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff58ef9000 -     0x7fff590a8fff  com.apple.UIFoundation (1.0 - 547.5) <86A2FBA7-2709-3894-A3D5-A00C19BAC48D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff59d7d000 -     0x7fff59e4cff7  com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff5a1b4000 -     0x7fff5a3dfffb  libAWDSupportFramework.dylib (794) <5577206B-BF13-3326-9996-E24931131A5A> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
    0x7fff5a3e0000 -     0x7fff5a3f1ff7  libprotobuf-lite.dylib (794) <015C93F6-2ABD-368C-A1A4-0A91C07A6D9F> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
    0x7fff5a3f2000 -     0x7fff5a454fff  libprotobuf.dylib (794) <90DCFF25-C3F1-31D3-B87B-ECEE7DE8A3BA> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
    0x7fff5a455000 -     0x7fff5a498ff7  com.apple.awd (1.0 - 930) <8A89873B-65E0-3937-9E86-CB6DACD2EF06> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
    0x7fff5a7b1000 -     0x7fff5a7b3ffb  com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff5a7b4000 -     0x7fff5a7c9fff  com.apple.login (3.0 - 3.0) <79189BF9-70D4-3839-9E2F-B3990B673A3E> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff5a7f4000 -     0x7fff5a821fff  com.apple.contacts.vCard (1.0 - 2330.3) <02AB9DF0-0471-3FDA-8EC6-27C72E00DD75> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff5a91a000 -     0x7fff5a94dff7  libclosured.dylib (551.4) <3FB6B209-51F4-38DA-B1D8-2EE29D5BDD83> /usr/lib/closure/libclosured.dylib
    0x7fff5aa07000 -     0x7fff5aa40ff7  libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
    0x7fff5aa41000 -     0x7fff5aa4cfff  libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
    0x7fff5aade000 -     0x7fff5aadfff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff5ab16000 -     0x7fff5ace0ff3  libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
    0x7fff5ad18000 -     0x7fff5ad18fff  libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff5ae4f000 -     0x7fff5ae53ffb  libScreenReader.dylib (562.18.4) <E239923D-54C9-3BBF-852F-87C09DEF4091> /usr/lib/libScreenReader.dylib
    0x7fff5ae54000 -     0x7fff5ae55ffb  libSystem.B.dylib (1252.50.4) <CD555F3B-FDDB-35E5-A2FB-FBBF3D62031A> /usr/lib/libSystem.B.dylib
    0x7fff5ae56000 -     0x7fff5aed3fff  libTelephonyUtilDynamic.dylib (3316) <F5D0D3DC-F687-313A-AC02-5536579F64B5> /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff5aed4000 -     0x7fff5aed5fff  libThaiTokenizer.dylib (2.2) <6F416F41-BF77-3078-A05C-AFF5DA5AB008> /usr/lib/libThaiTokenizer.dylib
    0x7fff5aee8000 -     0x7fff5aee8fff  libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
    0x7fff5aee9000 -     0x7fff5aeffff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff5af00000 -     0x7fff5af2aff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff5af2b000 -     0x7fff5b02efe7  libate.dylib (1.13.1) <DABEA1B1-806C-34C9-8AFF-DEB6AB2829E3> /usr/lib/libate.dylib
    0x7fff5b032000 -     0x7fff5b032ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff5b033000 -     0x7fff5b0ebff3  libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
    0x7fff5b0ec000 -     0x7fff5b0fcff3  libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
    0x7fff5b0fd000 -     0x7fff5b10affb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff5b10b000 -     0x7fff5b161fff  libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
    0x7fff5b162000 -     0x7fff5b186ff7  libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
    0x7fff5b188000 -     0x7fff5b198fff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
    0x7fff5b199000 -     0x7fff5b1b0fd3  libcompression.dylib (47.60.2) <CC7ACB0A-49CD-3564-978F-49F843186F27> /usr/lib/libcompression.dylib
    0x7fff5b45b000 -     0x7fff5b473ff7  libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
    0x7fff5b474000 -     0x7fff5b475ff3  libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff5b60e000 -     0x7fff5b79ffff  libcrypto.35.dylib (22.50.2) <97828BFD-4675-35DF-BE2E-C6D1555BB71D> /usr/lib/libcrypto.35.dylib
    0x7fff5b946000 -     0x7fff5b99cff3  libcups.2.dylib (462.2.4) <908099FB-C70E-38FA-9573-88CB98FDDE29> /usr/lib/libcups.2.dylib
    0x7fff5badc000 -     0x7fff5badcfff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff5bb0e000 -     0x7fff5bb12ff7  libgermantok.dylib (17) <37C1C061-5214-3050-9C3A-783A784435A8> /usr/lib/libgermantok.dylib
    0x7fff5bb13000 -     0x7fff5bb18ff3  libheimdal-asn1.dylib (520.50.6) <E358445A-B84E-31B5-BCCD-7E1397519D96> /usr/lib/libheimdal-asn1.dylib
    0x7fff5bb44000 -     0x7fff5bc35ff7  libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
    0x7fff5bc36000 -     0x7fff5be5dffb  libicucore.A.dylib (59180.0.1) <34EBADD6-4092-30EC-90E8-F75241E94D76> /usr/lib/libicucore.A.dylib
    0x7fff5beaa000 -     0x7fff5beabfff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff5beac000 -     0x7fff5bec5ffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff5bec6000 -     0x7fff5bedcff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff5bedd000 -     0x7fff5bf8cfff  libmecab.1.0.0.dylib (779.7.6) <334D4742-BDDD-3C2D-BBEB-85B32643BFA0> /usr/lib/libmecab.1.0.0.dylib
    0x7fff5bf8d000 -     0x7fff5c1b5ff7  libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
    0x7fff5c38d000 -     0x7fff5c508fff  libnetwork.dylib (1229.70.2) <E185D902-AC7F-3044-87C0-AE2887C59CE7> /usr/lib/libnetwork.dylib
    0x7fff5c58f000 -     0x7fff5c9803b7  libobjc.A.dylib (723) <BEEA51E2-1C4D-3672-87F6-F267B4AC6221> /usr/lib/libobjc.A.dylib
    0x7fff5c993000 -     0x7fff5c997fff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff5c99a000 -     0x7fff5c9cefff  libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
    0x7fff5ca4d000 -     0x7fff5ca69ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff5caa5000 -     0x7fff5cab7fff  libsasl2.2.dylib (211) <04EF3F61-12EC-3319-A649-851999F4C7A4> /usr/lib/libsasl2.2.dylib
    0x7fff5cab8000 -     0x7fff5cab9ff3  libspindump.dylib (252) <D8E27057-E3CC-3D7F-A010-4A87830F6A83> /usr/lib/libspindump.dylib
    0x7fff5caba000 -     0x7fff5cc47ff7  libsqlite3.dylib (274.8.1) <B70A2908-E0F7-364E-952A-1D2D19787B89> /usr/lib/libsqlite3.dylib
    0x7fff5cdce000 -     0x7fff5ce03fff  libtidy.A.dylib (15.18.1) <D1FF31AF-3000-366D-8714-09B2330007B5> /usr/lib/libtidy.A.dylib
    0x7fff5ce1b000 -     0x7fff5ce7bff3  libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
    0x7fff5ce7c000 -     0x7fff5ce7fffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
    0x7fff5ce80000 -     0x7fff5ce8dfff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff5ce91000 -     0x7fff5cf78fff  libxml2.2.dylib (31.11) <C2B5C43F-9C0B-31E6-8EC0-939591EDAC49> /usr/lib/libxml2.2.dylib
    0x7fff5cf79000 -     0x7fff5cfa1fff  libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
    0x7fff5cfa2000 -     0x7fff5cfb4ffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff5d050000 -     0x7fff5d054ff7  libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
    0x7fff5d055000 -     0x7fff5d05fff3  libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
    0x7fff5d060000 -     0x7fff5d067fff  libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff5d068000 -     0x7fff5d071ffb  libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
    0x7fff5d072000 -     0x7fff5d0f7fff  libcorecrypto.dylib (562.70.1) <5C26364F-2269-31EC-84AF-0FED2C902E38> /usr/lib/system/libcorecrypto.dylib
    0x7fff5d17f000 -     0x7fff5d1b8ff7  libdispatch.dylib (913.60.2) <232C69BD-022E-3AB9-8807-79F9FA7CB5EC> /usr/lib/system/libdispatch.dylib
    0x7fff5d1b9000 -     0x7fff5d1d6ff7  libdyld.dylib (551.4) <81BF3A82-5719-3B54-ABA9-76C82D932CAC> /usr/lib/system/libdyld.dylib
    0x7fff5d1d7000 -     0x7fff5d1d7ffb  libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
    0x7fff5d1d8000 -     0x7fff5d1e4ff3  libkxld.dylib (4570.71.2) <C3C31E1B-3E74-3828-8429-4D442E26D41C> /usr/lib/system/libkxld.dylib
    0x7fff5d1e5000 -     0x7fff5d1e5ff7  liblaunch.dylib (1205.70.9) <B184B521-FF24-3142-AFAF-23D170CF918C> /usr/lib/system/liblaunch.dylib
    0x7fff5d1e6000 -     0x7fff5d1eaffb  libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
    0x7fff5d1eb000 -     0x7fff5d1edff3  libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
    0x7fff5d1ee000 -     0x7fff5d1efff3  libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
    0x7fff5d1f0000 -     0x7fff5d207fff  libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
    0x7fff5d208000 -     0x7fff5d208fff  libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
    0x7fff5d209000 -     0x7fff5d292ff7  libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
    0x7fff5d293000 -     0x7fff5d296ffb  libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
    0x7fff5d297000 -     0x7fff5d29affb  libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff5d29b000 -     0x7fff5d29cfff  libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
    0x7fff5d29d000 -     0x7fff5d2a3ff7  libsystem_dnssd.dylib (878.70.2) <3290768B-54DE-3AB6-B155-AC0950AC5564> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff5d2a4000 -     0x7fff5d2edff7  libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
    0x7fff5d2ee000 -     0x7fff5d314ff7  libsystem_kernel.dylib (4570.71.2) <F22B8D73-69D8-36D7-BF66-7F9AC70C08C2> /usr/lib/system/libsystem_kernel.dylib
    0x7fff5d315000 -     0x7fff5d360fcb  libsystem_m.dylib (3147.50.1) <8CFB51C9-B422-3379-8552-064C63943A23> /usr/lib/system/libsystem_m.dylib
    0x7fff5d361000 -     0x7fff5d380fff  libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
    0x7fff5d381000 -     0x7fff5d4b1ff7  libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
    0x7fff5d4b2000 -     0x7fff5d4bcffb  libsystem_networkextension.dylib (767.70.1) <D23EAFC1-E8BD-34D5-969C-6E45A1C3B4E4> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff5d4bd000 -     0x7fff5d4c6ff3  libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
    0x7fff5d4c7000 -     0x7fff5d4ceff7  libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
    0x7fff5d4cf000 -     0x7fff5d4dafff  libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
    0x7fff5d4db000 -     0x7fff5d4defff  libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff5d4df000 -     0x7fff5d4e0ff3  libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
    0x7fff5d4e1000 -     0x7fff5d4e8ff7  libsystem_symptoms.dylib (820.60.2) <585BDFA2-D54D-39D0-8046-44E824DABD43> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff5d4e9000 -     0x7fff5d4fcfff  libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib
    0x7fff5d4fe000 -     0x7fff5d503ff7  libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
    0x7fff5d504000 -     0x7fff5d531ff7  libxpc.dylib (1205.70.9) <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=473.7M resident=0K(0%) swapped_out_or_unallocated=473.7M(100%)
Writable regions: Total=852.9M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=852.9M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               640K        6 
Activity Tracing                   256K        2 
CG backing stores                  452K        4 
CG image                          2428K      235 
CoreAnimation                     43.7M      574 
CoreGraphics                         8K        2 
CoreImage                           24K        7 
CoreUI image data                 1380K       16 
CoreUI image file                  300K        6 
Foundation                          32K        3 
IOKit                             7940K        2 
Image IO                          6084K       30 
Kernel Alloc Once                    8K        2 
MALLOC                           785.4M      376 
MALLOC guard page                   96K       20 
Memory Tag 242                      12K        2 
Memory Tag 251                      40K        3 
OpenGL GLSL                        256K        4 
SQLite page cache                   64K        2 
STACK GUARD                       56.1M       15 
Stack                             14.6M       17 
VM_ALLOCATE                        200K       32 
__DATA                            38.2M      354 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    2588K        2 
__LINKEDIT                       204.7M       41 
__TEXT                           269.1M      354 
__UNICODE                          560K        2 
libnetwork                        2176K        9 
mapped file                      295.9M       86 
shared memory                     8624K       16 
===========                     =======  ======= 
TOTAL                              1.7G     2195 

Model: MacPro5,1, BootROM MP51.0084.B00, 6 processors, 6-Core Intel Xeon, 3.33 GHz, 16 GB, SMC 1.39f11
Graphics: Radeon RX 560, Radeon RX 560, PCIe
Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe
Memory Module: DIMM 1, 4 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D33393142353237334448302D4348392020
Memory Module: DIMM 2, 4 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D33393142353237334448302D4348392020
Memory Module: DIMM 3, 4 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D33393142353237334448302D4348392020
Memory Module: DIMM 4, 4 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D33393142353237334448302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.102.30)
Bluetooth: Version 6.0.7f10, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet 1, Ethernet, en0
Serial ATA Device: HL-DT-ST DVD-RW GH61N
Serial ATA Device: ST1000DM003-1CH162, 1 TB
Serial ATA Device: WDC WD20EADS-00S2B0, 2 TB
Serial ATA Device: WDC WD1001FALS-41Y6A0, 1 TB
Serial ATA Device: Crucial_CT525MX300SSD1, 525.11 GB
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB Bus
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB Bus
USB Device: AirPod Case
USB Device: USB 2.0 Bus
USB Device: USB 2.0 Bus
USB Device: V310-V510 Series
USB Device: Keyboard Hub
USB Device: Apple Keyboard
FireWire Device: built-in_hub, Up to 800 Mb/sec
Thunderbolt Bus: 

make cmd-, pull up user settings

the macOS keyboard shortcut idiom for app settings is cmd-comma. it should probably do the right thing, or alternatively pull up a general Preferences dialog of some kind. This should probably live in Edit Menu: Preferences too.

"terminating with uncaught exception of type NSException" on open

Crash log inc stacktrace:

Process: Seaglass [64683]
Path: /private/var/folders/*/Seaglass.app/Contents/MacOS/Seaglass
Identifier: eu.neilalexander.seaglass
Version: 4ed6f9d (58)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Seaglass [64683]
User ID: 501

Date/Time: 2018-08-14 10:05:18.814 +0100
OS Version: Mac OS X 10.13.6 (17G65)
Report Version: 12
Anonymous UUID: E9E65648-ABB3-1C16-990C-021560FE24F3

Sleep/Wake UUID: EC383695-346C-4394-B543-CA5F2C0556AF

Time Awake Since Boot: 780000 seconds
Time Since Wake: 1000 seconds

System Integrity Protection: enabled

Notes: Translocated Process

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:
*** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSSingleObjectArrayI objectAtIndex:]: index 1 beyond bounds [0 .. 0]'
terminating with uncaught exception of type NSException
abort() called

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff53dff2db __exceptionPreprocess + 171
1 libobjc.A.dylib 0x00007fff7afa0c76 objc_exception_throw + 48
2 CoreFoundation 0x00007fff53ec0b1f -[__NSSingleObjectArrayI objectAtIndex:] + 111
3 Seaglass 0x000000010d738215 Seaglass + 201237
4 Seaglass 0x000000010d727654 Seaglass + 132692
5 Seaglass 0x000000010d72493d Seaglass + 121149
6 AppKit 0x00007fff514a179b -[NSTableView(NSTableViewViewBased) _delegate_viewForTableColumn:row:] + 86
7 AppKit 0x00007fff5141bec4 -[NSTableView(NSTableViewViewBased) makeViewForTableColumn:row:] + 87
8 AppKit 0x00007fff5141b747 -[NSTableRowData _addViewToRowView:atColumn:row:] + 342
9 AppKit 0x00007fff5141b421 -[NSTableRowData _addViewsToRowView:atRow:] + 211
10 AppKit 0x00007fff51419aa4 -[NSTableRowData _initializeRowView:atRow:] + 397
11 AppKit 0x00007fff51d0596a -[NSTableRowData _preparedRowViewForRow:storageHandler:] + 154
12 AppKit 0x00007fff51417ed1 -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 392
13 AppKit 0x00007fff51417c94 -[NSTableRowData _addRowViewForVisibleRow:withPriorRowIndex:inDictionary:withRowAnimation:] + 416
14 AppKit 0x00007fff51d07ba3 -[NSTableRowData _updateVisibleRowEntries] + 1906
15 AppKit 0x00007fff51416992 -[NSTableRowData updateVisibleRowViews] + 294
16 AppKit 0x00007fff5141d21b -[NSTableRowData rowViewAtRow:createIfNeeded:] + 202
17 AppKit 0x00007fff514d8841 -[NSTableView viewAtColumn:row:makeIfNecessary:] + 29
18 Seaglass 0x000000010d724a74 Seaglass + 121460
19 Seaglass 0x000000010d724c7c Seaglass + 121980
20 CoreFoundation 0x00007fff53d8eedc CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER + 12
21 CoreFoundation 0x00007fff53d8edaa _CFXRegistrationPost + 458
22 CoreFoundation 0x00007fff53d8eae1 ___CFXNotificationPost_block_invoke + 225
23 CoreFoundation 0x00007fff53d4c880 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 1664
24 CoreFoundation 0x00007fff53d4b9b7 _CFXNotificationPost + 599
25 Foundation 0x00007fff55e5b8c7 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
26 AppKit 0x00007fff5149edcb -[NSTableView _sendSelectionChangedNotificationForRows:columns:] + 230
27 AppKit 0x00007fff5140bb0c -[NSTableView _verifySelectionIsOK] + 1314
28 AppKit 0x00007fff5140b558 -[NSTableView _tileAndRedisplayAll] + 345
29 AppKit 0x00007fff5153447e -[NSTableBinder _updateContent] + 260
30 AppKit 0x00007fff515342b1 -[NSTableBinder _handleContentChange:] + 84
31 AppKit 0x00007fff515340bc -[NSTableBinder observeValueForKeyPath:ofObject:change:context:] + 56
32 Foundation 0x00007fff55e90a79 NSKeyValueNotifyObserver + 350
33 Foundation 0x00007fff55f03d8b -[NSObject(NSKeyValueObservingPrivate) _notifyObserversForKeyPath:change:] + 1108
34 AppKit 0x00007fff514cc064 -[NSController _notifyObserversForKeyPath:change:] + 193
35 AppKit 0x00007fff5151747c -[NSArrayController didChangeValuesForArrangedKeys:objectKeys:indexKeys:] + 53
36 AppKit 0x00007fff51629a37 -[NSArrayController _insertObject:atArrangedObjectIndex:objectHandler:] + 504
37 Seaglass 0x000000010d725253 Seaglass + 123475
38 Seaglass 0x000000010d724800 Seaglass + 120832
39 Seaglass 0x000000010d72489b Seaglass + 120987
40 libdispatch.dylib 0x00007fff7bb885fa _dispatch_call_block_and_release + 12
41 libdispatch.dylib 0x00007fff7bb80db8 _dispatch_client_callout + 8
42 libdispatch.dylib 0x00007fff7bb8c395 _dispatch_main_queue_callback_4CF + 1148
43 CoreFoundation 0x00007fff53db7c19 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
44 CoreFoundation 0x00007fff53d79dfa __CFRunLoopRun + 2586
45 CoreFoundation 0x00007fff53d79153 CFRunLoopRunSpecific + 483
46 HIToolbox 0x00007fff53063d96 RunCurrentEventLoopInMode + 286
47 HIToolbox 0x00007fff53063b06 ReceiveNextEventCommon + 613
48 HIToolbox 0x00007fff53063884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
49 AppKit 0x00007fff51314a73 _DPSNextEvent + 2085
50 AppKit 0x00007fff51aaae34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
51 AppKit 0x00007fff51309885 -[NSApplication run] + 764
52 AppKit 0x00007fff512d8a72 NSApplicationMain + 804
53 Seaglass 0x000000010d70a7a9 Seaglass + 14249
54 libdyld.dylib 0x00007fff7bbba015 start + 1

Improve resizing performance

TSMarkdownParser seems slow. Is it possible to not have this called on every redraw?


  • Cache NSImages created for users without a profile picture

setAvatar(forMxcUrl: user.avatarUrl, defaultImage: NSImage.create(withLetterString: user.displayname ?? "?"), useCached: useCached)

... or speed up create(withLetterString: String = "?") -> NSImage

If you just return startImage immediately in that method, resizing speeds up significantly (at least when only changing width) so that method seems to be slowing down resizing a lot.


screen shot 2018-09-13 at 12 19 02 am

Sending a message blocks the message entry field until sent

This is mostly because the function call to the API to send the message seems to wait for success/failure and the text field is disabled until that happens.

Solution is to move the message sending into a dispatch queue and inject the local echo until it is sent.

Hang when opening a room

Specifications

  • Seaglass Version: 0.0.415-d991fe8 (crash introduced in 9dda375)
  • macOS Version: 10.13.6

Actual Behavior

Seaglass opens fine and I can scroll down the room list but as soon as I click any room, Seaglass hangs and I get a spinning beach ball.

It never (?) crashes. I let it run for 14 minutes with a spinning beach ball.

Hopefully this is useful:
screen shot 2018-09-12 at 8 40 19 pm

I can send you the .trace file if you want but I'm not sure if there is anything sensitive in there.

E2E user interface elements

E2E rooms currently work in Seaglass but there is practically no user interface to control them. The following things are needed:

  • Allow user to share keys with other clients
  • Accept incoming keys from other clients and refresh encrypted messages (rather than needing to restart Seaglass, as you do today)
  • Show verified and unverified devices
  • Allow a user to enable encryption on a room
  • Show button to re-request keys on a message that failed to decrypt
  • Encryption settings in User Settings, including device key for verification

User-controlled sorting of room list

The rooms list is not sorted. It would be good to have some options in the user settings about this, i.e. sort by message most recently received, sort alphabetically, sort manually (by dragging and dropping), sort channels with unread messages at the top, etc.

Show bigger Smileys like on iMessage or Riot

Specifications

  • Seaglass Version: 0.0.281-61e3636
  • macOS Version: 10.13.6

Expected Behavior

Show bigger smileys if the line is only filled with smileys

Actual Behavior

Currently, smileys are only as small as the font size

Steps to Reproduce the Problem

  1. send smileys without any text

Really promising native App and no Web App crap! Thank you so much.

E2E rooms when keys are unavailable results in crashes

Specifications

  • Seaglass Version: 0.0.393-c3bf4cb
  • macOS Version: 10.13.6

Expected Behavior

When no encryption keys are available, Seaglass should request keys and show dummy messages in the interim.

Actual Behavior

No message history seems to be shown, and eventually results in a crash as there is an inconsistency between the row count and an insert/remove operation on the room view table.

Steps to Reproduce the Problem

  1. Remove all caches and MXFileStore
  2. Log in and select an encrypted channel
  3. Don't acknowledge keysharing requests from other clients, if any appear

README missing info on pod

pod doesn't seem to ship with OS X by default. It would be good for the README to indicate how to install it:

   brew install cocoapods

Fatal error: Unexpectedly found nil while unwrapping an Optional value (Version: 3ec320a)

I wasn't really doing anything in particular, just looking at the list of rooms when it crashed.

Process:               Seaglass [15780]
Path:                  /Applications/Seaglass.app/Contents/MacOS/Seaglass
Identifier:            eu.neilalexander.seaglass
Version:               3ec320a014799b115aa583f2c42f1763b7fc1914 (58)
Code Type:             X86-64 (Native)
Parent Process:        ??? [15775]
Responsible:           Seaglass [15780]
User ID:               501

Date/Time:             2018-08-14 11:31:03.654 -0500
OS Version:            Mac OS X 10.13.6 (17G65)
Report Version:        12
Anonymous UUID:        D2B10E1C-FCC1-D778-1131-4967D5F83A7D

Sleep/Wake UUID:       45F8B2C9-7BAA-4299-B6CA-D0A0EAE4296F

Time Awake Since Boot: 590000 seconds
Time Since Wake:       490000 seconds

System Integrity Protection: enabled

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

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

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

Application Specific Information:
Fatal error: Unexpectedly found nil while unwrapping an Optional value
 

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libswiftCore.dylib            	0x000000010e77bc60 specialized _fatalErrorMessage(_:_:file:line:flags:) + 96
1   libswiftCore.dylib            	0x000000010e5f3493 _fatalErrorMessage(_:_:file:line:flags:) + 19
2   eu.neilalexander.seaglass     	0x000000010d8883b2 NSImageView.setAvatar(forRoomId:useCached:) + 6082
3   eu.neilalexander.seaglass     	0x000000010d85770c MainViewRoomsController.tableView(_:viewFor:row:) + 19964
4   eu.neilalexander.seaglass     	0x000000010d858ee9 @objc MainViewRoomsController.tableView(_:viewFor:row:) + 89
5   com.apple.AppKit              	0x00007fff329fa79b -[NSTableView(NSTableViewViewBased) _delegate_viewForTableColumn:row:] + 86
6   com.apple.AppKit              	0x00007fff32974ec4 -[NSTableView(NSTableViewViewBased) makeViewForTableColumn:row:] + 87
7   com.apple.AppKit              	0x00007fff32974747 -[NSTableRowData _addViewToRowView:atColumn:row:] + 342
8   com.apple.AppKit              	0x00007fff32974421 -[NSTableRowData _addViewsToRowView:atRow:] + 211
9   com.apple.AppKit              	0x00007fff32972aa4 -[NSTableRowData _initializeRowView:atRow:] + 397
10  com.apple.AppKit              	0x00007fff3325e96a -[NSTableRowData _preparedRowViewForRow:storageHandler:] + 154
11  com.apple.AppKit              	0x00007fff32970ed1 -[NSTableRowData _addRowViewForVisibleRow:withPriorView:] + 392
12  com.apple.AppKit              	0x00007fff32970c94 -[NSTableRowData _addRowViewForVisibleRow:withPriorRowIndex:inDictionary:withRowAnimation:] + 416
13  com.apple.AppKit              	0x00007fff33260b23 -[NSTableRowData _updateVisibleRowEntries] + 1778
14  com.apple.AppKit              	0x00007fff3296f992 -[NSTableRowData updateVisibleRowViews] + 294
15  com.apple.AppKit              	0x00007fff32b18f0e -[NSTableRowData prepareContentInRect:] + 106
16  com.apple.AppKit              	0x00007fff32b18a06 -[NSTableView prepareContentInRect:] + 303
17  com.apple.AppKit              	0x00007fff33119ab9 __38-[NSView _pullInExtraTilesForOverdraw]_block_invoke + 562
18  com.apple.AppKit              	0x00007fff329de8ea -[NSView _performWorkOnTilesFromRect:renderedContentRect:maximumRect:scrollVelocity:handler:] + 2285
19  com.apple.AppKit              	0x00007fff329dddde -[NSView _pullInExtraTilesForOverdraw] + 854
20  com.apple.AppKit              	0x00007fff329dda5c -[NSView _doIdlePrefetch] + 37
21  com.apple.AppKit              	0x00007fff32ac9502 -[_NSScrollingConcurrentMainThreadSynchronizer _doIdlePrefetch] + 88
22  com.apple.AppKit              	0x00007fff32ac8cf6 -[_NSScrollingConcurrentMainThreadSynchronizer _synchronize:completionHandler:] + 48
23  com.apple.AppKit              	0x00007fff32ac8c94 __80-[_NSScrollingConcurrentMainThreadSynchronizer initWithSharedData:constantData:]_block_invoke + 145
24  libdispatch.dylib             	0x00007fff5d180db8 _dispatch_client_callout + 8
25  libdispatch.dylib             	0x00007fff5d193e81 _dispatch_continuation_pop + 472
26  libdispatch.dylib             	0x00007fff5d183081 _dispatch_source_invoke + 620
27  libdispatch.dylib             	0x00007fff5d18c221 _dispatch_main_queue_callback_4CF + 776
28  com.apple.CoreFoundation      	0x00007fff3531ae59 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
29  com.apple.CoreFoundation      	0x00007fff352dd66a __CFRunLoopRun + 2586
30  com.apple.CoreFoundation      	0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
31  com.apple.HIToolbox           	0x00007fff345bcd96 RunCurrentEventLoopInMode + 286
32  com.apple.HIToolbox           	0x00007fff345bcb06 ReceiveNextEventCommon + 613
33  com.apple.HIToolbox           	0x00007fff345bc884 _BlockUntilNextEventMatchingListInModeWithFilter + 64
34  com.apple.AppKit              	0x00007fff3286da73 _DPSNextEvent + 2085
35  com.apple.AppKit              	0x00007fff33003e34 -[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 3044
36  com.apple.AppKit              	0x00007fff32862885 -[NSApplication run] + 764
37  com.apple.AppKit              	0x00007fff32831a72 NSApplicationMain + 804
38  eu.neilalexander.seaglass     	0x000000010d84dd5d main + 13
39  libdyld.dylib                 	0x00007fff5d1ba015 start + 1

Thread 1:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff5d30120a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff5d300724 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff352ddff5 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation      	0x00007fff352dd347 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation      	0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
5   com.apple.AppKit              	0x00007fff329aafc4 _NSEventThread + 184
6   libsystem_pthread.dylib       	0x00007fff5d4d2661 _pthread_body + 340
7   libsystem_pthread.dylib       	0x00007fff5d4d250d _pthread_start + 377
8   libsystem_pthread.dylib       	0x00007fff5d4d1bf9 thread_start + 13

Thread 2:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib        	0x00007fff5d30120a mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff5d300724 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff352ddff5 __CFRunLoopServiceMachPort + 341
3   com.apple.CoreFoundation      	0x00007fff352dd347 __CFRunLoopRun + 1783
4   com.apple.CoreFoundation      	0x00007fff352dc9b7 CFRunLoopRunSpecific + 487
5   com.apple.CFNetwork           	0x00007fff3441ce84 -[__CoreSchedulingSetRunnable runForever] + 722
6   com.apple.Foundation          	0x00007fff374021f8 __NSThread__start__ + 1197
7   libsystem_pthread.dylib       	0x00007fff5d4d2661 _pthread_body + 340
8   libsystem_pthread.dylib       	0x00007fff5d4d250d _pthread_start + 377
9   libsystem_pthread.dylib       	0x00007fff5d4d1bf9 thread_start + 13

Thread 3:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d2009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d2009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d2009 _pthread_wqthread + 1035
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 8:: CVDisplayLink
0   libsystem_kernel.dylib        	0x00007fff5d30aa16 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d35c2 _pthread_cond_wait + 789
2   com.apple.CoreVideo           	0x00007fff36ecf3f3 CVDisplayLink::waitUntil(unsigned long long) + 237
3   com.apple.CoreVideo           	0x00007fff36ece9a4 CVDisplayLink::runIOThread() + 500
4   libsystem_pthread.dylib       	0x00007fff5d4d2661 _pthread_body + 340
5   libsystem_pthread.dylib       	0x00007fff5d4d250d _pthread_start + 377
6   libsystem_pthread.dylib       	0x00007fff5d4d1bf9 thread_start + 13

Thread 9:
0   libsystem_kernel.dylib        	0x00007fff5d30b28a __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff5d4d220e _pthread_wqthread + 1552
2   libsystem_pthread.dylib       	0x00007fff5d4d1be9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000307  rbx: 0x000000010d8b5740  rcx: 0x0000000000000000  rdx: 0x00000000002f4180
  rdi: 0x000000010d96d080  rsi: 0x000000010f0d5600  rbp: 0x00007ffee23f49b0  rsp: 0x00007ffee23f4980
   r8: 0x0000000000000002   r9: 0x00007fe116c5d420  r10: 0x000007fe11716cfd  r11: 0x0000000000000003
  r12: 0x000000010d8b577a  r13: 0x000000000000000b  r14: 0x0000000000000002  r15: 0x0000000000000039
  rip: 0x000000010e77bc60  rfl: 0x0000000000010206  cr2: 0x000000010e5f3480
  
Logical CPU:     6
Error Code:      0x00000000
Trap Number:     6


Binary Images:
       0x10d807000 -        0x10d8bfff7 +eu.neilalexander.seaglass (3ec320a014799b115aa583f2c42f1763b7fc1914 - 58) <3E80446B-2C3E-35CA-AC78-432BB17A6DBF> /Applications/Seaglass.app/Contents/MacOS/Seaglass
       0x10d970000 -        0x10d991fff +org.cocoapods.AFNetworking (3.2.1 - 1) <A4E1CCEE-F37B-31D2-90DE-4BBED4FDE13D> /Applications/Seaglass.app/Contents/Frameworks/AFNetworking.framework/Versions/A/AFNetworking
       0x10d9c9000 -        0x10d9f5ff7 +org.cocoapods.Down (0.5.2 - 1) <D3EECD66-B3E5-3EB4-B058-F90ED7AA28DD> /Applications/Seaglass.app/Contents/Frameworks/Down.framework/Versions/A/Down
       0x10da24000 -        0x10da27ffb +org.cocoapods.GZIP (1.2.1 - 1) <1DEFC076-4E62-3CAF-A2FD-151E93AB2889> /Applications/Seaglass.app/Contents/Frameworks/GZIP.framework/Versions/A/GZIP
       0x10da30000 -        0x10da59ffb +org.cocoapods.OLMKit (2.2.2 - 1) <00F636AD-C927-3C64-A20E-CEF6B6E7A1DF> /Applications/Seaglass.app/Contents/Frameworks/OLMKit.framework/Versions/A/OLMKit
       0x10da81000 -        0x10ded9ff7 +org.cocoapods.Realm (3.3.2 - 1) <EE0A2C2B-D36C-3B7A-AB0C-50D9980EEE5F> /Applications/Seaglass.app/Contents/Frameworks/Realm.framework/Versions/A/Realm
       0x10e1f3000 -        0x10e340ff7 +org.cocoapods.SwiftMatrixSDK (0.10.11 - 1) <DCA9FBAE-3F20-36EF-AF29-28B81B484267> /Applications/Seaglass.app/Contents/Frameworks/SwiftMatrixSDK.framework/Versions/A/SwiftMatrixSDK
       0x10e537000 -        0x10e543ff7 +org.cocoapods.TSMarkdownParser (2.1.5 - 1) <F60559FF-7F09-3534-8D66-29B249628250> /Applications/Seaglass.app/Contents/Frameworks/TSMarkdownParser.framework/Versions/A/TSMarkdownParser
       0x10e557000 -        0x10e565fff +libswiftAVFoundation.dylib (4.1.2 - 902.0.54) <9F48A43D-7FE0-3948-B915-91A33168AFFE> /Applications/Seaglass.app/Contents/Frameworks/libswiftAVFoundation.dylib
       0x10e576000 -        0x10e588fff +libswiftAppKit.dylib (4.1.2 - 902.0.54) <AC109545-DBCB-3C56-8B89-8AF52D86A56B> /Applications/Seaglass.app/Contents/Frameworks/libswiftAppKit.dylib
       0x10e5a6000 -        0x10e8f9ff7 +libswiftCore.dylib (4.1.2 - 902.0.54) <F318B448-C59C-3FE4-A2F5-28807B333CDE> /Applications/Seaglass.app/Contents/Frameworks/libswiftCore.dylib
       0x10eba8000 -        0x10ebaffff +libswiftCoreAudio.dylib (4.1.2 - 902.0.54) <0F8DB605-450B-314B-A573-2BD91CB2278A> /Applications/Seaglass.app/Contents/Frameworks/libswiftCoreAudio.dylib
       0x10ebbb000 -        0x10ebc4fff +libswiftCoreData.dylib (4.1.2 - 902.0.54) <CDB72D6F-F272-3028-8033-99D7589452E1> /Applications/Seaglass.app/Contents/Frameworks/libswiftCoreData.dylib
       0x10ebda000 -        0x10ebddfff +libswiftCoreFoundation.dylib (4.1.2 - 902.0.54) <B4751639-D527-3851-B923-10FE0A7F7E10> /Applications/Seaglass.app/Contents/Frameworks/libswiftCoreFoundation.dylib
       0x10ebe4000 -        0x10ebf6fff +libswiftCoreGraphics.dylib (4.1.2 - 902.0.54) <A37BDDBC-C0A5-32A1-BF50-104280CD59F9> /Applications/Seaglass.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x10ec17000 -        0x10ec1cffe +libswiftCoreImage.dylib (4.1.2 - 902.0.54) <417A17C2-AF0D-39E9-801F-F4FE2776FAAD> /Applications/Seaglass.app/Contents/Frameworks/libswiftCoreImage.dylib
       0x10ec28000 -        0x10ec32ff7 +libswiftCoreMedia.dylib (4.1.2 - 902.0.54) <82CCD08E-A4AC-385C-BBDA-B39AAE7DBDD0> /Applications/Seaglass.app/Contents/Frameworks/libswiftCoreMedia.dylib
       0x10ec3e000 -        0x10ec45ff7 +libswiftDarwin.dylib (4.1.2 - 902.0.54) <F691AB87-664D-3032-8DFC-7B43F153430D> /Applications/Seaglass.app/Contents/Frameworks/libswiftDarwin.dylib
       0x10ec57000 -        0x10ec71ff7 +libswiftDispatch.dylib (4.1.2 - 902.0.54) <983D3A77-6B82-34EF-A911-85FCD411A20D> /Applications/Seaglass.app/Contents/Frameworks/libswiftDispatch.dylib
       0x10eca6000 -        0x10ee1aff7 +libswiftFoundation.dylib (4.1.2 - 902.0.54) <3E95BEE7-7BA5-3073-9EB8-FD8BD3FC5C59> /Applications/Seaglass.app/Contents/Frameworks/libswiftFoundation.dylib
       0x10ef66000 -        0x10ef69ff7 +libswiftIOKit.dylib (4.1.2 - 902.0.54) <DCCC358D-C25E-3D62-99F4-D30E103FD262> /Applications/Seaglass.app/Contents/Frameworks/libswiftIOKit.dylib
       0x10ef74000 -        0x10ef7cfff +libswiftMetal.dylib (4.1.2 - 902.0.54) <6E7F41BB-813E-3B91-9416-11E462538D05> /Applications/Seaglass.app/Contents/Frameworks/libswiftMetal.dylib
       0x10ef87000 -        0x10ef8dfff +libswiftObjectiveC.dylib (4.1.2 - 902.0.54) <A357C008-2D9C-3F5A-BC78-9A016E1CF3EF> /Applications/Seaglass.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x10ef9d000 -        0x10efa4fff +libswiftQuartzCore.dylib (4.1.2 - 902.0.54) <FA9BA6D8-C0AB-3CE0-B1EF-41CA51D49083> /Applications/Seaglass.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x10efaa000 -        0x10efe1fff +libswiftSwiftOnoneSupport.dylib (4.1.2 - 902.0.54) <7CD48551-5B4F-341A-9551-486AD5531533> /Applications/Seaglass.app/Contents/Frameworks/libswiftSwiftOnoneSupport.dylib
       0x10f023000 -        0x10f026fff +libswiftXPC.dylib (4.1.2 - 902.0.54) <7D80DFCA-CAC4-390C-908A-7E620BF8ED20> /Applications/Seaglass.app/Contents/Frameworks/libswiftXPC.dylib
       0x10f032000 -        0x10f076fff +libswiftsimd.dylib (4.1.2 - 902.0.54) <A392F595-B777-36B6-9014-19F24E0D61A3> /Applications/Seaglass.app/Contents/Frameworks/libswiftsimd.dylib
       0x10f0c3000 -        0x10f0c8ff7 +libswiftos.dylib (4.1.2 - 902.0.54) <C66A0480-DF9B-35A5-989B-5A7CB4CBEA0B> /Applications/Seaglass.app/Contents/Frameworks/libswiftos.dylib
       0x1144d8000 -        0x11460ffff  com.apple.AMDMTLBronzeDriver (1.68.20 - 1.6.8) <C5D6A803-7CE1-32BD-BE34-C518131CED8B> /System/Library/Extensions/AMDMTLBronzeDriver.bundle/Contents/MacOS/AMDMTLBronzeDriver
       0x11506d000 -        0x115125ffb  com.apple.AMDRadeonX3000GLDriver (1.68.20 - 1.6.8) <F03D1A4D-AA43-3A14-935F-003DAA410311> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
       0x11517d000 -        0x11523fffb  com.apple.AMDRadeonX4000GLDriver (1.68.20 - 1.6.8) <03AC29A1-DE03-3031-854D-B7F6D2018B4D> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/AMDRadeonX4000GLDriver
       0x11b2b8000 -        0x11b302acf  dyld (551.4) <8A72DE9C-A136-3506-AA02-4BA2B82DCAF3> /usr/lib/dyld
    0x7fff2d57c000 -     0x7fff2d8caff7  com.apple.RawCamera.bundle (8.05.0 - 1017.4.1) <CAF490E6-CB0E-3EF0-B3D2-C4880CF85077> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff2d8e9000 -     0x7fff2db11ff3  ATIRadeonX3000SCLib.dylib (1.68.20) <75A8E5A9-42D5-3509-B23C-D700D1DA0A0C> /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/ATIRadeonX3000SCLib.dylib
    0x7fff2db12000 -     0x7fff2e368ff7  ATIRadeonX4000SCLib.dylib (1.68.20) <09BE979C-D263-34F4-A83D-3E36420ED78D> /System/Library/Extensions/AMDRadeonX4000GLDriver.bundle/Contents/MacOS/ATIRadeonX4000SCLib.dylib
    0x7fff3119e000 -     0x7fff3137eff3  com.apple.avfoundation (2.0 - 1536.36) <BB65ED51-CE44-31BD-A6EC-4B1EC5EADDD9> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff3137f000 -     0x7fff31438fff  com.apple.audio.AVFAudio (1.0 - ???) <ECE63BA3-4344-3522-904B-71F89677AC7D> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
    0x7fff3153e000 -     0x7fff3153efff  com.apple.Accelerate (1.11 - Accelerate 1.11) <2EF00EFE-06E8-3082-85C3-2988B422A19D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff3153f000 -     0x7fff31556ff7  libCGInterfaces.dylib (417.2) <2F9C08AF-6DC1-325C-AE8A-BD7364A72F16> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff31557000 -     0x7fff31ca5ffb  com.apple.vImage (8.1 - ???) <56C275C1-459F-37CD-BF29-2E6D81C29E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff31ca6000 -     0x7fff31e46ff3  libBLAS.dylib (1211.50.2) <93259222-2D94-333D-A1EB-09C6FC4A64B4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff31e47000 -     0x7fff31e81fef  libBNNS.dylib (38.1) <0AAE0109-71D5-3B26-8401-3E62DDF97624> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
    0x7fff31e82000 -     0x7fff3225bff7  libLAPACK.dylib (1211.50.2) <70781D0B-AEAD-33EB-9900-10DC30F37D61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff3225c000 -     0x7fff32272ff7  libLinearAlgebra.dylib (1211.50.2) <FB5A35EA-D636-3D69-AB53-B67E1EB8134C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff32273000 -     0x7fff32278ff3  libQuadrature.dylib (3) <3D6BF66A-55B2-3692-BAC7-DEB0C676ED29> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
    0x7fff32279000 -     0x7fff322f9fff  libSparse.dylib (79.50.2) <0DC25CDD-F8C1-3D6E-B472-8B060708424F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
    0x7fff322fa000 -     0x7fff3230cff7  libSparseBLAS.dylib (1211.50.2) <994A7D7E-FA3B-3943-A59C-8150B9AF86BE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff3230d000 -     0x7fff32480fe7  libvDSP.dylib (622.50.5) <4BF310F4-31A3-3DA5-80E4-7F8014AD380B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff32481000 -     0x7fff32537fef  libvMisc.dylib (622.50.5) <88143A88-4FDE-35A1-85FE-54FF0C2A9E43> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff32538000 -     0x7fff32538fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <880DEF40-389A-3F56-ACA1-B62A5BC57E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff32539000 -     0x7fff32593ff7  com.apple.Accounts (113 - 113) <D2892B2B-2846-3E75-9A4B-224A9F343A44> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
    0x7fff32594000 -     0x7fff3282bff7  com.apple.AddressBook.framework (11.0 - 1808.8) <8D6ED6A3-1E6A-39F6-A189-753C4A193399> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff3282c000 -     0x7fff3368afff  com.apple.AppKit (6.9 - 1561.60.100) <3C27CF6F-E640-3411-A87D-CCB2222CC754> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff336dc000 -     0x7fff336dcfff  com.apple.ApplicationServices (48 - 50) <AFFBD94A-AF76-336E-B53E-57524EAE8EF3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff336dd000 -     0x7fff33743fff  com.apple.ApplicationServices.ATS (377 - 445.4) <85E779EE-0219-3181-B4C4-201E4CC82AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff337dc000 -     0x7fff338fefff  libFontParser.dylib (222.1.6) <6CEBACDD-B848-302E-B4B2-630CB16E663E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff338ff000 -     0x7fff33949ff7  libFontRegistry.dylib (221.4) <5FDB4F1A-E15C-3ACB-A5C1-F15458C0C6DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff339ee000 -     0x7fff33a21ff7  libTrueTypeScaler.dylib (222.1.6) <9147F859-8BD9-31D9-AB54-8E9549B92AE9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff33a8b000 -     0x7fff33a8fff3  com.apple.ColorSyncLegacy (4.13.0 - 1) <A5FB2694-1559-34A8-A3D3-2029F68A63CA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
    0x7fff33b2f000 -     0x7fff33b81ffb  com.apple.HIServices (1.22 - 624.1) <66FD9ED2-9630-313C-86AE-4C2FBCB3F351> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff33b82000 -     0x7fff33b90fff  com.apple.LangAnalysis (1.7.0 - 1.7.0) <B65FF7E6-E9B5-34D8-8CA7-63D415A8A9A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff33b91000 -     0x7fff33bddfff  com.apple.print.framework.PrintCore (13.4 - 503.2) <B90C67C1-0292-3CEC-885D-F1882CD104BE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff33bde000 -     0x7fff33c18fff  com.apple.QD (3.12 - 404.2) <38B20AFF-9D54-3B52-A6DC-C0D71380AA5F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff33c19000 -     0x7fff33c25fff  com.apple.speech.synthesis.framework (7.8.1 - 7.8.1) <A08DE016-C8F2-3B0E-BD34-15959D13DBF0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff33c26000 -     0x7fff33eb4ff7  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <E0B8B5D8-80A0-308B-ABD6-F8612102B5D8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff33eb6000 -     0x7fff33eb6fff  com.apple.audio.units.AudioUnit (1.14 - 1.14) <ABF8778E-4F9D-305E-A528-DE406A1A2B68> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff341d9000 -     0x7fff34573ff7  com.apple.CFNetwork (902.1 - 902.1) <76EB8CB6-BF59-3BDA-BF2B-F21B161611B9> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff34588000 -     0x7fff34588fff  com.apple.Carbon (158 - 158) <F8B370D9-2103-3276-821D-ACC756167F86> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff34589000 -     0x7fff3458cffb  com.apple.CommonPanels (1.2.6 - 98) <2391761C-5CAA-3F68-86B7-50B37927B104> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff3458d000 -     0x7fff34892fff  com.apple.HIToolbox (2.1.1 - 911.10) <BF7F9C0E-C732-3FB2-9BBC-362888BDA57B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff34893000 -     0x7fff34896ffb  com.apple.help (1.3.8 - 66) <DEBADFA8-C189-3195-B0D6-A1F2DE95882A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff34897000 -     0x7fff3489cfff  com.apple.ImageCapture (9.0 - 9.0) <23B4916F-3B43-3DFF-B956-FC390EECA284> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff3489d000 -     0x7fff34932ffb  com.apple.ink.framework (10.9 - 221) <5206C8B0-22DA-36C9-998E-846EDB626D5B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff34933000 -     0x7fff3494dff7  com.apple.openscripting (1.7 - 174) <1B2A1F9E-5534-3D61-83CA-9199B39E8708> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff3496e000 -     0x7fff3496ffff  com.apple.print.framework.Print (12 - 267) <3682ABFB-2561-3419-847D-02C247F4800D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff34970000 -     0x7fff34972ff7  com.apple.securityhi (9.0 - 55006) <C1406B8D-7D05-3959-808F-9C82189CF57F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff34973000 -     0x7fff34979fff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <2ED8643D-B0C3-3F17-82A2-BBF13E6CBABC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff34a9a000 -     0x7fff34a9afff  com.apple.Cocoa (6.11 - 22) <78E6C28E-4308-3D10-AD14-0CBCF6789B3F> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff34aa8000 -     0x7fff34b61fff  com.apple.ColorSync (4.13.0 - 3325) <D283C285-447D-3258-A7E4-59532123B8FF> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff34cee000 -     0x7fff34d81ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EB35D3EC-56EA-33E6-98DC-BDC3A5FA8ACE> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff34de8000 -     0x7fff34e11ffb  com.apple.CoreBluetooth (1.0 - 1) <E1335074-9D07-370E-8440-61C4874BAC56> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff34e12000 -     0x7fff35176ff3  com.apple.CoreData (120 - 851) <8D605466-8676-3D45-9A4B-8980971551C3> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff35177000 -     0x7fff3525afff  com.apple.CoreDisplay (99.14 - 99.14) <A1B91ADD-828D-33A0-8A92-CC3F83DF89D0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
    0x7fff3525b000 -     0x7fff356f5ff7  com.apple.CoreFoundation (6.9 - 1454.90) <F320589A-8600-3244-9B55-A645F7EAAB35> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff356f7000 -     0x7fff35d25ff7  com.apple.CoreGraphics (2.0 - 1161.21) <C4CBD2CF-39D5-3185-851E-85C7DD2F8C7F> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff35d27000 -     0x7fff36016fff  com.apple.CoreImage (13.0.0 - 579.5) <AAE2DFD0-9B0A-3D56-8A3E-C460BAF70394> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff362a5000 -     0x7fff3639bffb  com.apple.CoreMedia (1.0 - 2276.68) <5F0001EF-10FF-3334-9170-7FD5FB026205> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff3639c000 -     0x7fff363eafff  com.apple.CoreMediaIO (814.0 - 4995) <4A7FA7DF-4F7C-3378-AE5F-A33273B2FEA6> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff363eb000 -     0x7fff363ebfff  com.apple.CoreServices (822.36 - 822.36) <C8368F17-1589-3BA5-A0E7-89CB8DF2454F> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff363ec000 -     0x7fff36460ffb  com.apple.AE (735.1 - 735.1) <08EBA184-20F7-3725-AEA6-C314448161C6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff36461000 -     0x7fff36738fff  com.apple.CoreServices.CarbonCore (1178.4 - 1178.4) <0D5E19BF-18CB-3FA4-8A5F-F6C787C5EE08> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff36739000 -     0x7fff3676dfff  com.apple.DictionaryServices (1.2 - 284.2) <6505B075-41C3-3C62-A4C3-85CE3F6825CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff3676e000 -     0x7fff36776ffb  com.apple.CoreServices.FSEvents (1239.50.1 - 1239.50.1) <3637CEC7-DF0E-320E-9634-44A442925C65> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff36777000 -     0x7fff36934fff  com.apple.LaunchServices (822.36 - 822.36) <6E68C090-B12D-3D3D-9617-E5D82C36B2D0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff36935000 -     0x7fff369e5ff7  com.apple.Metadata (10.7.0 - 1191.4.13) <B5C22E70-C265-3C9F-865F-B138994A418D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff369e6000 -     0x7fff36a46fff  com.apple.CoreServices.OSServices (822.36 - 822.36) <3BB2E0CE-81AE-3D3D-9FCE-E1B7FC6D6A61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff36a47000 -     0x7fff36ab5fff  com.apple.SearchKit (1.4.0 - 1.4.0) <3662545A-B1CF-3079-BDCD-C83855CEFEEE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff36ab6000 -     0x7fff36adaffb  com.apple.coreservices.SharedFileList (71.21 - 71.21) <35582D88-5975-35E2-A29A-E3148C3EE727> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff36d7b000 -     0x7fff36ecbfff  com.apple.CoreText (352.0 - 578.22) <6129F39D-284D-3BBF-8999-7854AB61C01C> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff36ecc000 -     0x7fff36f06fff  com.apple.CoreVideo (1.8 - 0.0) <86CCC036-51BB-3DD1-9601-D93798BCCD0F> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff36f07000 -     0x7fff36f92ff3  com.apple.framework.CoreWLAN (13.0 - 1350.1) <E862CC02-69D2-3503-887B-B6E8223081E7> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff37120000 -     0x7fff3712bff7  com.apple.DirectoryService.Framework (10.13 - 207.50.1) <BE0D8038-7974-3B06-80E1-31E27E5CD634> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff3720d000 -     0x7fff37212fff  com.apple.DiskArbitration (2.7 - 2.7) <A975AD56-4CD3-3A89-8732-858CA9BD3DAA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff373d3000 -     0x7fff37799fff  com.apple.Foundation (6.9 - 1454.90) <8EA924F3-ADAE-3F4B-8482-8B11C027D9A5> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff3780a000 -     0x7fff3783afff  com.apple.GSS (4.0 - 2.0) <D774A165-5581-3479-AB5D-2BBDB5CF8882> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff3794c000 -     0x7fff37a50ffb  com.apple.Bluetooth (6.0.7 - 6.0.7f10) <557F26F9-C7A0-34EA-A905-22E243BF6B48> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff37ab0000 -     0x7fff37b4bfff  com.apple.framework.IOKit (2.0.2 - 1445.71.1) <2EA4F383-CAA9-3AF0-99C5-90C22ADAA6B6> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff37b4d000 -     0x7fff37b54fff  com.apple.IOSurface (211.15 - 211.15) <9FD406F1-6BF2-35B0-8339-DF83A1A661EB> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff37b55000 -     0x7fff37baaff3  com.apple.ImageCaptureCore (7.0 - 7.0) <0DAB3D7E-8C3F-35DE-96DF-C370AD35EB65> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff37bab000 -     0x7fff37d28fff  com.apple.ImageIO.framework (3.3.0 - 1739.3) <86D14377-8F57-387E-982E-2EF60EE41E2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff37d29000 -     0x7fff37d2dffb  libGIF.dylib (1739.3) <E1B16861-7818-3319-9EE5-7AF2BC02E4AB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff37d2e000 -     0x7fff37e15fff  libJP2.dylib (1739.3) <3C1150F8-4983-3380-9B8C-5021AD972FFE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff37e16000 -     0x7fff37e39fff  libJPEG.dylib (1739.3) <D20353C9-8B51-386E-97A3-B1FE0038E9B6> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff38116000 -     0x7fff3813cff3  libPng.dylib (1739.3) <97A8B816-7A79-3CB8-9D47-CCDC19B84E2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff3813d000 -     0x7fff3813fff3  libRadiance.dylib (1739.3) <47A0D85B-8AE8-3FF2-9C13-279550850A24> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff38140000 -     0x7fff3818dff3  libTIFF.dylib (1739.3) <9833CCBB-48FB-3E7B-A11A-F2F331FD094D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff38349000 -     0x7fff3902ffff  com.apple.JavaScriptCore (13605 - 13605.3.8) <E6B49CDA-72F0-3E58-85EF-98AF10CE04B0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff39047000 -     0x7fff39060ff7  com.apple.Kerberos (3.0 - 1) <F86DCCDF-93C1-38B3-82C2-477C12E8EE6D> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff39061000 -     0x7fff39096fff  com.apple.LDAPFramework (2.4.28 - 194.5) <08888215-BBCE-3402-8142-2C9ADB091580> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff3931f000 -     0x7fff39326fff  com.apple.MediaAccessibility (1.0 - 114) <9F72AACD-BAEB-3646-BD0F-12C47591C20D> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff393d6000 -     0x7fff39a40ff7  com.apple.MediaToolbox (1.0 - 2276.68) <CB6791F2-B401-360E-9531-BFBC5138254E> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff39a42000 -     0x7fff39ac3fff  com.apple.Metal (125.30 - 125.30) <975FD6B5-D695-346A-869F-0584A968D100> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff39ae0000 -     0x7fff39afbfff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <AD754E8F-CA00-3878-9AF3-208C224A230B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
    0x7fff39afc000 -     0x7fff39b6bfef  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <338B7779-E608-3D68-8A07-2ACC11299744> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
    0x7fff39b6c000 -     0x7fff39b90fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <9CE072D7-853B-3939-9645-7EB951376B87> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
    0x7fff39b91000 -     0x7fff39c78ff7  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <0DE891AD-27E5-38FF-AEC8-4A95356C4357> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
    0x7fff39c79000 -     0x7fff39c79ff7  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <2D2D261C-50B0-32F9-BF9A-5C01382BB528> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
    0x7fff3ac78000 -     0x7fff3ac84ffb  com.apple.NetFS (6.0 - 4.0) <471DD96F-FA2E-3FE9-9746-2519A6780D1A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff3da6d000 -     0x7fff3da75fef  libcldcpuengine.dylib (2.8.7) <EF9A91AC-029C-300A-99E7-4952C15DA09F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff3da76000 -     0x7fff3dad0ff7  com.apple.opencl (2.8.24 - 2.8.24) <4D7401A7-6ADD-3632-85AE-7A5012DFFA04> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff3dad1000 -     0x7fff3daedffb  com.apple.CFOpenDirectory (10.13 - 207.50.1) <29F55F7B-379F-3053-8FF3-5C6675A3DD4D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff3daee000 -     0x7fff3daf9fff  com.apple.OpenDirectory (10.13 - 207.50.1) <F895547D-4915-353F-9C1E-E95172BA803B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff3ec78000 -     0x7fff3ec7afff  libCVMSPluginSupport.dylib (16.7.4) <F9270AE0-CC3B-3E3E-BA32-CC1068DD8F27> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff3ec7b000 -     0x7fff3ec80ffb  libCoreFSCache.dylib (162.9) <7AF87F3E-D5D0-3625-BE09-CA4223195466> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff3ec81000 -     0x7fff3ec85fff  libCoreVMClient.dylib (162.9) <115FE643-6141-39B4-8193-77DFCBE7A4E0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff3ec86000 -     0x7fff3ec8fff3  libGFXShared.dylib (16.7.4) <EB2BF8A0-E10D-35EA-8F46-B2E3C62C12A8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff3ec90000 -     0x7fff3ec9bfff  libGL.dylib (16.7.4) <2BB333D3-5C61-33DF-8545-06DF2D08B83D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff3ec9c000 -     0x7fff3ecd7fe7  libGLImage.dylib (16.7.4) <4DA003CE-0B74-3FE4-808C-B2FBCE517EB4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff3ecd8000 -     0x7fff3ee45ff3  libGLProgrammability.dylib (16.7.4) <ECC9D79B-C0B1-33F9-A9BB-097EF12D9E13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff3ee46000 -     0x7fff3ee84ffb  libGLU.dylib (16.7.4) <BCB09CD8-EB0E-38FA-8B5A-9E29532EE364> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff3f7fc000 -     0x7fff3f80bff3  com.apple.opengl (16.7.4 - 16.7.4) <9BDE8FF9-5418-3C70-8D1C-09656884CE48> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff3f80c000 -     0x7fff3f9a3ff3  GLEngine (16.7.4) <E2EE1D9C-826E-3DA9-9DCA-2FF371CDE5BB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff3f9a4000 -     0x7fff3f9ccffb  GLRendererFloat (16.7.4) <3B51AC1B-0A3C-30E5-80EB-F64EBB1B1F77> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff3fb85000 -     0x7fff3fcd1ff7  com.apple.QTKit (7.7.3 - 3014.8) <FEDEF531-50A3-32AB-A546-E6BA994C58E1> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff3fcd2000 -     0x7fff3ff37ff7  com.apple.imageKit (3.0 - 1043) <6C19A20B-6D0D-380A-A87D-F923658E1726> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff3ff38000 -     0x7fff40027ffb  com.apple.PDFKit (1.0 - 677.67) <6BD11C23-1AEA-3078-8D0C-A7152BCF9031> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff40028000 -     0x7fff4053aff7  com.apple.QuartzComposer (5.1 - 364) <1369D6DA-8842-3878-B546-1D09828331F5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff4053b000 -     0x7fff4055efff  com.apple.quartzfilters (1.10.0 - 1.10.0) <C95CB89D-148D-341B-BC50-82D8C32BF767> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff4055f000 -     0x7fff40658ff7  com.apple.QuickLookUIFramework (5.0 - 743.13) <093180B8-FB25-3292-AD99-1791CF8D6EBF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff40659000 -     0x7fff40659fff  com.apple.quartzframework (1.5 - 21) <DCEB0FCC-2C32-3D02-8752-7B6FA009AB85> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff4065a000 -     0x7fff408a6ff7  com.apple.QuartzCore (1.11 - 584.62) <1950D993-DE48-3C97-95A5-66D98BDFC95D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff408a7000 -     0x7fff408feff7  com.apple.QuickLookFramework (5.0 - 743.13) <8254FFF2-EE0D-323D-A6F3-BEB59615EE47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff40ac4000 -     0x7fff40adbff7  com.apple.SafariServices.framework (13605 - 13605.3.8) <57BAA02F-C55A-3D8A-AFD3-25118323C0B2> /System/Library/Frameworks/SafariServices.framework/Versions/A/SafariServices
    0x7fff410db000 -     0x7fff41406fff  com.apple.security (7.0 - 58286.70.7) <9FC166E1-14D0-305C-A086-02B9E83F547E> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff41407000 -     0x7fff41493ff7  com.apple.securityfoundation (6.0 - 55185.50.5) <D708D069-AEDB-36C2-B1DA-479DA91D7711> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff41494000 -     0x7fff414c4fff  com.apple.securityinterface (10.0 - 55109.50.6) <3C20BE54-8115-3C7B-9719-F746A9EBF72B> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff414c5000 -     0x7fff414c9ffb  com.apple.xpc.ServiceManagement (1.0 - 1) <71B45D83-ECA4-3265-997E-683A8B8DF413> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff4186e000 -     0x7fff418deff3  com.apple.SystemConfiguration (1.17 - 1.17) <8532B8E9-7E30-35A3-BC4A-DDE8E0614FDA> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff41a93000 -     0x7fff41e0efff  com.apple.VideoToolbox (1.0 - 2276.68) <8F6FBC7D-60EA-38B2-B583-7ECB58E8936E> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff420b6000 -     0x7fff42615feb  libwebrtc.dylib (7605.3.8) <BCFA176B-4553-386B-B2E7-E578AC89E3E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/Frameworks/libwebrtc.dylib
    0x7fff42616000 -     0x7fff43ce9ff7  com.apple.WebCore (13605 - 13605.3.8) <2F0DA536-2C93-3EB2-9FFE-13AE1B40C4DC> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff43cea000 -     0x7fff43ed1ff7  com.apple.WebKitLegacy (13605 - 13605.3.8) <048392B7-89A6-37C0-9544-26D4E5A62B22> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff43ed2000 -     0x7fff4436bfff  com.apple.WebKit (13605 - 13605.3.8) <7E5D9855-D1CC-382D-B8EB-25A030D4B2FA> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff447db000 -     0x7fff4486efff  com.apple.APFS (1.0 - 1) <6BBB3988-1C91-314F-A77A-4E093A1B18F0> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
    0x7fff45499000 -     0x7fff454c1fff  com.apple.framework.Apple80211 (13.0 - 1361.7) <16627876-8CF5-3502-A1D6-35FCBDD5E79A> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff454c3000 -     0x7fff454d2fef  com.apple.AppleFSCompression (96.60.1 - 1.0) <A7C875C4-F5EE-3272-AFB6-57C9FD5352B3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff455d1000 -     0x7fff455dcff7  com.apple.AppleIDAuthSupport (1.0 - 1) <2FAF5567-CDB3-33EF-AB71-05D37F2248B7> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
    0x7fff45616000 -     0x7fff4565eff3  com.apple.AppleJPEG (1.0 - 1) <8DD410CB-76A1-3F22-9A9F-0491FA0CEB4A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff45671000 -     0x7fff4568fff3  com.apple.aps.framework (4.0 - 4.0) <142A38BC-8266-3462-86A7-C39198651F2A> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff45690000 -     0x7fff45698ff3  com.apple.AppleSRP (5.0 - 1) <4CEC34CF-63E3-3023-B61B-F8D133698534> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff45699000 -     0x7fff456c1fff  com.apple.applesauce (1.0 - ???) <CCA8B094-1BCE-3AE3-A0A7-D544C818DE36> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
    0x7fff4578a000 -     0x7fff4578dff3  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <0E33401D-7B9C-378A-8EE8-0E3D40B63C8D> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff4578e000 -     0x7fff457deff7  com.apple.AppleVAFramework (5.0.41 - 5.0.41) <14E91E09-C345-3C5F-8D3C-4BC291FAF796> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff45b13000 -     0x7fff45dacffb  com.apple.AuthKit (1.0 - 1) <6CA71A11-91C5-307C-B933-9FCDEDCB580A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
    0x7fff45ee3000 -     0x7fff45eeaff7  com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <51A41CA3-DB1D-3380-993E-99C54AEE518E> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
    0x7fff45eeb000 -     0x7fff45f72ff7  com.apple.backup.framework (1.9.5 - 1.9.5) <5E7B0925-8C71-353D-BB0F-9CA144BB264C> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff45f7b000 -     0x7fff45f81ff7  com.apple.BezelServicesFW (305.1 - 305.1) <7D2C4717-FFF2-3262-B822-1982596BE46B> /System/Library/PrivateFrameworks/BezelServices.framework/Versions/A/BezelServices
    0x7fff45fec000 -     0x7fff46028fff  com.apple.bom (14.0 - 194.2) <EAC5AB86-CC57-3ACD-8C71-B6F91A062D9B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff4665c000 -     0x7fff46689fff  com.apple.CalendarAgentLink (8.0 - 250) <55B60B04-2EAA-3F22-88EF-1602129D5294> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/CalendarAgentLink
    0x7fff46d54000 -     0x7fff46da3ff3  com.apple.ChunkingLibrary (189 - 189) <C021A0EB-82E7-3A1E-A772-96B0E7E038D9> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff4792c000 -     0x7fff47935ff3  com.apple.CommonAuth (4.0 - 2.0) <4D237B25-27E5-3577-948B-073659F6D3C0> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff4794a000 -     0x7fff4795fff7  com.apple.commonutilities (8.0 - 900) <5EC02BD4-F1F8-3A96-BE1A-6620D3080CD4> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
    0x7fff47b8e000 -     0x7fff47beefff  com.apple.AddressBook.ContactsFoundation (8.0 - ???) <997AADA4-DD8A-38C5-B441-C3FEDC5AFCE7> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff47bef000 -     0x7fff47c11fff  com.apple.contacts.ContactsPersistence (1.0 - 2330.3) <B7EA2D0A-8A43-3E9C-A7D2-E9585064C328> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence
    0x7fff47c71000 -     0x7fff48079fff  com.apple.CoreAUC (259.0.0 - 259.0.0) <B3D5289B-9E8A-37FE-855B-7277D700029E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff4807a000 -     0x7fff480aaff7  com.apple.CoreAVCHD (5.9.0 - 5900.4.1) <E9FF9574-122A-3966-AA2B-546E512ACD06> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff480c2000 -     0x7fff480effff  com.apple.CoreAnalytics.CoreAnalytics (1.0 - 1) <A508C74C-114D-3156-AC87-8F12A2C023C9> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
    0x7fff48141000 -     0x7fff48185ff3  com.apple.corebrightness (1.0 - 1) <7E67395F-F587-3EE2-AE98-339EC152807C> /System/Library/PrivateFrameworks/CoreBrightness.framework/Versions/A/CoreBrightness
    0x7fff482c4000 -     0x7fff482cdff7  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <35A43584-2AF8-3202-A139-27D916E444BE> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff4843b000 -     0x7fff4844bff7  com.apple.CoreEmoji (1.0 - 69.3) <A4357F5C-0C38-3A61-B456-D7321EB2CEE5> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
    0x7fff4874f000 -     0x7fff48765ff7  com.apple.CoreMediaAuthoring (2.2 - 956) <FBA28A76-97E2-3023-A3F6-D03280AE2889> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff488ae000 -     0x7fff4890bff7  com.apple.CoreNLP (1.0 - 130.5.4) <1FDB3609-F745-3874-84EB-473570632E50> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
    0x7fff48a94000 -     0x7fff48a99ff7  com.apple.CoreOptimization (1.0 - 1) <785B622B-8F7D-3B4D-83AF-EB98CB79FFF6> /System/Library/PrivateFrameworks/CoreOptimization.framework/Versions/A/CoreOptimization
    0x7fff48a9a000 -     0x7fff48b3ffff  com.apple.CorePDF (4.0 - 414) <D64D17C3-9AD0-3A29-89DE-36BEF0156381> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff48bdf000 -     0x7fff48be7ff3  com.apple.CorePhoneNumbers (1.0 - 1) <A5D41251-9F38-3AB9-9DE7-F77023FAAA44> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
    0x7fff48be8000 -     0x7fff48c44fff  com.apple.CorePrediction (1.0 - 1) <A26425DF-E222-333B-8CAE-6141A58B172C> /System/Library/PrivateFrameworks/CorePrediction.framework/Versions/A/CorePrediction
    0x7fff48d72000 -     0x7fff48da3ff3  com.apple.CoreServicesInternal (309.1 - 309.1) <4ECD14EA-A493-3B84-A32F-CF928474A405> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff490e0000 -     0x7fff49171fff  com.apple.CoreSymbolication (9.3 - 64026.2) <D55A6E5B-0267-3F3A-8D90-4B8F39458420> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff491f4000 -     0x7fff49329fff  com.apple.coreui (2.1 - 494.1) <B2C515C3-FCE8-3B28-A225-05AD917F509B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff4932a000 -     0x7fff4945bfff  com.apple.CoreUtils (5.6 - 560.11) <1A02D6F0-8C65-3FAE-AD63-56477EDE4773> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff494b0000 -     0x7fff49514fff  com.apple.framework.CoreWiFi (13.0 - 1350.1) <6EC5DEB3-6E2F-3DC2-BE59-1FD05175FB0C> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff49515000 -     0x7fff49525ff7  com.apple.CrashReporterSupport (10.13 - 1) <A909F468-0648-3F51-A77E-3F9ADBC9A941> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff495a3000 -     0x7fff495b2ff7  com.apple.framework.DFRFoundation (1.0 - 191.7) <5F486F5A-3795-3CD4-86A2-FD008A23F205> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
    0x7fff495b5000 -     0x7fff495b9ffb  com.apple.DSExternalDisplay (3.1 - 380) <901B7F6D-376A-3848-99D0-170C4D00F776> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
    0x7fff495fa000 -     0x7fff4963affb  com.apple.datadetectors (5.0 - 376.1) <12BF834C-0B19-3719-BCC4-796568901107> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x7fff4963b000 -     0x7fff496b1fff  com.apple.datadetectorscore (7.0 - 590.3) <7437160E-68A3-3FD7-8868-5E3F92E23C4F> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff496ff000 -     0x7fff4973fff7  com.apple.DebugSymbols (181.0 - 181.0) <299A0238-ED78-3676-B131-274D972824AA> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff49740000 -     0x7fff4986ffff  com.apple.desktopservices (1.12.5 - 1.12.5) <7739C9A5-64D9-31A5-899B-5FFA242AD70D> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff498e1000 -     0x7fff498e2ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <DA2427D1-82AA-3718-907F-05543665184B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
    0x7fff49b3c000 -     0x7fff49b40ff7  com.apple.DisplayServicesFW (3.1 - 380) <6F0B8AC6-7E62-3DFC-B373-BF04833724C0> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff4a32f000 -     0x7fff4a347fff  com.apple.Engram (1.0 - 1) <47B568AF-DF75-3039-AD55-802A2C826D08> /System/Library/PrivateFrameworks/Engram.framework/Versions/A/Engram
    0x7fff4a689000 -     0x7fff4aab7fff  com.apple.vision.FaceCore (3.3.2 - 3.3.2) <B574FE33-4A41-3611-9738-388EBAF03E37> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff4c713000 -     0x7fff4c713fff  libmetal_timestamp.dylib (802.4.8) <311A8FAA-5FA9-3AAF-887E-DC9884DE8BE5> /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3802/Libraries/libmetal_timestamp.dylib
    0x7fff4dd73000 -     0x7fff4dd7eff7  libGPUSupportMercury.dylib (16.7.4) <A4D6F79C-1DFA-3E96-8F76-4882FBEDE9CF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff4dd7f000 -     0x7fff4dd84fff  com.apple.GPUWrangler (3.20.13 - 3.20.13) <9C5BD618-69E3-36D5-9BC9-A4841BC00D2A> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
    0x7fff4e138000 -     0x7fff4e15dff3  com.apple.GenerationalStorage (2.0 - 285.3) <13B96400-FF70-376B-B20E-FB7D61064800> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff4eafa000 -     0x7fff4eb09fff  com.apple.GraphVisualizer (1.0 - 5) <B993B8A2-5700-3DFC-9EB7-4CCEE8F959F1> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
    0x7fff4eb8c000 -     0x7fff4ec00fff  com.apple.Heimdal (4.0 - 2.0) <93091531-CC91-34FF-8B93-5D3F02C37BC5> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff4ec01000 -     0x7fff4ec2ffff  com.apple.HelpData (2.3 - 167.2) <F391924B-1F5B-3FE5-9190-5EE9F40CA0D3> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff4ec9b000 -     0x7fff4edb0fff  com.apple.ids (10.0 - 1000) <1FA94847-2FD8-3B36-A1F1-CF6BB4FF53A1> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff4edb1000 -     0x7fff4ee91ffb  com.apple.idsfoundation (10.0 - 1000) <EB8ADD29-C011-3BD1-A5E7-407F5C09F40F> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff4f3e1000 -     0x7fff4f447ff3  com.apple.imfoundation (10.0 - 1000) <E91460AB-5A38-30FE-AE08-659BF0C31971> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff4f506000 -     0x7fff4f50ffff  com.apple.IOAccelMemoryInfo (1.0 - 1) <E2416468-8B64-3BB8-A099-361954C8DED7> /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
    0x7fff4f510000 -     0x7fff4f517ff7  com.apple.IOAccelerator (378.26 - 378.26) <2274BE11-18DE-3B13-BCDB-C488C9BB19AD> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff4f51b000 -     0x7fff4f532fff  com.apple.IOPresentment (1.0 - 35.1) <7C6332FF-6535-3064-B437-1E9F70671927> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
    0x7fff4f8fd000 -     0x7fff4f923ffb  com.apple.IconServices (97.6 - 97.6) <A56D826D-20D2-34BE-AACC-A80CFCB4E915> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff4fa30000 -     0x7fff4fa33ff3  com.apple.InternationalSupport (1.0 - 1) <5AB382FD-BF81-36A1-9565-61F1FD398ECA> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
    0x7fff4faa1000 -     0x7fff4fab1ffb  com.apple.IntlPreferences (2.0 - 227.5.2) <DA6BC4CA-14F5-3A83-82B6-812344A050D2> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
    0x7fff4fba8000 -     0x7fff4fbbbff3  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <AED421B0-90A0-3969-98A4-CCBCF2D3360B> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
    0x7fff4fbbc000 -     0x7fff4fcb1ff7  com.apple.LanguageModeling (1.0 - 159.5.3) <7F0AC200-E3DD-39FB-8A95-00DD70B66A9F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff4fcb2000 -     0x7fff4fcf4fff  com.apple.Lexicon-framework (1.0 - 33.5) <DC94CF9E-1EB4-3C0E-B298-CA1190885276> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
    0x7fff4fcf8000 -     0x7fff4fcffff7  com.apple.LinguisticData (1.0 - 238.3) <49A54649-1021-3DBD-99B8-1B2EDFFA5378> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
    0x7fff4fe40000 -     0x7fff4fe5dff7  com.apple.LookupFramework (1.2 - 239.1) <16BC898F-B41A-3435-87B7-456151F0A933> /System/Library/PrivateFrameworks/Lookup.framework/Versions/A/Lookup
    0x7fff504fe000 -     0x7fff50501fff  com.apple.Mangrove (1.0 - 1) <27D6DF76-B5F8-3443-8826-D25B284331BF> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff5058d000 -     0x7fff5058fff7  com.apple.marco (10.0 - 1000) <F09F17FA-D420-3C24-8C47-8DC1637453BA> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff50a11000 -     0x7fff50a7aff7  com.apple.gpusw.MetalTools (1.0 - 1) <458F319A-2707-3C83-8351-BD9F02EC05BD> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
    0x7fff50a83000 -     0x7fff50a9aff7  com.apple.MobileAssets (1.0 - 437.60.1) <5FFD8A8B-F33F-3FA9-8F50-31C24A67862C> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
    0x7fff50bfa000 -     0x7fff50c13fff  com.apple.MobileKeyBag (2.0 - 1.0) <32E63C7B-E133-33DE-A593-C3C10D64FCAA> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
    0x7fff50c9f000 -     0x7fff50cc9ffb  com.apple.MultitouchSupport.framework (1404.4 - 1404.4) <45374A2A-C0BC-3A70-8183-37295205CDFA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff50f30000 -     0x7fff50f3bfff  com.apple.NetAuth (6.2 - 6.2) <B3795F63-C14A-33E1-9EE6-02A2E7661321> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff50f48000 -     0x7fff51034ff3  com.apple.Network (1.0 - 1) <216E7165-A2C5-3846-986E-8015ED9C5B8F> /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network
    0x7fff527d1000 -     0x7fff527e1ffb  com.apple.PerformanceAnalysis (1.194 - 194) <2844933E-B71C-3BE9-9A84-27B29E111F13> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff52859000 -     0x7fff52859ff7  com.apple.PhoneNumbers (1.0 - 1) <EB82645C-AF19-3751-8A53-F6148F77EC38> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff545a0000 -     0x7fff545befff  com.apple.ProtocolBuffer (1 - 260) <40704740-4A53-3010-A49B-08D1D69D1D5E> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff5472b000 -     0x7fff54741ff7  com.apple.QuickLookThumbnailing (1.0 - 1) <8F0092E4-6494-349D-B4C9-494DF293D716> /System/Library/PrivateFrameworks/QuickLookThumbnailing.framework/Versions/A/QuickLookThumbnailing
    0x7fff5478c000 -     0x7fff54798fff  com.apple.xpc.RemoteServiceDiscovery (1.0 - 1205.70.9) <2937CFBF-587C-33A0-B493-FFB4E606A498> /System/Library/PrivateFrameworks/RemoteServiceDiscovery.framework/Versions/A/RemoteServiceDiscovery
    0x7fff54799000 -     0x7fff547bcffb  com.apple.RemoteViewServices (2.0 - 125) <592323D1-CB44-35F1-9921-4C2AB8D920A0> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff547bd000 -     0x7fff547d2ff3  com.apple.xpc.RemoteXPC (1.0 - 1205.70.9) <C3DB7D30-903A-306C-9DFA-1669D2B60497> /System/Library/PrivateFrameworks/RemoteXPC.framework/Versions/A/RemoteXPC
    0x7fff560db000 -     0x7fff561f0ff7  com.apple.Sharing (1050.22.2 - 1050.22.2) <4E3CCDF2-EA26-334F-8EBA-79BD28486C9D> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff561f1000 -     0x7fff56210ff7  com.apple.shortcut (2.16 - 99) <201F92AE-F8E6-3A24-B9DE-26B88CD2EF18> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff5621b000 -     0x7fff5621cff7  com.apple.performance.SignpostNotification (1.2.6 - 2.6) <8F04800F-3570-3392-A24D-B229FF03F7F9> /System/Library/PrivateFrameworks/SignpostNotification.framework/Versions/A/SignpostNotification
    0x7fff56f64000 -     0x7fff57200ff7  com.apple.SkyLight (1.600.0 - 312.103) <27F91170-846C-3E9E-9B8A-788F27C7DAF5> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
    0x7fff579c9000 -     0x7fff579d6fff  com.apple.SpeechRecognitionCore (4.6.1 - 4.6.1) <87EE7AB5-6925-3D21-BE00-F155CB457699> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff57e83000 -     0x7fff57eaafff  com.apple.StreamingZip (1.0 - 1) <32F550C9-3DF8-3DF9-A1EC-699C3D32621B> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
    0x7fff5857c000 -     0x7fff58605fc7  com.apple.Symbolication (9.3 - 64033) <C2C55C9A-C264-3044-A953-16457148190A> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff58b76000 -     0x7fff58b7eff7  com.apple.TCC (1.0 - 1) <E1EB7272-FE6F-39AB-83CA-B2B5F2A88D9B> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff58d8b000 -     0x7fff58e48ff7  com.apple.TextureIO (3.7 - 3.7) <F8BAC954-405D-3CC3-AB7B-048C866EF980> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
    0x7fff58e9f000 -     0x7fff58ebaffb  com.apple.ToneKit (1.0 - 1) <030D229F-084B-3852-9EF8-1A608A5C9B50> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
    0x7fff58ebb000 -     0x7fff58ee2fff  com.apple.ToneLibrary (1.0 - 1) <40669A87-2E48-3A42-8310-34046580C684> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
    0x7fff58ef2000 -     0x7fff58ef3fff  com.apple.TrustEvaluationAgent (2.0 - 31) <39F533B2-211E-3635-AF47-23F27749FF4A> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff58ef9000 -     0x7fff590a8fff  com.apple.UIFoundation (1.0 - 547.5) <86A2FBA7-2709-3894-A3D5-A00C19BAC48D> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff59d7d000 -     0x7fff59e4cff7  com.apple.ViewBridge (343.2 - 343.2) <5519FCED-1F88-3BE6-9BE1-69992086B01B> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff5a1b4000 -     0x7fff5a3dfffb  libAWDSupportFramework.dylib (794) <5577206B-BF13-3326-9996-E24931131A5A> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libAWDSupportFramework.dylib
    0x7fff5a3e0000 -     0x7fff5a3f1ff7  libprotobuf-lite.dylib (794) <015C93F6-2ABD-368C-A1A4-0A91C07A6D9F> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf-lite.dylib
    0x7fff5a3f2000 -     0x7fff5a454fff  libprotobuf.dylib (794) <90DCFF25-C3F1-31D3-B87B-ECEE7DE8A3BA> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/Libraries/libprotobuf.dylib
    0x7fff5a455000 -     0x7fff5a498ff7  com.apple.awd (1.0 - 930) <8A89873B-65E0-3937-9E86-CB6DACD2EF06> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/Versions/A/WirelessDiagnostics
    0x7fff5a7b1000 -     0x7fff5a7b3ffb  com.apple.loginsupport (1.0 - 1) <D1232C1B-80EA-3DF8-9466-013695D0846E> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff5a7b4000 -     0x7fff5a7c9fff  com.apple.login (3.0 - 3.0) <79189BF9-70D4-3839-9E2F-B3990B673A3E> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
    0x7fff5a7f4000 -     0x7fff5a821fff  com.apple.contacts.vCard (1.0 - 2330.3) <02AB9DF0-0471-3FDA-8EC6-27C72E00DD75> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
    0x7fff5a91a000 -     0x7fff5a94dff7  libclosured.dylib (551.4) <3FB6B209-51F4-38DA-B1D8-2EE29D5BDD83> /usr/lib/closure/libclosured.dylib
    0x7fff5aa07000 -     0x7fff5aa40ff7  libCRFSuite.dylib (41) <FE5EDB68-2593-3C2E-BBAF-1C52D206F296> /usr/lib/libCRFSuite.dylib
    0x7fff5aa41000 -     0x7fff5aa4cfff  libChineseTokenizer.dylib (28) <53633C9B-A3A8-36F7-A53C-432D802F4BB8> /usr/lib/libChineseTokenizer.dylib
    0x7fff5aade000 -     0x7fff5aadfff3  libDiagnosticMessagesClient.dylib (104) <9712E980-76EE-3A89-AEA6-DF4BAF5C0574> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff5ab16000 -     0x7fff5ace0ff3  libFosl_dynamic.dylib (17.8) <C58ED77A-4986-31C2-994C-34DDFB8106F0> /usr/lib/libFosl_dynamic.dylib
    0x7fff5ad18000 -     0x7fff5ad18fff  libOpenScriptingUtil.dylib (174) <610F0242-7CE5-3C86-951B-B646562694AF> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff5ae4f000 -     0x7fff5ae53ffb  libScreenReader.dylib (562.18.4) <E239923D-54C9-3BBF-852F-87C09DEF4091> /usr/lib/libScreenReader.dylib
    0x7fff5ae54000 -     0x7fff5ae55ffb  libSystem.B.dylib (1252.50.4) <CD555F3B-FDDB-35E5-A2FB-FBBF3D62031A> /usr/lib/libSystem.B.dylib
    0x7fff5ae56000 -     0x7fff5aed3fff  libTelephonyUtilDynamic.dylib (3316) <F5D0D3DC-F687-313A-AC02-5536579F64B5> /usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff5aed4000 -     0x7fff5aed5fff  libThaiTokenizer.dylib (2.2) <6F416F41-BF77-3078-A05C-AFF5DA5AB008> /usr/lib/libThaiTokenizer.dylib
    0x7fff5aee8000 -     0x7fff5aee8fff  libapple_crypto.dylib (109.50.14) <48BA2E76-BF2F-3522-A54E-D7FB7EAF7A57> /usr/lib/libapple_crypto.dylib
    0x7fff5aee9000 -     0x7fff5aeffff7  libapple_nghttp2.dylib (1.24) <01402BC4-4822-3676-9C80-50D83F816424> /usr/lib/libapple_nghttp2.dylib
    0x7fff5af00000 -     0x7fff5af2aff3  libarchive.2.dylib (54) <8FC28DD8-E315-3C3E-95FE-D1D2CBE49888> /usr/lib/libarchive.2.dylib
    0x7fff5af2b000 -     0x7fff5b02efe7  libate.dylib (1.13.1) <DABEA1B1-806C-34C9-8AFF-DEB6AB2829E3> /usr/lib/libate.dylib
    0x7fff5b032000 -     0x7fff5b032ff3  libauto.dylib (187) <A05C7900-F8C7-3E75-8D3F-909B40C19717> /usr/lib/libauto.dylib
    0x7fff5b033000 -     0x7fff5b0ebff3  libboringssl.dylib (109.50.14) <E6813F87-B5E4-3F7F-A725-E6A7F2BD02EC> /usr/lib/libboringssl.dylib
    0x7fff5b0ec000 -     0x7fff5b0fcff3  libbsm.0.dylib (39) <6BC96A72-AFBE-34FD-91B1-748A530D8AE6> /usr/lib/libbsm.0.dylib
    0x7fff5b0fd000 -     0x7fff5b10affb  libbz2.1.0.dylib (38) <0A5086BB-4724-3C14-979D-5AD4F26B5B45> /usr/lib/libbz2.1.0.dylib
    0x7fff5b10b000 -     0x7fff5b161fff  libc++.1.dylib (400.9) <7D3DACCC-3804-393C-ABC1-1A580FD00CB6> /usr/lib/libc++.1.dylib
    0x7fff5b162000 -     0x7fff5b186ff7  libc++abi.dylib (400.8.2) <EF5E37D7-11D9-3530-BE45-B986612D13E2> /usr/lib/libc++abi.dylib
    0x7fff5b188000 -     0x7fff5b198fff  libcmph.dylib (6) <A5509EE8-7E00-3224-8814-015B077A3CF5> /usr/lib/libcmph.dylib
    0x7fff5b199000 -     0x7fff5b1b0fd3  libcompression.dylib (47.60.2) <CC7ACB0A-49CD-3564-978F-49F843186F27> /usr/lib/libcompression.dylib
    0x7fff5b45b000 -     0x7fff5b473ff7  libcoretls.dylib (155.50.1) <D350052E-DC4D-3185-ADBA-BA48EDCEE955> /usr/lib/libcoretls.dylib
    0x7fff5b474000 -     0x7fff5b475ff3  libcoretls_cfhelpers.dylib (155.50.1) <B297F5D8-F2FE-3566-A752-E9D998B9C039> /usr/lib/libcoretls_cfhelpers.dylib
    0x7fff5b60e000 -     0x7fff5b79ffff  libcrypto.35.dylib (22.50.2) <97828BFD-4675-35DF-BE2E-C6D1555BB71D> /usr/lib/libcrypto.35.dylib
    0x7fff5b946000 -     0x7fff5b99cff3  libcups.2.dylib (462.2.4) <908099FB-C70E-38FA-9573-88CB98FDDE29> /usr/lib/libcups.2.dylib
    0x7fff5badc000 -     0x7fff5badcfff  libenergytrace.dylib (16) <A92AB8B8-B986-3CE6-980D-D55090FEF387> /usr/lib/libenergytrace.dylib
    0x7fff5bb0e000 -     0x7fff5bb12ff7  libgermantok.dylib (17) <37C1C061-5214-3050-9C3A-783A784435A8> /usr/lib/libgermantok.dylib
    0x7fff5bb13000 -     0x7fff5bb18ff3  libheimdal-asn1.dylib (520.50.6) <E358445A-B84E-31B5-BCCD-7E1397519D96> /usr/lib/libheimdal-asn1.dylib
    0x7fff5bb44000 -     0x7fff5bc35ff7  libiconv.2.dylib (51.50.1) <2FEC9707-3FAF-3828-A50D-8605086D060F> /usr/lib/libiconv.2.dylib
    0x7fff5bc36000 -     0x7fff5be5dffb  libicucore.A.dylib (59180.0.1) <34EBADD6-4092-30EC-90E8-F75241E94D76> /usr/lib/libicucore.A.dylib
    0x7fff5beaa000 -     0x7fff5beabfff  liblangid.dylib (128) <39C39393-0D05-301D-93B2-F224FC4949AA> /usr/lib/liblangid.dylib
    0x7fff5beac000 -     0x7fff5bec5ffb  liblzma.5.dylib (10) <3D419A50-961F-37D2-8A01-3DC7AB7B8D18> /usr/lib/liblzma.5.dylib
    0x7fff5bec6000 -     0x7fff5bedcff7  libmarisa.dylib (9) <D6D2D55D-1D2E-3442-B152-B18803C0ABB4> /usr/lib/libmarisa.dylib
    0x7fff5bedd000 -     0x7fff5bf8cfff  libmecab.1.0.0.dylib (779.7.6) <334D4742-BDDD-3C2D-BBEB-85B32643BFA0> /usr/lib/libmecab.1.0.0.dylib
    0x7fff5bf8d000 -     0x7fff5c1b5ff7  libmecabra.dylib (779.7.6) <F462F170-E872-3D09-B219-973D5E99C09F> /usr/lib/libmecabra.dylib
    0x7fff5c38d000 -     0x7fff5c508fff  libnetwork.dylib (1229.70.2) <E185D902-AC7F-3044-87C0-AE2887C59CE7> /usr/lib/libnetwork.dylib
    0x7fff5c58f000 -     0x7fff5c9803b7  libobjc.A.dylib (723) <BEEA51E2-1C4D-3672-87F6-F267B4AC6221> /usr/lib/libobjc.A.dylib
    0x7fff5c993000 -     0x7fff5c997fff  libpam.2.dylib (22) <7B4D2CE2-1438-387A-9802-5CEEFBF26F86> /usr/lib/libpam.2.dylib
    0x7fff5c99a000 -     0x7fff5c9cefff  libpcap.A.dylib (79.20.1) <FA13918B-A247-3181-B256-9B852C7BA316> /usr/lib/libpcap.A.dylib
    0x7fff5ca4d000 -     0x7fff5ca69ffb  libresolv.9.dylib (65) <E8F3415B-4472-3202-8901-41FD87981DB2> /usr/lib/libresolv.9.dylib
    0x7fff5caa5000 -     0x7fff5cab7fff  libsasl2.2.dylib (211) <04EF3F61-12EC-3319-A649-851999F4C7A4> /usr/lib/libsasl2.2.dylib
    0x7fff5cab8000 -     0x7fff5cab9ff3  libspindump.dylib (252) <D8E27057-E3CC-3D7F-A010-4A87830F6A83> /usr/lib/libspindump.dylib
    0x7fff5caba000 -     0x7fff5cc47ff7  libsqlite3.dylib (274.8.1) <B70A2908-E0F7-364E-952A-1D2D19787B89> /usr/lib/libsqlite3.dylib
    0x7fff5cdce000 -     0x7fff5ce03fff  libtidy.A.dylib (15.18.1) <D1FF31AF-3000-366D-8714-09B2330007B5> /usr/lib/libtidy.A.dylib
    0x7fff5ce1b000 -     0x7fff5ce7bff3  libusrtcp.dylib (1229.70.2) <1E065228-D0E3-3808-9405-894056C6BEC0> /usr/lib/libusrtcp.dylib
    0x7fff5ce7c000 -     0x7fff5ce7fffb  libutil.dylib (51.20.1) <216D18E5-0BAF-3EAF-A38E-F6AC37CBABD9> /usr/lib/libutil.dylib
    0x7fff5ce80000 -     0x7fff5ce8dfff  libxar.1.dylib (400) <0316128D-3B47-3052-995D-97B4FE5491DC> /usr/lib/libxar.1.dylib
    0x7fff5ce91000 -     0x7fff5cf78fff  libxml2.2.dylib (31.11) <C2B5C43F-9C0B-31E6-8EC0-939591EDAC49> /usr/lib/libxml2.2.dylib
    0x7fff5cf79000 -     0x7fff5cfa1fff  libxslt.1.dylib (15.12) <4A5E011D-8B29-3135-A52B-9A9070ABD752> /usr/lib/libxslt.1.dylib
    0x7fff5cfa2000 -     0x7fff5cfb4ffb  libz.1.dylib (70) <48C67CFC-940D-3857-8DAD-857774605352> /usr/lib/libz.1.dylib
    0x7fff5d050000 -     0x7fff5d054ff7  libcache.dylib (80) <092479CB-1008-3A83-BECF-E115F24D13C1> /usr/lib/system/libcache.dylib
    0x7fff5d055000 -     0x7fff5d05fff3  libcommonCrypto.dylib (60118.50.1) <029F5985-9B6E-3DCB-9B96-FD007678C6A7> /usr/lib/system/libcommonCrypto.dylib
    0x7fff5d060000 -     0x7fff5d067fff  libcompiler_rt.dylib (62) <968B8E3F-3681-3230-9D78-BB8732024F6E> /usr/lib/system/libcompiler_rt.dylib
    0x7fff5d068000 -     0x7fff5d071ffb  libcopyfile.dylib (146.50.5) <3885083D-50D8-3EEC-B481-B2E605180D7F> /usr/lib/system/libcopyfile.dylib
    0x7fff5d072000 -     0x7fff5d0f7fff  libcorecrypto.dylib (562.70.1) <5C26364F-2269-31EC-84AF-0FED2C902E38> /usr/lib/system/libcorecrypto.dylib
    0x7fff5d17f000 -     0x7fff5d1b8ff7  libdispatch.dylib (913.60.2) <232C69BD-022E-3AB9-8807-79F9FA7CB5EC> /usr/lib/system/libdispatch.dylib
    0x7fff5d1b9000 -     0x7fff5d1d6ff7  libdyld.dylib (551.4) <81BF3A82-5719-3B54-ABA9-76C82D932CAC> /usr/lib/system/libdyld.dylib
    0x7fff5d1d7000 -     0x7fff5d1d7ffb  libkeymgr.dylib (28) <E34E283E-90FA-3C59-B48E-1277CDB9CDCE> /usr/lib/system/libkeymgr.dylib
    0x7fff5d1d8000 -     0x7fff5d1e4ff3  libkxld.dylib (4570.71.2) <C3C31E1B-3E74-3828-8429-4D442E26D41C> /usr/lib/system/libkxld.dylib
    0x7fff5d1e5000 -     0x7fff5d1e5ff7  liblaunch.dylib (1205.70.9) <B184B521-FF24-3142-AFAF-23D170CF918C> /usr/lib/system/liblaunch.dylib
    0x7fff5d1e6000 -     0x7fff5d1eaffb  libmacho.dylib (906) <1902A611-081A-3452-B11E-EBD1B166E831> /usr/lib/system/libmacho.dylib
    0x7fff5d1eb000 -     0x7fff5d1edff3  libquarantine.dylib (86) <26C0BA22-8F93-3A07-9A4E-C8D53D2CE42E> /usr/lib/system/libquarantine.dylib
    0x7fff5d1ee000 -     0x7fff5d1efff3  libremovefile.dylib (45) <711E18B2-5BBE-3211-A916-56740C27D17A> /usr/lib/system/libremovefile.dylib
    0x7fff5d1f0000 -     0x7fff5d207fff  libsystem_asl.dylib (356.70.1) <39E46A6F-B228-3E78-B83E-1779F9707A39> /usr/lib/system/libsystem_asl.dylib
    0x7fff5d208000 -     0x7fff5d208fff  libsystem_blocks.dylib (67) <17303FDF-0D2D-3963-B05E-B4DF63052D47> /usr/lib/system/libsystem_blocks.dylib
    0x7fff5d209000 -     0x7fff5d292ff7  libsystem_c.dylib (1244.50.9) <1187BFE8-4576-3247-8177-481554E1F9E7> /usr/lib/system/libsystem_c.dylib
    0x7fff5d293000 -     0x7fff5d296ffb  libsystem_configuration.dylib (963.50.8) <DF6B5287-203E-30CB-9947-78DF446C72B8> /usr/lib/system/libsystem_configuration.dylib
    0x7fff5d297000 -     0x7fff5d29affb  libsystem_coreservices.dylib (51) <486000D3-D8CB-3BE7-8EE5-8BF380DE6DF7> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff5d29b000 -     0x7fff5d29cfff  libsystem_darwin.dylib (1244.50.9) <09C21A4A-9EE0-388B-A9D9-DFF8F6758791> /usr/lib/system/libsystem_darwin.dylib
    0x7fff5d29d000 -     0x7fff5d2a3ff7  libsystem_dnssd.dylib (878.70.2) <3290768B-54DE-3AB6-B155-AC0950AC5564> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff5d2a4000 -     0x7fff5d2edff7  libsystem_info.dylib (517.30.1) <AB634A98-B8AA-3804-8436-38261FC8EC4D> /usr/lib/system/libsystem_info.dylib
    0x7fff5d2ee000 -     0x7fff5d314ff7  libsystem_kernel.dylib (4570.71.2) <F22B8D73-69D8-36D7-BF66-7F9AC70C08C2> /usr/lib/system/libsystem_kernel.dylib
    0x7fff5d315000 -     0x7fff5d360fcb  libsystem_m.dylib (3147.50.1) <8CFB51C9-B422-3379-8552-064C63943A23> /usr/lib/system/libsystem_m.dylib
    0x7fff5d361000 -     0x7fff5d380fff  libsystem_malloc.dylib (140.50.6) <7FD43735-9DDD-300E-8C4A-F909A74BDF49> /usr/lib/system/libsystem_malloc.dylib
    0x7fff5d381000 -     0x7fff5d4b1ff7  libsystem_network.dylib (1229.70.2) <5E86B2DE-9E15-3354-8714-4094ED5F698D> /usr/lib/system/libsystem_network.dylib
    0x7fff5d4b2000 -     0x7fff5d4bcffb  libsystem_networkextension.dylib (767.70.1) <D23EAFC1-E8BD-34D5-969C-6E45A1C3B4E4> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff5d4bd000 -     0x7fff5d4c6ff3  libsystem_notify.dylib (172) <08012EC0-2CD2-34BE-BF93-E7F56491299A> /usr/lib/system/libsystem_notify.dylib
    0x7fff5d4c7000 -     0x7fff5d4ceff7  libsystem_platform.dylib (161.50.1) <6355EE2D-5456-3CA8-A227-B96E8F1E2AF8> /usr/lib/system/libsystem_platform.dylib
    0x7fff5d4cf000 -     0x7fff5d4dafff  libsystem_pthread.dylib (301.50.1) <0E51CCBA-91F2-34E1-BF2A-FEEFD3D321E4> /usr/lib/system/libsystem_pthread.dylib
    0x7fff5d4db000 -     0x7fff5d4defff  libsystem_sandbox.dylib (765.70.1) <553DFCC6-9D31-3B9C-AB7C-30F6F265786D> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff5d4df000 -     0x7fff5d4e0ff3  libsystem_secinit.dylib (30) <DE8D14E8-A276-3FF8-AE13-77F7040F33C1> /usr/lib/system/libsystem_secinit.dylib
    0x7fff5d4e1000 -     0x7fff5d4e8ff7  libsystem_symptoms.dylib (820.60.2) <585BDFA2-D54D-39D0-8046-44E824DABD43> /usr/lib/system/libsystem_symptoms.dylib
    0x7fff5d4e9000 -     0x7fff5d4fcfff  libsystem_trace.dylib (829.70.1) <3A6CB706-8CA6-3616-8AFC-14AAD7FAF187> /usr/lib/system/libsystem_trace.dylib
    0x7fff5d4fe000 -     0x7fff5d503ff7  libunwind.dylib (35.3) <BEF3FB49-5604-3B5F-82B5-332B80023AC3> /usr/lib/system/libunwind.dylib
    0x7fff5d504000 -     0x7fff5d531ff7  libxpc.dylib (1205.70.9) <0BC7AD67-671D-31D4-8B88-C317B8379598> /usr/lib/system/libxpc.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=472.9M resident=0K(0%) swapped_out_or_unallocated=472.9M(100%)
Writable regions: Total=499.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=499.3M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Accelerate framework               256K        3 
Activity Tracing                   256K        2 
CG backing stores                  440K        3 
CG image                          1676K      151 
CoreAnimation                     10.7M      131 
CoreGraphics                         8K        2 
CoreImage                           48K       10 
CoreUI image data                 1780K       26 
CoreUI image file                  300K        6 
Dispatch continuations            24.0M        2 
Foundation                          28K        3 
IOKit                             7940K        2 
Image IO                          27.8M       35 
Kernel Alloc Once                    8K        2 
MALLOC                           417.1M      149 
MALLOC guard page                   96K       20 
Memory Tag 242                      12K        2 
Memory Tag 251                      40K        3 
OpenGL GLSL                        256K        4 
SQLite page cache                   64K        2 
STACK GUARD                       56.0M       11 
Stack                             12.6M       13 
VM_ALLOCATE                        572K       59 
__DATA                            38.3M      355 
__FONT_DATA                          4K        2 
__GLSLBUILTINS                    2588K        2 
__LINKEDIT                       204.2M       40 
__TEXT                           268.8M      356 
__UNICODE                          560K        2 
libnetwork                        2176K       15 
mapped file                      327.1M       84 
shared memory                     4336K       19 
===========                     =======  ======= 
TOTAL                              1.4G     1484 

Model: MacPro5,1, BootROM MP51.0084.B00, 6 processors, 6-Core Intel Xeon, 3.33 GHz, 16 GB, SMC 1.39f11
Graphics: Radeon RX 560, Radeon RX 560, PCIe
Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe
Memory Module: DIMM 1, 4 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D33393142353237334448302D4348392020
Memory Module: DIMM 2, 4 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D33393142353237334448302D4348392020
Memory Module: DIMM 3, 4 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D33393142353237334448302D4348392020
Memory Module: DIMM 4, 4 GB, DDR3 ECC, 1333 MHz, 0x80CE, 0x4D33393142353237334448302D4348392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.102.30)
Bluetooth: Version 6.0.7f10, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet 1, Ethernet, en0
Serial ATA Device: HL-DT-ST DVD-RW GH61N
Serial ATA Device: ST1000DM003-1CH162, 1 TB
Serial ATA Device: WDC WD20EADS-00S2B0, 2 TB
Serial ATA Device: WDC WD1001FALS-41Y6A0, 1 TB
Serial ATA Device: Crucial_CT525MX300SSD1, 525.11 GB
USB Device: USB Bus
USB Device: Saitek ST290 Pro
USB Device: USB Bus
USB Device: USB Bus
USB Device: BRCM2046 Hub
USB Device: Bluetooth USB Host Controller
USB Device: USB Bus
USB Device: USB Bus
USB Device: USB Bus
USB Device: AirPod Case
USB Device: USB 2.0 Bus
USB Device: USB 2.0 Bus
USB Device: V310-V510 Series
USB Device: Keyboard Hub
USB Device: Apple Keyboard
FireWire Device: built-in_hub, Up to 800 Mb/sec
Thunderbolt Bus: 

Last few lines before crash:
I also have the entire file if you want it.

2018-08-14 11:31:02.362 Seaglass[15780:18907541] [MXSession] Do a server sync
Table select OK
Start dispatch
Completed dispatch
2018-08-14 11:31:02.867 Seaglass[15780:18907541] [MXHTTPClient] cleanupBackgroundTask
2018-08-14 11:31:02.867 Seaglass[15780:18907541] [MXSession] Received 0 joined rooms, 0 invited rooms, 0 left rooms, 0 toDevice events in 505ms
2018-08-14 11:31:02.867 Seaglass[15780:18907541] [MXCrypto] handleDeviceOneTimeKeysCount: {
    "signed_curve25519" = 50;
}
2018-08-14 11:31:02.867 Seaglass[15780:18907541] [MXSession] Do a server sync
2018-08-14 11:31:03.147 Seaglass[15780:18907541] [MXFileStore commit] lasted 785ms
2018-08-14 11:31:03.156 Seaglass[15780:18907541] [MXFileStore commit] lasted 289ms
Render room cell 41
Room cache size OK
Room state found
Room state loaded into cell
Room member count found
Render room cell 42
Room cache size OK
Room state found
Room state loaded into cell
Room member count found
Render room cell 43
Room cache size OK
Room state found
Room state loaded into cell
Room member count found
Render room cell 44
Room cache size OK
Room state found
Room state loaded into cell
Room member count found
Render room cell 45
Room cache size OK
Room state found
Room state loaded into cell
Room member count found
Render room cell 46
Room cache size OK
Room state found
Room state loaded into cell
Room member count found
Render room cell 47
Room cache size OK
Room state found
Room state loaded into cell
Room member count found
Render room cell 48
Room cache size OK
Room state found
Room state loaded into cell
Room member count found
Fatal error: Unexpectedly found nil while unwrapping an Optional value
fish: '/Applications/Seaglass.app/Cont…' terminated by signal SIGILL (Illegal instruction)

[Process completed]

Accept and decline buttons are grayed out after being kicked from a room and reinvited

Specifications

  • Seaglass Version: 0.0.224-c536529 (actually 0.0.354?)
  • macOS Version: 10.13.6

Expected Behavior

Accept and decline buttons on room invite should always work

Actual Behavior

Accept and decline buttons on room invite are grayed out

Steps to Reproduce the Problem

  1. Create a new room from account 1
  2. Invite account 2
  3. Accept the room invite on account 2
  4. Kick account 2 from the room
  5. Invite account 2 to the room again

Workaround: quit Seaglass and launch again (actually it crashed but I'm assuming quitting and relaunching would work) and the buttons will be enabled again

NSInternalInconsistencyException on insertRows

Specifications

  • Seaglass Version: 0.0.426-d3a661c
  • macOS Version: 10.13.6

Expected Behavior

There should never be an NSInternalInconsistencyException.

Actual Behavior

This happens really sporadically - sometimes a NSInternalInconsistencyException gets fired from insertRows:withAnimation: and causes Seaglass to crash.

Steps to Reproduce the Problem

Not clear at this time.

Timestamps

There are currently no accessible timestamps on messages. Either this should be added into the view itself inline or added as a tooltip.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.