Alamofire: Segmentation fault: 11 in org.alamofire.session.rootQueue

What did you do?

When running my UI tests on Xcode 11.7 as well as Xcode 12 (iOS 13 & iOS 14), I get random, intermittent Segmentation faults in networking code using Alamofire.

What did you expect to happen?

No crashes to occur.

What happened instead?

Random crashes with Segmentation fault: 11 in org.alamofire.session.rootQueue

Alamofire Environment

Alamofire version: 5.0.5 (also tried latest but no luck) Xcode version: 11.7 as well as 12.0 Swift version: 5.1 as well as 5.3 Platform(s) running Alamofire: iOS macOS version running Xcode: 10.15.5

Crash Report

Process:               MyApp [6841]
Path:                  /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/MyApp
Identifier:            MyApp
Version:               5.14.1 (41531)
Code Type:             X86-64 (Native)
Parent Process:        launchd_sim [2469]
Responsible:           SimulatorTrampoline [2266]
User ID:               501

Date/Time:             2020-10-13 20:38:34.005 +0000
OS Version:            Mac OS X 10.15.5 (19F101)
Report Version:        12
Anonymous UUID:        4763FA26-E06C-409D-9FAC-0174438B0AC7


Time Awake Since Boot: 2100 seconds

System Integrity Protection: disabled

Crashed Thread:        4  Dispatch queue: org.alamofire.session.rootQueue

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       EXC_I386_GPFLT
Exception Note:        EXC_CORPSE_NOTIFY

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

Application Specific Information:
CoreSimulator 704.12.2 - Device: iPhone 11 (********-****-****-****-************) - Runtime: iOS 13.7 (17H22) - DeviceType: iPhone 11

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff52253dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff52254170 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff23da14f5 __CFRunLoopServiceMachPort + 165
3   com.apple.CoreFoundation      	0x00007fff23d9c127 __CFRunLoopRun + 1383
4   com.apple.CoreFoundation      	0x00007fff23d9b8a4 CFRunLoopRunSpecific + 404
5   com.apple.GeoServices         	0x00007fff38c05bbe GSEventRunModal + 139
6   com.apple.UIKitCore           	0x00007fff49372964 UIApplicationMain + 1605
7   com.mycompany.myapp     	0x000000010a2c924b main + 75 (AppDelegate.swift:23)
8   libdyld.dylib                 	0x00007fff5211c1fd start + 1

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

Thread 2:
0   libsystem_pthread.dylib       	0x00007fff52300b68 start_wqthread + 0

Thread 3:: Dispatch queue: com.google.fira.worker
0   libsystem_kernel.dylib        	0x00007fff5225555e __ulock_wait + 10
1   libdispatch.dylib             	0x00007fff520dd0cc _dlock_wait + 44
2   libdispatch.dylib             	0x00007fff520dcf2f _dispatch_thread_event_wait_slow + 40
3   libdispatch.dylib             	0x00007fff520e9b09 __DISPATCH_WAIT_FOR_QUEUE__ + 311
4   libdispatch.dylib             	0x00007fff520e9692 _dispatch_sync_f_slow + 199
5   com.mycompany.myapp     	0x000000010b0f682a -[APMIdentity identifierForVendor] + 481
6   com.mycompany.myapp     	0x000000010b136ef7 -[APMMeasurement(Event) createRawEventMetadataWithUserAttributes:] + 1987
7   com.mycompany.myapp     	0x000000010b13946f -[APMMeasurement(Event) writeEvent:isPublicEvent:isRealtime:] + 904
8   com.mycompany.myapp     	0x000000010b136711 __49-[APMMeasurement(Event) writeEventOnWorkerQueue:]_block_invoke + 672
9   com.mycompany.myapp     	0x000000010b122a88 -[APMSqliteStore performTransactionWithError:block:] + 188
10  com.mycompany.myapp     	0x000000010b0e779c -[APMDatabase performTransaction:] + 48
11  com.mycompany.myapp     	0x000000010b13638f -[APMMeasurement(Event) writeEventOnWorkerQueue:] + 836
12  com.mycompany.myapp     	0x000000010b135ea6 -[APMMeasurement(Event) handleEventOnWorkerQueue:] + 559
13  com.mycompany.myapp     	0x000000010b0fe517 -[APMMeasurement logEventOnWorkerQueue:notifyEventListeners:] + 78
14  com.mycompany.myapp     	0x000000010b0fe45a -[APMMeasurement logEventOnWorkerQueueWithOrigin:isPublicEvent:name:parameters:timestamp:enabled:ignoreEnabled:ignoreInterceptor:interceptor:addedScreenParameters:] + 676
15  com.mycompany.myapp     	0x000000010b0fe153 __151-[APMMeasurement logEventWithOrigin:isPublicEvent:name:parameters:timestamp:enabled:ignoreEnabled:ignoreInterceptor:interceptor:addedScreenParameters:]_block_invoke + 76
16  com.mycompany.myapp     	0x000000010b10c24e __51-[APMScheduler scheduleOnWorkerQueueBlockID:block:]_block_invoke + 29
17  libdispatch.dylib             	0x00007fff520db951 _dispatch_call_block_and_release + 12
18  libdispatch.dylib             	0x00007fff520dc8cb _dispatch_client_callout + 8
19  libdispatch.dylib             	0x00007fff520e260c _dispatch_lane_serial_drain + 707
20  libdispatch.dylib             	0x00007fff520e3044 _dispatch_lane_invoke + 388
21  libdispatch.dylib             	0x00007fff520ed0c4 _dispatch_workloop_worker_thread + 626
22  libsystem_pthread.dylib       	0x00007fff52301a3d _pthread_wqthread + 290
23  libsystem_pthread.dylib       	0x00007fff52300b77 start_wqthread + 15

Thread 4 Crashed:: Dispatch queue: org.alamofire.session.rootQueue
0   libobjc.A.dylib               	0x00007fff512b794b objc_release + 11
1   com.apple.Foundation          	0x00007fff2592411b -[NSObject(NSKeyValueObservingPrivate) _changeValueForKeys:count:maybeOldValuesDict:maybeNewValuesDict:usingBlock:] + 779
2   com.apple.Foundation          	0x00007fff259249f2 -[NSObject(NSKeyValueObservingPrivate) _changeValueForKey:key:key:usingBlock:] + 68
3   com.apple.Foundation          	0x00007fff2591f6da _NSSetLongLongValueAndNotify + 269
4   com.apple.CFNetwork           	0x00007fff2316cd8c 0x7fff22f52000 + 2207116
5   org.cocoapods.Alamofire       	0x000000010e3c7ed4 closure #1 in Session.updateStatesForTask(_:request:) + 324 (Session.swift:933)
6   org.cocoapods.Alamofire       	0x000000010e356cae closure #1 in Protector<A>.withState(perform:) + 142 (Protector.swift:165)
7   org.cocoapods.Alamofire       	0x000000010e356060 UnfairLock.around(_:) + 64 (Protector.swift:66)
8   org.cocoapods.Alamofire       	0x000000010e356bfe Protector<A>.withState(perform:) + 126 (Protector.swift:165)
9   org.cocoapods.Alamofire       	0x000000010e36550a Request.withState(perform:) + 90 (Request.swift:626)
10  org.cocoapods.Alamofire       	0x000000010e3c7d5d Session.updateStatesForTask(_:request:) + 141 (Session.swift:927)
11  org.cocoapods.Alamofire       	0x000000010e3c7abd Session.didCreateURLRequest(_:for:) + 365 (Session.swift:913)
12  org.cocoapods.Alamofire       	0x000000010e3c783e closure #1 in closure #4 in Session.performSetupOperations(for:convertible:) + 158 (Session.swift:895)
13  org.cocoapods.Alamofire       	0x000000010e3447c0 thunk for @escaping @callee_guaranteed () -> () + 48
14  libdispatch.dylib             	0x00007fff520db951 _dispatch_call_block_and_release + 12
15  libdispatch.dylib             	0x00007fff520dc8cb _dispatch_client_callout + 8
16  libdispatch.dylib             	0x00007fff520e260c _dispatch_lane_serial_drain + 707
17  libdispatch.dylib             	0x00007fff520e3044 _dispatch_lane_invoke + 388
18  libdispatch.dylib             	0x00007fff520ed0c4 _dispatch_workloop_worker_thread + 626
19  libsystem_pthread.dylib       	0x00007fff52301a3d _pthread_wqthread + 290
20  libsystem_pthread.dylib       	0x00007fff52300b77 start_wqthread + 15

Thread 5:: Dispatch queue: fmdb.<AWSFMDatabaseQueue: 0x600002311500>
0   libsystem_kernel.dylib        	0x00007fff52256882 __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x00007fff52305425 _pthread_cond_wait + 698
2   org.cocoapods.AWSCore         	0x000000010df16af7 -[AWSTask waitUntilFinished] + 247 (AWSTask.m:431)
3   org.cocoapods.AWSKinesis      	0x000000010e0d06e2 __46-[AWSAbstractKinesisRecorder submitAllRecords]_block_invoke_2 + 992 (AWSAbstractKinesisRecorder.m:287)
4   org.cocoapods.AWSCore         	0x000000010dee95b1 __49-[AWSFMDatabaseQueue beginTransaction:withBlock:]_block_invoke + 143 (AWSFMDatabaseQueue.m:187)
5   libdispatch.dylib             	0x00007fff520dc8cb _dispatch_client_callout + 8
6   libdispatch.dylib             	0x00007fff520e9857 _dispatch_lane_barrier_sync_invoke_and_complete + 94
7   org.cocoapods.AWSCore         	0x000000010dee94ff -[AWSFMDatabaseQueue beginTransaction:withBlock:] + 118 (AWSFMDatabaseQueue.m:198)
8   org.cocoapods.AWSKinesis      	0x000000010e0d01f6 __46-[AWSAbstractKinesisRecorder submitAllRecords]_block_invoke + 259 (AWSAbstractKinesisRecorder.m:321)
9   org.cocoapods.AWSCore         	0x000000010df168a3 __63-[AWSTask continueWithExecutor:successBlock:cancellationToken:]_block_invoke + 83 (AWSTask.m:398)
10  org.cocoapods.AWSCore         	0x000000010df16332 __56-[AWSTask continueWithExecutor:block:cancellationToken:]_block_invoke + 79 (AWSTask.m:331)
11  libdispatch.dylib             	0x00007fff520db951 _dispatch_call_block_and_release + 12
12  libdispatch.dylib             	0x00007fff520dc8cb _dispatch_client_callout + 8
13  libdispatch.dylib             	0x00007fff520e260c _dispatch_lane_serial_drain + 707
14  libdispatch.dylib             	0x00007fff520e3044 _dispatch_lane_invoke + 388
15  libdispatch.dylib             	0x00007fff520ed0c4 _dispatch_workloop_worker_thread + 626
16  libsystem_pthread.dylib       	0x00007fff52301a3d _pthread_wqthread + 290
17  libsystem_pthread.dylib       	0x00007fff52300b77 start_wqthread + 15

Thread 6:: com.apple.uikit.eventfetch-thread
0   libsystem_kernel.dylib        	0x00007fff52253dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff52254170 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff23da14f5 __CFRunLoopServiceMachPort + 165
3   com.apple.CoreFoundation      	0x00007fff23d9c127 __CFRunLoopRun + 1383
4   com.apple.CoreFoundation      	0x00007fff23d9b8a4 CFRunLoopRunSpecific + 404
5   com.apple.Foundation          	0x00007fff25967c71 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 211
6   com.apple.Foundation          	0x00007fff25967ee0 -[NSRunLoop(NSRunLoop) runUntilDate:] + 72
7   com.apple.UIKitCore           	0x00007fff49420b73 -[UIEventFetcher threadMain] + 138
8   com.apple.Foundation          	0x00007fff2597d9eb __NSThread__start__ + 1047
9   libsystem_pthread.dylib       	0x00007fff52305109 _pthread_start + 148
10  libsystem_pthread.dylib       	0x00007fff52300b8b thread_start + 15

Thread 7:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib        	0x00007fff52253dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff52254170 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff23da14f5 __CFRunLoopServiceMachPort + 165
3   com.apple.CoreFoundation      	0x00007fff23d9c127 __CFRunLoopRun + 1383
4   com.apple.CoreFoundation      	0x00007fff23d9b8a4 CFRunLoopRunSpecific + 404
5   com.apple.CFNetwork           	0x00007fff2315ac5f 0x7fff22f52000 + 2133087
6   com.apple.Foundation          	0x00007fff2597d9eb __NSThread__start__ + 1047
7   libsystem_pthread.dylib       	0x00007fff52305109 _pthread_start + 148
8   libsystem_pthread.dylib       	0x00007fff52300b8b thread_start + 15

Thread 8:
0   libsystem_pthread.dylib       	0x00007fff52300b68 start_wqthread + 0

Thread 9:
0   libsystem_pthread.dylib       	0x00007fff52300b68 start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib       	0x00007fff52300b68 start_wqthread + 0

Thread 11:: Dispatch queue: com.google.firebase.crashlytics.ios.binary-images
0   libsystem_kernel.dylib        	0x00007fff522554b6 __getdirentries64 + 10
1   libsystem_c.dylib             	0x00007fff52198660 _readdir_unlocked + 201
2   libsystem_c.dylib             	0x00007fff52198730 readdir + 35
3   com.apple.CoreFoundation      	0x00007fff23d51123 _CFIterateDirectory + 211
4   CoreData                      	0x00007fff23d20b3c _CFBundleGetBundleVersionForURL + 380
5   CoreData                      	0x00007fff23d1aa96 _CFBundleCreate + 310
6   com.apple.Foundation          	0x00007fff258c45e3 -[NSBundle _cfBundle] + 55
7   com.apple.Foundation          	0x00007fff258c7018 -[NSBundle infoDictionary] + 17
8   com.apple.Foundation          	0x00007fff258c6718 -[NSBundle bundleIdentifier] + 22
9   com.mycompany.myapp     	0x000000010b06d3be __FIRCLSBinaryImageChanged_block_invoke + 364
10  libdispatch.dylib             	0x00007fff520db951 _dispatch_call_block_and_release + 12
11  libdispatch.dylib             	0x00007fff520dc8cb _dispatch_client_callout + 8
12  libdispatch.dylib             	0x00007fff520e260c _dispatch_lane_serial_drain + 707
13  libdispatch.dylib             	0x00007fff520e3044 _dispatch_lane_invoke + 388
14  libdispatch.dylib             	0x00007fff520ed0c4 _dispatch_workloop_worker_thread + 626
15  libsystem_pthread.dylib       	0x00007fff52301a3d _pthread_wqthread + 290
16  libsystem_pthread.dylib       	0x00007fff52300b77 start_wqthread + 15

Thread 12:
0   libsystem_pthread.dylib       	0x00007fff52300b68 start_wqthread + 0

Thread 13:: com.google.firebase.crashlytics.MachExceptionServer
0   libsystem_kernel.dylib        	0x00007fff52253dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff52254170 mach_msg + 60
2   com.mycompany.myapp     	0x000000010b07c078 FIRCLSMachExceptionServer + 895
3   libsystem_pthread.dylib       	0x00007fff52305109 _pthread_start + 148
4   libsystem_pthread.dylib       	0x00007fff52300b8b thread_start + 15

Thread 14:
0   libsystem_pthread.dylib       	0x00007fff52300b68 start_wqthread + 0

Thread 15:: AVAudioSession Notify Thread
0   libsystem_kernel.dylib        	0x00007fff52253dfa mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff52254170 mach_msg + 60
2   com.apple.CoreFoundation      	0x00007fff23da14f5 __CFRunLoopServiceMachPort + 165
3   com.apple.CoreFoundation      	0x00007fff23d9c127 __CFRunLoopRun + 1383
4   com.apple.CoreFoundation      	0x00007fff23d9b8a4 CFRunLoopRunSpecific + 404
5   com.apple.audio.AVFAudio      	0x00007fff20b119d2 GenericRunLoopThread::Entry(void*) + 166
6   com.apple.audio.AVFAudio      	0x00007fff20b4d06f CAPThread::Entry(CAPThread*) + 191
7   libsystem_pthread.dylib       	0x00007fff52305109 _pthread_start + 148
8   libsystem_pthread.dylib       	0x00007fff52300b8b thread_start + 15

Thread 16:: AMCP Logging Spool
0   libsystem_kernel.dylib        	0x00007fff52253e36 semaphore_wait_trap + 10
1   com.apple.audio.caulk         	0x00007fff4e0abd48 caulk::mach::semaphore::wait() + 16
2   com.apple.audio.caulk         	0x00007fff4e0a72f2 caulk::semaphore::timed_wait(double) + 106
3   com.apple.audio.caulk         	0x00007fff4e0aa9d4 caulk::concurrent::details::worker_thread::run() + 30
4   com.apple.audio.caulk         	0x00007fff4e0aab24 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 45
5   libsystem_pthread.dylib       	0x00007fff52305109 _pthread_start + 148
6   libsystem_pthread.dylib       	0x00007fff52300b8b thread_start + 15

Thread 17:
0   libsystem_kernel.dylib        	0x00007fff52253e36 semaphore_wait_trap + 10
1   com.apple.audio.caulk         	0x00007fff4e0abd48 caulk::mach::semaphore::wait() + 16
2   com.apple.audio.caulk         	0x00007fff4e0a72f2 caulk::semaphore::timed_wait(double) + 106
3   com.apple.audio.caulk         	0x00007fff4e0aa9d4 caulk::concurrent::details::worker_thread::run() + 30
4   com.apple.audio.caulk         	0x00007fff4e0aab24 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*> > >(void*) + 45
5   libsystem_pthread.dylib       	0x00007fff52305109 _pthread_start + 148
6   libsystem_pthread.dylib       	0x00007fff52300b8b thread_start + 15

Thread 18:
0   libsystem_kernel.dylib        	0x00007fff52253e4e semaphore_timedwait_trap + 10
1   libdispatch.dylib             	0x00007fff520dcde1 _dispatch_sema4_timedwait + 76
2   libdispatch.dylib             	0x00007fff520dd23a _dispatch_semaphore_wait_slow + 58
3   libdispatch.dylib             	0x00007fff520ebae9 _dispatch_worker_thread + 292
4   libsystem_pthread.dylib       	0x00007fff52305109 _pthread_start + 148
5   libsystem_pthread.dylib       	0x00007fff52300b8b thread_start + 15

Thread 19:: Dispatch queue: AXCodeLoader
0   com.apple.Foundation          	0x00007fff25b2121a DYLD-STUB$$memset + 0
1   com.apple.AccessibilityUtilities	0x00007fff2e9942d3 -[AXCodeItem _cacheLazyProperties] + 1149
2   com.apple.AccessibilityUtilities	0x00007fff2e993e1f -[AXCodeItem type] + 32
3   com.apple.AccessibilityUtilities	0x00007fff2e9945e0 -[AXCodeItem isAccessibilityBundle] + 17
4   com.apple.AccessibilityUtilities	0x00007fff2e994607 -[AXCodeItem _isSystemAppAccessibilityBundle] + 30
5   com.apple.AccessibilityUtilities	0x00007fff2e993e40 -[AXCodeItem loadOrder] + 22
6   com.apple.AccessibilityUtilities	0x00007fff2e93c104 __43-[AXCodeLoader _loadAccessibilityCodeItems]_block_invoke_2 + 65
7   com.apple.CoreFoundation      	0x00007fff23daffda __CFSimpleMergeSort + 74
8   com.apple.CoreFoundation      	0x00007fff23db0091 __CFSimpleMergeSort + 257
9   com.apple.CoreFoundation      	0x00007fff23db0074 __CFSimpleMergeSort + 228
10  com.apple.CoreFoundation      	0x00007fff23db0091 __CFSimpleMergeSort + 257
11  com.apple.CoreFoundation      	0x00007fff23db0074 __CFSimpleMergeSort + 228
12  com.apple.CoreFoundation      	0x00007fff23dafa25 CFSortIndexes + 773
13  com.apple.CoreFoundation      	0x00007fff23dedfce -[NSMutableOrderedSet sortRange:options:usingComparator:] + 446
14  com.apple.AccessibilityUtilities	0x00007fff2e93bb24 -[AXCodeLoader _loadAccessibilityCodeItems] + 487
15  com.apple.AccessibilityUtilities	0x00007fff2e93938d __37-[AXCodeLoader initWithImageMonitor:]_block_invoke + 34
16  libdispatch.dylib             	0x00007fff520dc8cb _dispatch_client_callout + 8
17  libdispatch.dylib             	0x00007fff520dec36 _dispatch_continuation_pop + 440
18  libdispatch.dylib             	0x00007fff520efa96 _dispatch_source_invoke + 1997
19  libdispatch.dylib             	0x00007fff520e247a _dispatch_lane_serial_drain + 305
20  libdispatch.dylib             	0x00007fff520e3044 _dispatch_lane_invoke + 388
21  libdispatch.dylib             	0x00007fff520ed0c4 _dispatch_workloop_worker_thread + 626
22  libsystem_pthread.dylib       	0x00007fff52301a3d _pthread_wqthread + 290
23  libsystem_pthread.dylib       	0x00007fff52300b77 start_wqthread + 15

Thread 20:
0   libsystem_pthread.dylib       	0x00007fff52300b68 start_wqthread + 0

Thread 4 crashed with X86 Thread State (64-bit):
  rax: 0x000099253ba51400  rbx: 0x0000000000000000  rcx: 0x00000000800aa800  rdx: 0x00000000bacaa842
  rdi: 0x0000600000321400  rsi: 0x0000600002c88820  rbp: 0x0000700003e35200  rsp: 0x0000700003e34c48
   r8: 0x00000000000001ff   r9: 0x0000000000000820  r10: 0x00000000000007fb  r11: 0x0000000000000020
  r12: 0x0000000000000003  r13: 0x0000000000000002  r14: 0x00007fff512b7940  r15: 0x0000700003e34c50
  rip: 0x00007fff512b794b  rfl: 0x0000000000010206  cr2: 0x0000600000ecd000
  
Logical CPU:     2
Error Code:      0x00000000
Trap Number:     13


Binary Images:
       0x1097a3000 -        0x10b37bff7 +com.mycompany.myapp (5.14.1 - 41531) <D4E3E305-6309-3EF4-9F73-AFBBFFDFE6D4> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/MyApp
       0x10ddc4000 -        0x10de19d6f +dyld_sim (750.4.2) <BE432455-1597-3B86-A02B-CCD547208053> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
       0x10de6a000 -        0x10de6aff7 +libXCTTargetBootstrapInject.dylib (16091.3) <AE891051-0293-3D2F-BE35-C654A0AD6118> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/usr/lib/libXCTTargetBootstrapInject.dylib
       0x10de72000 -        0x10de93fff +org.cocoapods.AFDateHelper (4.3.0 - 1) <B6ED0A7B-FC78-3DEB-8C7B-ACABD5AB0089> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/AFDateHelper.framework/AFDateHelper
       0x10debc000 -        0x10dfabfff +org.cocoapods.AWSCore (2.12.7 - 1) <997AE9DB-4BB0-31DA-B226-6DE31F310CA6> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/AWSCore.framework/AWSCore
       0x10e0cd000 -        0x10e153ff7 +org.cocoapods.AWSKinesis (2.12.7 - 1) <9837E92A-5EDF-3A56-AAF3-B07D4471EAE2> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/AWSKinesis.framework/AWSKinesis
       0x10e20e000 -        0x10e24bff3 +org.cocoapods.AWSSNS (2.12.7 - 1) <676D1A69-F739-3236-B4E9-B55ACC065326> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/AWSSNS.framework/AWSSNS
       0x10e28d000 -        0x10e2b6ff3 +org.cocoapods.AWSSQS (2.12.7 - 1) <6C9640CD-B94E-3A8C-A0C0-4F54393D6E6E> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/AWSSQS.framework/AWSSQS
       0x10e2ee000 -        0x10e408ff7 +org.cocoapods.Alamofire (5.0.5 - 1) <2B8402C9-2076-3CDA-87AA-C38726793FB4> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Alamofire.framework/Alamofire
       0x10e5bd000 -        0x10e5cbff7 +org.cocoapods.Anchors (2.5.0 - 1) <21CE1CD0-4437-37DC-B5E8-16638AEC981F> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Anchors.framework/Anchors
       0x10e5ef000 -        0x10e69efff +org.cocoapods.Apollo (0.33.0 - 1) <C5F729B9-ACAA-3B92-BC27-CF6F7968A178> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Apollo.framework/Apollo
       0x10e7af000 -        0x10eaf7ff7 +org.cocoapods.CryptoSwift (1.3.0 - 1) <7B41AFF6-BC29-3C6B-80D4-8D54BB54192B> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/CryptoSwift.framework/CryptoSwift
       0x10ebc1000 -        0x10ebc8ff7 +org.cocoapods.DefaultsKit (0.2.0 - 1) <D92CC151-6BA4-39AE-A563-D1F87557BA44> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/DefaultsKit.framework/DefaultsKit
       0x10ebd9000 -        0x10ebf6ff7 +org.cocoapods.DeviceKit (3.0.0 - 1) <4974AB5F-3EA2-3834-81E4-A2CBA5186D97> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/DeviceKit.framework/DeviceKit
       0x10ec1f000 -        0x10ec3eff7 +org.cocoapods.DiffableDataSources (0.4.0 - 1) <3B18B9CB-5BC0-36AF-AAB6-7FE9CE0A5EE4> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/DiffableDataSources.framework/DiffableDataSources
       0x10ec71000 -        0x10ec97ff7 +org.cocoapods.DifferenceKit (1.1.5 - 1) <879EA136-7BA4-3077-A4E3-CAD140E18E46> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/DifferenceKit.framework/DifferenceKit
       0x10ecdd000 -        0x10ecfcfff +org.cocoapods.Differentiator (4.0.1 - 1) <D0D44CBC-4B28-3AFB-91AC-E2871AFFB090> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Differentiator.framework/Differentiator
       0x10ed2f000 -        0x10ed4bfff +org.cocoapods.Disk (0.6.4 - 1) <9BF413A5-656A-38B7-9D54-28AFA1230A9C> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Disk.framework/Disk
       0x10ed6a000 -        0x10ed75ff3 +org.cocoapods.FBLPromises (1.2.11 - 1) <DDD560E2-E870-3681-A000-8A0820B7D9B5> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/FBLPromises.framework/FBLPromises
       0x10ed93000 -        0x10edb6ffb +org.cocoapods.GTMSessionFetcher (1.4.0 - 1) <63AC5860-862F-3827-B5DB-B67B7F0CB54E> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher
       0x10edf7000 -        0x10edfdff3 +org.cocoapods.GoogleToolboxForMac (2.2.2 - 1) <459C06E8-1F6B-3335-8B3C-3B88C1DF0782> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac
       0x10ee12000 -        0x10ee2aff7 +org.cocoapods.GoogleUtilities (6.7.2 - 1) <0707B365-E583-3B59-8017-86EFFD0EBD12> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
       0x10ee5c000 -        0x10ee75fff +org.cocoapods.IBPCollectionViewCompositionalLayout (0.6.7 - 1) <3B0AD2E2-3C1B-35B2-A18A-13A26D1AD695> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/IBPCollectionViewCompositionalLayout.framework/IBPCollectionViewCompositionalLayout
       0x10eea4000 -        0x10ef16ff7 +org.cocoapods.InputBarAccessoryView (4.2.2 - 1) <EBE26A97-6678-3ED8-A2AA-C812E9F034F2> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/InputBarAccessoryView.framework/InputBarAccessoryView
       0x10efde000 -        0x10f34dff7 +com.Instabug.Instabug (10.0 - 1) <ABE01C8F-CA54-3044-A4BA-3FB9DE351258> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Instabug.framework/Instabug
       0x10f666000 -        0x10f673fff +org.cocoapods.JWTDecode (2.4.1 - 1) <5417998F-EEDC-3B7A-8D35-2D091975A0C7> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/JWTDecode.framework/JWTDecode
       0x10f690000 -        0x10f693ff7 +org.cocoapods.Keys (1.0.1 - 1) <CEE39324-630B-3A6D-9B64-07C9203216B0> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Keys.framework/Keys
       0x10f69f000 -        0x10f7c6ff7 +org.cocoapods.Kingfisher (5.15.5 - 1) <542994D3-8C0B-3581-8DAE-91D54EEB82AE> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Kingfisher.framework/Kingfisher
       0x10f937000 -        0x10f93ffff +org.cocoapods.LocalizedTimeAgo (1.3.0 - 1) <C5BA533F-591E-3F6E-8520-0779379CC8D6> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/LocalizedTimeAgo.framework/LocalizedTimeAgo
       0x10f94f000 -        0x10f9e6fff +org.cocoapods.MessageKit (3.0.0 - 1) <B7D35EFC-42D3-3F2C-87A2-D87B30099D0D> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/MessageKit.framework/MessageKit
       0x10faef000 -        0x10fb2eff7 +org.cocoapods.Moya (14.0.0 - 1) <5EE7BFC8-DF93-3775-A9F9-B9B568F86D8E> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Moya.framework/Moya
       0x10fb93000 -        0x10fb97fff +org.cocoapods.NSObject-Rx (5.0.2 - 1) <4140BE56-A07C-3998-92E3-5D3DC50CCC03> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/NSObject_Rx.framework/NSObject_Rx
       0x10fba5000 -        0x10fbecff7 +org.cocoapods.Protobuf (3.13.0 - 1) <EBE34835-088D-3133-946E-299428CBF00E> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Protobuf.framework/Protobuf
       0x10fc95000 -        0x10fca2ff7 +org.cocoapods.Reachability (5.0.0 - 1) <433EA063-C820-3883-83CE-20CFD34B3853> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Reachability.framework/Reachability
       0x10fcc5000 -        0x1101faffb +org.cocoapods.Realm (5.4.8 - 1) <C2E5296C-A908-3F98-AF8A-1763D4466768> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Realm.framework/Realm
       0x1105b9000 -        0x110646ff7 +org.cocoapods.RealmSwift (5.4.8 - 1) <72FC1A28-C24A-339D-8557-146424C21CF6> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/RealmSwift.framework/RealmSwift
       0x110761000 -        0x11082cff7 +org.cocoapods.RxCocoa (5.0.1 - 1) <7D5AE2E0-BAF7-3BC4-9C3B-086B46468041> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/RxCocoa.framework/RxCocoa
       0x1109a8000 -        0x1109caff7 +org.cocoapods.RxDataSources (4.0.1 - 1) <E9B5585F-9D0E-3A72-BF9F-75B20AD23EF2> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/RxDataSources.framework/RxDataSources
       0x110a18000 -        0x110a2dff7 +org.cocoapods.RxGesture (3.0.1 - 1) <FD47C5ED-BCB0-3CAA-B2FA-499FC331613B> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/RxGesture.framework/RxGesture
       0x110a66000 -        0x110a6cfff +org.cocoapods.RxOptional (4.1.0 - 1) <6E7C53F6-57B9-3BC3-A132-D6C46C5CC210> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/RxOptional.framework/RxOptional
       0x110a7d000 -        0x110a82ffb +org.cocoapods.RxRelay (5.1.1 - 1) <21479169-7CD4-37C6-B88F-D74A664AC5C2> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/RxRelay.framework/RxRelay
       0x110a97000 -        0x110c40fff +org.cocoapods.RxSwift (5.0.1 - 1) <9B54B57B-2D71-3A18-9361-7ED872F380CF> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/RxSwift.framework/RxSwift
       0x110e78000 -        0x110eb3ff3 +com.snapchat.SCSDKCoreKit (1.4 - 1.4.4) <F4B4858D-AE08-3D92-BC0D-CECA2FC83D3D> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/SCSDKCoreKit.framework/SCSDKCoreKit
       0x110ec6000 -        0x110ed0ffb +com.snapchat.SCSDKCreativeKit (1.4 - 1.4.4) <001934E2-BFEA-341F-AB0D-2B6E379ACDE5> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/SCSDKCreativeKit.framework/SCSDKCreativeKit
       0x110edf000 -        0x110f86ff7 +org.cocoapods.SQLite (0.12.2 - 1) <FABC58AB-1CAF-3D63-9D2B-3E44691082BF> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/SQLite.framework/SQLite
       0x111057000 -        0x11109ffff +org.cocoapods.Starscream (3.1.1 - 1) <92ACA019-F2BC-3D23-B6DB-AF726CEE887A> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/Starscream.framework/Starscream
       0x11110d000 -        0x111148fff +org.cocoapods.SwiftQueue (4.1.0 - 1) <11A6831C-DEBF-356A-BCFA-FA8968DF09B7> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/SwiftQueue.framework/SwiftQueue
       0x1111af000 -        0x11122dfff +org.cocoapods.SwiftyBeaver (1.9.2 - 1) <AC94AB06-7F1B-38DE-A685-80DF719DB8DD> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/SwiftyBeaver.framework/SwiftyBeaver
       0x1112a9000 -        0x1112c7ffb +org.cocoapods.libPhoneNumber-iOS (0.9.15 - 1) <0D176FF1-95FF-33D7-AF8F-56C4C21D8CF6> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/libPhoneNumber_iOS.framework/libPhoneNumber_iOS
       0x1112fe000 -        0x111303ff7 +org.cocoapods.nanopb (1.30906.0 - 1) <80AD4A2C-9BE0-3449-BADE-7DB02CD630B5> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/nanopb.framework/nanopb
       0x111311000 -        0x11132effb +org.cocoapods.pop (1.0.12 - 1) <AF4B4264-FD64-3612-8CFA-F9AF6E9C1F64> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/pop.framework/pop
       0x11136a000 -        0x1114b3fff +com.mycompany.myapp.myappUI (5.14.1 - 41531) <4822CF89-98E4-38A7-B9D1-BFC949E5BC91> /Users/USER/Library/Developer/CoreSimulator/Devices/446974AF-9876-430E-AB53-7111C66F509B/data/Containers/Bundle/Application/A6F359EC-ABC0-4062-80C1-5CB8E1C61654/MyApp.app/Frameworks/myappUI.framework/myappUI
       0x1116e0000 -        0x111a9aff1 +libswiftCore.dylib (5.2 - 1103.2.25.13) <34961083-E466-3A8C-ADF4-C8E001B1820A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCore.dylib
       0x111dbf000 -        0x111dccff7 +libswiftCoreGraphics.dylib (??? - ???) <055569F8-BD61-3F8B-93FD-A8BE1728BD56> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreGraphics.dylib
       0x111df0000 -        0x111e2bffa +libswiftCoreMedia.dylib (??? - ???) <02B5043D-DDC8-3C16-BAA4-35B594A31E1A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreMedia.dylib
       0x111ebf000 -        0x111ec5ff7 +libswiftDarwin.dylib (??? - ???) <2CA3D2D5-AE30-34E1-872C-9D639C694CF5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDarwin.dylib
       0x111ed9000 -        0x111ef0ffc +libswiftDispatch.dylib (??? - ???) <35B331C5-2DE1-338C-9264-EB98653004B9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftDispatch.dylib
       0x111f37000 -        0x1120bcff0 +libswiftFoundation.dylib (??? - ???) <8A0A23CB-D5E5-3F13-B04A-1959B514A1CC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftFoundation.dylib
       0x11228c000 -        0x11228fff5 +libswiftObjectiveC.dylib (??? - ???) <E7224805-CB30-3944-9E23-9A888DDDC851> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftObjectiveC.dylib
       0x11229d000 -        0x1122a3ff4 +libswiftPhotos.dylib (??? - ???) <0F515B0B-5D4E-37B6-A913-2883F740368E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftPhotos.dylib
       0x1122ad000 -        0x1122c4ff0 +libswiftUIKit.dylib (??? - ???) <73AFBEF2-87B9-326E-8CF4-4119AE85EE4E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftUIKit.dylib
       0x112327000 -        0x112336ff3 +libswiftCloudKit.dylib (??? - ???) <27AF42C8-0C94-391F-991A-9908737FB7C6> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCloudKit.dylib
       0x112357000 -        0x11235effe +libswiftCoreData.dylib (??? - ???) <F707A768-3EEB-3200-AC00-1B5FEB05B7B3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreData.dylib
       0x112371000 -        0x112376ffc +libswiftCoreLocation.dylib (??? - ???) <A6CBCB98-DD8B-308B-A9C1-C07DCC6631D1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreLocation.dylib
       0x1123df000 -        0x112421ff3  com.apple.dt.XCTAutomationSupport (1.0 - 16091.3) <2CA72F24-3E9B-3142-A39D-96008682ADA5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/XCTAutomationSupport
       0x11248e000 -        0x1124b5ff7  com.apple.dt.instruments.DTXConnectionServices (11.6 - 64535.52.1) <947B530B-1B7D-30B2-8F85-0093C0075618> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/Developer/Library/PrivateFrameworks/DTXConnectionServices.framework/DTXConnectionServices
       0x114239000 -        0x11423c047 +libobjc-trampolines.dylib (787.1) <0466DB3B-7EF4-3066-B5F2-58D472A8FAC6> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc-trampolines.dylib
       0x1142c0000 -        0x1142d4ff0  com.apple.AccessibilitySettingsLoader (1.0 - 1.0) <3BDA520F-089B-3EBC-AC2A-7CA7067DB134> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader
       0x1142fd000 -        0x11440bffc  com.apple.UIKit.axbundle (1.0.0 - 1.0) <BFFC127D-25A3-3BB5-9B00-85941E619E03> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/AccessibilityBundles/UIKit.axbundle/UIKit
       0x11c8a8000 -        0x11c939eff  dyld (750.5) <E4698FBD-806A-3396-B279-E685BA37430B> /usr/lib/dyld
    0x7fff208d0000 -     0x7fff20ae6ff4  com.apple.avfoundation (2.0 - 1855.3) <4091CCCA-0729-328B-8FB4-D6C515A8D71C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/AVFoundation
    0x7fff20aa9000 -     0x7fff20b8cff3  com.apple.audio.AVFAudio (1.0 - 415.75) <021E95D1-5AFA-3CBD-A4FA-2871D68A874E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
    0x7fff20b81000 -     0x7fff20c78ffe  com.apple.AVKit (1.0 - 627.1.1) <29EE387A-8F4F-36FF-8E0E-FAD6DCD8BF28> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVKit.framework/AVKit
    0x7fff20c59000 -     0x7fff20c59fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <4B055114-6E30-3494-8573-7A567EDB4AC7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Accelerate
    0x7fff20c5a000 -     0x7fff20c70fff +libCGInterfaces.dylib (524.2.1) <8275CF53-952A-3ECF-86FC-08BE0D33492F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/Libraries/libCGInterfaces.dylib
    0x7fff20c71000 -     0x7fff21510fe3  com.apple.vImage (8.1 - 524.2.1) <52AF6981-044D-3AA8-92ED-24BF02E5BF08> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
    0x7fff21511000 -     0x7fff216a5fd7 +libBLAS.dylib (1303.60.1) <D4455376-1126-361C-AC81-E190D98CE320> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
    0x7fff216a6000 -     0x7fff21a5cfff +libBNNS.dylib (144.100.2) <4B12A7D0-57D9-3248-A0F1-22C881781C88> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
    0x7fff21a5d000 -     0x7fff21e0afff +libLAPACK.dylib (1303.60.1) <6365148D-C18F-3A65-9FF1-D68DC587D2B3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
    0x7fff21e0b000 -     0x7fff21e20ffc +libLinearAlgebra.dylib (1303.60.1) <EF8F5C16-A728-3257-8DE5-5E09964A37FE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
    0x7fff21e21000 -     0x7fff21e26ff3 +libQuadrature.dylib (7) <0B5EA016-8295-3FA4-87B2-9F1ABE398EAE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
    0x7fff21e27000 -     0x7fff21e97ff7 +libSparse.dylib (103) <65C6C520-A52A-3589-8CD5-82E952788778> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
    0x7fff21e98000 -     0x7fff21eaaff7 +libSparseBLAS.dylib (1303.60.1) <E607B5C0-6BBB-3B2E-851E-6A24D3828C24> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
    0x7fff21eab000 -     0x7fff2202bff3 +libvDSP.dylib (735.140.1) <11EB317A-2010-3673-A660-115CB77F6848> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
    0x7fff2202c000 -     0x7fff2217cfcb +libvMisc.dylib (735.140.1) <EE1A48CF-99BC-342A-952D-AEDFE0565AB8> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
    0x7fff2217d000 -     0x7fff2217dfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <2E4D20E2-002D-3EAD-9E19-C2C651F8EC43> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
    0x7fff2217e000 -     0x7fff221d7ff8  com.apple.Accounts (113 - 113) <4D555CB3-5619-3113-9991-03B630516636> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accounts.framework/Accounts
    0x7fff221d1000 -     0x7fff221d1fff  com.apple.AdSupport (1.0 - 1) <935EB135-B463-31A2-8DA2-2B29FAB42FC3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AdSupport.framework/AdSupport
    0x7fff221d2000 -     0x7fff221f7ff0  com.apple.AddressBook (1.0 - 1) <C343A2BB-6959-332B-A63C-2403B2CE45C3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AddressBook.framework/AddressBook
    0x7fff221fd000 -     0x7fff2220dffa  com.apple.AssetsLibrary (1.0 - 1) <E8D32B56-849C-3903-8478-8FF230F22D3A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
    0x7fff22744000 -     0x7fff22863ff9  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <45BEA015-9E68-3AEA-B56D-A2458B9A8F1D> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
    0x7fff22f19000 -     0x7fff22f29ffa  com.apple.AuthenticationServices (12.0 - 1.0) <D7AE146E-1F1E-37F6-B105-8B080AB863DD> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AuthenticationServices.framework/AuthenticationServices
    0x7fff22f32000 -     0x7fff22f38ff5  com.apple.BackgroundTasks (1.0 - 1) <697D8690-E76D-36B2-A2D2-8D1DE93FF8E5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/BackgroundTasks.framework/BackgroundTasks
    0x7fff22f52000 -     0x7fff232c1ffa  com.apple.CFNetwork (1128.0.1 - 1128.0.1) <2C575FE8-DBC8-3CB3-A029-A156CA577E97> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x7fff2329f000 -     0x7fff23305ff3  com.apple.CallKit (1.0 - 1) <D9BA9AF1-5A16-3844-B4EB-B39E65C00AA3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CallKit.framework/CallKit
    0x7fff2331c000 -     0x7fff23389ff6  com.apple.ClassKit (1.2 - 145.6.1) <CFA0DDB6-A651-3495-AD5F-E16C8AA786B6> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ClassKit.framework/ClassKit
    0x7fff23381000 -     0x7fff23513ffc  com.apple.cloudkit.CloudKit (867 - 867) <69B36B72-2D7A-37D6-B953-0E8C6AD94DD6> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CloudKit.framework/CloudKit
    0x7fff234f4000 -     0x7fff235e3fff  com.apple.combine (1.0 - 134.102) <A6484C7D-950A-3D64-856E-9D9D75C40A91> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Combine.framework/Combine
    0x7fff235e4000 -     0x7fff23733ff9  com.apple.contacts (1.0 - 3457.11) <5E08A435-7610-3F7B-8E3E-F3EEAAE264A1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Contacts.framework/Contacts
    0x7fff23714000 -     0x7fff2390cff6  com.apple.ContactsUI (1.0.0 - 1061.17) <E7EACC94-9FE8-3BC0-BCEB-02C4D010E08A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ContactsUI.framework/ContactsUI
    0x7fff238cc000 -     0x7fff23966ff3  com.apple.audio.CoreAudio (5.0 - 5.0) <68C5133F-6129-3601-8DF8-A81624389304> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreAudio.framework/CoreAudio
    0x7fff23978000 -     0x7fff239b5ff7  com.apple.CoreBluetooth (1.0 - 1) <BF770125-9F9C-37A6-A4B4-82437DE1D88E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
    0x7fff239af000 -     0x7fff23d3dff0 +CoreData (977.5) <5BB1925B-437D-37F1-BA3E-60E7B1306E84> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreData.framework/CoreData
    0x7fff23d02000 -     0x7fff240c5ffd  com.apple.CoreFoundation (6.9 - 1677.104) <E2C02B24-7BAE-3FCF-A237-BA2A490EE2DA> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
    0x7fff240b9000 -     0x7fff246f2ff3  com.apple.CoreGraphics (2.0 - 1355.22) <2CC69C78-6CF3-3486-8162-DD990DC430D6> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
    0x7fff246f8000 -     0x7fff24a31ff3  com.apple.CoreImage (13.0.0 - 940.8) <FECF626A-9B02-3B56-8543-84880104975F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreImage.framework/CoreImage
    0x7fff24a0f000 -     0x7fff24a7fff0  com.apple.corelocation (2394.0.33 - 2394.0.33) <C0416B9B-2557-368F-8E8A-036021D2B1DF> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreLocation.framework/CoreLocation
    0x7fff24a78000 -     0x7fff24ac5ff8  com.apple.audio.midi.CoreMIDI (1.10 - 88) <6CE74721-5497-323A-B9C1-388875B3AD36> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMIDI.framework/CoreMIDI
    0x7fff24ac5000 -     0x7fff24dbfff1  com.apple.CoreML (1.0 - 1) <B6FDE1CF-80A6-3F0E-9A85-992F2BBE4279> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreML.framework/CoreML
    0x7fff24d9d000 -     0x7fff24e51ff9  com.apple.CoreMedia (1.0 - 2625.9) <00043980-A0A4-38DC-90ED-8BF618EA9875> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMedia.framework/CoreMedia
    0x7fff24e52000 -     0x7fff24f81ffc  com.apple.coremotion (2394.0.33 - 2394.0.33) <B071B2EA-8B8A-3C97-BC0F-BE46ED20D44A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMotion.framework/CoreMotion
    0x7fff24f84000 -     0x7fff25111ffd  com.apple.CoreServices (839 - 839) <D7933FDB-5312-3C7E-9743-A54D469830B0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreServices.framework/CoreServices
    0x7fff25100000 -     0x7fff2516bff3  com.apple.CoreSpotlight (1.0 - 2076.8) <73F6E34F-8EBF-3436-BC0F-4ECD2386435B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
    0x7fff25162000 -     0x7fff25241ffd  com.apple.CoreTelephony (113 - 7581) <DF09CBDA-2DBB-36A9-B430-231D227F8E06> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x7fff25234000 -     0x7fff253e7ffe  com.apple.CoreText (643.1.5.1 - 643.1.5.1) <40ADC1B5-5133-3D9C-B9B4-74C0084EAAD9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreText.framework/CoreText
    0x7fff253e2000 -     0x7fff25410ff1  com.apple.CoreVideo (1.8 - 344.3) <AF1A162E-1A30-3451-98B1-69B68C510091> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreVideo.framework/CoreVideo
    0x7fff25445000 -     0x7fff25481ffc  com.apple.CryptoTokenKit (1.0 - 1) <8F7F035C-BE0A-308C-BE4A-9DED5EE298FD> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CryptoTokenKit.framework/CryptoTokenKit
    0x7fff2547f000 -     0x7fff25597ff0  com.apple.eventkit (1.0.0 - 1.0) <1EB34F8A-5FCB-303D-83A4-B33AD8C7097B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/EventKit.framework/EventKit
    0x7fff257a3000 -     0x7fff258bcffe  com.apple.FileProvider (267.11 - 267.11) <B349212C-1AD0-38CF-BD0D-450C47B441CA> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/FileProvider.framework/FileProvider
    0x7fff258b6000 -     0x7fff25bb7ffa  com.apple.Foundation (6.9 - 1677.104) <25BEB12A-8076-3C84-8426-1AF257076502> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
    0x7fff25ba2000 -     0x7fff25bcfffb  com.apple.GSS (4.0 - 2.0) <552650B1-FC9B-3919-B441-80E60F61CF39> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/GSS.framework/GSS
    0x7fff26059000 -     0x7fff260dbff5  com.apple.framework.IOKit (2.0.2 - 1726.140.2.0.1) <03F2BD89-51F4-3728-9FCC-C8E5936248C3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff260db000 -     0x7fff260e7fff  com.apple.IOSurface (269.11 - 269.11) <7902AB6B-D7D9-33D2-8917-22B81F9AE257> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOSurface.framework/IOSurface
    0x7fff260fa000 -     0x7fff26125ffc  com.apple.ImageCaptureCore (1.0 - 1600.65) <186A08B8-B847-38B9-A6BC-B23948AF23B7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ImageCaptureCore.framework/ImageCaptureCore
    0x7fff26121000 -     0x7fff26634ff2  com.apple.ImageIO.framework (3.3.0 - 1976.11) <41FE166B-DE4B-30CD-96F5-BCE3548A58C0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ImageIO.framework/ImageIO
    0x7fff26635000 -     0x7fff26aa3fff  com.apple.Intents (1.0 - 1) <D1B1A81B-3FE6-3CAA-BFD6-7A2368961C60> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Intents.framework/Intents
    0x7fff26a73000 -     0x7fff27681ff4  com.apple.JavaScriptCore (8609 - 8609.3.5.0.2) <C0D5511B-8066-3743-A802-A2414568D10C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
    0x7fff2767e000 -     0x7fff27750ff6  com.apple.LinkPresentation (119 - 119.18) <2C216B1B-78C5-3EE1-B32C-DF80B6818298> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/LinkPresentation.framework/LinkPresentation
    0x7fff2773e000 -     0x7fff27750ffb  com.apple.LocalAuthentication (1.0 - 693.140.3) <9A9A1157-F6B9-32D4-88C2-28CEF4AAC241> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/LocalAuthentication.framework/LocalAuthentication
    0x7fff27769000 -     0x7fff27770fff  com.apple.CoreAuthentication.SharedUtils (1.0 - 693.140.3) <4398264C-986B-3E05-B3E6-1CB7ECAE9D81> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/SharedUtils
    0x7fff27770000 -     0x7fff27a27ff2  com.apple.MapKit (1.0 - 1.0) <F5C020B2-0B30-39A1-BF31-EB45F5E334AD> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/MapKit
    0x7fff279ce000 -     0x7fff279d8fff  com.apple.MediaAccessibility (1.0 - 125.1) <631336BD-78DB-3548-946D-05F69BFE4C76> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
    0x7fff279d9000 -     0x7fff27dacffc  com.apple.MediaPlayer (1.0 - 1.0) <E5A1BD9C-DF61-3A7C-90F6-E178FE9A7AC9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
    0x7fff27d4a000 -     0x7fff281e2ff1  com.apple.MediaToolbox (1.0 - 2625.9) <E0BE1644-B0F5-3FBE-9BED-7AE0AD817FAB> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
    0x7fff281e0000 -     0x7fff28339ff6  com.apple.messageui (1.0.0 - 3608.120.0.1.1) <7E99DD8D-7AA8-3C76-9CC4-360F1D9FE059> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MessageUI.framework/MessageUI
    0x7fff28327000 -     0x7fff283d1ffb  com.apple.Metal (213.5.3 - 213.5.3) <B234F9FB-D521-3B8D-B521-985BBA6F29A5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Metal.framework/Metal
    0x7fff283b3000 -     0x7fff283ceff0  com.apple.MetalKit (141 - 141) <3EC7393C-CDD0-31E3-97D6-7AA4879D44E4> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalKit.framework/MetalKit
    0x7fff283cc000 -     0x7fff28405ff9  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <62CBE672-A35C-3E3C-933A-BD57004EB696> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/MPSCore
    0x7fff28401000 -     0x7fff28489fee  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <F4F1BA86-6AA3-3EAC-804E-415F0C71BA88> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/MPSImage
    0x7fff28487000 -     0x7fff284aafff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <B5B26EEB-024F-3C38-AB45-5620962E14B7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/MPSMatrix
    0x7fff284aa000 -     0x7fff284bffff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <4DD7E424-83F1-3D4F-9D59-6D92EF82C8A6> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/MPSNDArray
    0x7fff284be000 -     0x7fff2860bffa  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <3F67F465-19C3-3D13-90A7-B438D29B2BA4> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/MPSNeuralNetwork
    0x7fff285fb000 -     0x7fff28648ffb  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <65867310-1BC7-3A98-B085-D4AFF2974B59> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/MPSRayIntersector
    0x7fff28645000 -     0x7fff28645ff0  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <368D2441-9582-3C83-99A0-4CC5004A0133> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceShaders
    0x7fff28651000 -     0x7fff28651ff7  com.apple.MobileCoreServices (1069.25 - 1069.25) <EA005900-E740-3477-A209-D8B5CE333BD1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
    0x7fff29688000 -     0x7fff296c0ff4  com.apple.NaturalLanguage (1.0 - 57) <3B05EFF3-BB8C-30D4-BB1C-9F63C657DFBC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/NaturalLanguage.framework/NaturalLanguage
    0x7fff296bd000 -     0x7fff2974bffc  com.apple.Network (1.0 - 1) <8FC885E8-EE73-3EC1-89AC-93C968640D90> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Network.framework/Network
    0x7fff299b1000 -     0x7fff2a66af07 +libLLVMContainer.dylib (602.2.46) <8A1B61F5-9A62-3DB2-9741-7EE5EDD8E49B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib
    0x7fff2a778000 -     0x7fff2a784ff9  com.apple.opengles (17.10.22 - 17.10.22) <57F13368-094E-3B63-AB6A-310ED610F3F9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/OpenGLES
    0x7fff2a785000 -     0x7fff2a787fff +libCVMSPluginSupport.dylib (17.10.22) <7B404519-8CDD-3042-8712-3751630F6CB9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
    0x7fff2a788000 -     0x7fff2a78dfff +libCoreFSCache.dylib (176.12) <6269B711-EE29-3EED-8084-57DC8DFFE78C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
    0x7fff2a78e000 -     0x7fff2a796ff7 +libCoreVMClient.dylib (176.12) <94BBA86B-F708-38DF-8D13-61812CBC5D03> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
    0x7fff2a797000 -     0x7fff2a79fffb +libGFXShared.dylib (17.10.22) <4A754638-08EF-3145-812C-23E252B58850> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
    0x7fff2a7a0000 -     0x7fff2a7dffff +libGLImage.dylib (17.10.22) <C48FBF6B-263D-369A-8A83-DEF87F9CEC2C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
    0x7fff2a9c1000 -     0x7fff2aa9cffc  com.apple.PDFKit (1.0 - 835.7) <DF22B9C6-4899-3221-A9E9-DD403D7F8F39> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/PDFKit.framework/PDFKit
    0x7fff2aa98000 -     0x7fff2ac9bffb  com.apple.PencilKit (1.0 - 1) <797E7B99-FCA8-33DC-B339-B067294A84D8> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/PencilKit.framework/PencilKit
    0x7fff2ac5a000 -     0x7fff2aea1ff7  com.apple.Photos (1.0 - 3662.0.110) <7C418BA9-0D14-3741-88DE-F04514182363> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Photos.framework/Photos
    0x7fff2b3a0000 -     0x7fff2b3a7ffe  com.apple.PushKit (1.0 - 1) <472C8B35-4450-3E2F-9639-4A4471811F71> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/PushKit.framework/PushKit
    0x7fff2b3a7000 -     0x7fff2b5e8ff9  com.apple.QuartzCore (1.11 - 841.4) <35AA0FBE-A359-32E1-BFEF-108A6D83E0BE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/QuartzCore.framework/QuartzCore
    0x7fff2b68d000 -     0x7fff2b6caffc  com.apple.QuickLookThumbnailing (1.0 - 1) <216C2C3C-714A-3E46-BC68-ECF8DD23EDFD> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/QuickLookThumbnailing.framework/QuickLookThumbnailing
    0x7fff2b996000 -     0x7fff2bb6cff3  com.apple.SafariServices (13.1.2 - 604.1) <5DDC6686-A77C-3A82-AAB7-7E0FF881A091> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SafariServices.framework/SafariServices
    0x7fff2bf5e000 -     0x7fff2c087fff  com.apple.Security (10.0 - 59306.142.1) <EFE30262-E391-3834-B54A-AAD936D111C6> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Security.framework/Security
    0x7fff2c082000 -     0x7fff2c117ff5  com.apple.sociald.Social (87 - 87) <19915973-BB06-379E-8CC4-7796F9130925> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Social.framework/Social
    0x7fff2c104000 -     0x7fff2c233ff9  com.apple.SoundAnalysis (1.0 - 1) <C5C0B583-997C-3CE1-99A6-0501E4224AE6> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SoundAnalysis.framework/SoundAnalysis
    0x7fff2c357000 -     0x7fff2c397ffd  com.apple.StoreKit (1.0 - 1) <4D712414-44FA-3109-A8E4-93EDA1E16662> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/StoreKit.framework/StoreKit
    0x7fff2cab9000 -     0x7fff2cb25ffb  com.apple.SystemConfiguration (1.19 - 1.19) <AC8F27FA-8EBA-3888-BFE3-726A36DFA719> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
    0x7fff2cb28000 -     0x7fff2cb28fff  com.apple.UIKit (1.0 - 61000) <CA578A2E-0596-3168-98B1-DD6A7E1EA1E7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework/UIKit
    0x7fff2cb29000 -     0x7fff2cb5dff4  com.apple.UserNotifications (1.0 - ???) <071EEA6C-080C-381F-841C-C6ED90B28D46> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UserNotifications.framework/UserNotifications
    0x7fff2cb5e000 -     0x7fff2cbe2ffe  com.apple.VideoSubscriberAccount.VideoSubscriberAccountFramework (1.0 - 331.70.6) <C5CA84D0-34F9-3040-BC8D-79D6D36C2875> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/VideoSubscriberAccount.framework/VideoSubscriberAccount
    0x7fff2cbd7000 -     0x7fff2cef2ffa  com.apple.VideoToolbox (1.0 - 2625.9) <FF11D12C-73B8-3665-94C8-4AD71D67B0DB> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
    0x7fff2cef3000 -     0x7fff2d166ff6  com.apple.VN (3.0.96 - 3.0.96) <E6475F29-9E37-385A-AC0D-DD415868D652> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Vision.framework/Vision
    0x7fff2d146000 -     0x7fff2d223ff0  com.apple.VisionKit (1.0 - 1) <F017ABF6-5F4D-32E0-BB56-DCD5A7113DE4> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/VisionKit.framework/VisionKit
    0x7fff2d290000 -     0x7fff2d98aff6  com.apple.WebKit (8609 - 8609.3.5.0.2) <1998A6D6-55DA-3612-B669-98FB9BFD187C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/WebKit.framework/WebKit
    0x7fff2e2a2000 -     0x7fff2e67cff7  com.apple.AVConference (3.0 - 1650.8.1.1) <E550125F-70B8-3423-9EEB-3F1138362005> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/AVConference
    0x7fff2e639000 -     0x7fff2e679ffb  com.apple.ICE (3.0 - 1650.8.1.1) <5DCB0863-DFB5-3D9C-88EE-DE31B56A373B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framework/ICE
    0x7fff2e67a000 -     0x7fff2e67afff  com.apple.LegacyHandle (3.0 - 1650.8.1.1) <DD12636B-29AE-3778-92CA-F24EC6073269> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandle.framework/LegacyHandle
    0x7fff2e67b000 -     0x7fff2e681ff7  com.apple.SimpleKeyExchange (3.0 - 1650.8.1.1) <8AE17EC6-45B6-3079-8D8C-8036B880A50C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyExchange.framework/SimpleKeyExchange
    0x7fff2e682000 -     0x7fff2e6c2ffd  com.apple.ViceroyTrace (3.0 - 1650.8.1.1) <A166B621-C320-3D32-B78F-54E1C50B0486> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrace.framework/ViceroyTrace
    0x7fff2e6bd000 -     0x7fff2e6bdff7  com.apple.snatmap (3.0 - 1650.8.1.1) <6F6CC521-B035-34C9-8C88-0BB8E3496B32> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.framework/snatmap
    0x7fff2e6be000 -     0x7fff2e6c9ff8  com.apple.accessibility.AXCoreUtilities (1.0 - 1) <FB891FAD-DD02-397C-82F5-520FBF9D1905> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXCoreUtilities.framework/AXCoreUtilities
    0x7fff2e6c9000 -     0x7fff2e748ff8  com.apple.accessibility.AXMediaUtilities (1.0 - 1) <08AFADE7-38F8-3FDC-8573-1E416BD54603> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXMediaUtilities.framework/AXMediaUtilities
    0x7fff2e73a000 -     0x7fff2e78dffc  com.apple.AXRuntime (1.0.0 - 1) <19442E41-EC77-3883-8542-F37A109CB0D2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
    0x7fff2e78f000 -     0x7fff2e797ff7  com.apple.AXFrontBoardUtils (1.0 - 1) <80331AED-57BB-3427-A1A3-7DA73A151C04> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AXFrontBoardUtils.framework/AXFrontBoardUtils
    0x7fff2e7f0000 -     0x7fff2e7f5ffd  com.apple.accessibility.AccessibilityUI (1.0 - 1) <35CBB750-81B0-30ED-859F-2BB6DDD0343C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUI.framework/AccessibilityUI
    0x7fff2e80e000 -     0x7fff2e811ffa  com.apple.accessibility.AccessibilityUIShared (1.0 - 1) <FDD9281E-ED8C-366A-8CA3-DA396590E0FB> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIShared.framework/AccessibilityUIShared
    0x7fff2e812000 -     0x7fff2e859ff6  com.apple.accessibility.AccessibilityUIUtilities (1.0 - 1) <EC12FEB5-6B57-3CB6-AE0F-04231CC74496> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/AccessibilityUIUtilities.framework/AccessibilityUIUtilities
    0x7fff2e85a000 -     0x7fff2e85cfff  com.apple.accessibility.SpeakTypingServices (1.0 - 1) <2BD1C9C5-7155-3117-9DE4-C46EE272837A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Accessibility.framework/Frameworks/SpeakTypingServices.framework/SpeakTypingServices
    0x7fff2e8b9000 -     0x7fff2e8f3ff7  com.apple.AccessibilitySharedSupport (1.0 - 1) <EE8DE304-A9B8-39BD-92F0-3EBBB99771F0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccessibilitySharedSupport.framework/AccessibilitySharedSupport
    0x7fff2e8ee000 -     0x7fff2e9f2ff3  com.apple.AccessibilityUtilities (1.0.0 - 1.0) <C5A05A0B-0B5E-3B47-94C0-53589B7B7D4B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccessibilityUtilities.framework/AccessibilityUtilities
    0x7fff2e9dc000 -     0x7fff2e9e9ffe  com.apple.AccountSettings (1.0 - 1.0) <40236148-AF2F-35C9-9D9B-C2B31A943348> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
    0x7fff2e9e9000 -     0x7fff2ea90fff  com.apple.accounts.AccountsDaemon (113 - 113) <ED705EA6-FEAA-344C-99DE-92DFEDE5EE54> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
    0x7fff2f19d000 -     0x7fff2f239ff9  com.apple.AddressBookLegacy (1.0 - 30) <A992F90A-6F60-38AD-9EA1-C24A3DAA7B3A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
    0x7fff2f232000 -     0x7fff2f236ffe  com.apple.AggregateDictionary (1.0 - 1) <B1DEE5C2-2822-3F25-B0F4-1642E5547BFF> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
    0x7fff2f479000 -     0x7fff2f49aff4  com.apple.AppConduit (1.0 - 1) <679CF206-6266-3536-B437-25DCCC537140> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppConduit.framework/AppConduit
    0x7fff2f4d7000 -     0x7fff2f4f6ffc  com.apple.AppSSO (1.0 - 1) <4FF9C3DD-8705-3BF5-B79B-9A42C7A0553E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSSO.framework/AppSSO
    0x7fff2f525000 -     0x7fff2f59effc  com.apple.AppStoreDaemon (1.0 - 1) <CE5FE5CA-C4CB-32C1-9AB6-3DA1710B8E9A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppStoreDaemon.framework/AppStoreDaemon
    0x7fff2f59d000 -     0x7fff2f5dbff3  com.apple.AppSupport (1.0.0 - 29) <F1487FB9-EB3E-34F9-9D61-B26F989EACDC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
    0x7fff2f5d9000 -     0x7fff2f605ff3  com.apple.AppSupportUI (1.0 - 32.4) <F206038D-93E3-3530-83AA-DAE3BEDEAFAD> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
    0x7fff2f600000 -     0x7fff2f715ffd  com.apple.AppleAccount (1.0 - 1.0) <4ED6CE8E-97F1-3927-95BF-BD51493C7260> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
    0x7fff2f758000 -     0x7fff2f763fff  com.apple.AppleIDAuthSupport (1.0 - 1) <82B91885-96E8-3718-BE0C-574872F02317> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
    0x7fff2f763000 -     0x7fff2f769ff2  com.apple.AppleIDSSOAuthentication (1.0 - 1) <2DC0AB05-1E94-3C4F-8AFC-86177184E14F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
    0x7fff2f76a000 -     0x7fff2f7b1ff3  com.apple.AppleJPEG (1.0 - 1) <6850129A-4110-3755-8287-0CBB040ABDCF> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
    0x7fff2f7c0000 -     0x7fff2f92aff1  com.apple.AppleMediaServices (1.0 - 1) <44D5D20E-B377-3E04-AA7F-8382B68B3F78> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
    0x7fff2f949000 -     0x7fff2f964ff4  com.apple.aps.framework (4.0 - 4.0) <73DD8CB6-BED1-32C8-B8A1-E4692F2C1DDC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
    0x7fff2f968000 -     0x7fff2f98aff7  com.apple.applesauce (1.0 - 16.25) <AAE71062-3E6C-308E-9E77-FAB062B98E93> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
    0x7fff2f993000 -     0x7fff2f9a2ff5  com.apple.AssertionServices (1.0 - 223.140.2) <119DD623-776A-3CA4-AF33-DAF06408EE19> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
    0x7fff2f9a1000 -     0x7fff2f9c0ffd  com.apple.AssetCacheServices (111 - 111) <B3ACD0F4-48CB-334F-BD97-1CFB1D295D44> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
    0x7fff2fa22000 -     0x7fff2fadeff8  com.apple.AssetsLibraryServices (1.0 - 3662.0.110) <DFE80A98-7D26-3A0D-8D2A-4E3BBEB3F2BB> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
    0x7fff2fadc000 -     0x7fff2fc2affa  com.apple.AssistantServices (1.0 - 1) <C3AA960B-4C07-3301-A150-4D450672B48F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssistantServices.framework/AssistantServices
    0x7fff2fcdc000 -     0x7fff2ff14ff6  com.apple.audio.AudioToolboxCore (1.0 - 1104.93) <05CCCCCD-560F-3360-80C0-6167CCDF746A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AudioToolboxCore.framework/AudioToolboxCore
    0x7fff2ff06000 -     0x7fff2ff82ff0  com.apple.AuthKit (1.0 - 1) <A647C3C6-E0EA-3E42-8205-F43213187B61> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
    0x7fff2ff76000 -     0x7fff2ffd9ff0  com.apple.AuthKitUI (1.0 - 1) <BA78CB45-F363-34FE-9D10-96B13E0BF21A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKitUI.framework/AuthKitUI
    0x7fff301ed000 -     0x7fff3024eff5  com.apple.BackBoardServices (1.0 - 1.0) <F2F46B6F-99EA-3130-89AD-D47440F3B72F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
    0x7fff3026c000 -     0x7fff302f3ffa  com.apple.BaseBoard (466.3 - 466.3) <D1246718-353B-3A37-9C2B-4940F171AA3F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
    0x7fff302e8000 -     0x7fff302ffffe  com.apple.BaseBoardUI (466.3 - 466.3) <232CBF1C-87C5-346B-A653-87D3187320CF> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BaseBoardUI.framework/BaseBoardUI
    0x7fff3031e000 -     0x7fff30328ff7  com.apple.BiometricKit2 (1.0 - 1) <BF923E30-8C08-31DB-AB33-CE7AC7CB793C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BiometricKit.framework/BiometricKit
    0x7fff30327000 -     0x7fff30335fff  com.apple.BluetoothManager (1.0 - 1) <752D2EA7-2826-3CCC-AC02-7549D08034AA> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BluetoothManager.framework/BluetoothManager
    0x7fff30335000 -     0x7fff30364ffa  com.apple.BoardServices (1.0 - 466.3) <C47C3A5E-A129-3C31-9443-1552064211AE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BoardServices.framework/BoardServices
    0x7fff30361000 -     0x7fff30393ffb  com.apple.bom (14.0 - 219.2) <D0F51097-B0EB-3FFE-82C5-D07681B45097> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Bom.framework/Bom
    0x7fff3058d000 -     0x7fff305c3ffd  com.apple.C2 (1.3 - 495) <3525FA4E-F21F-3BCE-A38D-1F4B16690935> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/C2.framework/C2
    0x7fff306ac000 -     0x7fff306bbff7  com.apple.coretelephony.CTCarrierSpace (1.0 - 1) <8F750E46-E2E3-37C1-8398-B1FBB69F91EF> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CTCarrierSpace.framework/CTCarrierSpace
    0x7fff306bf000 -     0x7fff306e6fff  com.apple.CacheDelete (1.0 - 1) <DE9377FD-0619-3C22-B40B-F898B8D67B81> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
    0x7fff3089f000 -     0x7fff308fbff9  com.apple.CalendarDaemon (1.0 - 751.4.2) <029B1680-F700-3A44-84C6-E4DA91DD3C79> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon
    0x7fff308f4000 -     0x7fff3098dffa  com.apple.CalendarDatabase (1.0 - 811.4.1) <959C62AF-78E6-3B53-879F-6B9451586855> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase
    0x7fff30989000 -     0x7fff309f3ff0  com.apple.CalendarFoundation (8.0 - 1141.2.4) <B5BD0EB8-1177-37BE-9C7C-4F3938045085> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundation
    0x7fff30aac000 -     0x7fff30affff9  com.apple.CallHistory (1.0 - 1036.27) <05E6F3EA-831D-315A-9154-322F642544BE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CallHistory.framework/CallHistory
    0x7fff30e15000 -     0x7fff30e56ff1  com.apple.Catalyst (1.0 - 6.1) <E288CC06-0D30-3A7F-B116-161D113BE78C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Catalyst.framework/Catalyst
    0x7fff30e50000 -     0x7fff30e61ff0  com.apple.framework.ctcategories (1.0 - 5.7) <67993F19-76AF-3FA1-9150-CC4524D73F4B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Categories.framework/Categories
    0x7fff30e61000 -     0x7fff30e8eff2  com.apple.Celestial (1.0 - 2625.9) <C1670BF3-A671-35DE-9191-126DAA997AD1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Celestial.framework/Celestial
    0x7fff30e88000 -     0x7fff30ea7ffe  com.apple.CellularPlanManager (1.0 - 7581) <C2B3BAD6-2DB7-3A1A-B116-4865593A97BD> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CellularPlanManager.framework/CellularPlanManager
    0x7fff30ebb000 -     0x7fff30ec2ffe  com.apple.CertUI (1.0 - 1) <F6192E7D-4C8A-35AA-81F1-DD2E8C55021D> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CertUI.framework/CertUI
    0x7fff3129c000 -     0x7fff312e4ff3  com.apple.ChunkingLibrary (307 - 307) <D4D1BEB6-F5CD-33D8-BB1F-71D5C6222863> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
    0x7fff31419000 -     0x7fff3149fffe  com.apple.CloudDocs (1.0 - 699.6) <6A3B793D-80E4-322E-BD5A-32552D95F20D> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudDocs.framework/CloudDocs
    0x7fff31c7d000 -     0x7fff31dedff1  com.apple.CloudPhotoLibrary (1.0 - 3662.0.110) <0748304C-49B8-3812-86DF-E24BADEBFBB9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
    0x7fff31dd4000 -     0x7fff31ddeffb  com.apple.CloudPhotoServices (1.0 - 3662.0.110) <B9A44E9F-3010-3046-B137-FB3CF063CF36> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
    0x7fff3205b000 -     0x7fff32111ff7  com.apple.ColorSync (4.13.0 - 3394.9) <180B8D6A-D6D2-3B10-8379-03A3DB5B2FB3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
    0x7fff32113000 -     0x7fff3211aff7  com.apple.CommonAuth (4.0 - 2.0) <F901238C-39BD-3B7B-BED4-7BFB6A5BBCE9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
    0x7fff3211b000 -     0x7fff32132ff5  com.apple.commonutilities (8.0 - 900) <0CE5DD43-1EBA-39FE-9CB3-B592C87F465D> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
    0x7fff32131000 -     0x7fff32134ff5  com.apple.communicationsfilter (10.0 - 1000) <4B71A8F3-729C-33F6-80D2-CBD0A9411E77> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
    0x7fff322a0000 -     0x7fff323bcff9  com.apple.ConfigurationEngineModel (1.0 - 32.5) <04EDAD86-1926-3540-BB28-B1FC489EB8EC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ConfigurationEngineModel.framework/ConfigurationEngineModel
    0x7fff3239c000 -     0x7fff3239efff  com.apple.ConstantClasses (1.0 - 1) <F2238AF3-9815-3EA7-A54F-2B592C0E7120> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
    0x7fff323a8000 -     0x7fff323e4ff4  com.apple.contacts.ContactsAutocomplete (1.0 - 1137) <51AFB95E-BED4-3811-913B-6202CB2FC519> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContactsAutocomplete.framework/ContactsAutocomplete
    0x7fff323dd000 -     0x7fff3242fff3  com.apple.ContactsAutocompleteUI (1.0 - 1) <DFEEF792-0E5C-3B0D-9C88-DC098C3AFE6A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContactsAutocompleteUI.framework/ContactsAutocompleteUI
    0x7fff32421000 -     0x7fff32438fff  com.apple.contacts.donation (1.0 - 1) <33D2E9D8-7840-35B3-9D45-5DC773C96F14> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
    0x7fff3243b000 -     0x7fff324bbffc  com.apple.AddressBook.ContactsFoundation (8.0 - ???) <1D61BF39-83B6-39ED-A35C-CB4DAB6C787A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
    0x7fff324ad000 -     0x7fff3251cff7  com.apple.Contacts.ContactsUICore (1.0 - 999.9.9) <785A39C3-A450-3A03-A86A-A5D96BC3EACE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
    0x7fff326e5000 -     0x7fff326f2ff8  com.apple.siri.context.ContextKit (1.0 - 1) <C94A6F56-E2F5-3CA6-8803-492AC2F9986E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContextKit.framework/ContextKit
    0x7fff328af000 -     0x7fff328cdffe  com.apple.analyticsd (1.0 - 1) <E98A9FBA-B86D-31AA-AB42-E6EA317B45FB> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
    0x7fff329d5000 -     0x7fff329d6fff  com.apple.corebrightness (1.0 - 1) <8B26769B-B85D-32B4-A6CF-4F1C52ECAFFB> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreBrightness.framework/CoreBrightness
    0x7fff32a59000 -     0x7fff32ae9ffe  com.apple.coredav (1.0.1 - 871.3.1) <1ECE32FC-2DD5-3C88-9610-776BA5F6E40D> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV
    0x7fff32ae0000 -     0x7fff32ce4ff3  com.apple.CoreDuet (1.0 - 1) <D734E40B-B6F1-3345-8DFC-ED2948B4BA9D> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
    0x7fff32cbf000 -     0x7fff32d0bfff  com.apple.coreduetcontext (1.0 - 1) <94E2F95D-4B94-38C1-B624-E6991929BDEC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
    0x7fff32d04000 -     0x7fff32d15ffd  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <A24F332C-C14D-3AFD-8129-90663311C228> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
    0x7fff32d15000 -     0x7fff32d17fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <D4CE1A7C-FF84-3424-82E9-19116AFEA53A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
    0x7fff32d27000 -     0x7fff32d37fff  com.apple.CoreEmoji (1.0 - 107) <A782BF29-5F5B-3710-981D-B48B3518D882> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
    0x7fff32ecd000 -     0x7fff3301ffff  com.apple.CoreHandwriting (161 - 1.2) <74D5EDD9-F86B-33F7-B583-288CCE587BD1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreHandwriting.framework/CoreHandwriting
    0x7fff33170000 -     0x7fff331bcff1 +CoreLocationProtobuf (67.0.2) <4ED9F158-B3A6-307A-8647-D0900E5B83D7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
    0x7fff331b8000 -     0x7fff331d5ff7  com.apple.CoreMaterial (1.0 - 1) <BCEE1D77-F3D1-3A59-8985-C0ACA560C023> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreMaterial.framework/CoreMaterial
    0x7fff331d3000 -     0x7fff332ecffa  com.apple.CoreMediaStream (1.0 - 3662.0.110) <D4EA8923-749E-32B4-AE22-286FEF721AEA> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
    0x7fff332d9000 -     0x7fff3333fffc  com.apple.CoreNLP (1.0 - 213) <123581A0-C180-3FA5-B14D-477DD15613C1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
    0x7fff335f9000 -     0x7fff335fdffb  com.apple.CoreOptimization (1.0 - 1) <755F2290-3487-3CED-9323-E050416305AB> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
    0x7fff335fe000 -     0x7fff336cdffb  com.apple.CorePDF (5.0 - 518.6) <590932A5-77C3-3D3A-9CFC-48CA30779DA2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
    0x7fff336c1000 -     0x7fff3379fff2  com.apple.siri.parsec.CoreParsec (1.0 - 312.6.3) <6EF58BDC-C416-3DF8-A7C5-36C639405293> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreParsec.framework/CoreParsec
    0x7fff33792000 -     0x7fff33799ffc  com.apple.CorePhoneNumbers (1.0 - 1) <31746886-4C77-34B8-8532-DA68A3C06F38> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
    0x7fff3379a000 -     0x7fff337e9ff6  com.apple.CorePrediction (1.0 - 1) <026C7DCB-8F7F-32D9-BCCE-80FD2A3F52B7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
    0x7fff340a7000 -     0x7fff340b2ff6  com.apple.corerecents (1.0 - 1) <0C5FCC8A-9F1A-398B-84F9-3EF359B798FB> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
    0x7fff340e0000 -     0x7fff340efffe  com.apple.CoreSDB (10.0 - 1000) <3B6F9BA0-B6F5-3B39-9597-A708351F748F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSDB.framework/CoreSDB
    0x7fff340f0000 -     0x7fff34111ff7  com.apple.CoreSVG (1.0 - 129.3) <486629E6-5AF9-34A8-B77B-4FB006B8A20B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSVG.framework/CoreSVG
    0x7fff34112000 -     0x7fff3413cff3  com.apple.CoreServicesInternal (446.5 - 446.5) <6788A5C4-62FD-35A2-9F4E-5E367670F795> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesInternal
    0x7fff3413d000 -     0x7fff34168fff  com.apple.CSStore (1069.25 - 1069.25) <0B299B6E-F114-3118-B0D5-8D02E73551B2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreServicesStore.framework/CoreServicesStore
    0x7fff3428a000 -     0x7fff3432dff0  com.apple.CoreSuggestions (1.0 - 1052.34) <3E4693D2-E1F9-374B-BA41-1E52E20A96CA> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSuggestions.framework/CoreSuggestions
    0x7fff345e6000 -     0x7fff3466dfff  com.apple.CoreSymbolication (11.4 - 64535.33.2) <B3C2A728-F288-3E2B-B973-B232F307E7CC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreSymbolication.framework/CoreSymbolication
    0x7fff346e9000 -     0x7fff346eeff9  com.apple.CoreTime (266.3) <9FBDA6F9-660F-35C5-B9B2-1BB69C4B3825> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreTime.framework/CoreTime
    0x7fff346ef000 -     0x7fff347c0ff6  com.apple.CoreUI (1.0 - 609.4) <D0D7B846-AB77-3118-99ED-15AE3262B7A2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
    0x7fff347ac000 -     0x7fff34932ff1  com.apple.CoreUtils (6.2.4 - 624.7) <47569CA3-E2A9-3877-9FFB-5DE9574184D2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUtils.framework/CoreUtils
    0x7fff349fe000 -     0x7fff34a02ffe  com.apple.DAAPKit (1.0 - 1) <21A7CE31-1040-3ACD-9350-1465974D61DB> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DAAPKit.framework/DAAPKit
    0x7fff34a0e000 -     0x7fff34a1aff8  com.apple.DCIMServices (1.0 - 3662.0.110) <57B404FF-1F57-3947-B83A-16BA8414A253> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
    0x7fff34a1a000 -     0x7fff34a73fff  com.apple.dataaccess.framework (1.0 - 1.0) <19E1AF06-6555-338D-A0BB-849B84D77E15> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataAccess.framework/DataAccess
    0x7fff34b2e000 -     0x7fff34b60ff3  com.apple.dataaccess.dataaccessexpress.framework (1.0 - 1.0) <93234069-BC6D-3B76-A6F4-4DDCE24EF791> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
    0x7fff34b86000 -     0x7fff34bbcff7  com.apple.datadetectorscore (8.0 - 659) <953F6BFD-704A-3C89-8196-97211D25F704> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
    0x7fff34bbc000 -     0x7fff34c00ff3  com.apple.DataDetectorsNaturalLanguage (1.0 - 154) <A013A17E-7658-3A7F-B3A5-0628FFF451F2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataDetectorsNaturalLanguage.framework/DataDetectorsNaturalLanguage
    0x7fff34c4b000 -     0x7fff34c58ff4  com.apple.datamigration (1.0 - 1.0) <134D24D8-66F7-3918-AD05-05C0430BA98E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
    0x7fff34c5d000 -     0x7fff34cb3ff1  com.apple.DeviceManagement (1.0 - 32.5) <E4873A72-838F-3D2B-8BF2-D6D06E34DAEE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DeviceManagement.framework/DeviceManagement
    0x7fff34f54000 -     0x7fff34f70ff5  com.apple.DoNotDisturb (1.0 - 1) <9DDA79C2-39FD-31A7-BFE0-5BFBCEC580FA> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DoNotDisturb.framework/DoNotDisturb
    0x7fff35078000 -     0x7fff350aeff5  com.apple.DocumentManager (1.0 - 171.6) <35F12CAC-FC15-33CF-9F8D-BD78BB3FEADA> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentManager.framework/DocumentManager
    0x7fff350a7000 -     0x7fff350c6ffb  com.apple.DocumentManagerCore (1.0 - 171.6) <FCEC70EA-57FF-3C8C-8865-BE2D90BBF4BD> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
    0x7fff3515e000 -     0x7fff35203ff0  com.apple.Email (11.0 - 3608.120.0.1.1) <CDE97D07-B3AE-3D7B-A6FA-0CD7E04243D5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Email.framework/Email
    0x7fff351f5000 -     0x7fff35201ff1  com.apple.EmailAddressing (11.0 - 3608.120.0.1.1) <28D6E605-33FD-3732-A2E3-CD8BEC35F1EE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailAddressing.framework/EmailAddressing
    0x7fff35201000 -     0x7fff35262ffa  com.apple.EmailCore (11.0 - 3608.120.0.1.1) <3E96EFBA-D375-3911-9035-C015267963F7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailCore.framework/EmailCore
    0x7fff3525d000 -     0x7fff35419ffa  com.apple.EmailDaemon (1.0 - 3608.120.0.1.1) <E8BC769F-675C-3658-BF24-35309D2A62F5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailDaemon.framework/EmailDaemon
    0x7fff353fc000 -     0x7fff35470ff6  com.apple.EmailFoundation (11.0 - 3608.120.0.1.1) <C4149659-762E-3797-B5C7-451DFE068E2F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/EmailFoundation.framework/EmailFoundation
    0x7fff35b04000 -     0x7fff35b19ff2  com.apple.Engram (1.0 - 1) <8BB1042E-0CF5-3F26-9C44-4EECB373DDA9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Engram.framework/Engram
    0x7fff35b21000 -     0x7fff360adffe  com.apple.vision.EspressoFramework (1.0 - 188.4) <AF5E5622-8B06-37A7-B606-9AB514D0CE6D> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Espresso.framework/Espresso
    0x7fff36434000 -     0x7fff3643cff7  com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) <1F4C4EB1-208C-3961-B9E7-B63AC59E38C9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FSEvents.framework/FSEvents
    0x7fff3643d000 -     0x7fff3643dff7  com.apple.ftawd (8.0 - 900) <37CF7CCE-3371-3BE9-8AFF-186D276BA19F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FTAWD.framework/FTAWD
    0x7fff3643e000 -     0x7fff36440fff  com.apple.ftclientservices (10.0 - 1000) <2C52113A-B5F1-3736-879D-A1ED4F64DCB9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FTClientServices.framework/FTClientServices
    0x7fff36441000 -     0x7fff3648aff9  com.apple.facetimeservices (10.0 - 1000) <37F63193-4CE8-377E-921A-D308F055126A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FTServices.framework/FTServices
    0x7fff36485000 -     0x7fff364ecfff  com.apple.vision.FaceCore (3.1.12 - 3.1.12) <5F9CF10B-6F7E-3632-BB61-D1EE2DC87090> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
    0x7fff3689c000 -     0x7fff368a5ffb  com.apple.FamilyCircle (1.0 - 1) <13B614B5-FFFA-3FF5-A4FD-0CCAD4874C58> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FamilyCircle.framework/FamilyCircle
    0x7fff36a73000 -     0x7fff36a7dff2  com.apple.FontServices (1.0 - 1) <644274F9-32E2-36A7-AF6E-3D0BDB121C09> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/FontServices
    0x7fff36a7d000 -     0x7fff36bcbff8 +libFontParser.dylib (277.2.6.1) <9951E18D-9954-3358-8261-7011A26B33C7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
    0x7fff36bcc000 -     0x7fff36bdaff7 +libGSFont.dylib (61.1.4.1) <776B3A8C-1D29-3DE4-A623-DD7E5F7DA6C2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libGSFont.dylib
    0x7fff36bdb000 -     0x7fff36befffe +libGSFontCache.dylib (169.0.4.2) <9B072C90-BD2B-3AEC-ADC8-A9DB66B9A384> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.dylib
    0x7fff36c54000 -     0x7fff36c63ffe +libhvf.dylib (277.2.6.1) <EA2CCE36-24DB-35CC-B603-749B1257B2CB> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
    0x7fff36c7c000 -     0x7fff36c87ff7  com.apple.FrontBoard (626.8 - 626.8) <59579B65-8A14-39FB-A2FE-0D8FCCFA87C0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FrontBoard.framework/FrontBoard
    0x7fff36cf8000 -     0x7fff36d79ffd  com.apple.FrontBoardServices (626.8 - 626.8) <F6471BB3-889E-3B6A-9BC7-C26C92799B14> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
    0x7fff36d6d000 -     0x7fff36d83ffa  com.apple.Futhark (1.0 - 1) <DF2C2CD1-84FB-387D-AE21-E5262A115B15> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Futhark.framework/Futhark
    0x7fff37ca5000 -     0x7fff37cc5ff4  com.apple.GenerationalStorage (2.0 - 314) <84CEE516-F3F2-31AA-8D12-F85B341A5F92> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GenerationalStorage.framework/GenerationalStorage
    0x7fff37cc4000 -     0x7fff38cf2ffe  com.apple.GeoServices (1.0 - 1624.37.7.6.1) <C9409F27-B18E-367A-B362-5D286C329311> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
    0x7fff38bf3000 -     0x7fff38c01ff6  com.apple.GraphVisualizer (1.0 - 210.1) <3A13A85A-95E1-397B-84F1-220FB6B7E0E9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphVisualizer.framework/GraphVisualizer
    0x7fff38c02000 -     0x7fff38c0aff2  com.apple.GraphicsServices (1.0 - 1.0) <F69C09E5-2855-311B-BCE9-A26C5BC8A089> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
    0x7fff39c50000 -     0x7fff39c56ff1  com.apple.accessibility.HearingCore (1.0 - 1) <3B4E3274-3265-3B63-9FE5-884BC036FA00> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HearingCore.framework/HearingCore
    0x7fff39c6c000 -     0x7fff39ce1ffe  com.apple.accessibility.HearingUtilities (1.0 - 1) <4A655DA3-B9AF-33D3-9DE8-A43DA779D140> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HearingUtilities.framework/HearingUtilities
    0x7fff39d2a000 -     0x7fff39d98ff9  com.apple.Heimdal (4.0 - 2.0) <DF1B60C3-84A5-3994-852B-E00B0A6AEEF0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
    0x7fff3ab89000 -     0x7fff3abb9ff4  com.apple.HomeSharing (1.0 - 1) <479F32F3-678A-3935-94AF-FA746426722E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/HomeSharing.framework/HomeSharing
    0x7fff3af2a000 -     0x7fff3b022ffe  com.apple.ids (10.0 - 1000) <A361870B-9F0B-3C42-AE60-5B5F4802A02D> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/IDS
    0x7fff3b010000 -     0x7fff3b149ff3  com.apple.idsfoundation (10.0 - 1000) <E27D2E18-7F61-3863-AB61-23DB9F8821D2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
    0x7fff3b137000 -     0x7fff3b13cff2  com.apple.idskvstore (10.0 - 1000) <81E26065-C021-3DCB-BB17-0A46EC1BC3DD> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDSKVStore.framework/IDSKVStore
    0x7fff3b1c7000 -     0x7fff3b341ff8  com.apple.imcore (10.0 - 1000) <EC0966F7-5FE5-36E8-A716-F15B0526D6FE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMCore.framework/IMCore
    0x7fff3b323000 -     0x7fff3b42dff0  com.apple.IMDPersistence (10.0 - 1000) <5679EA5E-4730-3D58-9C29-E714AE909E13> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMDPersistence.framework/IMDPersistence
    0x7fff3b513000 -     0x7fff3b568fff  com.apple.imfoundation (10.0 - 1000) <108A3F98-2EAA-32F3-BFC6-5D294A8376CC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
    0x7fff3b579000 -     0x7fff3b609ff2  com.apple.imsharedutilities (10.0 - 1000) <B7EAC769-E8A6-3A53-903B-A7D52B983841> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMSharedUtilities.framework/IMSharedUtilities
    0x7fff3b723000 -     0x7fff3b74cff8  com.apple.IconServices (438.11 - 438.11) <C0C065FA-D2DD-3BF5-9DB8-E3C4D3E5E2E7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IconServices.framework/IconServices
    0x7fff3b749000 -     0x7fff3b750ff2  com.apple.ist.IdleTimerServices (1.0 - 1) <3CD4049B-4A19-3424-BCCB-236F962D1F03> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IdleTimerServices.framework/IdleTimerServices
    0x7fff3b76b000 -     0x7fff3b76effc  com.apple.incomingcallfilter (10.0 - 1000) <5AA3C25F-4BCB-3DF1-BAA7-809DE5D70721> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilter
    0x7fff3b873000 -     0x7fff3b880ff2  com.apple.IntentsFoundation (1.0 - 1) <05F1481A-A6E1-3F5A-AE7A-3E3EFC430DC2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
    0x7fff3b8a5000 -     0x7fff3b8acffa  com.apple.InternationalSupport (1.0 - 45.4) <5E32832E-828F-3BF5-B13C-6F539D6518B0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
    0x7fff3b8ad000 -     0x7fff3b8affff  com.apple.InternationalTextSearch (1.0 - 1) <372DF595-BD39-3B64-AFE4-9E1218C70A69> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/InternationalTextSearch.framework/InternationalTextSearch
    0x7fff3b8b0000 -     0x7fff3b8cbff6  com.apple.IntlPreferences (1.0 - 301.6) <D18EBA50-6948-3D64-A576-A58862BAB312> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
    0x7fff3bbf2000 -     0x7fff3bcbefff  com.apple.LanguageModeling (1.0 - 215.1) <8E694C76-C7CC-3D24-8D09-C8060001084E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
    0x7fff3bcf0000 -     0x7fff3bd38fff  com.apple.Lexicon-framework (1.0 - 72) <AE912D7E-A81D-3405-A863-6D1089CB979A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
    0x7fff3bd3b000 -     0x7fff3bd3dff6  com.apple.LinguisticData (1.0 - 353.18) <AA97A62F-BC35-3631-875B-E00370E50829> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LinguisticData.framework/LinguisticData
    0x7fff3bd5c000 -     0x7fff3bd7effa  com.apple.locationsupport (2394.0.33 - 2394.0.33) <AE7096F1-500B-3508-91D7-4006F6FF31CA> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LocationSupport.framework/LocationSupport
    0x7fff3be1e000 -     0x7fff3be6cff0  com.apple.MIME (2.0 - 3608.120.0.1.1) <8AFEFC15-7175-38FD-B082-9386D5629D78> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MIME.framework/MIME
    0x7fff3be66000 -     0x7fff3bf14ff6  com.apple.MMCS (1.3 - 495) <47718E83-4401-3727-BA4F-69A74A4D7C45> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MMCS.framework/MMCS
    0x7fff3bfdc000 -     0x7fff3bff3ff3  com.apple.MailServices (1.0 - 3608.120.0.1.1) <418E0658-BC8C-3961-AD8E-03B08E7718A7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MailServices.framework/MailServices
    0x7fff3bff2000 -     0x7fff3c01effb  com.apple.MailSupport (11.0 - 3608.120.0.1.1) <E98F1381-F947-3A38-BE51-2D4063C978D9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MailSupport.framework/MailSupport
    0x7fff3c031000 -     0x7fff3c157ffc  com.apple.managedconfiguration (1.0 - 1.0) <87E90DA8-39EF-3FBF-90C0-312107CA0540> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
    0x7fff3c362000 -     0x7fff3c362ff5  com.apple.marco (10.0 - 1000) <B8A90A7D-EC57-3415-AD80-B19E49FBC18A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Marco.framework/Marco
    0x7fff3c38e000 -     0x7fff3c3a0ff8  com.apple.MaterialKit (1.0 - 1) <1F347F0F-CE98-37B4-83CC-586B58E38635> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MaterialKit.framework/MaterialKit
    0x7fff3c40b000 -     0x7fff3c431ff0  com.apple.photo.MediaConversionService (5.0 - 3662.0.110) <48F9C33F-5793-33F1-B0DC-678C15CC0EDE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaConversionService.framework/MediaConversionService
    0x7fff3c42e000 -     0x7fff3c430ffb  com.apple.MediaExperience (1.0 - 1) <1102A312-6EC7-3A54-B750-9C0F04F842B7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaExperience.framework/MediaExperience
    0x7fff3c431000 -     0x7fff3c748ff7  com.apple.MediaLibraryCore (1.0 - 4017.700.2) <F24EA47C-31CC-3BA1-89A4-15C7A1496BC4> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaLibraryCore.framework/MediaLibraryCore
    0x7fff3c7fa000 -     0x7fff3c882ffb  com.apple.MediaPlatform (1.0 - 1) <C36A9C8C-27D2-3900-B0E6-6D9318230B25> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaPlatform.framework/MediaPlatform
    0x7fff3c996000 -     0x7fff3cba4ff0  com.apple.MediaRemote (1.0 - 1) <E694FF36-061D-3D57-9F31-6AE1E197A0B7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote
    0x7fff3cb84000 -     0x7fff3cbc0ffd  com.apple.MediaServices (1.0 - 1) <F61D80A6-5AC6-379E-B564-6F5E08606324> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaServices.framework/MediaServices
    0x7fff3cbbb000 -     0x7fff3cbd9ff6  com.apple.mediastream (1.0 - 3662.0.110) <BB7428D2-D5F1-33D6-8399-D59B1F701D17> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
    0x7fff3cc62000 -     0x7fff3ce67ff1  com.apple.Message (2.0 - 3608.120.0.1.1) <32D269A5-04A3-3558-821C-675EAC13C0A9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Message.framework/Message
    0x7fff3cf5a000 -     0x7fff3cf5bfff  com.apple.MessageSupport (1.0 - 3608.120.0.1.1) <72A847A4-B1C2-309F-B536-E3FEB7C0D179> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MessageSupport.framework/MessageSupport
    0x7fff3cf5c000 -     0x7fff3cf93ffa  com.apple.spotlight.metadata.utilities (1.0 - 2076.8) <61998AC1-DBC0-354F-89EC-0299D7D84BF4> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MetadataUtilities.framework/MetadataUtilities
    0x7fff3d05e000 -     0x7fff3d08cffb  com.apple.amp-ae-eng.MetricsKit (2.3.8 - 1) <95EEAD57-6C59-3133-B47A-A993C99F21AD> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MetricsKit.framework/MetricsKit
    0x7fff3d088000 -     0x7fff3d0a1ff7  com.apple.MobileAssets (1.0 - 619.120.1) <D9A0506E-B640-3AD9-9DEB-D9535AB5019F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
    0x7fff3d0a1000 -     0x7fff3d0b0fff  com.apple.MobileBluetooth (1.0 - 1.0) <CB8194E4-4F87-382B-B6DC-A6DAB55B0759> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth
    0x7fff3d0c9000 -     0x7fff3d0d5ff8  com.apple.mobileicons.framework (1.0 - 372.0) <E7663689-E07E-3C1E-BBA2-0F517A2F550E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
    0x7fff3d0d6000 -     0x7fff3d111ff9  com.apple.MobileInstallation (2.0 - 1.0) <346B9356-95CC-37DE-B0D9-B77DB78976C5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileInstallation.framework/MobileInstallation
    0x7fff3d171000 -     0x7fff3d3bbff7  com.apple.mobilespotlight.index (10.7.0 - 2076.8) <5A88F18B-A46D-3405-9E41-9644A2A9CB7B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
    0x7fff3d3de000 -     0x7fff3d3e1ff7  com.apple.MobileSystemServices (1.0 - 1) <EDD90E33-0EC0-311D-8C4B-DE150EE32946> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemServices
    0x7fff3d498000 -     0x7fff3d5f5ff9  com.apple.Montreal (1.0 - 121.1) <BFF1F2F6-DF0C-3DBC-AD85-12ECADD2BB72> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Montreal.framework/Montreal
    0x7fff3d630000 -     0x7fff3d8bdffa  com.apple.MusicLibrary (1.0.0 - 18) <8DDC8569-7071-36F3-8D75-D7DF48871D9D> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MusicLibrary.framework/MusicLibrary
    0x7fff3d885000 -     0x7fff3d96efff  com.apple.NLP (1.0 - 202) <7E5F5380-8B5D-3CA5-A977-3825D516E217> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NLP.framework/NLP
    0x7fff3dbe5000 -     0x7fff3dbf3ffc  com.apple.NanoPreferencesSync (1.0 - 1) <003F1F0F-8354-37D1-895D-A7E03928EA9A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoPreferencesSync.framework/NanoPreferencesSync
    0x7fff3dbf2000 -     0x7fff3dc62ffd  com.apple.private.NanoRegistry (1.0 - 1) <32F660CE-C261-30F0-8DF6-52945A1EBCD5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NanoRegistry.framework/NanoRegistry
    0x7fff3e027000 -     0x7fff3e15fff9  com.apple.Navigation (1.0 - 1) <BEF4B4E2-6155-3CEA-9F3F-166B02C66F5A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Navigation.framework/Navigation
    0x7fff40758000 -     0x7fff40799ff7  com.apple.Notes (2.7 - 1651.20) <0AA5B843-A310-39FE-B4BC-DB6411362C76> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Notes.framework/Notes
    0x7fff40a95000 -     0x7fff40a97ffc  com.apple.OAuth (25 - 25) <2BDD6963-A3C7-3F11-B97F-2B0347573CAF> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OAuth.framework/OAuth
    0x7fff40ade000 -     0x7fff40b29ff7  com.apple.OTSVG (1.0 - 643.1.5.1) <08383B51-51DD-3F9B-84FB-AFAF78A013B8> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OTSVG.framework/OTSVG
    0x7fff41079000 -     0x7fff410b9fff  com.apple.OnBoardingKit (1.0 - 1) <B584B3AC-D58E-3CE0-878F-CCD568FA640A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OnBoardingKit.framework/OnBoardingKit
    0x7fff41112000 -     0x7fff41113ff2  com.apple.ParsecSubscriptionServiceSupport (1.0 - 977) <E2936C6A-FED8-3225-988F-1C425A209C05> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/ParsecSubscriptionServiceSupport
    0x7fff41917000 -     0x7fff4194dff2  com.apple.Pegasus (1.0 - 141) <C9317913-20B4-3F25-824E-B6FB9B4B9ABE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Pegasus.framework/Pegasus
    0x7fff41993000 -     0x7fff419baff3  com.apple.persistentconnection (1.0 - 1.0) <3ADF48E2-1CD8-30C9-BAB2-FAB2F09B14DE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
    0x7fff419b7000 -     0x7fff419c2ff9  com.apple.PersonaKit (1.0 - 1) <6295DA0A-F991-3EEB-968E-573CBC0D7435> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PersonaKit.framework/PersonaKit
    0x7fff419c2000 -     0x7fff419cfffc  com.apple.PersonaUI (1.0 - 1) <73D26374-188A-3005-A600-B4E1FA9E3AC1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PersonaUI.framework/PersonaUI
    0x7fff419cf000 -     0x7fff41a35ffa  com.apple.proactive.PersonalizationPortrait (1.0 - 1052.34) <31C0E223-9053-3198-A142-5181B88EDD80> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PersonalizationPortrait.framework/PersonalizationPortrait
    0x7fff41b48000 -     0x7fff41b48ffc  com.apple.PhoneNumbers (1.0 - 1) <9891BDCB-F17B-3331-AFE0-8AF538AE82C3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
    0x7fff41c2f000 -     0x7fff41c79ff7  com.apple.PhotoFoundation (5.0 - 3662.0.110) <0AFCC8C7-6234-3801-B53E-3836EE6A07F5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhotoFoundation.framework/PhotoFoundation
    0x7fff41dbc000 -     0x7fff424a8ff6  com.apple.PhotoLibraryServices (1.0 - 3662.0.110) <C3F28D2F-E4E8-3879-8803-E9BFE0138F74> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
    0x7fff42485000 -     0x7fff424e0ffd  com.apple.PhotosFormats (1.0 - 3662.0.110) <F1210D37-5C39-3726-9FC8-87118199D7AC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
    0x7fff42843000 -     0x7fff42886ff9  com.apple.PhotosImagingFoundation (5.0 - 3662.0.110) <21614279-04F6-3097-A66B-3DBCA6AFA248> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhotosImagingFoundation.framework/PhotosImagingFoundation
    0x7fff43019000 -     0x7fff4306aff0  com.apple.PhysicsKit (1.0 - 1) <5564C36D-2657-3771-A47F-FB5A344D3241> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
    0x7fff430c9000 -     0x7fff430f5ff3  com.apple.pluginkit.framework (1.0 - 1) <32EC0E7E-F511-3583-A7EF-DD8809E74242> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
    0x7fff430f3000 -     0x7fff430ffff8  com.apple.PointerUIServices (1.0 - 1) <5C8C8D5F-A72A-3DCF-A382-D86B4D03DA24> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PointerUIServices.framework/PointerUIServices
    0x7fff430fe000 -     0x7fff43209ff9  com.apple.preferences-framework (1 - 4257) <165468EA-8571-32B0-8B73-AA52BE90C3C1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Preferences.framework/Preferences
    0x7fff43243000 -     0x7fff43263ff2  com.apple.proactive.support.ProactiveEventTracker (1.0 - 258.5) <2ED907AD-70C8-3866-8687-81AD039485EB> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProactiveEventTracker.framework/ProactiveEventTracker
    0x7fff432db000 -     0x7fff43344ffb  com.apple.proactive.support.ProactiveSupport (1.0 - 258.5) <D054D9A5-8145-3113-8806-B9BD86EA726A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProactiveSupport.framework/ProactiveSupport
    0x7fff4334b000 -     0x7fff4341dff4  com.apple.ProofReader (2.4 - 492.3) <ABA084FF-BEAF-3DF2-A3D4-693690A704CF> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
    0x7fff43416000 -     0x7fff43463ff1  com.apple.ProtectedCloudStorage (1.0 - 1) <0B70C1ED-0A24-3801-BE2B-D2AA1789C281> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
    0x7fff43461000 -     0x7fff43479ff8  com.apple.ProtocolBuffer (1 - 274.34.9.16.3) <B7174843-C644-3A3F-82E4-991001428A5D> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
    0x7fff43477000 -     0x7fff43497ff8  com.apple.PrototypeTools (1.0 - 1) <180AD042-AA10-395B-AD94-0407B4C754F1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PrototypeTools.framework/PrototypeTools
    0x7fff434f2000 -     0x7fff4356ffff  com.apple.Quagga (1.0 - 1) <1FDF3E80-932F-3234-836B-627846D7E10F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Quagga.framework/Quagga
    0x7fff43583000 -     0x7fff4358cffe  com.apple.RTCReporting (10.89 - 10.89) <AB482C47-63BA-3BBA-B118-7A20D0A9A4CD> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
    0x7fff435a5000 -     0x7fff435cdff7  com.apple.accessibility.RTTUtilities (1.0 - 1) <87DDB706-89C8-3506-B278-5D82F7B3F5B3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RTTUtilities.framework/RTTUtilities
    0x7fff435f6000 -     0x7fff4366fffd  com.apple.Rapport (1.9.5 - 195.2) <80F6FB1E-2B74-3104-9642-8B120023B038> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Rapport.framework/Rapport
    0x7fff4396d000 -     0x7fff4397effb  com.apple.RemoteTextInput (1.0 - 1) <1FEC1476-7AC2-3C39-8595-0A652DA32A14> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RemoteTextInput.framework/RemoteTextInput
    0x7fff4397d000 -     0x7fff439e9ff7  com.apple.RemoteUI (1.0 - 1) <6D2177A0-3AC1-3F75-A5EB-75C6A9C03E9A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RemoteUI.framework/RemoteUI
    0x7fff43a34000 -     0x7fff43b3bff1  com.apple.ResponseKit (1.0 - 148.2) <CE980F57-88E7-3E86-B337-F13E68AEC603> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ResponseKit.framework/ResponseKit
    0x7fff43b37000 -     0x7fff43b3bffd  com.apple.RevealCore (1.0 - 17) <7DE95F1A-7CB9-37C4-A5FB-C1DE30EE56F8> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RevealCore.framework/RevealCore
    0x7fff43bb7000 -     0x7fff43bf1ff4  com.apple.RunningBoardServices (1.0 - 223.140.2) <7652D7EF-0773-3B23-B159-7C5141544373> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RunningBoardServices.framework/RunningBoardServices
    0x7fff43c00000 -     0x7fff43c9dffb  com.apple.SAObjects (1.0 - 1) <106062F1-235B-31BA-8170-52E51DCE9AE1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SAObjects.framework/SAObjects
    0x7fff440d3000 -     0x7fff44132ff2  com.apple.Safari.Core (609 - 609.3.5.0.2) <AD1E661A-7345-3A10-AEFB-E0B33FE70DD9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SafariCore.framework/SafariCore
    0x7fff44128000 -     0x7fff44142fff  com.apple.SafariFoundation (609 - 609.3.5.0.2) <83025A86-050D-329A-A9C5-2271E9E96AA0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SafariFoundation.framework/SafariFoundation
    0x7fff44140000 -     0x7fff4418affb  com.apple.Safari.SafeBrowsing (14609 - 14609.3.5.0.2) <C2542F92-4CA8-3B97-9E63-0D27F85052C3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SafariSafeBrowsing.framework/SafariSafeBrowsing
    0x7fff44189000 -     0x7fff4436effe  com.apple.Safari.Shared (609 - 609.3.5.0.2) <0E190CF5-74F7-3960-9DFD-5B240C4C0005> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
    0x7fff44344000 -     0x7fff443ddff8  com.apple.Safari.Shared.UI (609 - 609.3.5.0.2) <F9CD5885-B5AF-33E5-9F04-838FFA0F5F03> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SafariSharedUI.framework/SafariSharedUI
    0x7fff443cd000 -     0x7fff44405ffe  com.apple.ScreenReaderCore (10 - 698) <4A0364A8-241A-36AF-809A-E55B54756520> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ScreenReaderCore.framework/ScreenReaderCore
    0x7fff44441000 -     0x7fff444b5ff7  com.apple.ScreenTimeCore (2.3 - 440) <D0927FCE-EC5E-36EF-B16D-D3CB4EDD9F8D> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ScreenTimeCore.framework/ScreenTimeCore
    0x7fff445d9000 -     0x7fff4472aff6  com.apple.SearchFoundation (1.0 - 312.6.3) <1D3999B8-14A5-38CD-8044-E30BDCBBDAD2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
    0x7fff4479b000 -     0x7fff447b5ffd  com.apple.SecurityFoundation (1.0 - 1) <08D73759-268D-3C66-BB79-EFFA261C3D43> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SecurityFoundation.framework/SecurityFoundation
    0x7fff44920000 -     0x7fff44932ff4  com.apple.settingsandcoreapps.SettingsFoundation (1.0 - 122) <3308B5C5-9257-3D2F-AA80-7A1D30999DD8> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SettingsFoundation.framework/SettingsFoundation
    0x7fff44932000 -     0x7fff44962ffa  com.apple.SetupAssistant (1.0 - 1) <8B1CFBEA-D8E2-3B5B-8285-866BEE5994D3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SetupAssistant.framework/SetupAssistant
    0x7fff4498c000 -     0x7fff44a3aff1  com.apple.ShareSheet (1526.37 - 1526.37) <BF1B1586-E069-35BB-B865-4258BEF8DA78> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ShareSheet.framework/ShareSheet
    0x7fff44a22000 -     0x7fff44a33ffe  com.apple.SharedWebCredentials (213.5 - 213.5) <5955E18D-4604-347A-8F7B-151E5350EA91> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SharedWebCredentials.framework/SharedWebCredentials
    0x7fff44a33000 -     0x7fff44b85ff8  com.apple.Sharing (1526.37 - 1526.37) <3169A75C-1081-3C5D-9B99-265A5031DFE5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Sharing.framework/Sharing
    0x7fff44e5d000 -     0x7fff44e69ffb  com.apple.CoreSimulator.SimFramebufferClient (677 - 677) <1E0C7750-6234-3F64-ACFA-E82DC60BC642> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SimFramebufferClient.framework/SimFramebufferClient
    0x7fff44e6a000 -     0x7fff44e6dfff  com.apple.iphonesimulator.SimulatorClient (1.0 - 1) <7AD9198A-FB41-36B5-AC60-83F250BBA39A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SimulatorClient.framework/SimulatorClient
    0x7fff44f1e000 -     0x7fff44f50ff3  com.apple.siri.SiriInstrumentation (1.0 - 1) <43EBC7B3-43AF-3EF4-87D9-08F08E324043> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriInstrumentation.framework/SiriInstrumentation
    0x7fff45296000 -     0x7fff45828ff8  com.apple.siri.tts.SiriTTS (1 - 1) <2601F802-2E34-3B27-A83D-A8D89F800AC3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SiriTTS.framework/SiriTTS
    0x7fff46372000 -     0x7fff463c8ff2  com.apple.SpringBoardServices (1.0 - 1.0) <D56BC817-9E46-32CC-8850-37A72CFDBA4E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
    0x7fff46ec9000 -     0x7fff470c1fff  com.apple.storeservices (1) <F5748C7C-3DF1-3B71-9565-4CF33C6A6879> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
    0x7fff4713e000 -     0x7fff4717ffff  com.apple.StreamingZip (1.0 - 1) <12ACBC2B-3EE6-378A-9E9A-2DF011DBE8F9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
    0x7fff4723b000 -     0x7fff47243ff3  com.apple.TCC (1.0 - 1) <23165FC3-D164-37E6-9214-9FCC41239ED5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/TCC
    0x7fff47e7b000 -     0x7fff47f4dffe  com.apple.TelephonyUtilities (1.0 - 1.0) <C8954F78-CC9E-3731-988D-2B21AC8F99D0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TelephonyUtilities.framework/TelephonyUtilities
    0x7fff47f9d000 -     0x7fff48016ff1  com.apple.TextInput (1.0 - 1.0) <265AA02C-D67D-3134-BC83-E6B2868972EE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInput.framework/TextInput
    0x7fff48218000 -     0x7fff4836bff2  com.apple.TextRecognition (1.0 - 157) <A26937D3-8381-34E8-B4D3-4B1B946332A7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextRecognition.framework/TextRecognition
    0x7fff4838c000 -     0x7fff483a8ffb  com.apple.texttospeech (1.0.0 - 1.0) <DF9985A8-00AB-378E-9C3D-6C68D0BAE945> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextToSpeech.framework/TextToSpeech
    0x7fff483a6000 -     0x7fff48470ff6  com.apple.TextureIO (3.10.9 - 3.10.9) <BE2412E3-93C5-36B5-8A65-C7DB5AF327F0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
    0x7fff484cf000 -     0x7fff48529ffd  com.apple.ToneLibrary (1.0 - 1) <DB880B0B-06A1-384C-BAAF-425A39EB719E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ToneLibrary.framework/ToneLibrary
    0x7fff4872d000 -     0x7fff487adffd  com.apple.UIAccessibility (1.0.0 - 1.0) <87DCEA8D-FC9D-3C7F-9353-78C29734EC33> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
    0x7fff4879b000 -     0x7fff488a3ff6  com.apple.UIFoundation (1.0 - 661.2) <AED3CD6C-7534-3B50-93F2-6382AB0F2DC5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
    0x7fff4888b000 -     0x7fff49cbaff2  com.apple.UIKitCore (1.0 - 61000) <F8A9CF5A-092F-3AA9-817D-F0A83D9A28B1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitCore.framework/UIKitCore
    0x7fff49ab5000 -     0x7fff49ac5ff4  com.apple.UIKitServices (1.0 - 1) <851AB526-3D2C-3E63-86F4-81FD16F7BC60> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIKitServices.framework/UIKitServices
    0x7fff49ac4000 -     0x7fff49acaff7  com.apple.URLFormatting (119 - 119.18) <728EECA6-B2C3-3B14-B168-505E2AFF5304> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/URLFormatting.framework/URLFormatting
    0x7fff4a0c0000 -     0x7fff4a0e7ff2  com.apple.UsageTracking (2.1 - 131) <6FC862B4-C3DE-3FF3-ABDC-F5DC2B6C5A2A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UsageTracking.framework/UsageTracking
    0x7fff4a0e5000 -     0x7fff4a13fff6  com.apple.UserActivity (358 - 358) <B5E62BD1-7B5E-3BD6-B403-A4342180077F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserActivity.framework/UserActivity
    0x7fff4a13a000 -     0x7fff4a156fff  com.apple.UserManagement (1.0 - 1) <917E8C54-4F8B-3578-A598-12028B141E8B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
    0x7fff4a27c000 -     0x7fff4aac0ffc  com.apple.VectorKit (1.0 - 1606.34.10.29.27) <23C7DC85-5374-32A4-9260-8F91344AA5EE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
    0x7fff4b013000 -     0x7fff4b057ff4  com.apple.voiceservices (1.0.0 - 1.0) <A1773C58-1C2C-30A7-BF05-543ADC67E44A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/VoiceServices.framework/VoiceServices
    0x7fff4b206000 -     0x7fff4b263ff2  com.apple.WebBookmarks (1.0 - 1.0) <C89EC104-2C22-31D3-9544-F5CAF1E7CD8F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebBookmarks.framework/WebBookmarks
    0x7fff4b270000 -     0x7fff4b907ff9 +libwebrtc.dylib (7609.3.5.0.2) <AC972616-B7DC-3C01-B7BC-523E23AF4D15> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
    0x7fff4b903000 -     0x7fff4d76cff3  com.apple.WebCore (8609 - 8609.3.5.0.2) <CB3F2418-8851-3BEE-A9BE-D62B4E242340> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/WebCore
    0x7fff4d78a000 -     0x7fff4d93cff5  com.apple.WebKitLegacy (8609 - 8609.3.5.0.2) <B4453A75-3798-33A9-997C-16A73E13C8C5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
    0x7fff4d8ef000 -     0x7fff4d908ffb  com.apple.WebUI (1.0 - 1.0) <CED6C8E9-F1DA-35D0-AB9A-703A27FCF343> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebUI.framework/WebUI
    0x7fff4d96d000 -     0x7fff4d9afffd  com.apple.awd (1.0 - 949) <2BC0E8E1-8BBE-3AE9-92CF-81449C077EB8> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
    0x7fff4e09d000 -     0x7fff4e0a0ff6  com.apple.dt.XCTTargetBootstrap (1.0 - 16091.3) <D4F7E24D-1A63-3E6D-9D33-27925E0D0B45> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/XCTTargetBootstrap
    0x7fff4e0a1000 -     0x7fff4e0afff4  com.apple.audio.caulk (1.0 - 32.3) <5CF943B1-A27D-3148-BFAD-A0A1EBE992EB> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/caulk.framework/caulk
    0x7fff4e241000 -     0x7fff4e275ffe  com.apple.iCalendar (7.0 - 811.6.1) <ED966A8F-C91F-3186-80BE-AB3E7108A075> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iCalendar.framework/iCalendar
    0x7fff4e2d0000 -     0x7fff4e441ff3  com.apple.iTunesCloud (1.0 - 1) <84AEFC6F-9CE1-3BA7-AC12-A4479C09ECAE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesCloud.framework/iTunesCloud
    0x7fff4e421000 -     0x7fff4e4a5ffe  com.apple.itunesstore (1) <91AB5374-E31B-316B-8DFF-C367E32FAB02> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/iTunesStore.framework/iTunesStore
    0x7fff4e5f2000 -     0x7fff4e5ffff7  com.apple.perfdata (1.0 - 51.100.6) <4CF50F14-42A9-30A9-8F83-06F033E03267> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/perfdata.framework/perfdata
    0x7fff4e5ff000 -     0x7fff4e62fffd  com.apple.contacts.vCard (1.0 - ???) <86E8B0CB-C6A8-3C97-B113-E5A93836884C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/vCard.framework/vCard
    0x7fff4e927000 -     0x7fff4e959ff7 +libAWDSupport.dylib (949) <6B07F210-0FCF-36D9-BFB8-F55FF40BE8D6> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAWDSupport.dylib
    0x7fff4e95a000 -     0x7fff4e95dff8 +libAWDSupportFramework.dylib (878.120.2) <17E0E9C0-2E57-3AEE-8365-1EB7AAFD34D7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAWDSupportFramework.dylib
    0x7fff4ea4d000 -     0x7fff4ea4fffc +libAXSafeCategoryBundle.dylib (2790.75) <B90EF6FD-1B2A-33DC-927F-51A86A2ED39E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAXSafeCategoryBundle.dylib
    0x7fff4ea50000 -     0x7fff4ea5fff2 +libAXSpeechManager.dylib (2790.75) <B3FB6549-EFBB-391A-B2DE-A9EF138D3219> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAXSpeechManager.dylib
    0x7fff4ea5e000 -     0x7fff4ea76ff7 +libAccessibility.dylib (2790.75) <ABEFA871-2A81-3748-BDD3-744C32301444> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAccessibility.dylib
    0x7fff4ea8e000 -     0x7fff4ea9aff6 +libAudioStatistics.dylib (1104.93) <D5EB9EFF-5BC4-35F1-AC33-2578A81B46E9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAudioStatistics.dylib
    0x7fff4ea9b000 -     0x7fff4eacdff5 +libAudioToolboxUtility.dylib (1104.93) <D282AE6B-A57B-3593-B5A8-B33E5A616548> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAudioToolboxUtility.dylib
    0x7fff4ead6000 -     0x7fff4eb04fff +libCRFSuite.dylib (48) <70E8E96B-02A7-30AA-9C7D-61C824B16E5B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCRFSuite.dylib
    0x7fff4eb05000 -     0x7fff4eb06ff3 +libCTGreenTeaLogger.dylib (7581) <E6C2ED2B-FE2E-3909-BA9C-256FBF472B03> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCTGreenTeaLogger.dylib
    0x7fff4eb07000 -     0x7fff4eb0fffb +libChineseTokenizer.dylib (34) <44CE6BA3-99FF-30F3-80C8-EDA830D5C7C5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libChineseTokenizer.dylib
    0x7fff4eb10000 -     0x7fff4ecc6ff7 +libFosl_dynamic.dylib (210.4) <814B8A9D-3818-39B8-B33F-F99502FC8F4D> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libFosl_dynamic.dylib
    0x7fff4fd09000 -     0x7fff4fd2affb +libMobileGestalt.dylib (826.142.1) <4110F7FE-1949-3981-B319-28435CCCA116> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMobileGestalt.dylib
    0x7fff4fd2b000 -     0x7fff4fd35ffa +libMobileGestaltExtensions.dylib (826.142.1) <3C04AC52-3C26-3262-BC67-124C0B3FBE13> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMobileGestaltExtensions.dylib
    0x7fff4fdae000 -     0x7fff4fdafff7 +libSystem.B.dylib (1281.100.1) <4BD9F7D4-E3C9-3028-975D-15D4426DABE0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libSystem.B.dylib
    0x7fff4fdb0000 -     0x7fff4fdf6ffc +libTelephonyUtilDynamic.dylib (5017.1) <5D422DC4-7F30-3656-BF81-77FD822C6E5E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libTelephonyUtilDynamic.dylib
    0x7fff4fdf7000 -     0x7fff4fdf8fff +libThaiTokenizer.dylib (3) <BD7B424B-60FD-30AC-8C1F-72954D7DE9A9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libThaiTokenizer.dylib
    0x7fff4fdf9000 -     0x7fff4fdfbffb +libapp_launch_measurement.dylib (10) <2061E482-E949-3CA5-8994-D7F161AA602F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libapp_launch_measurement.dylib
    0x7fff4fdfc000 -     0x7fff4fe12ffb +libapple_nghttp2.dylib (1.39.2) <E119B383-326B-301B-8BFA-37D4CCB0BDC4> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libapple_nghttp2.dylib
    0x7fff4fe13000 -     0x7fff4fe85ffb +libarchive.2.dylib (72.140.1) <38992F2D-2971-302E-876D-8203F8728A0F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libarchive.2.dylib
    0x7fff4fe86000 -     0x7fff4ffaaff9 +libate.dylib (3.0.1) <0DF8639C-2CCF-3862-B16D-AFC4BE59D920> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libate.dylib
    0x7fff4ffab000 -     0x7fff5006eff1 +libboringssl.dylib (283.120.1) <F82073E6-27F2-3686-8F6D-6C064737CC80> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libboringssl.dylib
    0x7fff5006e000 -     0x7fff5007effb +libbsm.0.dylib (60.100.1) <92912433-F8A6-30EE-9DA9-52844A6FDEFE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbsm.0.dylib
    0x7fff5007f000 -     0x7fff5008bfff +libbz2.1.0.dylib (44) <49149404-383D-374A-839D-8EEE87367AFD> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbz2.1.0.dylib
    0x7fff5008c000 -     0x7fff500deffb +libc++.1.dylib (902) <173BF1F0-51E3-3CCD-A532-ACD7393D8C58> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib
    0x7fff500df000 -     0x7fff500f4ffb +libc++abi.dylib (902) <BFC39B23-349A-3C4C-A88B-CF532590FF36> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++abi.dylib
    0x7fff500f5000 -     0x7fff500f5fff +libcharset.1.dylib (59) <051DECE5-DA98-3062-B5D7-1BD69E976C3F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcharset.1.dylib
    0x7fff500f6000 -     0x7fff50106ff3 +libcmph.dylib (8) <2BF921F6-2B0F-37A9-9559-9AE8B15328BA> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcmph.dylib
    0x7fff50107000 -     0x7fff5011efcb +libcompression.dylib (87) <5270CFE1-71F5-34AC-BFCD-A7AF09DE6882> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcompression.dylib
    0x7fff503c7000 -     0x7fff503dcff7 +libcoretls.dylib (167) <05881450-400F-311C-83E6-F2A033780885> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls.dylib
    0x7fff503dd000 -     0x7fff503deffb +libcoretls_cfhelpers.dylib (167) <24EAEE92-74A6-3239-815C-96F0E1D33267> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls_cfhelpers.dylib
    0x7fff503df000 -     0x7fff503e4ff3 +libcupolicy.dylib (7581) <8AA2B509-2CE1-338B-8DF9-EDD98E7142A8> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcupolicy.dylib
    0x7fff50420000 -     0x7fff5043dfff +libedit.3.dylib (55) <0DFCF3AA-1FEA-3B43-824C-D05A789D6A26> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libedit.3.dylib
    0x7fff50459000 -     0x7fff5045effb +libgermantok.dylib (24) <143D5B4F-94F1-390D-913D-39ED8942A53A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libgermantok.dylib
    0x7fff5045f000 -     0x7fff50463ff7 +libheimdal-asn1.dylib (564.140.1) <820006A0-DC46-3627-8EF3-08FDD0E1A301> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libheimdal-asn1.dylib
    0x7fff50464000 -     0x7fff50554ff3 +libiconv.2.dylib (59) <497F5737-2C71-3D38-A2B8-EB9D2730442B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.2.dylib
    0x7fff50555000 -     0x7fff507a7ffb +libicucore.A.dylib (64260.0.2) <0C7526C7-B4FD-3470-B851-C8B6838C5AE9> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib
    0x7fff507a8000 -     0x7fff507a9fff +liblangid.dylib (133) <459E3A76-BEF4-3E98-88DF-42ACFE49A1D8> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblangid.dylib
    0x7fff507aa000 -     0x7fff507c2ffb +liblzma.5.dylib (16) <1937D0A5-88ED-3BE2-8F10-B2929A4AF853> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblzma.5.dylib
    0x7fff507d9000 -     0x7fff50892ffb +libmecab.dylib (883.11) <7C844078-679B-3DC9-BC00-61FE229FE99F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libmecab.dylib
    0x7fff50893000 -     0x7fff50af9ff3 +libmecabra.dylib (883.11) <F938A727-9FCC-3EC1-9D48-CAFD5063AB58> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libmecabra.dylib
    0x7fff50e61000 -     0x7fff50e90ff3 +libncurses.5.4.dylib (57) <61C8A252-9F47-34FE-968E-13B048639BC5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libncurses.5.4.dylib
    0x7fff50e91000 -     0x7fff5127cff0 +libnetwork.dylib (1880.120.4) <5445B3A9-261B-399D-9BB4-C8D12F010671> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libnetwork.dylib
    0x7fff5129c000 -     0x7fff512c8ff6 +libobjc.A.dylib (787.1) <1A0E9B02-BE3D-3E13-A4DA-00C813B28BA8> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib
    0x7fff512c9000 -     0x7fff512d7ff8 +libperfcheck.dylib (37.100.2) <6BBF1BE8-22F7-333F-93F8-9F95CCE938A2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libperfcheck.dylib
    0x7fff512d8000 -     0x7fff512ebffd +libprequelite.dylib (102) <473E88B9-9354-35F2-9691-25BEC2EB538C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libprequelite.dylib
    0x7fff512ea000 -     0x7fff512faffb +libprotobuf-lite.dylib (3541.7) <CD8EB54B-CF33-310F-8489-F19638D3C241> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libprotobuf-lite.dylib
    0x7fff512fb000 -     0x7fff51354fff +libprotobuf.dylib (3541.7) <40D9F880-CFAD-3CEB-A9A8-0E40F8E127A7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libprotobuf.dylib
    0x7fff51355000 -     0x7fff5136dff3 +libresolv.9.dylib (67.40.1) <959D8B11-165E-3304-80DD-0E3FA88F627E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libresolv.9.dylib
    0x7fff5136e000 -     0x7fff5150aff7 +libsqlite3.dylib (308.5) <9F1ECE61-5B3C-3725-A41F-4C4EAEC8828B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libsqlite3.dylib
    0x7fff5150b000 -     0x7fff5153bff3 +libtidy.A.dylib (17.2) <084917B8-49E6-3E01-835B-0D6A07AEE86A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libtidy.A.dylib
    0x7fff5153c000 -     0x7fff51594ffe +libusrtcp.dylib (1880.120.4) <A1B1C89C-0CB3-30AA-BC2F-F17F20FA5E88> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libusrtcp.dylib
    0x7fff51595000 -     0x7fff51598ffb +libutil.dylib (57) <C879B2CB-FFE0-3853-8A63-F35EFF3667F2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libutil.dylib
    0x7fff51599000 -     0x7fff5167bffb +libxml2.2.dylib (33.4) <E6A8139A-F157-3943-8C85-5034DEB62BFC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libxml2.2.dylib
    0x7fff516a8000 -     0x7fff516baff7 +libz.1.dylib (76) <80F230C4-8C60-3667-B207-09302B9761C4> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libz.1.dylib
    0x7fff516cd000 -     0x7fff516cfff4 +liblog_network.dylib (1880.120.4) <BDE6F87D-0968-359F-977B-FFDAEE0DF02F> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/log/liblog_network.dylib
    0x7fff516de000 -     0x7fff516eaffe +libswiftAVFoundation.dylib (??? - ???) <E6E1D14C-3F31-374A-8774-3B6802EBE6F8> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftAVFoundation.dylib
    0x7fff51b07000 -     0x7fff51b12fff +libswiftCoreAudio.dylib (??? - ???) <EA65CE09-07A8-3A0D-9437-CE35D3F87266> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreAudio.dylib
    0x7fff51b1b000 -     0x7fff51b1dfff +libswiftCoreFoundation.dylib (??? - ???) <FC031A37-5360-312B-82B4-FB632CA19AB1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreFoundation.dylib
    0x7fff51b2c000 -     0x7fff51b2fffb +libswiftCoreImage.dylib (??? - ???) <D1A242AA-931A-3C74-8B1D-2A9272CF9B90> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreImage.dylib
    0x7fff51b36000 -     0x7fff51b3eff7 +libswiftCoreMIDI.dylib (??? - ???) <2FB04095-CEE2-355C-8F83-086005D479A0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCoreMIDI.dylib
    0x7fff51d5d000 -     0x7fff51d63ffb +libswiftMetal.dylib (??? - ???) <51430FE1-E95B-339C-A376-CABFC441AF1A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftMetal.dylib
    0x7fff51de5000 -     0x7fff51deaff9 +libswiftQuartzCore.dylib (??? - ???) <F7D356D1-2605-3621-A256-6E732016B669> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftQuartzCore.dylib
    0x7fff51ef6000 -     0x7fff51f18ff7 +libswiftsimd.dylib (??? - ???) <46ABB38D-55AA-3878-9B00-99621CA707C5> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftsimd.dylib
    0x7fff51f19000 -     0x7fff51f1dff7 +libcache.dylib (83) <E0478EF2-4C1A-3DC5-8941-69B65B1E42CE> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcache.dylib
    0x7fff51f1e000 -     0x7fff51f29ff3 +libcommonCrypto.dylib (60165.120.1) <7994FC5F-5D80-3312-AF0B-78E4175ABF24> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcommonCrypto.dylib
    0x7fff51f2a000 -     0x7fff51f30fff +libcompiler_rt.dylib (101.1) <9D7EFF89-D67F-399F-B24A-D656CBD8D8FC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcompiler_rt.dylib
    0x7fff51f31000 -     0x7fff51f3afff +libcopyfile.dylib (166.40.1) <4814E2FB-5F25-3F95-A5DE-346BCD380C8E> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcopyfile.dylib
    0x7fff51f3b000 -     0x7fff51fcdfef +libcorecrypto.dylib (866.140.1) <EF52ED2E-125B-356B-9902-252499228AD3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcorecrypto.dylib
    0x7fff520da000 -     0x7fff5211aff8 +libdispatch.dylib (1173.100.2) <FBF7E8D4-39C5-36CF-8837-2B94133B4B24> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib
    0x7fff5211b000 -     0x7fff5214dff7 +libdyld.dylib (750.4.2) <9D98662A-BF18-369A-AEAB-1090059C499C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdyld.dylib
    0x7fff5214e000 -     0x7fff5214eff7 +liblaunch.dylib (1738.140.1) <CFB7D273-B188-3222-B432-6FC2FC2304F4> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/liblaunch.dylib
    0x7fff5214f000 -     0x7fff52154fff +libmacho.dylib (959.0.1) <9EC660FF-BFCC-3862-82D6-BFEBC175E3C8> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libmacho.dylib
    0x7fff52155000 -     0x7fff52156ffb +libremovefile.dylib (48) <B71F3D7A-BFD6-3815-918D-B5BAEE341499> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libremovefile.dylib
    0x7fff52157000 -     0x7fff5216dff3 +libsystem_asl.dylib (377.60.2) <362669CF-4E2F-3FA0-8AD6-C5B982F1CBD0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_asl.dylib
    0x7fff5216e000 -     0x7fff5216eff7 +libsystem_blocks.dylib (73) <AD6242E6-138E-3737-B154-8CB085025906> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_blocks.dylib
    0x7fff5216f000 -     0x7fff521f1ff7 +libsystem_c.dylib (1353.100.2) <5E06224C-C2EA-33D0-B509-EF93763A63EC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib
    0x7fff521f2000 -     0x7fff521f5ff3 +libsystem_configuration.dylib (1061.140.1) <AA90A41C-DAC5-348A-A65B-C8FF9586277B> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_configuration.dylib
    0x7fff521f6000 -     0x7fff521fcff3 +libsystem_containermanager.dylib (234.100.4) <DDFF9829-414A-3C04-98AC-6E3C07883A56> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_containermanager.dylib
    0x7fff521fd000 -     0x7fff521feff7 +libsystem_coreservices.dylib (114) <1F091E14-BE70-3692-B7C1-69C5A3040A7C> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_coreservices.dylib
    0x7fff521ff000 -     0x7fff52206ff7 +libsystem_darwin.dylib (1353.100.2) <20EA3C33-4BF2-3251-9B6E-E87BC6AA26D1> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_darwin.dylib
    0x7fff52207000 -     0x7fff5220dff7 +libsystem_dnssd.dylib (1096.100.3) <370079A3-17DE-3F35-8234-EEA85FF3F2AF> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_dnssd.dylib
    0x7fff5220e000 -     0x7fff5220ffff +libsystem_featureflags.dylib (17) <631C0DB9-6779-396B-82E2-3E8F7AFDF4B3> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_featureflags.dylib
    0x7fff52210000 -     0x7fff52252fff +libsystem_info.dylib (538) <7078A1C1-4E59-3A97-A97A-3409BDFCF5A0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_info.dylib
    0x7fff52253000 -     0x7fff5227fff7 +libsystem_kernel.dylib (6153.121.2) <9F9902C9-A46F-3CA9-B7F9-5CCFE98FBF75> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_kernel.dylib
    0x7fff52280000 -     0x7fff522c5fe3 +libsystem_m.dylib (3178) <040C72AA-9270-348A-B266-D05A49E8AA39> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_m.dylib
    0x7fff522c6000 -     0x7fff522ecfff +libsystem_malloc.dylib (283.100.6) <2C476D2B-C30C-3084-8262-AF9FEAC48EDC> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_malloc.dylib
    0x7fff522ed000 -     0x7fff522f5ffb +libsystem_notify.dylib (241.100.2) <9C9E673F-D098-3C7C-810B-1E3A8A002497> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_notify.dylib
    0x7fff522f6000 -     0x7fff522fefef +libsystem_platform.dylib (220.100.1) <736920EA-6AE0-3B1B-BBDA-7DCDF0C229DF> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_platform.dylib
    0x7fff522ff000 -     0x7fff52309fff +libsystem_pthread.dylib (416.100.3) <77488669-19A3-3993-AD65-CA5377E2475A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_pthread.dylib
    0x7fff5230a000 -     0x7fff5230cff7 +libsystem_sandbox.dylib (1217.140.4) <4B8B8D84-29BB-390F-B8AD-D410351874F2> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sandbox.dylib
    0x7fff5230d000 -     0x7fff5230eff7 +libsystem_sim_kernel.dylib (211.100.6) <C1978AFD-045F-3CB9-A504-21F1279AEBE7> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel.dylib
    0x7fff5230f000 -     0x7fff5230fff7 +libsystem_sim_kernel_host.dylib (211.100.6) <4D15FB57-E9CE-3C5C-8688-3BDC25F6DC16> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel_host.dylib
    0x7fff52310000 -     0x7fff52313fe7 +libsystem_sim_platform.dylib (211.100.6) <99348BC8-CE1A-36C0-8796-E66C62B5D81A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform.dylib
    0x7fff52314000 -     0x7fff52314ff7 +libsystem_sim_platform_host.dylib (211.100.6) <C0E8A408-D0EE-3F14-A903-DBA81ABF5795> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform_host.dylib
    0x7fff52315000 -     0x7fff52315ffb +libsystem_sim_pthread.dylib (211.100.6) <09095281-B126-35B3-B01D-31AF26EDA020> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread.dylib
    0x7fff52316000 -     0x7fff52316ff7 +libsystem_sim_pthread_host.dylib (211.100.6) <B5EB9449-36E0-3E85-A87B-D753E4C7A503> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread_host.dylib
    0x7fff52317000 -     0x7fff5232cff1 +libsystem_trace.dylib (1147.120) <18F349AA-45FE-32B9-9447-804A6D28737A> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_trace.dylib
    0x7fff5232d000 -     0x7fff52332ff3 +libunwind.dylib (128.4) <B925D844-BA00-36B2-8288-6FB1336F44C0> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libunwind.dylib
    0x7fff52333000 -     0x7fff52365ffa +libxpc.dylib (1738.140.1) <E0300DEB-A1F4-3E2D-A788-3F5D7A0BD785> /Applications/Xcode-11.7.app/Contents/Developer/Platforms/iPhoneOS.platform/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/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: 1368
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=833.4M resident=0K(0%) swapped_out_or_unallocated=833.4M(100%)
Writable regions: Total=591.3M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=591.3M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        1 
CG raster data                    1492K        3 
CoreAnimation                      256K       17 
CoreServices                      2452K        1 
Foundation                           4K        1 
Kernel Alloc Once                    8K        1 
MALLOC                           183.8M       60 
MALLOC guard page                   48K       12 
MALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)
Mach message                         4K        1 
SQLite page cache                  832K       13 
STACK GUARD                       56.1M       20 
Stack                             17.7M       22 
VM_ALLOCATE                        920K       10 
__DATA                            18.8M      576 
__DATA_CONST                      53.7M      487 
__DATA_DIRTY                        10K       14 
__FONT_DATA                          4K        1 
__LINKEDIT                       399.6M       84 
__OBJC_RO                         40.6M        1 
__OBJC_RW                         2160K        1 
__TEXT                           433.9M      548 
__UNICODE                          564K        1 
libnetwork                         128K        8 
mapped file                      145.5M       17 
shared memory                       24K        3 
===========                     =======  ======= 
TOTAL                              1.7G     1904 
TOTAL, minus reserved VM space     1.3G     1904 

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Reactions: 3
  • Comments: 16 (8 by maintainers)

Most upvoted comments

@tspecht @lordzsolt If you’re using Firebase’s Performance Monitoring feature, you can disable it by following these instructions. Since Firebase swizzles its way into URLSession, this can interfere with Alamofire’s functionality, so disabling the automatic monitoring is recommended. You may be able to safely implement performance monitoring by manually calling the performance events from an EventMonitor, though I haven’t investigated whether that’s actually possible.

I’ve removed Firebase Performance from the latest build, released it on the App Store, and don’t see those crashes anymore. Hoping for an actual fix 😃

I’m seeing these exact crashes in our QA builds, but there is no consistent repro unfortunately. The only thing that changed recently was updating from Alamofire 5.2.1 to 5.2.2.

Additionally, if you have any network analytics active, you could try turning those off to see if things improve.

Could you tell me how to enable/disable this?