vinhnx / Clendar

Clendar - Minimal Calendar app. Written in SwiftUI.
https://apps.apple.com/app/clendar-a-calendar-app/id1548102041
MIT License
632 stars 83 forks source link

mysterious SwiftUI crash #133

Closed vinhnx closed 3 years ago

vinhnx commented 3 years ago

seems like a wide spread issue

https://inessential.com/2021/02/24/mysterious_swiftui_crash https://developer.apple.com/forums/thread/675006 https://twitter.com/brentsimmons/status/1364657204834439170

Replying to brentsimmons

Try auditing code for anything that can change @ State (all flavors) used by SwiftUI in a background thread.m, keeping in mind KVO, didSet, combine publisher change propagation, etc etc.

Mar 1

We did figure out the issue — blog post coming. https://twitter.com/brentsimmons/status/1366122263540498434

vinhnx commented 3 years ago

One crash log submitted by user

Incident Identifier: 719B47DC-7B4C-4D78-B387-02D395039377
Hardware Model:      iPhone12,1
Process:             Clendar [1535]
Path:                /private/var/containers/Bundle/Application/64D3F8F7-C311-495E-98E9-1A2B0A6F67C0/Clendar.app/Clendar
Identifier:          com.vinhnx.Clendar
Version:             43 (1.6.1)
AppStoreTools:       12D4d
AppVariant:          1:iPhone12,1:14
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.vinhnx.Clendar [900]

Date/Time:           2021-03-13 22:09:07.4497 -0500
Launch Time:         2021-03-13 22:09:02.6789 -0500
OS Version:          iPhone OS 14.4.1 (18D61)
Release Type:        User
Baseband Version:    2.03.04
Report Version:      104

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x000000018a7dba18
Termination Signal: Trace/BPT trap: 5
Termination Reason: Namespace SIGNAL, Code 0x5
Terminating Process: exc handler [1535]
Triggered by Thread:  0

Thread 0 name:
Thread 0 Crashed:
0   libswiftCore.dylib              0x000000018a7dba18 _assertionFailure(_:_:file:line:flags:) + 492 (AssertCommon.swift:132)
1   libswiftCore.dylib              0x000000018a7dba18 _assertionFailure(_:_:file:line:flags:) + 492 (AssertCommon.swift:132)
2   SwiftUI                         0x000000018d4b052c ViewCache.commitPlacedChildren(from:to:) + 3032 (IncrementalLayout.swift:1026)
3   SwiftUI                         0x000000018d35ceb4 specialized IncrementalChildPlacements.updateValue() + 1384 (IncrementalLayout.swift:1536)
4   SwiftUI                         0x000000018d47afbc partial apply for specialized implicit closure #2 in implicit closure #1 in closure #1 in closure #1 in Attribute.init<A>(_:) + 24 (<compiler-generated>:0)
5   AttributeGraph                  0x00000001b004da50 AG::Graph::UpdateStack::update() + 492 (ag-closure.h:108)
6   AttributeGraph                  0x00000001b004de84 AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 332 (ag-graph-update.cc:563)
7   AttributeGraph                  0x00000001b0053588 AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 384 (ag-graph.cc:1161)
8   AttributeGraph                  0x00000001b00655bc AGGraphGetValue + 232 (ag-graph-impl.h:43)
9   SwiftUI                         0x000000018d219f98 specialized implicit closure #2 in implicit closure #1 in closure #1 in closure #1 in Attribute.init<A>(_:) + 88 (<compiler-generated>:0)
10  AttributeGraph                  0x00000001b004da50 AG::Graph::UpdateStack::update() + 492 (ag-closure.h:108)
11  AttributeGraph                  0x00000001b004de84 AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 332 (ag-graph-update.cc:563)
12  AttributeGraph                  0x00000001b0057088 AG::Subgraph::update(unsigned int) + 884 (ag-subgraph.cc:613)
13  SwiftUI                         0x000000018db65cdc GraphHost.runTransaction() + 172 (GraphHost.swift:491)
14  SwiftUI                         0x000000018db68e1c GraphHost.runTransaction(_:) + 92 (GraphHost.swift:471)
15  SwiftUI                         0x000000018db677a8 GraphHost.flushTransactions() + 176 (GraphHost.swift:459)
16  SwiftUI                         0x000000018db68db4 closure #1 in closure #1 in GraphHost.asyncTransaction<A>(_:mutation:style:) + 24 (GraphHost.swift:415)
17  SwiftUI                         0x000000018d637168 partial apply for closure #1 in ViewGraphDelegate.updateGraph<A>(body:) + 28 (ViewGraph.swift:39)
18  SwiftUI                         0x000000018dabae9c closure #1 in ViewRendererHost.updateViewGraph<A>(body:) + 108 (ViewRendererHost.swift:92)
19  SwiftUI                         0x000000018dab1e7c ViewRendererHost.updateViewGraph<A>(body:) + 92 (<compiler-generated>:0)
20  SwiftUI                         0x000000018d6336d0 ViewGraphDelegate.updateGraph<A>(body:) + 80 (ViewGraph.swift:39)
21  SwiftUI                         0x000000018db68d84 closure #1 in GraphHost.init(data:) + 124
22  SwiftUI                         0x000000018db6a6f0 closure #1 in GraphHost.asyncTransaction<A>(_:mutation:style:)partial apply + 40 (<compiler-generated>:0)
23  SwiftUI                         0x000000018d656b98 thunk for @escaping @callee_guaranteed () -> () + 28 (<compiler-generated>:0)
24  SwiftUI                         0x000000018d325a10 static NSRunLoop.flushObservers() + 148 (<compiler-generated>:0)
25  SwiftUI                         0x000000018d325974 closure #1 in closure #1 in static NSRunLoop.addObserver(_:) + 16 (StandardLibraryAdditions.swift:762)
26  SwiftUI                         0x000000018d3204b4 specialized thunk for @callee_guaranteed () -> (@error @owned Error) + 24 (<compiler-generated>:0)
27  libswiftObjectiveC.dylib        0x00000001ad055f30 autoreleasepool<A>(invoking:) + 64 (ObjectiveC.swift:172)
28  SwiftUI                         0x000000018d325954 closure #1 in static NSRunLoop.addObserver(_:) + 64 (StandardLibraryAdditions.swift:762)
29  SwiftUI                         0x000000018d325aac @objc closure #1 in static NSRunLoop.addObserver(_:) + 56 (<compiler-generated>:0)
30  CoreFoundation                  0x0000000186b2c358 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 36 (CFRunLoop.c:1799)
31  CoreFoundation                  0x0000000186b265c4 __CFRunLoopDoObservers + 576 (CFRunLoop.c:1912)
32  CoreFoundation                  0x0000000186b26b74 __CFRunLoopRun + 1056 (CFRunLoop.c:2953)
33  CoreFoundation                  0x0000000186b2621c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
34  GraphicsServices                0x000000019e6f3784 GSEventRunModal + 164 (GSEvent.c:2259)
35  UIKitCore                       0x0000000189566ee8 -[UIApplication _run] + 1072 (UIApplication.m:3253)
36  UIKitCore                       0x000000018956c75c UIApplicationMain + 168 (UIApplication.m:4707)
37  SwiftUI                         0x000000018daf6210 closure #1 in KitRendererCommon(_:) + 112 (UIKitApp.swift:34)
38  SwiftUI                         0x000000018daf619c runApp<A>(_:) + 220 (<compiler-generated>:0)
39  SwiftUI                         0x000000018d62ef90 static App.main() + 140 (App.swift:113)
40  Clendar                         0x0000000102807530 $main + 28 (WidgetEntry.swift:0)
41  Clendar                         0x0000000102807530 main + 40
42  libdyld.dylib                   0x00000001867e66b0 start + 4

Thread 1:
0   libsystem_pthread.dylib         0x00000001d2668764 start_wqthread + 0

Thread 2 name:
Thread 2:
0   libswiftCore.dylib              0x000000018ab41bbc swift_conformsToSwiftProtocolImpl(swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptor<swift::InProcess> const*, llvm::StringRef) + 304 (RelativePointer.h:293)
1   libswiftCore.dylib              0x000000018ab41cb4 swift_conformsToSwiftProtocolImpl(swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptor<swift::InProcess> const*, llvm::StringRef) + 552 (ProtocolConformance.cpp:619)
2   libswiftCore.dylib              0x000000018ab419e0 swift_conformsToProtocolImpl(swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptor<swift::InProcess> const*) + 188 (CompatibilityOverride.def:137)
3   libswiftCore.dylib              0x000000018ab10eac swift::_conformsToProtocol(swift::OpaqueValue const*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptorRef<swift::InProcess>, swift::TargetWitnessTable<swift::InProces... + 48 (Casting.cpp:393)
4   libswiftCore.dylib              0x000000018ab40d2c swift::_checkGenericRequirements(llvm::ArrayRef<swift::TargetGenericRequirementDescriptor<swift::InProcess> >, llvm::SmallVectorImpl<void const*>&, std::__1::function<swift::TargetMetadata<swift::I... + 892 (ProtocolConformance.cpp:821)
5   libswiftCore.dylib              0x000000018ab408c8 swift::TargetProtocolConformanceDescriptor<swift::InProcess>::getWitnessTable(swift::TargetMetadata<swift::InProcess> const*) const + 296 (ProtocolConformance.cpp:174)
6   libswiftCore.dylib              0x000000018ab10eac swift::_conformsToProtocol(swift::OpaqueValue const*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptorRef<swift::InProcess>, swift::TargetWitnessTable<swift::InProces... + 48 (Casting.cpp:393)
7   libswiftCore.dylib              0x000000018ab40d2c swift::_checkGenericRequirements(llvm::ArrayRef<swift::TargetGenericRequirementDescriptor<swift::InProcess> >, llvm::SmallVectorImpl<void const*>&, std::__1::function<swift::TargetMetadata<swift::I... + 892 (ProtocolConformance.cpp:821)
8   libswiftCore.dylib              0x000000018ab408c8 swift::TargetProtocolConformanceDescriptor<swift::InProcess>::getWitnessTable(swift::TargetMetadata<swift::InProcess> const*) const + 296 (ProtocolConformance.cpp:174)
9   libswiftCore.dylib              0x000000018ab10eac swift::_conformsToProtocol(swift::OpaqueValue const*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptorRef<swift::InProcess>, swift::TargetWitnessTable<swift::InProces... + 48 (Casting.cpp:393)
10  libswiftCore.dylib              0x000000018ab40d2c swift::_checkGenericRequirements(llvm::ArrayRef<swift::TargetGenericRequirementDescriptor<swift::InProcess> >, llvm::SmallVectorImpl<void const*>&, std::__1::function<swift::TargetMetadata<swift::I... + 892 (ProtocolConformance.cpp:821)
11  libswiftCore.dylib              0x000000018ab408c8 swift::TargetProtocolConformanceDescriptor<swift::InProcess>::getWitnessTable(swift::TargetMetadata<swift::InProcess> const*) const + 296 (ProtocolConformance.cpp:174)
12  libswiftCore.dylib              0x000000018ab10eac swift::_conformsToProtocol(swift::OpaqueValue const*, swift::TargetMetadata<swift::InProcess> const*, swift::TargetProtocolDescriptorRef<swift::InProcess>, swift::TargetWitnessTable<swift::InProces... + 48 (Casting.cpp:393)
13  libswiftCore.dylib              0x000000018ab40d2c swift::_checkGenericRequirements(llvm::ArrayRef<swift::TargetGenericRequirementDescriptor<swift::InProcess> >, llvm::SmallVectorImpl<void const*>&, std::__1::function<swift::TargetMetadata<swift::I... + 892 (ProtocolConformance.cpp:821)
14  libswiftCore.dylib              0x000000018ab408c8 swift::TargetProtocolConformanceDescriptor<swift::InProcess>::getWitnessTable(swift::TargetMetadata<swift::InProcess> const*) const + 296 (ProtocolConformance.cpp:174)
15  AttributeGraph                  0x00000001b005ae90 AG::LayoutDescriptor::make_layout(AG::swift::metadata const*, AGComparisonMode, AG::LayoutDescriptor::HeapMode) + 168 (ag-value.cc:918)
16  AttributeGraph                  0x00000001b005c3e8 AG::(anonymous namespace)::LayoutCache::drain_queue(void*) + 152 (ag-value.cc:1386)
17  libdispatch.dylib               0x00000001867a5db0 _dispatch_client_callout + 20 (object.m:559)
18  libdispatch.dylib               0x00000001867b6a68 _dispatch_root_queue_drain + 656 (inline_internal.h:2548)
19  libdispatch.dylib               0x00000001867b7120 _dispatch_worker_thread2 + 116 (queue.c:6777)
20  libsystem_pthread.dylib         0x00000001d26617d8 _pthread_wqthread + 216 (pthread.c:2223)
21  libsystem_pthread.dylib         0x00000001d266876c start_wqthread + 8

Thread 3:
0   libsystem_pthread.dylib         0x00000001d2668764 start_wqthread + 0

Thread 4:
0   libsystem_pthread.dylib         0x00000001d2668764 start_wqthread + 0

Thread 5:
0   libsystem_pthread.dylib         0x00000001d2668764 start_wqthread + 0

Thread 6:
0   libsystem_pthread.dylib         0x00000001d2668764 start_wqthread + 0

Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib          0x00000001b4ae02d0 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b4adf660 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x0000000186b2cc30 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000186b26c14 __CFRunLoopRun + 1216 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000186b2621c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Foundation                      0x0000000187dd5df0 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:374)
6   Foundation                      0x0000000187dd5cbc -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:421)
7   UIKitCore                       0x000000018961ac48 -[UIEventFetcher threadMain] + 516 (UIEventFetcher.m:838)
8   Foundation                      0x0000000187f47a34 __NSThread__start__ + 864 (NSThread.m:724)
9   libsystem_pthread.dylib         0x00000001d265fcb0 _pthread_start + 320 (pthread.c:881)
10  libsystem_pthread.dylib         0x00000001d2668778 thread_start + 8

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib          0x00000001b4ae02d0 mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b4adf660 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x0000000186b2cc30 __CFRunLoopServiceMachPort + 380 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000186b26c14 __CFRunLoopRun + 1216 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000186b2621c CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   AudioSession                    0x000000018e66f0c4 GenericRunLoopThread::Entry(void*) + 164 (GenericRunLoopThread.h:91)
6   AudioSession                    0x000000018e67125c CAPThread::Entry(CAPThread*) + 92 (CAPThread.cpp:321)
7   libsystem_pthread.dylib         0x00000001d265fcb0 _pthread_start + 320 (pthread.c:881)
8   libsystem_pthread.dylib         0x00000001d2668778 thread_start + 8

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x800000018dcd6f40   x1: 0x000000028039c380   x2: 0x0000000000000007   x3: 0x00000001969adcdc
    x4: 0x00000000000062dc   x5: 0x000000016d5fd500   x6: 0x0000000000000065   x7: 0x0000000000000001
    x8: 0x000000000000007f   x9: 0x0000000000000008  x10: 0x00000000000007fb  x11: 0x00000000000007fd
   x12: 0x0000000000000001  x13: 0x0000000094c3980d  x14: 0x0000000094e3a000  x15: 0x0000000000000074
   x16: 0x0000000080000000  x17: 0x0000000014e00000  x18: 0x000000010f61ce5f  x19: 0x000000018dcd5ec0
   x20: 0x0000000000000000  x21: 0x0000000000000000  x22: 0x0000000000000000  x23: 0x000000018dc59bd0
   x24: 0x800000018dcd6f40  x25: 0xd000000000000024  x26: 0x000000000000000b  x27: 0x0000000000000002
   x28: 0x00000000000000f0   fp: 0x000000016d5fd6a0   lr: 0x000000018a7dba18
    sp: 0x000000016d5fd620   pc: 0x000000018a7dba18 cpsr: 0x60000000
   esr: 0xf2000001  Address size fault

Binary Images:
0x102800000 - 0x102a03fff Clendar arm64  <138c515275f833808ddc046e3a332f9d> /var/containers/Bundle/Application/64D3F8F7-C311-495E-98E9-1A2B0A6F67C0/Clendar.app/Clendar
0x102adc000 - 0x102aebfff Rswift arm64  <af7495bbc4253ad1b83c5125f9be653a> /var/containers/Bundle/Application/64D3F8F7-C311-495E-98E9-1A2B0A6F67C0/Clendar.app/Frameworks/Rswift.framework/Rswift
0x102b00000 - 0x102b73fff SwiftyChrono arm64  <57420bc489b23a1eabcc1b4bfcc723b7> /var/containers/Bundle/Application/64D3F8F7-C311-495E-98E9-1A2B0A6F67C0/Clendar.app/Frameworks/SwiftyChrono.framework/SwiftyChrono
0x102b98000 - 0x102ba7fff ConfettiSwiftUI arm64  <05289d5e50c435fc87920dc3059fc123> /var/containers/Bundle/Application/64D3F8F7-C311-495E-98E9-1A2B0A6F67C0/Clendar.app/Frameworks/ConfettiSwiftUI.framework/ConfettiSwiftUI
0x102bdc000 - 0x102c4bfff dyld arm64e  <1f4d7499ee603c5d9d542cd29e4e537c> /usr/lib/dyld
0x102d3c000 - 0x102d47fff libobjc-trampolines.dylib arm64e  <0be796322ebd3748ac5506ab8b4fc60d> /usr/lib/libobjc-trampolines.dylib
0x1867a2000 - 0x1867e4fff libdispatch.dylib arm64e  <b92757b104343e9ba3acb6da6b81945c> /usr/lib/system/libdispatch.dylib
0x1867e5000 - 0x18681ffff libdyld.dylib arm64e  <21b19919133438bcb233896e929945e0> /usr/lib/system/libdyld.dylib
0x186820000 - 0x186a8bfff libicucore.A.dylib arm64e  <cb72d6a6ceef313b88e7842da8de15cc> /usr/lib/libicucore.A.dylib
0x186a8c000 - 0x186e45fff CoreFoundation arm64e  <727f2644eb4e3d57bc2ee6803ba92366> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x186e46000 - 0x186ff1fff CoreServices arm64e  <c46f42d698c9323b8cee8e04f50bce45> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x186ff2000 - 0x18703afff WirelessDiagnostics arm64e  <6b8356e76aae3c4e94213e796c6d7912> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x18703b000 - 0x1870b7fff SystemConfiguration arm64e  <97ad4485538f3f389fcdb3fb4df441c3> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x1870b8000 - 0x1871affff CoreTelephony arm64e  <810c9ed7d97438e19ca18fac779bab84> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x1871b0000 - 0x187647fff CFNetwork arm64e  <0ebb3119a8ce35da96245b5528802fc8> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x187648000 - 0x187d55fff libnetwork.dylib arm64e  <39506b46189e3e828f32ab8326fcc2c7> /usr/lib/libnetwork.dylib
0x187d56000 - 0x187dccfff Accounts arm64e  <8cc93a19e5983eeb8afb506477688616> /System/Library/Frameworks/Accounts.framework/Accounts
0x187dcd000 - 0x188088fff Foundation arm64e  <7698bf3e0cf631c085e9562714f01276> /System/Library/Frameworks/Foundation.framework/Foundation
0x188089000 - 0x1883ebfff ImageIO arm64e  <b557d05ab2a53d2eb43e0db267169596> /System/Library/Frameworks/ImageIO.framework/ImageIO
0x1883ec000 - 0x188404fff libCGInterfaces.dylib arm64e  <febafe4bdfe43604b11cd7567f36c825> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
0x188405000 - 0x18899dfff CoreGraphics arm64e  <f5b44b3793af3d1fb053789a8626498a> /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
0x18899e000 - 0x189e4bfff UIKitCore arm64e  <8518eae3832b3ff09fa59dbe3041f26c> /System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
0x189e4c000 - 0x189e6efff libAccessibility.dylib arm64e  <954328f073ea3677ad6e3442f7e14195> /usr/lib/libAccessibility.dylib
0x189e6f000 - 0x18a0f5fff QuartzCore arm64e  <8510f13908243686a9aa3e198539a021> /System/Library/Frameworks/QuartzCore.framework/QuartzCore
0x18a0f6000 - 0x18a161fff BackBoardServices arm64e  <7f77d33c3c1f3cca979ae1332798a25f> /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
0x18a162000 - 0x18a1effff TextInput arm64e  <61a52060d5843d1ca4f1864b5fb5617c> /System/Library/PrivateFrameworks/TextInput.framework/TextInput
0x18a259000 - 0x18a627fff AppleMediaServices arm64e  <dd75e0038deb3e07937d85951ba9c25a> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
0x18a628000 - 0x18a7a4fff libswiftFoundation.dylib arm64e  <e1d532c2354331b2830a611eecc21277> /usr/lib/swift/libswiftFoundation.dylib
0x18a7a5000 - 0x18abd6fff libswiftCore.dylib arm64e  <de79398bb4423166b6ca1650b7155d82> /usr/lib/swift/libswiftCore.dylib
0x18abd7000 - 0x18abeffff UIKitServices arm64e  <513a8906528a35739a45c91ea1817430> /System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
0x18abf0000 - 0x18ad49fff Preferences arm64e  <de0e5cc777cd3d9eab2581e5d07d85cb> /System/Library/PrivateFrameworks/Preferences.framework/Preferences
0x18ad4a000 - 0x18af71fff ContactsUI arm64e  <27576b968fb33ee08ae4009687396b75> /System/Library/Frameworks/ContactsUI.framework/ContactsUI
0x18af72000 - 0x18b129fff CoreText arm64e  <58b7adf717bf3fb093fd084cb70cba54> /System/Library/Frameworks/CoreText.framework/CoreText
0x18b12a000 - 0x18b144fff ExtensionKit arm64e  <ab582630eb713eaa93594d139804e0cb> /System/Library/PrivateFrameworks/ExtensionKit.framework/ExtensionKit
0x18b145000 - 0x18b159fff ChronoServices arm64e  <7fd5477b96a63a1ab623a83087b4ef4a> /System/Library/PrivateFrameworks/ChronoServices.framework/ChronoServices
0x18b15a000 - 0x18b1defff BaseBoard arm64e  <d0fa26f104f73d73aaa6337d19ac0677> /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
0x18b1df000 - 0x18b40afff CoreDuet arm64e  <f4cb4e21d1bf356d903f9ef48dc892b8> /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
0x18b40b000 - 0x18b56dfff Contacts arm64e  <387594fd3d2c321183e16487cc92d086> /System/Library/Frameworks/Contacts.framework/Contacts
0x18b56e000 - 0x18cac3fff GeoServices arm64e  <c8392d1038ae3d6a84861c27beb42409> /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
0x18cac4000 - 0x18cb59fff CoreLocation arm64e  <27c07cfbfe903a308300038163f75a62> /System/Library/Frameworks/CoreLocation.framework/CoreLocation
0x18cb5a000 - 0x18cd0cfff CloudKit arm64e  <91285302d0043991af90fe2b0f3727d0> /System/Library/Frameworks/CloudKit.framework/CloudKit
0x18cd0d000 - 0x18d08bfff CoreData arm64e  <e4983c77f15e3012bf00a3fc6f2eb012> /System/Library/Frameworks/CoreData.framework/CoreData
0x18d08c000 - 0x18d127fff WidgetKit arm64e  <7b2df6dd35a43da2806461a10fe1c401> /System/Library/Frameworks/WidgetKit.framework/WidgetKit
0x18d128000 - 0x18ddf7fff SwiftUI arm64e  <042a2fb0b73f38c4b4e91ac4262918e5> /System/Library/Frameworks/SwiftUI.framework/SwiftUI
0x18ddf8000 - 0x18de02fff libswiftCoreGraphics.dylib arm64e  <05d0f019b7a430f5b754bd60ea5b8559> /usr/lib/swift/libswiftCoreGraphics.dylib
0x18de03000 - 0x18de42fff AppSupport arm64e  <c9ca542cc2653802be879628070dc0a4> /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
0x18de43000 - 0x18df6cfff ManagedConfiguration arm64e  <73f74ef2dd093981b1d0834e9906ea6e> /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
0x18df6d000 - 0x18dfdefff IMFoundation arm64e  <07b9b450b39930cca73871bd618fea4b> /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
0x18dfdf000 - 0x18e0effff IDS arm64e  <f269d2be875533f481fd40c9d96b34c3> /System/Library/PrivateFrameworks/IDS.framework/IDS
0x18e0f0000 - 0x18e23dfff Security arm64e  <248431aabfe8399dad0ea942783d0e4b> /System/Library/Frameworks/Security.framework/Security
0x18e662000 - 0x18e67afff AudioSession arm64e  <ec9f661dcafc3a16b372bb4a803636e8> /System/Library/PrivateFrameworks/AudioSession.framework/AudioSession
0x18e67b000 - 0x18e81bfff AVFCore arm64e  <0294540d081033fdbad051943cb01d86> /System/Library/PrivateFrameworks/AVFCore.framework/AVFCore
0x18e81c000 - 0x18edc8fff Intents arm64e  <397b9f43ab043a72bc5ca59dfddd48fa> /System/Library/Frameworks/Intents.framework/Intents
0x18ee18000 - 0x18f131fff CoreImage arm64e  <bbd5ff0b4792336fb8482f5c0c6c692c> /System/Library/Frameworks/CoreImage.framework/CoreImage
0x18f132000 - 0x18f1effff ColorSync arm64e  <cc269c1b128030d29443c45d8cb5addb> /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
0x18f1f0000 - 0x18f22bfff CoreVideo arm64e  <a41932f1812e3928b8188feef048018d> /System/Library/Frameworks/CoreVideo.framework/CoreVideo
0x18f22c000 - 0x18fa18fff MediaToolbox arm64e  <334f787e71c73676b9136c5f2a3436dc> /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
0x18fa19000 - 0x18fb19fff CoreMedia arm64e  <063231877fe13d2d9c430fdad845e776> /System/Library/Frameworks/CoreMedia.framework/CoreMedia
0x18fb1a000 - 0x18fd85fff AudioToolbox arm64e  <62b836837f2237f89cd6aed24461df2c> /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
0x18fd86000 - 0x18fdd6fff CoreHaptics arm64e  <bbd7402fc1b33e1a9258307051360494> /System/Library/Frameworks/CoreHaptics.framework/CoreHaptics
0x18fdd7000 - 0x18fe37fff UserActivity arm64e  <29d76b1b44fe376187de4059cf824d9e> /System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
0x18fe38000 - 0x18ff42fff UIFoundation arm64e  <9b241bd011ab38c2a1ac19f09ec6e1b1> /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
0x18ff43000 - 0x18ff68fff libsystem_info.dylib arm64e  <4141392213e530b7907d6662a1eab27e> /usr/lib/system/libsystem_info.dylib
0x18ff69000 - 0x18ffe7fff libsystem_c.dylib arm64e  <961a8fb0de8a3567b4375d99cd549fae> /usr/lib/system/libsystem_c.dylib
0x18ffe8000 - 0x190033fff RunningBoardServices arm64e  <697a1a06cadc3e7fa852a474d80108cb> /System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
0x190034000 - 0x19116efff JavaScriptCore arm64e  <879ee00615d434ee9ccefee83dbdf267> /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
0x191740000 - 0x1917d1fff ContactsFoundation arm64e  <34d587d357cc331889693ed5a7fa99a8> /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
0x191a21000 - 0x191a44fff ProactiveEventTracker arm64e  <ed1cd576029232f3a16693a874dd3a03> /System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
0x191a45000 - 0x191a8ffff Lexicon arm64e  <0056c7867b0c3bf38f9aae60c44beb0e> /System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
0x191afe000 - 0x191b4efff CoreDuetContext arm64e  <6c4bdd0f96c1332584aa8536f7849456> /System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
0x191b4f000 - 0x191bfafff IOKit arm64e  <92c9b0a3c0473a55b17b4c81f6b4f054> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x191bfb000 - 0x191c0bfff DataMigration arm64e  <051256fd02fd3d5381c55bef2910a0af> /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
0x191c0c000 - 0x191c69fff SpringBoardServices arm64e  <c150acc3bd2a3fa181fa7e4d4deb9175> /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
0x191c7d000 - 0x191ef0fff CoreMotion arm64e  <dd8e0d47a8cd3194a28b3bb6dfc7253c> /System/Library/Frameworks/CoreMotion.framework/CoreMotion
0x191ef1000 - 0x192036fff EventKit arm64e  <374caf4729133e16933429279ffba9ca> /System/Library/Frameworks/EventKit.framework/EventKit
0x192592000 - 0x192830fff MediaRemote arm64e  <6506f7f32da538a9ae8083629db3d55b> /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
0x192831000 - 0x1929d9fff CoreUtils arm64e  <a95e26b7bc623727aebd37b8ade7dda9> /System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
0x1929da000 - 0x1929f0fff FamilyCircle arm64e  <d7ef2d9b0d213cc1808a5a5cf0761d84> /System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
0x1929f1000 - 0x192a61fff CoreSpotlight arm64e  <22dc7b9c417e35459569bcc9bb02cadb> /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
0x19302f000 - 0x1930f5fff CoreUI arm64e  <da638c18e6ee36a3ba87a6cecb3189eb> /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
0x1930f6000 - 0x193141fff SafariSafeBrowsing arm64e  <0be1a83ec02f38e28c9606a95e1c90c9> /System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
0x193142000 - 0x193b3bfff WebKit arm64e  <7e69d8cd747632a2b1481c619c065fa4> /System/Library/Frameworks/WebKit.framework/WebKit
0x193b3c000 - 0x1964a4fff WebCore arm64e  <2483b1e8e3333c2a82c15f9b7e3b0e54> /System/Library/PrivateFrameworks/WebCore.framework/WebCore
0x1964a5000 - 0x196504fff libMobileGestalt.dylib arm64e  <48e77331a983378c8eb4b7cc854f4a89> /usr/lib/libMobileGestalt.dylib
0x196505000 - 0x196521fff CommonUtilities arm64e  <58bd77e1ead836a181a6f1f736d9bec1> /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
0x196522000 - 0x196690fff IDSFoundation arm64e  <4cd55ce403cf353c8fc9c4fd458dd071> /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
0x196796000 - 0x196840fff CoreSuggestions arm64e  <b3f2323f1a9e3e8990576b14cd3c9316> /System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
0x196841000 - 0x1968defff AddressBookLegacy arm64e  <6df18e10743231e890292b8a5c5fadf1> /System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
0x1968df000 - 0x196912fff UserNotifications arm64e  <afe58449cf0234a4bc234ded3712a3d5> /System/Library/Frameworks/UserNotifications.framework/UserNotifications
0x196913000 - 0x19699ffff FrontBoardServices arm64e  <a15e664c54bb3ac39d7f0bba7f43ebfe> /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
0x1969a0000 - 0x1969c3fff libsystem_malloc.dylib arm64e  <bbade3853af53399b1d6180c6d33df9c> /usr/lib/system/libsystem_malloc.dylib
0x1969c4000 - 0x196c9ffff MapKit arm64e  <3108aac5d11938e09aaff67868010ade> /System/Library/Frameworks/MapKit.framework/MapKit
0x196ca0000 - 0x197471fff VectorKit arm64e  <90f634e3fc2e3fe69b2666dda5d95c79> /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
0x197472000 - 0x197504fff AuthKit arm64e  <2be58b7a584e3226b5551de2b35f61a6> /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
0x197505000 - 0x197598fff AppleAccount arm64e  <ec0ddbe85a0939048abc3a03c232150e> /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
0x197599000 - 0x19769bfff AVFAudio arm64e  <f41c217c594d3800afaa6724fa74c6e4> /System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
0x19769c000 - 0x197907fff AudioToolboxCore arm64e  <d1cb61efad603bd3b0d2006e7f6c5476> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
0x19793c000 - 0x197c10fff StoreServices arm64e  <9af8512ca5953487bb3886d2d745c84a> /System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
0x197d9b000 - 0x197e42fff ShareSheet arm64e  <5c25c6ab8f5535958e684ab408e3aec9> /System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
0x1989c3000 - 0x198a14fff MobileBackup arm64e  <7370a46dfbb33cdf90900f10f4d1b481> /System/Library/PrivateFrameworks/MobileBackup.framework/MobileBackup
0x198a15000 - 0x198a29fff MSUDataAccessor arm64e  <9140891644fe38208059c1cae5afb001> /System/Library/PrivateFrameworks/MSUDataAccessor.framework/MSUDataAccessor
0x198a2a000 - 0x198a50fff MobileAsset arm64e  <ef35474d2eb63dff9d0e5760ee7bac37> /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
0x198a51000 - 0x198a60fff libsystem_networkextension.dylib arm64e  <72e9b04cefb3311398130faa22fd28af> /usr/lib/system/libsystem_networkextension.dylib
0x198a61000 - 0x198cb2fff NetworkExtension arm64e  <7f3e9729ca2e39ada585c363f6a7a9dc> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension
0x198cea000 - 0x1990b6fff CoreML arm64e  <f9033ece3eeb35079edb4ea0a1384705> /System/Library/Frameworks/CoreML.framework/CoreML
0x1990b7000 - 0x19983cfff Espresso arm64e  <e69d4058a9403d9c8bfb8c79e13f84ff> /System/Library/PrivateFrameworks/Espresso.framework/Espresso
0x19983d000 - 0x19993afff VideoToolbox arm64e  <a291cd84788c36a095d8a7e53275e4cd> /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
0x19993b000 - 0x199987fff OnBoardingKit arm64e  <8f99950c3c9430e792f6f1283c1fe2de> /System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
0x199a86000 - 0x199a97fff AXCoreUtilities arm64e  <f4232ed883ed3ef298115420a12e95b2> /System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
0x19a98d000 - 0x19ab03fff Montreal arm64e  <c01e4cb63a353264881d22f16abd0de7> /System/Library/PrivateFrameworks/Montreal.framework/Montreal
0x19ab04000 - 0x19ac19fff LanguageModeling arm64e  <e913087b54783c95a3f30764ec877c0d> /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
0x19ac1a000 - 0x19ac22fff InternationalSupport arm64e  <05ea5f19fb0b33a5b9f3ceea6808df34> /System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
0x19ae77000 - 0x19aeb9fff libswiftUIKit.dylib arm64e  <6918464affe03199b2614026e35cd5cf> /usr/lib/swift/libswiftUIKit.dylib
0x19afd4000 - 0x19b07dfff CalendarDatabase arm64e  <583e4c36c98f31a29e9bfc4ab998029f> /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
0x19b1af000 - 0x19b2d3fff Combine arm64e  <15b9213c595936be871f3f582776b8c4> /System/Library/Frameworks/Combine.framework/Combine
0x19b362000 - 0x19b373fff UniformTypeIdentifiers arm64e  <15720249377a3189b5acde89ce28022a> /System/Library/Frameworks/UniformTypeIdentifiers.framework/UniformTypeIdentifiers
0x19b374000 - 0x19b3f6fff CloudDocs arm64e  <5c79358501373d9abc186d693fa39c67> /System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
0x19b5f7000 - 0x19b676fff EmailFoundation arm64e  <0b1034ac3a6a333e80f736573f593b0e> /System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
0x19b918000 - 0x19b956fff MediaServices arm64e  <415230c3259e36d78f62e8f1a9ce73e5> /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
0x19b957000 - 0x19bae9fff SearchFoundation arm64e  <48cef8a1fb9f35419debe221493a2d08> /System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
0x19bbc7000 - 0x19bbfdfff libobjc.A.dylib arm64e  <fea23cff02cf34268a4f893396ce92ff> /usr/lib/libobjc.A.dylib
0x19bbfe000 - 0x19bc60fff LoggingSupport arm64e  <0877d599d2bd33008d700d1f8abca399> /System/Library/PrivateFrameworks/LoggingSupport.framework/LoggingSupport
0x19bc61000 - 0x19bcbffff libc++.1.dylib arm64e  <4a0b48d835483ad794c55e54ab10b6fa> /usr/lib/libc++.1.dylib
0x19bcc0000 - 0x19bcd9fff libc++abi.dylib arm64e  <2c28dce19a893752bcfc907e99183a63> /usr/lib/libc++abi.dylib
0x19bcda000 - 0x19bd1cfff SetupAssistant arm64e  <be6f53bb634b373f9982b548a3704b1f> /System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
0x19bd1d000 - 0x19bd37fff OctagonTrust arm64e  <2d16a2c8cf9f3fafab49ac4651023814> /System/Library/PrivateFrameworks/OctagonTrust.framework/OctagonTrust
0x19be69000 - 0x19beacfff CoreAutoLayout arm64e  <942d516f2be635879821a450f305f686> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/CoreAutoLayout
0x19bead000 - 0x19c00bfff Network arm64e  <9d7e4a86670f3742b6c188f150e74705> /System/Library/Frameworks/Network.framework/Network
0x19c00c000 - 0x19c042fff MobileKeyBag arm64e  <d1d35c92ad763198947c7c3c37dd1e3e> /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag
0x19c286000 - 0x19c29afff BaseBoardUI arm64e  <7e55d9022dc833f28d3849f639a75367> /System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
0x19c29b000 - 0x19c34dfff libvDSP.dylib arm64e  <981103e3468c336db8c5a574394ff73e> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
0x19c34e000 - 0x19c381fff libAudioToolboxUtility.dylib arm64e  <c901706dd96638d78a98e632d0103d36> /usr/lib/libAudioToolboxUtility.dylib
0x19c55f000 - 0x19c5ebfff CoreNLP arm64e  <de7392a4528937b297a4d5c557697c25> /System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
0x19c5ec000 - 0x19c706fff FileProvider arm64e  <d9607b48e828313d88733480c22fbc28> /System/Library/Frameworks/FileProvider.framework/FileProvider
0x19c718000 - 0x19c730fff libswiftDispatch.dylib arm64e  <b6f59dfcf9bb31f8b0d5836177ba9668> /usr/lib/swift/libswiftDispatch.dylib
0x19c731000 - 0x19c767fff DataDetectorsCore arm64e  <a9131f915e3a35ca8d8e03085a2ba08b> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
0x19c768000 - 0x19c7f8fff Symbolication arm64e  <c15bd42b1d303aaf8b543d64f2433b5c> /System/Library/PrivateFrameworks/Symbolication.framework/Symbolication
0x19c7f9000 - 0x19c816fff CrashReporterSupport arm64e  <3f0cb4bfb6f3385db83720e08fba9808> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterSupport
0x19c982000 - 0x19cb70fff MPSNeuralNetwork arm64e  <333d91ab35473c47a5edf7be06a3deae> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
0x19cb71000 - 0x19cbc7fff MPSCore arm64e  <b24eee3857a23fef906e34cc3a5a5386> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
0x19cd25000 - 0x19cd92fff CalendarFoundation arm64e  <8e19bc8376fc3ea2840bc8f09e08649c> /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
0x19cdf6000 - 0x19cee2fff NLP arm64e  <e341c043ae8d353791f5c120b4cdb3c5> /System/Library/PrivateFrameworks/NLP.framework/NLP
0x19cee3000 - 0x19cf0bfff AppSupportUI arm64e  <011c4ba7c2093f3f8b97723ebf5360b3> /System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
0x19d01c000 - 0x19d033fff ProtocolBuffer arm64e  <b53be2dce7853a81a741712c7219bd9b> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
0x19d14b000 - 0x19d2b4fff ReminderKit arm64e  <07568351fd3236b2a5da2fb6577f9db8> /System/Library/PrivateFrameworks/ReminderKit.framework/ReminderKit
0x19d2b5000 - 0x19d2c4fff AssertionServices arm64e  <6c4a8e5fe94534898cc33f75e1215b11> /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
0x19d2c5000 - 0x19d2eefff CloudServices arm64e  <3da5db7d44f8346bab10a1ca4ee427a2> /System/Library/PrivateFrameworks/CloudServices.framework/CloudServices
0x19d341000 - 0x19d421fff Metal arm64e  <b19644ec655d330fb5022316136a7b66> /System/Library/Frameworks/Metal.framework/Metal
0x19d422000 - 0x19d576fff MediaExperience arm64e  <4cae8c9c6156321788986d02541aaf56> /System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
0x19d984000 - 0x19d99afff libsystem_trace.dylib arm64e  <3520924c65a7351dadbea07268a9bca7> /usr/lib/system/libsystem_trace.dylib
0x19dc74000 - 0x19dd14fff AppStoreDaemon arm64e  <a9ae4110e3fa36eb9c071d6b79d3dab8> /System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
0x19e6a9000 - 0x19e6effff VoiceServices arm64e  <ffd17ff082083822a8fa6907ffe784f5> /System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
0x19e6f0000 - 0x19e6f8fff GraphicsServices arm64e  <1959c615fa0830de8461884a5bbc8037> /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
0x19e8ce000 - 0x19e8e3fff PowerLog arm64e  <e78464dca9813a359e5e19e567103906> /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog
0x19e8e4000 - 0x19e90dfff DuetActivityScheduler arm64e  <6052f6a592943092afe626b8be3e70ed> /System/Library/PrivateFrameworks/DuetActivityScheduler.framework/DuetActivityScheduler
0x1a021b000 - 0x1a04c7fff Vision arm64e  <c5ba507230a53c1f9b161e9c08e24b02> /System/Library/Frameworks/Vision.framework/Vision
0x1a0525000 - 0x1a0593fff ProactiveSupport arm64e  <7e62581a0bba374c8ce4c8478f407c4b> /System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
0x1a05c1000 - 0x1a05e0fff ApplePushService arm64e  <ba619145be4532f689c5efe49a389479> /System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
0x1a05e1000 - 0x1a060afff BoardServices arm64e  <66c745c0795a341aa2c9b01043957b83> /System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
0x1a060b000 - 0x1a0617fff libswiftCloudKit.dylib arm64e  <3896466f8b3538de9820a59e49b3ef85> /usr/lib/swift/libswiftCloudKit.dylib
0x1a0779000 - 0x1a07a9fff libncurses.5.4.dylib arm64e  <bd62f070cac63f8cba10b643ae9bdfe1> /usr/lib/libncurses.5.4.dylib
0x1a07aa000 - 0x1a07f9fff OSAnalytics arm64e  <b1704e43a44338febb79d6e81b51a2d2> /System/Library/PrivateFrameworks/OSAnalytics.framework/OSAnalytics
0x1a07fa000 - 0x1a0859fff CoreBluetooth arm64e  <07157e457e543ae4ad87685503c2db42> /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
0x1a0a44000 - 0x1a0a89fff TemplateKit arm64e  <6b482aed10ac36148dade82298354632> /System/Library/PrivateFrameworks/TemplateKit.framework/TemplateKit
0x1a0a8a000 - 0x1a0abffff MobileInstallation arm64e  <35568a91b3b536acbdefa885f098b7d0> /System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
0x1a0ac0000 - 0x1a0b4efff libTelephonyUtilDynamic.dylib arm64e  <e604b2167dae34e5892b42791848d0f3> /usr/lib/libTelephonyUtilDynamic.dylib
0x1a0b4f000 - 0x1a0bbefff NanoRegistry arm64e  <0485700048f43d22b3423d2a7d8d7c16> /System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
0x1a0ca3000 - 0x1a0cc1fff CoreMaterial arm64e  <58b98f6de8df3813bb3416c568c45f9c> /System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
0x1a0d38000 - 0x1a0ec1fff libsqlite3.dylib arm64e  <2963f7ee43003bb69529587d5302a657> /usr/lib/libsqlite3.dylib
0x1a0ec2000 - 0x1a0f88fff AVFCapture arm64e  <69a24b6680d23b65a9a90ccf8fec7e69> /System/Library/PrivateFrameworks/AVFCapture.framework/AVFCapture
0x1a0f89000 - 0x1a12ebfff CMCapture arm64e  <771999efb9ed3182a75311c8d38c44e4> /System/Library/PrivateFrameworks/CMCapture.framework/CMCapture
0x1a144a000 - 0x1a16aafff MobileSpotlightIndex arm64e  <585d247349ed39baac6a3765a35afb53> /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
0x1a16ab000 - 0x1a1754fff Email arm64e  <ab41fca0d9113b6e842d09f43dd98ccf> /System/Library/PrivateFrameworks/Email.framework/Email
0x1a17bb000 - 0x1a19a0fff EventKitUI arm64e  <60a30e6e93623df5a241c3e6da6b5508> /System/Library/Frameworks/EventKitUI.framework/EventKitUI
0x1a1aeb000 - 0x1a1af5fff libsystem_notify.dylib arm64e  <cb00557eecb73b8ebee94de4a0b862aa> /usr/lib/system/libsystem_notify.dylib
0x1a1af6000 - 0x1a1b3bfff CryptoTokenKit arm64e  <af5eb1345e713c4aafa2b556abe82367> /System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
0x1a1ba9000 - 0x1a1c1dfff libcorecrypto.dylib arm64e  <7282f135d28937129081a2b32fdb3622> /usr/lib/system/libcorecrypto.dylib
0x1a1c1e000 - 0x1a1c42fff UserManagement arm64e  <01f1ad278171339aa98d91876ef213d0> /System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
0x1a1d1f000 - 0x1a1d35fff libsystem_asl.dylib arm64e  <6861da31b33a393eadeaa36da03ba670> /usr/lib/system/libsystem_asl.dylib
0x1a1fbf000 - 0x1a1ff7fff DataAccessExpress arm64e  <f1a39236ca4432dc9fa73dc8ff054af0> /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
0x1a1ff8000 - 0x1a202ffff CoreServicesStore arm64e  <7f13794ebc913959a201e01a396aa228> /System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
0x1a2030000 - 0x1a2055fff CoreAnalytics arm64e  <0e3b705972c939ad9a5ca9b487f5c475> /System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
0x1a2056000 - 0x1a2061fff SymptomAnalytics arm64e  <99e19311b5263984a27fd8976a1d70d3> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomAnalytics.framework/SymptomAnalytics
0x1a2254000 - 0x1a2264fff NanoPreferencesSync arm64e  <04761bb803ce3b63aeec6a61cc549b85> /System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
0x1a2a9b000 - 0x1a2ac7fff IconServices arm64e  <d947a9247e9e309fa9eff038d7918f52> /System/Library/PrivateFrameworks/IconServices.framework/IconServices
0x1a359f000 - 0x1a3866fff vImage arm64e  <235be66e7bb831bba92d486371ffc572> /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
0x1a484c000 - 0x1a4863fff IAP arm64e  <82584a03eeef37229f239e9c035e9a44> /System/Library/PrivateFrameworks/IAP.framework/IAP
0x1a4864000 - 0x1a48bdfff ktrace arm64e  <0fd4ace25e6c3e0ca5e18b2aa5f4457f> /System/Library/PrivateFrameworks/ktrace.framework/ktrace
0x1a4bdb000 - 0x1a4be9fff Celestial arm64e  <1637b47d575e35c19f0a61f21530746b> /System/Library/PrivateFrameworks/Celestial.framework/Celestial
0x1a4ce1000 - 0x1a4e69fff WebKitLegacy arm64e  <86e02aec43e63fcab945a3a639241dc3> /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
0x1a4edd000 - 0x1a4f54fff ClassKit arm64e  <df0f8ebb071c3654aeeb6a7fb095eb44> /System/Library/Frameworks/ClassKit.framework/ClassKit
0x1a4f55000 - 0x1a4f9cfff StoreKit arm64e  <c15dd601bcba3a5f815dcc6a70b50b80> /System/Library/Frameworks/StoreKit.framework/StoreKit
0x1a5efb000 - 0x1a5f05fff IOMobileFramebuffer arm64e  <75b827a40b7e31278af975faf62e320b> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebuffer
0x1a6597000 - 0x1a65b7fff PrototypeTools arm64e  <ca03807ff927380f9d8798ff437319c6> /System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
0x1a65b8000 - 0x1a65e5fff PersistentConnection arm64e  <2c14c002f3ea300f8b45706af2444601> /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
0x1a6711000 - 0x1a69cffff PencilKit arm64e  <2ac11145139332a985805ff6843ec804> /System/Library/Frameworks/PencilKit.framework/PencilKit
0x1a6a7d000 - 0x1a6a8efff libswiftUniformTypeIdentifiers.dylib arm64e  <155016f0aa3c3ac5ad37d01cb29d95d8> /usr/lib/swift/libswiftUniformTypeIdentifiers.dylib
0x1a70cf000 - 0x1a70e6fff CoreFollowUp arm64e  <bec84e7880753dff8d3e93807d4ca432> /System/Library/PrivateFrameworks/CoreFollowUp.framework/CoreFollowUp
0x1a70e7000 - 0x1a7161fff Rapport arm64e  <389c3d98cdc83416bc1fcc79d99002f8> /System/Library/PrivateFrameworks/Rapport.framework/Rapport
0x1a752b000 - 0x1a7552fff LocationSupport arm64e  <0c0eb39ec3583a85bf0d32b53ba29782> /System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
0x1a7553000 - 0x1a7587fff iCalendar arm64e  <e8acbe47844e3ecabfc85ccbbd57c124> /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
0x1a7588000 - 0x1a75b3fff CoreAccessories arm64e  <aef72f8cdcd030ffbe2664c6c524f066> /System/Library/PrivateFrameworks/CoreAccessories.framework/CoreAccessories
0x1a76f0000 - 0x1a776dfff CVNLP arm64e  <727497213d273a66a6dc46581dc96c91> /System/Library/PrivateFrameworks/CVNLP.framework/CVNLP
0x1a78c5000 - 0x1a78c7fff OSAServicesClient arm64e  <dec50288c55c378bb424658704258c77> /System/Library/PrivateFrameworks/OSAServicesClient.framework/OSAServicesClient
0x1a78cb000 - 0x1a7925fff ProtectedCloudStorage arm64e  <18d26651ea76381fad99579a036da0e3> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
0x1a7926000 - 0x1a795efff C2 arm64e  <f8b7dc6192b03c8ea012f71dc32e24c9> /System/Library/PrivateFrameworks/C2.framework/C2
0x1a795f000 - 0x1a79b6fff DifferentialPrivacy arm64e  <9029531fb2c63b538599b62afeca027f> /System/Library/PrivateFrameworks/DifferentialPrivacy.framework/DifferentialPrivacy
0x1a8412000 - 0x1a8456fff BiometricKit arm64e  <84245e1657b93e089d937cc9a3c8e83d> /System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
0x1a849e000 - 0x1a8553fff CoreSymbolication arm64e  <4a497d5f199b3a17b912d711e97154d7> /System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
0x1a8d39000 - 0x1a8d3afff MessageSupport arm64e  <938263fad72f312b9a87dca903f42045> /System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
0x1a8d3b000 - 0x1a8d4dfff IOSurface arm64e  <2bb4143452ee3bd7822950b3840218b6> /System/Library/Frameworks/IOSurface.framework/IOSurface
0x1a8d4e000 - 0x1a8db0fff MobileWiFi arm64e  <cb04e63128a23661a0c5ab073cf2dbf4> /System/Library/PrivateFrameworks/MobileWiFi.framework/MobileWiFi
0x1a93a4000 - 0x1a93dffff libGLImage.dylib arm64e  <5e1452bc1b723ea9bbee08acd20195f3> /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
0x1a93e0000 - 0x1a93e7fff libsystem_symptoms.dylib arm64e  <ee0315ac9aab3bd4ab86ede010db097a> /usr/lib/system/libsystem_symptoms.dylib
0x1a942f000 - 0x1a9990fff CoreAudio arm64e  <35f706386c053b64b34f60e273b2a83c> /System/Library/Frameworks/CoreAudio.framework/CoreAudio
0x1a9991000 - 0x1a99a8fff ContactsDonation arm64e  <22b66b8201cd399b93ec0fa441c1efd3> /System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
0x1a99a9000 - 0x1a99c8fff IntentsCore arm64e  <b6c46a4e43ea36e082ddfea8cb297841> /System/Library/PrivateFrameworks/IntentsCore.framework/IntentsCore
0x1a9b04000 - 0x1a9b6cfff RenderBox arm64e  <67e3bce7b6ea3f529eb276eea5aa3538> /System/Library/PrivateFrameworks/RenderBox.framework/RenderBox
0x1a9c10000 - 0x1a9d5dfff Navigation arm64e  <4094fc3895f73557bab0521c707b1f67> /System/Library/PrivateFrameworks/Navigation.framework/Navigation
0x1a9f02000 - 0x1a9f16fff MaterialKit arm64e  <81b41c96b2b632519b4bca173398c2b8> /System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
0x1aa09e000 - 0x1aa0aefff CoreAUC arm64e  <a3045e052c2733a89ad0fdaca05abf4a> /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC
0x1aa8e5000 - 0x1aa8f6fff SettingsFoundation arm64e  <811cb2e1f0d53fc1af2a1a3f71eb1db7> /System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
0x1abbbc000 - 0x1abbc9fff MediaSafetyNet arm64e  <54121c6dbfb9370ca7134c3d2139a992> /System/Library/PrivateFrameworks/MediaSafetyNet.framework/MediaSafetyNet
0x1abbca000 - 0x1abc07fff TimeSync arm64e  <79da117bf4763bb3901a21e4ae54c148> /System/Library/PrivateFrameworks/TimeSync.framework/TimeSync
0x1abca0000 - 0x1abce6fff ExposureNotification arm64e  <fc21a8518042312daec8b25f592825e3> /System/Library/Frameworks/ExposureNotification.framework/ExposureNotification
0x1ac373000 - 0x1ac37cfff CoreTime arm64e  <cc7f0c252783371a9e4871e61476bc79> /System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
0x1acd57000 - 0x1ace57fff TextRecognition arm64e  <761aa9ba87a73e5e8c6016cc93a4b6f9> /System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
0x1acf6d000 - 0x1acf76fff ContextKitExtraction arm64e  <3b1d92e5f4ac37e8887e97798a3bee96> /System/Library/PrivateFrameworks/ContextKitExtraction.framework/ContextKitExtraction
0x1ad054000 - 0x1ad056fff libswiftObjectiveC.dylib arm64e  <6d0b9153875939f48ebfc48dfdc4d77c> /usr/lib/swift/libswiftObjectiveC.dylib
0x1ad8e1000 - 0x1ad94cfff EmailCore arm64e  <f9ba633c2e8b393ba73501a5f680c28b> /System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
0x1ae2a7000 - 0x1ae2f3fff MIME arm64e  <5bd9753ec1ec390db9a5c5a52b03b14f> /System/Library/PrivateFrameworks/MIME.framework/MIME
0x1ae5dd000 - 0x1ae5f3fff MailServices arm64e  <b4393c210d2c36d89879332cd14f135d> /System/Library/PrivateFrameworks/MailServices.framework/MailServices
0x1ae677000 - 0x1ae6fbfff CoreDAV arm64e  <16c1d77ae3ca3dfb93bc7e4b3968c7e3> /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
0x1ae8a6000 - 0x1ae8e2fff CalendarUIKit arm64e  <c8fd9012c0043d2eb708a136472ccf6c> /System/Library/PrivateFrameworks/CalendarUIKit.framework/CalendarUIKit
0x1ae8e3000 - 0x1ae8f2fff MobileIcons arm64e  <e8c4f97c59483d7f9f59b26835929137> /System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
0x1aece1000 - 0x1aedb4fff ProofReader arm64e  <d9cc4cf2038d30789be30c2a7ea26d4d> /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
0x1b0024000 - 0x1b002efff MallocStackLogging arm64e  <66bfc8d3c6f335519ce3f213ab98480e> /System/Library/PrivateFrameworks/MallocStackLogging.framework/MallocStackLogging
0x1b0048000 - 0x1b0077fff AttributeGraph arm64e  <e932337d7a6b3f1cac0f37607badc885> /System/Library/PrivateFrameworks/AttributeGraph.framework/AttributeGraph
0x1b026b000 - 0x1b02b6fff MetadataUtilities arm64e  <a3943301ae45335f8443281c7f346621> /System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
0x1b0a09000 - 0x1b0a68fff CoreLocationProtobuf arm64e  <29e0b3b8c4d133e1a16975c207af057f> /System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
0x1b0c7d000 - 0x1b0caffff Bom arm64e  <68852959ebe03756837b46f2c1f767ec> /System/Library/PrivateFrameworks/Bom.framework/Bom
0x1b0ce5000 - 0x1b0cecfff PushKit arm64e  <ea9b2ff9825f30a29dc38fe3e70fd6de> /System/Library/Frameworks/PushKit.framework/PushKit
0x1b0ef3000 - 0x1b0f83fff Quagga arm64e  <e6bf111821bb3f7abb33d6341b2ed140> /System/Library/PrivateFrameworks/Quagga.framework/Quagga
0x1b0f84000 - 0x1b0f8cfff StudyLog arm64e  <15e63b6cec933fa882889d0cefd8a9ef> /System/Library/PrivateFrameworks/StudyLog.framework/StudyLog
0x1b1f99000 - 0x1b1fdafff NaturalLanguage arm64e  <fd73fd92ced23b1ab02c6ffdee31eece> /System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
0x1b38bd000 - 0x1b39fffff CoreHandwriting arm64e  <eb4e2fa8355a39ca8d54c2065f10b5e9> /System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
0x1b41f1000 - 0x1b41fcfff AppleIDAuthSupport arm64e  <dd29948306213f7a969ad30268933ae0> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
0x1b420c000 - 0x1b4225fff LocalAuthentication arm64e  <a99dfb53f24d3af59e419be0d7d32ec8> /System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
0x1b4226000 - 0x1b422cfff IOAccelerator arm64e  <a52c34191fec367088c065bfff85305d> /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator
0x1b4adc000 - 0x1b4b0dfff libsystem_kernel.dylib arm64e  <b373b97b671e301ca6b7c9f92e17dca0> /usr/lib/system/libsystem_kernel.dylib
0x1b4d51000 - 0x1b4e5bfff ResponseKit arm64e  <d0249ac5431636e0a2fbf025c48bd652> /System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
0x1b4e5c000 - 0x1b4e96fff EmojiFoundation arm64e  <36217836d7bc3bac9d094e51f9a01358> /System/Library/PrivateFrameworks/EmojiFoundation.framework/EmojiFoundation
0x1b54de000 - 0x1b54ebfff FontServices arm64e  <b081806bbcba335480622196cb0c05dd> /System/Library/PrivateFrameworks/FontServices.framework/FontServices
0x1b56a1000 - 0x1b56adfff MediaAccessibility arm64e  <babd3b53c8f63359aa5a98e3bfec3f34> /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
0x1b56f0000 - 0x1b5cacfff SiriTTS arm64e  <d89264983c0f3d73940103abd22bb399> /System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
0x1b5cad000 - 0x1b5cbbfff SetupAssistantSupport arm64e  <4fe091f2a2e23e78bdd243577f8fffbd> /System/Library/PrivateFrameworks/SetupAssistantSupport.framework/SetupAssistantSupport
0x1b5dc0000 - 0x1b5df2fff VirtualGarage arm64e  <137b37f353293180ab19b2b8c92dea5f> /System/Library/PrivateFrameworks/VirtualGarage.framework/VirtualGarage
0x1b5df3000 - 0x1b5e19fff NetAppsUtilities arm64e  <eec3862499d432a3b13b4292b1aafc6a> /System/Library/PrivateFrameworks/NetAppsUtilities.framework/NetAppsUtilities
0x1b7051000 - 0x1b7061fff libdscsym.dylib arm64e  <1fc227cb8893384b8453555702030bb5> /usr/lib/libdscsym.dylib
0x1b7062000 - 0x1b7073fff HangTracer arm64e  <148caf8207a83d1a87b0a476cc755f35> /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer
0x1b7231000 - 0x1b72effff SampleAnalysis arm64e  <38e052d99e2032ce84bfa5e7d96c12aa> /System/Library/PrivateFrameworks/SampleAnalysis.framework/SampleAnalysis
0x1b72f0000 - 0x1b7320fff PlugInKit arm64e  <1b06f4b4a9c33af8875c49f515e38d78> /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
0x1b73d0000 - 0x1b73d1fff libSystem.B.dylib arm64e  <7d42c8382a04372e9fccdc7a95ef88f4> /usr/lib/libSystem.B.dylib
0x1b76f5000 - 0x1b774dfff CalendarDaemon arm64e  <85e7dc5c98123be4acf83e8b6da0e6d8> /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
0x1b7845000 - 0x1b78b5fff libarchive.2.dylib arm64e  <d766b73088553bd28ba75b2d926ffbea> /usr/lib/libarchive.2.dylib
0x1b78b6000 - 0x1b78dafff libtailspin.dylib arm64e  <98055fb0cc033819bc074fb958f6e656> /usr/lib/libtailspin.dylib
0x1b78db000 - 0x1b7d90fff libBNNS.dylib arm64e  <13ec7750493a31bcad11234e3950686d> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
0x1b7d91000 - 0x1b7dd4fff SharedUtils arm64e  <ef436f1da823338a9dce86f9deacc906> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
0x1b83f1000 - 0x1b83f1fff AVFoundation arm64e  <1dcd460171643d2ca077cc511181b1ec> /System/Library/Frameworks/AVFoundation.framework/AVFoundation
0x1b83f2000 - 0x1b83f2fff Accelerate arm64e  <b2f811f636d9398b9e2a080408efed72> /System/Library/Frameworks/Accelerate.framework/Accelerate
0x1b83f3000 - 0x1b864dfff libBLAS.dylib arm64e  <effe16b216183f3aa06ce58527e217f3> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
0x1b864e000 - 0x1b8af8fff libLAPACK.dylib arm64e  <6eea1e2a662630508a2e8b690016e7e0> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
0x1b8af9000 - 0x1b8b0dfff libLinearAlgebra.dylib arm64e  <64203c23bfb735adb6823d4fd877c7d6> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
0x1b8b0e000 - 0x1b8b12fff libQuadrature.dylib arm64e  <ffc2799051a93d79b60ccf610debaaf4> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
0x1b8b13000 - 0x1b8b75fff libSparse.dylib arm64e  <7244ae07ad933247aa101be5ba810cd7> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
0x1b8b76000 - 0x1b8b87fff libSparseBLAS.dylib arm64e  <2351d0bc0e6b33068c41c4e1be339920> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
0x1b8b88000 - 0x1b8be0fff libvMisc.dylib arm64e  <d7f6e639d9e33e0eb5c653903f95ebac> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
0x1b8be1000 - 0x1b8be1fff vecLib arm64e  <6cec3ecd6c1a3f2f97ae525ff2046274> /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
0x1b8e5b000 - 0x1b8ec4fff CoreMIDI arm64e  <9411ca7963a431d7835a511ff2e3fcd3> /System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
0x1b93f9000 - 0x1b9410fff ExternalAccessory arm64e  <af3bd935704c3326a38f725bd2a01142> /System/Library/Frameworks/ExternalAccessory.framework/ExternalAccessory
0x1b944f000 - 0x1b947cfff GSS arm64e  <8d83196aebda3a6e97b9345053fe33e7> /System/Library/Frameworks/GSS.framework/GSS
0x1b95b0000 - 0x1b95c8fff IntentsUI arm64e  <0ebc4655e56432ce8c9615e4a0c8f068> /System/Library/Frameworks/IntentsUI.framework/IntentsUI
0x1b95e9000 - 0x1b973cfff MLCompute arm64e  <238c5cacb32d3a82b319be8226d72517> /System/Library/Frameworks/MLCompute.framework/MLCompute
0x1b9765000 - 0x1b977efff MetalKit arm64e  <e2a1b550d07a35c68ba7321e53f7531e> /System/Library/Frameworks/MetalKit.framework/MetalKit
0x1b977f000 - 0x1b9805fff MPSImage arm64e  <dddc7ccf8dc635b991a65062b979b2a2> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
0x1b9806000 - 0x1b982cfff MPSMatrix arm64e  <19c8ce40ea28340eb5e61151589d9a5b> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
0x1b982d000 - 0x1b986bfff MPSNDArray arm64e  <33d53f36a2aa3e39a9cb6f7ac2723edc> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
0x1b986c000 - 0x1b98b4fff MPSRayIntersector arm64e  <826f7ecb42153845b6c81434e31d05b8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
0x1b98b5000 - 0x1b98b5fff MetalPerformanceShaders arm64e  <c3e2c89e6c6b35a79c4acc3c0c8f817a> /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
0x1b9c52000 - 0x1b9c52fff MobileCoreServices arm64e  <013cab54d0ec301a82151c17a2a44899> /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
0x1ba850000 - 0x1ba858fff OpenGLES arm64e  <fa5413d895ef3dada5eed752ca32bb1f> /System/Library/Frameworks/OpenGLES.framework/OpenGLES
0x1ba859000 - 0x1ba85afff libCVMSPluginSupport.dylib arm64e  <1ca789cb22ac36e1858b241da4c8dcb7> /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
0x1ba85b000 - 0x1ba861fff libCoreFSCache.dylib arm64e  <2411f21fea7c3656a0990c3ae36e88e8> /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
0x1ba862000 - 0x1ba867fff libCoreVMClient.dylib arm64e  <04bd5aee36673163b188185a5d4f02a3> /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
0x1ba868000 - 0x1ba871fff libGFXShared.dylib arm64e  <59b568645cb53655a427478652ed8e27> /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
0x1baa2c000 - 0x1baaf3fff PDFKit arm64e  <333f6e509f53397e9ad43cd0c255e123> /System/Library/Frameworks/PDFKit.framework/PDFKit
0x1bab03000 - 0x1bab41fff QuickLookThumbnailing arm64e  <b5eb6198584d3520aadb6283de3848c7> /System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
0x1bb495000 - 0x1bb495fff UIKit arm64e  <d6833c925bf638189ede3bb4092a0919> /System/Library/Frameworks/UIKit.framework/UIKit
0x1bb569000 - 0x1bc140fff libfaceCore.dylib arm64e  <72ffb50f61c039f6b0a146ac8aa07e8d> /System/Library/Frameworks/Vision.framework/libfaceCore.dylib
0x1bc1f4000 - 0x1bc205fff _MapKit_SwiftUI arm64e  <1533b437046f3bdea0064891149e57f3> /System/Library/Frameworks/_MapKit_SwiftUI.framework/_MapKit_SwiftUI
0x1bc6a8000 - 0x1bc6abfff AFKUser arm64e  <3f4d68e133773dd2ba45c82c59125f30> /System/Library/PrivateFrameworks/AFKUser.framework/AFKUser
0x1bc770000 - 0x1bc9f7fff ANECompiler arm64e  <e0e71c2d708d3b4898f9fd7ab1522d88> /System/Library/PrivateFrameworks/ANECompiler.framework/ANECompiler
0x1bc9f8000 - 0x1bca0cfff ANEServices arm64e  <892263bf8972321bafd567ad02a18d1b> /System/Library/PrivateFrameworks/ANEServices.framework/ANEServices
0x1bca11000 - 0x1bcacffff APFS arm64e  <7edafa643f783bd2a5e33a4a561da182> /System/Library/PrivateFrameworks/APFS.framework/APFS
0x1bcad0000 - 0x1bcad6fff ASEProcessing arm64e  <a9a265754d843c00bf34f91021d26ab0> /System/Library/PrivateFrameworks/ASEProcessing.framework/ASEProcessing
0x1bd30a000 - 0x1bd30ffff AggregateDictionary arm64e  <abc24f86a76c3527b95a42e60388a17c> /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
0x1bd49d000 - 0x1bd576fff AirPlaySync arm64e  <ca9355ec78d8371f860be5e39afddcd9> /System/Library/PrivateFrameworks/AirPlaySync.framework/AirPlaySync
0x1bd682000 - 0x1bd69efff AlgosScoreFramework arm64e  <5c7187b493873ec2aaec38217477c23e> /System/Library/PrivateFrameworks/AlgosScoreFramework.framework/AlgosScoreFramework
0x1bd7d0000 - 0x1bd960fff AppC3D arm64e  <cdce6e81f022306c8d5d3b56d537fe08> /System/Library/PrivateFrameworks/AppC3D.framework/AppC3D
0x1bd961000 - 0x1bd984fff AppConduit arm64e  <215852febc063104af8826a31fa23dd9> /System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
0x1bda8d000 - 0x1bda97fff AppStoreOverlays arm64e  <20e6772d94883f80b841d350afa59d55> /System/Library/PrivateFrameworks/AppStoreOverlays.framework/AppStoreOverlays
0x1beda8000 - 0x1bedb7fff AppleFSCompression arm64e  <34598412dc53349892b4f249fa996350> /System/Library/PrivateFrameworks/AppleFSCompression.framework/AppleFSCompression
0x1bedc4000 - 0x1bede8fff AppleIDSSOAuthentication arm64e  <bc67411f8fa53b03a28846dcc538eadb> /System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
0x1bede9000 - 0x1bee2efff AppleJPEG arm64e  <5fa8e99c227f39879149a9fa5275b651> /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
0x1beebb000 - 0x1beed0fff AppleNeuralEngine arm64e  <bd55f5d004113928b0ac4f36af21ade7> /System/Library/PrivateFrameworks/AppleNeuralEngine.framework/AppleNeuralEngine
0x1beeda000 - 0x1beefefff AppleSauce arm64e  <5c480b789dfb3fe5ba264691c1f88a8d> /System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
0x1bf4b5000 - 0x1bf4c4fff BluetoothManager arm64e  <42fc1b4fd49831b58684b707a38436da> /System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
0x1bf771000 - 0x1bf77bfff CMCaptureCore arm64e  <203549efeb873319bfec7749818fb59b> /System/Library/PrivateFrameworks/CMCaptureCore.framework/CMCaptureCore
0x1bf796000 - 0x1bf7a5fff CPMS arm64e  <2a9d048276f339afa95beb6ab9557604> /System/Library/PrivateFrameworks/CPMS.framework/CPMS
0x1bf7a6000 - 0x1bf7b6fff CTCarrierSpace arm64e  <b74ca8ce92dd36d8bac5e8e16434d97f> /System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
0x1bfacc000 - 0x1bfad7fff CaptiveNetwork arm64e  <438ae3c09d773cd6b3fc8172b7e68a28> /System/Library/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
0x1bfc64000 - 0x1bfc89fff CellularPlanManager arm64e  <064d6e44e233300da8d4a9b1a6ac0961> /System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
0x1bfcb3000 - 0x1bfd03fff ChunkingLibrary arm64e  <c9e1f078a60b391bbd5f740c04a1cc10> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
0x1c012e000 - 0x1c0135fff CommonAuth arm64e  <a7fe75d6e188398bb53637d8de4ba08c> /System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
0x1c0136000 - 0x1c013afff CommunicationsFilter arm64e  <1677964867c036c1b4e8f835fd1203bc> /System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
0x1c0210000 - 0x1c0213fff ConstantClasses arm64e  <b49b804354873a78b69c730673ae8755> /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
0x1c0265000 - 0x1c02e2fff ContactsUICore arm64e  <c5ed4336ad7636c98a7e5e432d7f8dd1> /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
0x1c0468000 - 0x1c055ffff CoreBrightness arm64e  <8779d983de8d39a898b05f1357369de9> /System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
0x1c05cd000 - 0x1c05dcfff CoreDuetDaemonProtocol arm64e  <bb16b5419c7c399c9eedbcd82ce34ac0> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
0x1c05df000 - 0x1c05e1fff CoreDuetDebugLogging arm64e  <08c1ced4b6d23b6a9206feae90d408a3> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
0x1c05f0000 - 0x1c0602fff CoreEmoji arm64e  <64bb59468c9d3706b0c84f94eda95fa6> /System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
0x1c0c33000 - 0x1c0c37fff CoreOptimization arm64e  <f6ac85de966b3768878e503fa35165fa> /System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
0x1c0c38000 - 0x1c0cf5fff CorePDF arm64e  <2bb11630a5f03c5dbcfd9166e66dfaab> /System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
0x1c0cf6000 - 0x1c0cfefff CorePhoneNumbers arm64e  <a099b15f9ea132f190e6436e5686ee79> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
0x1c0cff000 - 0x1c0d56fff CorePrediction arm64e  <a3c628d7c7f03cadb700386b9be9d11d> /System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
0x1c1698000 - 0x1c16a3fff CoreRecents arm64e  <e48e1b7d1a0d368ab66158ba7312976f> /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
0x1c172a000 - 0x1c1754fff CoreSVG arm64e  <012037e7a6183373b8097fa32264a57e> /System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
0x1c1971000 - 0x1c19affff DataDetectorsNaturalLanguage arm64e  <cb584b609c633d46a59f121a4fa34b86> /System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
0x1c1a0d000 - 0x1c1a37fff DeviceIdentity arm64e  <63ef4b0617b138e19c4d4416228b78c4> /System/Library/PrivateFrameworks/DeviceIdentity.framework/DeviceIdentity
0x1c1ccd000 - 0x1c1d09fff DocumentManager arm64e  <c54186de7fa437358a07880d6d4e6d64> /System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
0x1c1d0a000 - 0x1c1d2afff DocumentManagerCore arm64e  <8081d2b7b5643eb3bc63c7f910bca3c6> /System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
0x1c1db5000 - 0x1c1db7fff DragUI arm64e  <886c83486d80388ca9ae580581ff1e3d> /System/Library/PrivateFrameworks/DragUI.framework/DragUI
0x1c1de7000 - 0x1c1e18fff EAP8021X arm64e  <930411b09df032d98d485232739c903e> /System/Library/PrivateFrameworks/EAP8021X.framework/EAP8021X
0x1c1e2f000 - 0x1c1e39fff EmailAddressing arm64e  <427678e5aede3077b3f0cc64e97f0fee> /System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
0x1c1e48000 - 0x1c1e5dfff Engram arm64e  <23de13adf86432c29fe535af865666b0> /System/Library/PrivateFrameworks/Engram.framework/Engram
0x1c1f9e000 - 0x1c1fa5fff ExtensionFoundation arm64e  <bcb6582e13123c20bb8c2ebbfe35e2ee> /System/Library/PrivateFrameworks/ExtensionFoundation.framework/ExtensionFoundation
0x1c2166000 - 0x1c257afff FaceCore arm64e  <d3dd1092cc2e3b13b40f94917908b67d> /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
0x1c2583000 - 0x1c2588fff FeatureFlagsSupport arm64e  <6a50b1c3c520398b8c9a5ffb1d326e75> /System/Library/PrivateFrameworks/FeatureFlagsSupport.framework/FeatureFlagsSupport
0x1c2734000 - 0x1c2876fff libFontParser.dylib arm64e  <bada6320e5c73542bc4d538145eb0761> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x1c2877000 - 0x1c287ffff libGSFont.dylib arm64e  <b44455d72bd63b3e81afc92bdc0734e9> /System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
0x1c2880000 - 0x1c28bdfff libGSFontCache.dylib arm64e  <8971ad0fd4d53bc59dc550cf1f2b5eeb> /System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
0x1c2923000 - 0x1c2930fff libhvf.dylib arm64e  <b0db005b204e337988d25394ba7bbed9> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x1c2958000 - 0x1c2970fff Futhark arm64e  <c246394935dd3e76915999cc3264f07f> /System/Library/PrivateFrameworks/Futhark.framework/Futhark
0x1c35f2000 - 0x1c3611fff GenerationalStorage arm64e  <7fd0e4a64ec0376094fa7fc92b8c6ae3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
0x1c3612000 - 0x1c361ffff GraphVisualizer arm64e  <f930b8e63f773432bb078bbc15423bd2> /System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
0x1c364c000 - 0x1c3658fff HID arm64e  <997e4d59f29c3718ae5900013b2f93c5> /System/Library/PrivateFrameworks/HID.framework/HID
0x1c38ee000 - 0x1c3960fff Heimdal arm64e  <72d2db5a8b9f37c89e0484cf25e1eeaf> /System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
0x1c40fd000 - 0x1c4106fff IOKitten arm64e  <9ad896dbcfe8393cb7a210b951d9089c> /System/Library/PrivateFrameworks/IOKitten.framework/IOKitten
0x1c4107000 - 0x1c4109fff IOSurfaceAccelerator arm64e  <bf23e49eebad3a078d4df3a00a4c179b> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccelerator
0x1c4134000 - 0x1c413bfff IdleTimerServices arm64e  <7c3d6a90eef83db9b955f7bb61ead2f8> /System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
0x1c4210000 - 0x1c421dfff IntentsFoundation arm64e  <20d10bef741433eda59cc0307c653aeb> /System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
0x1c4238000 - 0x1c423afff InternationalTextSearch arm64e  <649157ff631a31c8807722a1352f0e07> /System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
0x1c423b000 - 0x1c4258fff IntlPreferences arm64e  <f43bdccb09cd329fa79a1c90d8e69611> /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
0x1c44d1000 - 0x1c44d8fff LinguisticData arm64e  <312c5d7f90d3320f8aeb09937d161525> /System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
0x1c472a000 - 0x1c472afff Marco arm64e  <d722f0f6d47b378fadbd8fdffe495e31> /System/Library/PrivateFrameworks/Marco.framework/Marco
0x1c51a0000 - 0x1c5272fff MetalTools arm64e  <f44fdf455af739738fe6f0c24b8964f2> /System/Library/PrivateFrameworks/MetalTools.framework/MetalTools
0x1c5303000 - 0x1c5317fff MobileBluetooth arm64e  <db1a48222a053f558a673506a0dacc38> /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
0x1c539a000 - 0x1c53a0fff MobileSystemServices arm64e  <6ba8ebc692dd38d180f292d4269cd1f1> /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
0x1c5759000 - 0x1c575ffff Netrb arm64e  <260396c402443b028b7448f550e02c17> /System/Library/PrivateFrameworks/Netrb.framework/Netrb
0x1c5820000 - 0x1c583afff NetworkStatistics arm64e  <617ea04ac1db345aab671fdb52aa7b17> /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics
0x1c5918000 - 0x1c5959fff OTSVG arm64e  <00d86fb69cf635faab22b8b6fa7cda34> /System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
0x1c5fae000 - 0x1c5fdafff Pasteboard arm64e  <fff33f3abde4393ea6fb3f392c166b49> /System/Library/PrivateFrameworks/Pasteboard.framework/Pasteboard
0x1c600c000 - 0x1c6018fff PersonaKit arm64e  <3b65e0756d4a3c9183bb04ba1e0e2949> /System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
0x1c6019000 - 0x1c6026fff PersonaUI arm64e  <21d21ae7be723fd88d12cb4c88f33adf> /System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
0x1c605f000 - 0x1c605ffff PhoneNumbers arm64e  <c5a401f23bfa3388877be39bf699e2c5> /System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
0x1c6270000 - 0x1c62bcfff PhysicsKit arm64e  <e22fdd58fdd6302b9f66a17729fd3061> /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
0x1c637d000 - 0x1c6388fff PointerUIServices arm64e  <c71697e82d1d30779cab7c42e76e82f1> /System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
0x1c787b000 - 0x1c7886fff RTCReporting arm64e  <127230431d943bd1aefc3713879938f2> /System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
0x1c7bd5000 - 0x1c7be7fff RemoteTextInput arm64e  <4957abae6a4e3edd953919ce547c19d7> /System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
0x1c7c8a000 - 0x1c7c8efff RevealCore arm64e  <44dd2868d96c3cbfabf4d6ad1ba5ef49> /System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
0x1c9754000 - 0x1c975efff SignpostCollection arm64e  <0e1a2eef68dd3fe5aeaa1d3759c46362> /System/Library/PrivateFrameworks/SignpostCollection.framework/SignpostCollection
0x1c975f000 - 0x1c975ffff SignpostMetrics arm64e  <81374dd6fb9c3fb8b64db78fc1ddd1bc> /System/Library/PrivateFrameworks/SignpostMetrics.framework/SignpostMetrics
0x1c9761000 - 0x1c97a2fff SignpostSupport arm64e  <62f534a6875435c5b919c1ff754031a8> /System/Library/PrivateFrameworks/SignpostSupport.framework/SignpostSupport
0x1ca2d3000 - 0x1ca2d3fff SoftLinking arm64e  <2039e1311e783ef6b012310bc4de4222> /System/Library/PrivateFrameworks/SoftLinking.framework/SoftLinking
0x1ca7d4000 - 0x1ca812fff StreamingZip arm64e  <2aeb745662cf308d9074f0a44f0680fd> /System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
0x1ca81a000 - 0x1ca824fff SymptomDiagnosticReporter arm64e  <77f539309c7931b389d6e7d4f9203187> /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/SymptomDiagnosticReporter
0x1ca856000 - 0x1ca872fff SymptomPresentationFeed arm64e  <c82e7df56dcf3eb5aad8769d4d8e0a74> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomPresentationFeed.framework/SymptomPresentationFeed
0x1ca8b2000 - 0x1ca8c2fff TCC arm64e  <5eb3e57592fe366093d4ee98625696e1> /System/Library/PrivateFrameworks/TCC.framework/TCC
0x1cb1c9000 - 0x1cb27dfff TextureIO arm64e  <39b83f8ef7013ac99b77e9994ec66025> /System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
0x1cb4ab000 - 0x1cb4b2fff URLFormatting arm64e  <359aa25a10a2333290b93cb58f491102> /System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
0x1cc7a1000 - 0x1cc7a2fff WatchdogClient arm64e  <d2e9111e5dc83579be818f4c8b9dde30> /System/Library/PrivateFrameworks/WatchdogClient.framework/WatchdogClient
0x1cca87000 - 0x1cd1c3fff libwebrtc.dylib arm64e  <96bd89ff5fe33f2a9d43b4f9546b15a1> /System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
0x1cd79f000 - 0x1cd7a2fff XCTTargetBootstrap arm64e  <e4b3ff11df3831d298e2538e36d636d1> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
0x1cd828000 - 0x1cd847fff caulk arm64e  <b170cf9d18cf360cb6783d1fa8545de0> /System/Library/PrivateFrameworks/caulk.framework/caulk
0x1cfdbc000 - 0x1cfdc1fff kperf arm64e  <00833ee7334a357397d803fc54a7e96a> /System/Library/PrivateFrameworks/kperf.framework/kperf
0x1cfdc2000 - 0x1cfdcafff kperfdata arm64e  <5fd952a747393327b7a964c9c3bfa46d> /System/Library/PrivateFrameworks/kperfdata.framework/kperfdata
0x1cfdcb000 - 0x1cfde1fff libEDR arm64e  <36804b020c1c3bab8fed5f225920287a> /System/Library/PrivateFrameworks/libEDR.framework/libEDR
0x1cfdfa000 - 0x1cfe0bfff perfdata arm64e  <c692a64284a03d519388df48cde59922> /System/Library/PrivateFrameworks/perfdata.framework/perfdata
0x1cfe0c000 - 0x1cfe3dfff vCard arm64e  <ff37bee46fa2395aae9f6b6a1c2b46dd> /System/Library/PrivateFrameworks/vCard.framework/vCard
0x1d076c000 - 0x1d07a8fff libAWDSupport.dylib arm64e  <efa3c25aae0538d6a1eac37c389ef4f2> /usr/lib/libAWDSupport.dylib
0x1d07a9000 - 0x1d0b64fff libAWDSupportFramework.dylib arm64e  <71246919933032508b91042ce99281ce> /usr/lib/libAWDSupportFramework.dylib
0x1d0ce7000 - 0x1d0cf6fff libAudioStatistics.dylib arm64e  <d43dc9402a6c3daa9994658116e61065> /usr/lib/libAudioStatistics.dylib
0x1d0e9c000 - 0x1d0ecffff libCRFSuite.dylib arm64e  <2ae9058b25ce31468ab4f02615f16d47> /usr/lib/libCRFSuite.dylib
0x1d0ed0000 - 0x1d0ed1fff libCTGreenTeaLogger.dylib arm64e  <216ec5a25c553a51abc186cfb4a0b607> /usr/lib/libCTGreenTeaLogger.dylib
0x1d0ed2000 - 0x1d0edcfff libChineseTokenizer.dylib arm64e  <dd9080fb42473af6a1be351790a0920c> /usr/lib/libChineseTokenizer.dylib
0x1d1193000 - 0x1d119afff libIOReport.dylib arm64e  <4da98ad919f939e4b6d7db4d956aba56> /usr/lib/libIOReport.dylib
0x1d1216000 - 0x1d121dfff libMatch.1.dylib arm64e  <4e79655369f33fbf9e66c74da713576d> /usr/lib/libMatch.1.dylib
0x1d133a000 - 0x1d133bfff libThaiTokenizer.dylib arm64e  <79a2d59378b13e2d868fc11ab23b4d6c> /usr/lib/libThaiTokenizer.dylib
0x1d15b1000 - 0x1d15b3fff libapp_launch_measurement.dylib arm64e  <c9185c8b5e8c3dcc87f4d4e8211bfcc9> /usr/lib/libapp_launch_measurement.dylib
0x1d15b4000 - 0x1d15cafff libapple_nghttp2.dylib arm64e  <aa7df81a69c13795a30386bf158fdd61> /usr/lib/libapple_nghttp2.dylib
0x1d15cb000 - 0x1d165cfff libate.dylib arm64e  <191d61e4155c3b16a602d59611c1653e> /usr/lib/libate.dylib
0x1d16ee000 - 0x1d16fefff libbsm.0.dylib arm64e  <67259e0c8b2a3ff3a21be629e0f686ac> /usr/lib/libbsm.0.dylib
0x1d16ff000 - 0x1d170bfff libbz2.1.0.dylib arm64e  <1ece9cb83cd633c79f28a480997339dc> /usr/lib/libbz2.1.0.dylib
0x1d170c000 - 0x1d170cfff libcharset.1.dylib arm64e  <b28f9d663d723a4198566fd8d095045a> /usr/lib/libcharset.1.dylib
0x1d170d000 - 0x1d171efff libcmph.dylib arm64e  <e74d75feb9aa3351ace0b11b0048a262> /usr/lib/libcmph.dylib
0x1d171f000 - 0x1d1736fff libcompression.dylib arm64e  <0f27f2f9302f37978c084cd6cec38432> /usr/lib/libcompression.dylib
0x1d1737000 - 0x1d174dfff libcoretls.dylib arm64e  <82b845672c153d149c2e5f7d52829fcc> /usr/lib/libcoretls.dylib
0x1d174e000 - 0x1d174ffff libcoretls_cfhelpers.dylib arm64e  <2fc084f0e6cb38ccb3441c80ad1393d7> /usr/lib/libcoretls_cfhelpers.dylib
0x1d1773000 - 0x1d177afff libcupolicy.dylib arm64e  <7b39fce102fa3f45892ffdb80f422f4f> /usr/lib/libcupolicy.dylib
0x1d177b000 - 0x1d1782fff libdns_services.dylib arm64e  <4cac384f00653034afbbcf8288b0bfd1> /usr/lib/libdns_services.dylib
0x1d1783000 - 0x1d17a0fff libedit.3.dylib arm64e  <bd69ef25a910316b8a598936b813b638> /usr/lib/libedit.3.dylib
0x1d17a1000 - 0x1d17a1fff libenergytrace.dylib arm64e  <cbea27377f49368ab116286ed2f32786> /usr/lib/libenergytrace.dylib
0x1d17a2000 - 0x1d17bbfff libexpat.1.dylib arm64e  <db63f6bc6fda397792284f85556f7818> /usr/lib/libexpat.1.dylib
0x1d17e7000 - 0x1d17ebfff libgermantok.dylib arm64e  <585ec8a40b0e32e88dba53f35a07c70f> /usr/lib/libgermantok.dylib
0x1d17ec000 - 0x1d17f1fff libheimdal-asn1.dylib arm64e  <ff93656c73c637e083a88a38141ca58c> /usr/lib/libheimdal-asn1.dylib
0x1d17f2000 - 0x1d18e7fff libiconv.2.dylib arm64e  <03e7a7e4dde835508741edd69270af5f> /usr/lib/libiconv.2.dylib
0x1d1906000 - 0x1d1907fff liblangid.dylib arm64e  <1255de5ea4983685bb6973604d732267> /usr/lib/liblangid.dylib
0x1d1908000 - 0x1d1913fff liblockdown.dylib arm64e  <23c07c0fc5093e37bfd7a0e276ea3d98> /usr/lib/liblockdown.dylib
0x1d1914000 - 0x1d192cfff liblzma.5.dylib arm64e  <9046f47632bb38bba83c47f76e71d306> /usr/lib/liblzma.5.dylib
0x1d195b000 - 0x1d19b0fff libmecab.dylib arm64e  <1248e78f670a3e80a0dd39837cf782d7> /usr/lib/libmecab.dylib
0x1d19b1000 - 0x1d1be8fff libmecabra.dylib arm64e  <d5be340ed1903a9c9b74b5660be4152c> /usr/lib/libmecabra.dylib
0x1d1be9000 - 0x1d1bfcfff libmis.dylib arm64e  <b5dd4a39682634028ad0a01b9c3fa881> /usr/lib/libmis.dylib
0x1d1bfd000 - 0x1d1c12fff libnetworkextension.dylib arm64e  <b499b779618f3a8782a283017000304a> /usr/lib/libnetworkextension.dylib
0x1d1fbd000 - 0x1d1ff7fff libpcap.A.dylib arm64e  <989fc8a318983af69064be81e007c38d> /usr/lib/libpcap.A.dylib
0x1d1ff8000 - 0x1d2006fff libperfcheck.dylib arm64e  <f03916c9f26d3073ad528e15e1a2d7f6> /usr/lib/libperfcheck.dylib
0x1d200e000 - 0x1d2020fff libprequelite.dylib arm64e  <1849a2dc033a3aaa8d60fcf4b10b499c> /usr/lib/libprequelite.dylib
0x1d2021000 - 0x1d2033fff libprotobuf-lite.dylib arm64e  <53f0e1389e0530bc9131dd569d28ecad> /usr/lib/libprotobuf-lite.dylib
0x1d2034000 - 0x1d2096fff libprotobuf.dylib arm64e  <d81292f3b0bb3852b0b247bd8cbc24a6> /usr/lib/libprotobuf.dylib
0x1d20f7000 - 0x1d210ffff libresolv.9.dylib arm64e  <51b76938e8c13d458dd30429749fef91> /usr/lib/libresolv.9.dylib
0x1d2110000 - 0x1d2112fff libsandbox.1.dylib arm64e  <09633f29d77035d9893f2a49dde7ca48> /usr/lib/libsandbox.1.dylib
0x1d215c000 - 0x1d215ffff libutil.dylib arm64e  <d77e2807eed438349e164bb8d9e1edcc> /usr/lib/libutil.dylib
0x1d2160000 - 0x1d224bfff libxml2.2.dylib arm64e  <55df15ddfd323d458d67b61f9d0f9463> /usr/lib/libxml2.2.dylib
0x1d227a000 - 0x1d228bfff libz.1.dylib arm64e  <9e35153333503f8bb9b567ec5881c5ef> /usr/lib/libz.1.dylib
0x1d22d0000 - 0x1d22d7fff libswiftAVFoundation.dylib arm64e  <357ce744bac53e1981c234c8c88c391a> /usr/lib/swift/libswiftAVFoundation.dylib
0x1d22d8000 - 0x1d2345fff libswiftAccelerate.dylib arm64e  <9638d42dd2b137ea861668d47a86870d> /usr/lib/swift/libswiftAccelerate.dylib
0x1d236d000 - 0x1d236ffff libswiftContacts.dylib arm64e  <69c22a6ca65531608bba7b9deefc47bf> /usr/lib/swift/libswiftContacts.dylib
0x1d2370000 - 0x1d2378fff libswiftCoreAudio.dylib arm64e  <78e58bf78d5534518c05a0e700f82207> /usr/lib/swift/libswiftCoreAudio.dylib
0x1d2379000 - 0x1d237dfff libswiftCoreData.dylib arm64e  <72f436496d0e393fb34be744bc401840> /usr/lib/swift/libswiftCoreData.dylib
0x1d237e000 - 0x1d237efff libswiftCoreFoundation.dylib arm64e  <8eb23177992d3ae683a427f98761d366> /usr/lib/swift/libswiftCoreFoundation.dylib
0x1d237f000 - 0x1d237ffff libswiftCoreImage.dylib arm64e  <2c10a28b00333e82b2cb5dae5ee94b14> /usr/lib/swift/libswiftCoreImage.dylib
0x1d2380000 - 0x1d2382fff libswiftCoreLocation.dylib arm64e  <aa5c8a6d77a8366d97cd51999061eb80> /usr/lib/swift/libswiftCoreLocation.dylib
0x1d2383000 - 0x1d238cfff libswiftCoreMIDI.dylib arm64e  <ea44cca3ea2a3b82be49f13a49169f2f> /usr/lib/swift/libswiftCoreMIDI.dylib
0x1d238d000 - 0x1d2390fff libswiftCoreML.dylib arm64e  <fdade4cf04fa351a99afbf9410260d6e> /usr/lib/swift/libswiftCoreML.dylib
0x1d2391000 - 0x1d23cbfff libswiftCoreMedia.dylib arm64e  <73bc3d9ed67b37a08967474be3a185b8> /usr/lib/swift/libswiftCoreMedia.dylib
0x1d23d8000 - 0x1d23e1fff libswiftDarwin.dylib arm64e  <53a5784711cb3c77a42392362dfa2dbb> /usr/lib/swift/libswiftDarwin.dylib
0x1d23e8000 - 0x1d23f2fff libswiftIntents.dylib arm64e  <9c06e546bd0f376bb941288686ef6f84> /usr/lib/swift/libswiftIntents.dylib
0x1d23f9000 - 0x1d23fbfff libswiftMapKit.dylib arm64e  <3a7018b3246e313dbd3680232f95f149> /usr/lib/swift/libswiftMapKit.dylib
0x1d2400000 - 0x1d2404fff libswiftMetal.dylib arm64e  <e086d5a31279331888f7a487f3d0e96a> /usr/lib/swift/libswiftMetal.dylib
0x1d2478000 - 0x1d2479fff libswiftQuartzCore.dylib arm64e  <f2ac15a75270309796527276d0e70cd5> /usr/lib/swift/libswiftQuartzCore.dylib
0x1d24b3000 - 0x1d24b4fff libswiftVision.dylib arm64e  <c8f6530b9c053e42bb444510d28b6f3c> /usr/lib/swift/libswiftVision.dylib
0x1d24b7000 - 0x1d24b9fff libswiftWebKit.dylib arm64e  <828ba1e015f43c37899a376e0ac67739> /usr/lib/swift/libswiftWebKit.dylib
0x1d24ba000 - 0x1d24ccfff libswiftos.dylib arm64e  <d590d1f9ac7e33b5907360873877bf32> /usr/lib/swift/libswiftos.dylib
0x1d24cd000 - 0x1d24e0fff libswiftsimd.dylib arm64e  <161b6c40fcf13f8cb348d82a3f7e620b> /usr/lib/swift/libswiftsimd.dylib
0x1d24e1000 - 0x1d24e6fff libcache.dylib arm64e  <7567dfaa324e306aa66fc2dda88b033b> /usr/lib/system/libcache.dylib
0x1d24e7000 - 0x1d24f4fff libcommonCrypto.dylib arm64e  <25abfbdfed4431f7a628bd742e231f31> /usr/lib/system/libcommonCrypto.dylib
0x1d24f5000 - 0x1d24f8fff libcompiler_rt.dylib arm64e  <d33e74102bae373585edeb219279aa43> /usr/lib/system/libcompiler_rt.dylib
0x1d24f9000 - 0x1d2501fff libcopyfile.dylib arm64e  <fae70da0ebad33f293ac496dcbe46fea> /usr/lib/system/libcopyfile.dylib
0x1d25e9000 - 0x1d25e9fff liblaunch.dylib arm64e  <2484228087bc30c68b69739b80187b10> /usr/lib/system/liblaunch.dylib
0x1d25ea000 - 0x1d25effff libmacho.dylib arm64e  <4228e603576133778acefc84d49a4d2f> /usr/lib/system/libmacho.dylib
0x1d25f0000 - 0x1d25f2fff libremovefile.dylib arm64e  <904853f042653abe93730a3ecdf39678> /usr/lib/system/libremovefile.dylib
0x1d25f3000 - 0x1d25f4fff libsystem_blocks.dylib arm64e  <f285e167aaa73ab7a092085ca4d1a0c5> /usr/lib/system/libsystem_blocks.dylib
0x1d25f5000 - 0x1d25f7fff libsystem_collections.dylib arm64e  <ea85747378323fa18286e5b16bc56a4e> /usr/lib/system/libsystem_collections.dylib
0x1d25f8000 - 0x1d25fcfff libsystem_configuration.dylib arm64e  <230a7783b6ac3c7fba6991bdfa91823d> /usr/lib/system/libsystem_configuration.dylib
0x1d25fd000 - 0x1d260ffff libsystem_containermanager.dylib arm64e  <01ba22f7abce3319860fb76d10a0d6d9> /usr/lib/system/libsystem_containermanager.dylib
0x1d2610000 - 0x1d2611fff libsystem_coreservices.dylib arm64e  <f83a3238b8303072ab9113587ed26129> /usr/lib/system/libsystem_coreservices.dylib
0x1d2612000 - 0x1d261bfff libsystem_darwin.dylib arm64e  <63485fa6fe9235b783a00554e0194eba> /usr/lib/system/libsystem_darwin.dylib
0x1d261c000 - 0x1d2624fff libsystem_dnssd.dylib arm64e  <591126c3ffdb3df8afb3cb5f5c3e79a0> /usr/lib/system/libsystem_dnssd.dylib
0x1d2625000 - 0x1d2627fff libsystem_featureflags.dylib arm64e  <a5ca1f870aef3eee876e0c077d7638ee> /usr/lib/system/libsystem_featureflags.dylib
0x1d2628000 - 0x1d2655fff libsystem_m.dylib arm64e  <c9e29eee8f90377795c625952802e491> /usr/lib/system/libsystem_m.dylib
0x1d2656000 - 0x1d265cfff libsystem_platform.dylib arm64e  <88fa2f54074d32c49f4879eb67e67b7b> /usr/lib/system/libsystem_platform.dylib
0x1d265d000 - 0x1d265dfff libsystem_product_info_filter.dylib arm64e  <563ac8a6230f305bbada77870fec6204> /usr/lib/system/libsystem_product_info_filter.dylib
0x1d265e000 - 0x1d2669fff libsystem_pthread.dylib arm64e  <c939a2abd3b13b0a83c57ce2f4f339a9> /usr/lib/system/libsystem_pthread.dylib
0x1d266a000 - 0x1d266dfff libsystem_sandbox.dylib arm64e  <d7ea594452b73c8882c4726694052a14> /usr/lib/system/libsystem_sandbox.dylib
0x1d266e000 - 0x1d2678fff libunwind.dylib arm64e  <d08ac1cff13c37cf93066cc664058cf0> /usr/lib/system/libunwind.dylib
0x1d2679000 - 0x1d26affff libxpc.dylib arm64e  <cc048c8e1cad36c88a9615966103bd3a> /usr/lib/system/libxpc.dylib
0x1d4ab2000 - 0x1d4ac4fff SpotlightLinguistics arm64e  <2c2506e0b4133cd5a272174205658e8c> /System/Library/PrivateFrameworks/SpotlightLinguistics.framework/SpotlightLinguistics

EOF
vinhnx commented 3 years ago

imageimage

vinhnx commented 3 years ago

https://inessential.com/2021/03/19/when_dispatchqueue_main_async_is_not_you