Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

SDK version 11.0 で起動後にクラッシュ #158

Open
naoya opened this issue Nov 2, 2017 · 0 comments
Open

SDK version 11.0 で起動後にクラッシュ #158

naoya opened this issue Nov 2, 2017 · 0 comments

Comments

@naoya
Copy link
Owner

naoya commented Nov 2, 2017

実機の方でも起動後にクラッシュするようになってしまったんですが、直そうと思って RubyMotion の最新版 (ライセンスが切れていたので、ひとまず無料ライセンス) + SDK version 11.0 (Xcode 9.0.1) でビルドしたものの、以下のエラーが出てアプリがクラッシュしてしまう。

$ bundle exec rake
  ...
  Simulate /Users/naoya/git/HBFav2/build/iPhoneSimulator-8.0-Development/HBFav.app
(main)> Warning: Overriding the protocol method `Row#items' which was previously defined through one of the `attr_*' methods can lead to undefined behavior.
Objective-C stub for message `localizedStringForKey:value:table:' type `@@:@@@' not precompiled. Make sure you properly link with the framework or library that defines this message.

================================================================================
The application terminated. A crash report file may have been generated by the
system, use `rake crashlog' to open it. Use `rake debug=1' to restart the app
in the debugger.
================================================================================

クラッシュログには以下のように出力されている。

Process:               HBFav [71707]
Path:                  /Users/USER/Library/Developer/CoreSimulator/Devices/CBF776E9-AE20-41AE-9FFB-3F3AF06EDA1C/data/Containers/Bundle/Application/B93B986A-66DB-48E2-9648-297DB52467FC/HBFav.app/HBFav
Identifier:            HBFav
Version:               2.9.3 (2.9.3)
Code Type:             X86-64 (Native)
Parent Process:        launchd_sim [71607]
Responsible:           HBFav [71707]
User ID:               501

Date/Time:             2017-11-02 11:30:45.249 +0900
OS Version:            Mac OS X 10.13 (17A405)
Report Version:        12
Bridge OS Version:     3.0 (14Y661)
Anonymous UUID:        ACB8B044-1431-5AE4-F7AE-9700EC98C442

Sleep/Wake UUID:       76E19F85-013E-42FB-9BAF-2EE408B42CFF

Time Awake Since Boot: 430000 seconds
Time Since Wake:       8600 seconds

System Integrity Protection: enabled

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

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

Application Specific Information:
abort() called
CoreSimulator 494.22.3 - Device: iPhone 6s - Runtime: iOS 11.0 (15A8401) - DeviceType: iPhone 6s

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x0000000108f12fce __pthread_kill + 10
1   libsystem_pthread.dylib       	0x0000000108f4c150 pthread_kill + 333
2   libsystem_c.dylib             	0x0000000108bd1107 abort + 127
3   HBFav                         	0x000000010078ee58 fill_ocache(mcache*, unsigned long, objc_class*, objc_object* (*)(objc_object*, objc_selector*, ...), objc_selector*, objc_method*, int) + 440
4   HBFav                         	0x000000010078d1e0 rb_vm_dispatch + 2800
5   HBFav                         	0x00000001000d5f3c vm_dispatch + 1372
6   HBFav                         	0x00000001000d8c38 rb_scope__localized_string:__ + 232 (core.rb:20)
7   HBFav                         	0x000000010078e325 rb_vm_dispatch + 7221
8   HBFav                         	0x00000001003e18ac vm_dispatch + 1372
9   HBFav                         	0x00000001003e6041 rb_scope4 + 1521 (tags_row.rb:154)
10  HBFav                         	0x00000001003e59ff rb_scope3 + 159 (tags_row.rb:168)
11  HBFav                         	0x00000001003e590e rb_scope2 + 126 (tags_row.rb:168)
12  HBFav                         	0x00000001003e583f rb_scope1 + 207 (tags_row.rb:168)
13  HBFav                         	0x00000001003ec3fc MREP_7CA0BB3F063347D3B56EF21160DE7698 + 6636
14  HBFav                         	0x000000010009543d RubyMotionInit + 1933 (init.mm:398)
15  HBFav                         	0x0000000100095940 main + 112 (main.mm:13)
16  libdyld.dylib                 	0x0000000108afed81 start + 1

Thread 1:
0   libsystem_kernel.dylib        	0x0000000108f14592 read + 10
1   HBFav                         	0x00000001007f36fe rb_repl_read(objc_object*, void*, unsigned long) + 94
2   HBFav                         	0x00000001007f48f1 repl_loop(void*) + 129
3   libsystem_pthread.dylib       	0x0000000108f496c1 _pthread_body + 340
4   libsystem_pthread.dylib       	0x0000000108f4956d _pthread_start + 377
5   libsystem_pthread.dylib       	0x0000000108f48c5d thread_start + 13

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

Thread 3:
0   libsystem_pthread.dylib       	0x0000000108f48c40 start_wqthread + 0
1   ???                           	0x0000600000104260 0 + 105553117332064

Thread 4:
0   libsystem_kernel.dylib        	0x0000000108f12e7e __psynch_cvwait + 10
1   libsystem_pthread.dylib       	0x0000000108f4a662 _pthread_cond_wait + 732
2   libc++.1.dylib                	0x00000001086a7e53 std::__1::condition_variable::__do_timed_wait(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::system_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >) + 93
3   com.apple.JavaScriptCore      	0x000000011286f775 std::__1::cv_status std::__1::condition_variable::wait_until<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(std::__1::unique_lock<std::__1::mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 117
4   com.apple.JavaScriptCore      	0x000000011286f660 std::__1::cv_status std::__1::condition_variable_any::wait_until<std::__1::unique_lock<bmalloc::Mutex>, std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > >(std::__1::unique_lock<bmalloc::Mutex>&, std::__1::chrono::time_point<std::__1::chrono::steady_clock, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > > const&) + 96
5   com.apple.JavaScriptCore      	0x000000011286f4f9 bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::threadRunLoop() + 233
6   com.apple.JavaScriptCore      	0x000000011286f7c8 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*), bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>*> >(void*) + 40
7   libsystem_pthread.dylib       	0x0000000108f496c1 _pthread_body + 340
8   libsystem_pthread.dylib       	0x0000000108f4956d _pthread_start + 377
9   libsystem_pthread.dylib       	0x0000000108f48c5d thread_start + 13

Thread 5:: WebThread
0   libsystem_kernel.dylib        	0x0000000108f09e76 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x0000000108f09390 mach_msg + 60
2   com.apple.CoreFoundation      	0x00000001024e1e85 __CFRunLoopServiceMachPort + 213
3   com.apple.CoreFoundation      	0x00000001024e13c2 __CFRunLoopRun + 1730
4   com.apple.CoreFoundation      	0x00000001024e0a89 CFRunLoopRunSpecific + 409
5   com.apple.WebCore             	0x0000000113db9cd5 RunWebThread(void*) + 469
6   libsystem_pthread.dylib       	0x0000000108f496c1 _pthread_body + 340
7   libsystem_pthread.dylib       	0x0000000108f4956d _pthread_start + 377
8   libsystem_pthread.dylib       	0x0000000108f48c5d thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000108f52340  rcx: 0x00007ffeefbfa968  rdx: 0x0000000000000000
  rdi: 0x0000000000000303  rsi: 0x0000000000000006  rbp: 0x00007ffeefbfa9a0  rsp: 0x00007ffeefbfa968
   r8: 0x0000000108bfd048   r9: 0x0000000000000040  r10: 0x0000000000000000  r11: 0x0000000000000202
  r12: 0x0000000000000303  r13: 0x0000000118800000  r14: 0x0000000000000006  r15: 0x000000000000002d
  rip: 0x0000000108f12fce  rfl: 0x0000000000000202  cr2: 0x0000000113ee796a
  
Logical CPU:     0
Error Code:      0x0100001f
Trap Number:     133


Binary Images:
       0x100000000 -        0x1008f1ff7 +HBFav (2.9.3 - 2.9.3) <438126D9-169B-33F8-A9C5-339C075E4B9A> /Users/USER/Library/Developer/CoreSimulator/Devices/CBF776E9-AE20-41AE-9FFB-3F3AF06EDA1C/data/Containers/Bundle/Application/B93B986A-66DB-48E2-9648-297DB52467FC/HBFav.app/HBFav
       0x100f4b000 -        0x100f7f20f +dyld_sim (519.3) <AB4975E6-3B13-3AB8-B19F-0754ECF696DB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/dyld_sim
       0x100fcf000 -        0x101679d67 +libobjc.A.dylib (724) <B18B8E7D-C4EB-3158-B650-9118578D2298> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib
       0x1019bf000 -        0x101bdfff7 +libicucore.A.dylib (59117.0.2) <0ABABDA9-0FB4-34C9-820F-1E57ACC1EAA9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libicucore.A.dylib
       0x101cc6000 -        0x102025fff  com.apple.CFNetwork (887 - 887) <06D08BB2-960F-3CAB-9AA8-E4BBC0584A49> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CFNetwork.framework/CFNetwork
       0x1023a4000 -        0x102430ff7  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <3CDF384B-F88A-3C89-8042-23D0B7E897FD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreAudio.framework/CoreAudio
       0x102462000 -        0x1027e2fff  com.apple.CoreFoundation (6.9 - 1443) <3D0A79A9-5AFE-3C13-8FAD-8FAD4A25BC4F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
       0x1029ab000 -        0x102fa9ff7  com.apple.CoreGraphics (2.0 - 1125.2.1) <D735BF70-CD56-3110-A248-95274AAD6EAE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreGraphics.framework/CoreGraphics
       0x1030bc000 -        0x103130fff  com.apple.corelocation (2235.0.5) <E1B32246-65E1-3DFA-8DA6-307C158B9B1A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreLocation.framework/CoreLocation
       0x103165000 -        0x10346dfff  com.apple.Foundation (6.9 - 1444.12) <D153C8B2-743C-36E2-84CD-C476A5D33C72> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Foundation.framework/Foundation
       0x103785000 -        0x1039e4ff7  com.apple.MapKit (1.0 - 1.0) <25EB69D7-CB2C-3448-BE80-EFEB2EC60388> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MapKit.framework/MapKit
       0x103c12000 -        0x104d96fff  com.apple.UIKit (1.0 - 1000) <8DBEB53F-A45C-36B2-BF99-6A16227AE264> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework/UIKit
       0x105dba000 -        0x105e0fff7  com.apple.Accounts (113 - 113) <EC9B9E25-5482-3DDF-811D-88098A23B6C7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accounts.framework/Accounts
       0x105e65000 -        0x10603efff  com.apple.avfoundation (2.0 - 1430.4) <D283B07B-1E47-3EFC-B6D9-3C83C00939C0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/AVFoundation
       0x1062a0000 -        0x106705ff7  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <73B8A489-9BCA-3ED4-AC05-B27A40D42894> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AudioToolbox.framework/AudioToolbox
       0x1068ee000 -        0x106c29ffb +CoreData (847.1) <C6D10D1F-BEF7-3C49-A3F4-A320DB930E71> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreData.framework/CoreData
       0x106e35000 -        0x10733aff7  com.apple.ImageIO.framework (3.3.0 - 1694.1) <28D9F94E-4863-34E2-B767-E85752593687> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ImageIO.framework/ImageIO
       0x10744d000 -        0x107586ff7  com.apple.MobileCoreServices (822.8 - 822.8) <9C98A683-8FB7-36F8-B144-DAB9DF172E4D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
       0x107684000 -        0x107834fff  com.apple.QuartzCore (1.11 - 574.5.17) <84B35A23-FD28-3CAE-BCF0-5F38C65EC409> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/QuartzCore.framework/QuartzCore
       0x10791b000 -        0x107a00ff7  com.apple.Security (10.0 - ???) <6B6052FB-0D47-3006-BE4E-5289FDCC946F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Security.framework/Security
       0x107ac6000 -        0x107b66ffb  com.apple.sociald.Social (87 - 87) <3748478C-7AB7-3E5F-9943-575AFB17275E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Social.framework/Social
       0x107c12000 -        0x107c3dfff  com.apple.StoreKit (1.0 - 1) <1E8C79CF-55ED-38A5-959A-4155F010240D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/StoreKit.framework/StoreKit
       0x107c82000 -        0x107ce2ff3  com.apple.SystemConfiguration (1.17 - 1.17) <A3D6999F-EE98-3D4C-899F-9E09150BBFF6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
       0x107d1b000 -        0x107d25ffb  com.apple.MediaAccessibility (1.0 - 114) <EA4CA947-BCF0-3158-8AEA-98F711A89410> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility
       0x107d37000 -        0x1080d3ff7  com.apple.WebKit (8604 - 8604.2.10) <FF9BFFE6-3653-3376-8739-E17A1A7766D2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/WebKit.framework/WebKit
       0x1084e4000 -        0x1084f6fff +libz.1.dylib (70) <B8AD809D-D75B-39E1-9289-065F2BBF2FE1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libz.1.dylib
       0x1084fc000 -        0x10866fffb +libsqlite3.dylib (274.1) <13BCC36F-647A-3C44-8A2C-337AAE7C486F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libsqlite3.dylib
       0x1086a1000 -        0x1086eeff7 +libc++.1.dylib (400.9.1) <B4632D8D-7C71-32F2-BD1E-E76C9DAAB0F8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++.1.dylib
       0x10873c000 -        0x10873dfff +libSystem.dylib (1252) <1975AE58-0526-30FE-9375-584B9DEE5D06> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libSystem.dylib
       0x108744000 -        0x108893ff3  com.apple.CoreText (352.0 - 578) <30CB57C8-AE50-3968-B13F-C460008CAAF6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreText.framework/CoreText
       0x10896a000 -        0x10898efff +libc++abi.dylib (400.7) <EE7C0AC0-D456-3E4B-B7DB-8154270735FC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libc++abi.dylib
       0x1089a0000 -        0x1089a4ff3 +libcache.dylib (80) <699A1A19-F204-3AD1-9906-9C7812F7CA82> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcache.dylib
       0x1089aa000 -        0x1089b4ffb +libcommonCrypto.dylib (60118.1.1) <B672D932-E41C-3848-B59A-A536E17A9E4D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcommonCrypto.dylib
       0x1089c3000 -        0x1089caff7 +libcompiler_rt.dylib (62.1.2) <65CBF980-9B10-34DE-83E4-C6A024F3EDB9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcompiler_rt.dylib
       0x1089d4000 -        0x1089dcff7 +libcopyfile.dylib (146) <DE4E6118-E774-3E31-8760-9C6CA6E8F121> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcopyfile.dylib
       0x1089e3000 -        0x108a68fe7 +libcorecrypto.dylib (562) <BA4D0612-B82B-345E-A016-5A0078EDFC74> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libcorecrypto.dylib
       0x108a87000 -        0x108abdfff +libdispatch.dylib (913.2.3) <0E7E2BE3-BE2D-3828-89C0-977A63CC1AE3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdispatch.dylib
       0x108afe000 -        0x108b17fff +libdyld.dylib (519.3) <1D383552-3528-3EDE-B205-A892660E9A80> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libdyld.dylib
       0x108b31000 -        0x108b31ff7 +liblaunch.dylib (1205.1.10) <AC2FB4A8-51C9-32AA-BCCA-E2FEC0AD2E9C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/liblaunch.dylib
       0x108b38000 -        0x108b3cffb +libmacho.dylib (900.1) <4C2F1053-3571-3906-AB07-39BC8DDB1895> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libmacho.dylib
       0x108b43000 -        0x108b44ff3 +libremovefile.dylib (45) <68754F1A-05F3-38E0-8BDD-B228B8673389> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libremovefile.dylib
       0x108b4a000 -        0x108b60ff7 +libsystem_asl.dylib (356.1.1) <E12EC528-944A-3B01-8735-86F037A66F63> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_asl.dylib
       0x108b6f000 -        0x108b6ffff +libsystem_blocks.dylib (68) <5C7AA276-08C2-327B-A244-9A492142AF09> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_blocks.dylib
       0x108b74000 -        0x108bf8ff7 +libsystem_c.dylib (1244.2.1) <71ED58DA-40CC-3811-AC46-3AC1D6FA5A49> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_c.dylib
       0x108c24000 -        0x108c27ff7 +libsystem_configuration.dylib (963) <2E686E21-0BAB-35CF-8FA4-51796935B777> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_configuration.dylib
       0x108c2e000 -        0x108c32fff +libsystem_containermanager.dylib (136.1.1) <765D5DA9-CA34-31C2-88C3-98A3DAECAD8A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_containermanager.dylib
       0x108c3a000 -        0x108c3bffb +libsystem_coreservices.dylib (51) <2B2066F8-B157-3D8D-81FC-92FC26F3F9BF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_coreservices.dylib
       0x108c41000 -        0x108c42ff7 +libsystem_darwin.dylib (1244.2.1) <77B89568-2525-302A-AD68-F6991947E61A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_darwin.dylib
       0x108c48000 -        0x108c4eff7 +libsystem_dnssd.dylib (878.1.1) <97ECF80C-2B6C-3C2E-8FE9-B052A7DA79A2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_dnssd.dylib
       0x108c55000 -        0x108c93ff3 +libsystem_info.dylib (517) <C149DBD3-B2BC-34EE-BD4C-2D49188EC747> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_info.dylib
       0x108ca9000 -        0x108cf1fef +libsystem_m.dylib (3147) <2AE1F7DC-BA33-3463-B280-02306FA4E341> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_m.dylib
       0x108cff000 -        0x108d1cfff +libsystem_malloc.dylib (140.1.1) <13D8C0FE-EEE3-3E19-973F-C1DEFBC3C6FD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_malloc.dylib
       0x108d2b000 -        0x108da2fff +libsystem_network.dylib (1229.1.5) <C801524E-E43D-378B-81CC-A8C8243F0F2F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_network.dylib
       0x108de2000 -        0x108debffb +libsystem_notify.dylib (172) <17BF9494-6460-3D50-A6E5-FD2691D198CF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_notify.dylib
       0x108df4000 -        0x108df7ff7 +libsystem_sandbox.dylib (765.1.6) <BDC61EF7-BF05-392E-A638-C72DFBFEEA7C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sandbox.dylib
       0x108dfe000 -        0x108dffffb +libsystem_sim_kernel.dylib (185) <094F9430-FF8D-3628-92C6-08A9DD8C7281> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel.dylib
       0x108e05000 -        0x108e07ff7 +libsystem_sim_platform.dylib (185) <C2DAE411-5A61-33FE-8B19-6E7719364683> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform.dylib
       0x108e0d000 -        0x108e0dff7 +libsystem_sim_pthread.dylib (185) <A173B6EE-2485-3F67-9D17-13DEC9C57C8F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread.dylib
       0x108e12000 -        0x108e25ff7 +libsystem_trace.dylib (829.1.2) <F3F3CC68-06D7-3A02-9CA4-F01AD9537654> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_trace.dylib
       0x108e37000 -        0x108e3dfff +libunwind.dylib (126.5.1) <1A4AE843-6C23-311D-B237-14684B4E2F0E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libunwind.dylib
       0x108e44000 -        0x108e6efff +libxpc.dylib (1205.1.10) <CBE96042-79D0-3515-8570-968B28E72519> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libxpc.dylib
       0x108e96000 -        0x108e96fff +libsystem_sim_pthread_host.dylib (185) <05D9BD15-0B2E-387F-9D31-E61F8BEEF8DF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_pthread_host.dylib
       0x108e9b000 -        0x108eceff7 +libclosured.dylib (519.3) <1E4D40F2-09E2-36BB-A7FE-3F94774300C4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/closure/libclosured.dylib
       0x108eec000 -        0x108eecfff +libsystem_sim_platform_host.dylib (185) <37DEF559-7B83-32B1-BB12-948673804556> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_platform_host.dylib
       0x108ef2000 -        0x108ef2fff +libsystem_sim_kernel_host.dylib (185) <D0373515-DE50-3486-BE97-35894F8B2DA9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/system/libsystem_sim_kernel_host.dylib
       0x108ef7000 -        0x108f1cff7  libsystem_kernel.dylib (4570.1.46) <71BA15CB-3056-3CBD-A5F5-EE61566EEA0C> /usr/lib/system/libsystem_kernel.dylib
       0x108f36000 -        0x108f3dff7  libsystem_platform.dylib (161) <9F5A67F7-BC65-300F-BD74-07E7732D6372> /usr/lib/system/libsystem_platform.dylib
       0x108f46000 -        0x108f51ff7  libsystem_pthread.dylib (301.1.6) <6D0B0110-2B44-3D3C-B672-BD08FE46378A> /usr/lib/system/libsystem_pthread.dylib
       0x108f5e000 -        0x108f76ff7 +libMobileGestalt.dylib (585.7.7) <0F876F61-B188-3CF7-8864-F755441800A1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMobileGestalt.dylib
       0x108fc6000 -        0x109031ff3  com.apple.framework.IOKit (2.0.2 - 1445.1.3) <ABAB8A14-9F72-300A-B7A5-E71D3B304A22> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x109074000 -        0x10915bff7 +libxml2.2.dylib (31.7) <8208FF8F-9432-3010-A5DA-8B3350098729> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libxml2.2.dylib
       0x1091a1000 -        0x109270ffb +libnetwork.dylib (1229.1.5) <AB16C2E6-2051-30C8-8557-B2305B088DE3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libnetwork.dylib
       0x1092d7000 -        0x1092edff7 +libapple_nghttp2.dylib (1.24) <268E1395-509C-3AF1-B798-D532C9BD270B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libapple_nghttp2.dylib
       0x1092fb000 -        0x10930bff3 +libbsm.0.dylib (39) <890DF6AE-02C2-3A42-B356-24A1A5BE4AA4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbsm.0.dylib
       0x109316000 -        0x1093c5fff +libboringssl.dylib (109.2.2) <A18787B6-C50D-3865-ABB6-1FBFB096E1A1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libboringssl.dylib
       0x109444000 -        0x10947cff3 +libusrtcp.dylib (1229.1.5) <38107B80-B8D2-350E-835D-6D188B191633> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libusrtcp.dylib
       0x10948c000 -        0x1094a4ffb +libcoretls.dylib (155) <82E013F2-B995-326D-BE79-78AF40100E3C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls.dylib
       0x1094b2000 -        0x1094b3ffb +libcoretls_cfhelpers.dylib (155) <2B72C211-6731-3297-896D-0B9DB3059E1D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcoretls_cfhelpers.dylib
       0x1094ba000 -        0x1094bafff +libapple_crypto.dylib (109.2.2) <64A14831-3E76-3D9F-842E-CF723769AFC1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libapple_crypto.dylib
       0x1094be000 -        0x1094e8ffb +libarchive.2.dylib (54) <7ABB13D1-DA4F-3A20-8256-277D7B1259A1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libarchive.2.dylib
       0x1094f6000 -        0x109528ff7 +libCRFSuite.dylib (41) <1FEC1132-0199-378B-A77E-722A5D9BAE6F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCRFSuite.dylib
       0x10953f000 -        0x109540fff +liblangid.dylib (128) <18F50F3B-C21A-3AB2-B88B-7E916ED1B146> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblangid.dylib
       0x109546000 -        0x109553ffb +libbz2.1.0.dylib (38) <61E7BC76-7F55-39F3-AB29-043366469977> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libbz2.1.0.dylib
       0x109559000 -        0x109572ffb +liblzma.5.dylib (10) <A0895545-C57D-3AAA-B75B-74AF13645069> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/liblzma.5.dylib
       0x10957b000 -        0x1095a3fff  com.apple.applesauce (1.0 - ???) <3E9EFDE9-6BED-3B45-95E4-02A645C1C4C2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleSauce.framework/AppleSauce
       0x1095b0000 -        0x1095b0fff  com.apple.Accelerate (1.11 - Accelerate 1.11) <E201B5CA-9F47-3CF6-8842-A830EEDDEEE9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Accelerate
       0x1095b4000 -        0x1095b4fff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <78B12071-9C00-3AA4-97F2-DB95CB7E4C9F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vecLib
       0x1095b8000 -        0x109710feb +libvDSP.dylib (622) <2FA82773-F557-3C30-A96A-8C68CCCC55CE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvDSP.dylib
       0x109724000 -        0x1098c5ffb +libBLAS.dylib (1211) <F6D62196-C272-30FE-B409-1914B8979033> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBLAS.dylib
       0x1098eb000 -        0x109985ff3 +libvMisc.dylib (622) <7E8D1CFD-D3D0-35F5-B294-954FAFF9C27C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libvMisc.dylib
       0x109997000 -        0x1099a9ff7 +libSparseBLAS.dylib (1211) <152DE280-AC15-34C6-A1A5-422D9B1EE3D1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparseBLAS.dylib
       0x1099b3000 -        0x1099fd98f  dyld (519.2.1) <002B0442-3D59-3159-BA10-1C0A77859C6A> /usr/lib/dyld
       0x109a51000 -        0x10a1bffdb  com.apple.vImage (8.1 - ???) <480A4023-A13E-3F8E-8E0A-6A2DE7018FE2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vImage
       0x10a256000 -        0x10a62ffff +libLAPACK.dylib (1211) <3F93FD14-A9E0-379F-B6F6-E395870FE0AA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLAPACK.dylib
       0x10a680000 -        0x10a696ff7 +libLinearAlgebra.dylib (1211) <285A26B1-551D-3CDF-98AA-AAACC9AD2CB0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libLinearAlgebra.dylib
       0x10a6a1000 -        0x10a6ebff3 +libSparse.dylib (79.1.1) <467BA63F-730C-36F7-9EB8-3026E83A6791> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libSparse.dylib
       0x10a6fd000 -        0x10a702ff3 +libQuadrature.dylib (3) <14209542-EE03-3898-B022-267A9D206ABC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libQuadrature.dylib
       0x10a707000 -        0x10a740fff +libBNNS.dylib (32) <445E1958-6A62-3E3B-A45B-B82735081344> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/libBNNS.dylib
       0x10a74b000 -        0x10b067ff7  com.apple.GeoServices (1.0 - 1352.30.8.9.1) <337C82B3-955A-387E-BA88-BC91DCA0D0C0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GeoServices.framework/GeoServices
       0x10b7b5000 -        0x10b7c9fff  com.apple.GraphicsServices (1.0 - 1.0) <7A4C8852-B3F4-3122-BF43-5F716A18A9A2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices
       0x10b7e5000 -        0x10b813ff3  com.apple.CoreBluetooth (1.0 - 1) <6F5C7DD1-4F36-33E2-9ECD-062886986F9B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth
       0x10b83d000 -        0x10b85bff7  com.apple.ProtocolBuffer (1 - 259) <8FE5C2FD-1BB4-3595-9470-46A354372607> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer
       0x10b87d000 -        0x10b8bfff3  com.apple.AppSupport (1.0.0 - 29) <FD3F5930-14FB-3969-B144-E602BB2F0EAB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSupport.framework/AppSupport
       0x10b906000 -        0x10b953ff7 +CoreLocationProtobuf (16) <EED4EC7B-9B01-3AA7-BC6C-52EB8D662E94> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreLocationProtobuf.framework/CoreLocationProtobuf
       0x10b9a6000 -        0x10b9bbfcf +libcompression.dylib (47) <2B2623AC-ACBA-337A-9356-5431888F0F82> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcompression.dylib
       0x10b9c3000 -        0x10b9e5fff  com.apple.CacheDelete (1.0 - 1) <D673709B-1A1A-393B-94DC-70A5943330A9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
       0x10b9ff000 -        0x10ba06ff7  com.apple.CorePhoneNumbers (1.0 - 1) <161A5022-6C9F-30F1-8461-95976F1A0A53> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CorePhoneNumbers.framework/CorePhoneNumbers
       0x10ba0f000 -        0x10ba90ff7  com.apple.Metal (123.3.6 - 123.3.6) <F0C0A397-A422-35FC-910A-DD941450DAEC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Metal.framework/Metal
       0x10bb75000 -        0x10bbbdff7  com.apple.AppleJPEG (1.0 - 1) <CAFFDD98-3EA5-3440-9576-536C8AC301B4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG
       0x10bbcc000 -        0x10bbcfff7 +libCoreFSCache.dylib (160.11) <BEE8E5EE-7200-37BC-A103-D6A494D61140> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib
       0x10bbd5000 -        0x10bbd9ff7  com.apple.AggregateDictionary (1.0 - 1) <31B4E54D-64FD-3C26-B6C6-47DE6FFB5FD1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictionary
       0x10bbe2000 -        0x10bd46ff3  com.apple.ContactsUI (1.0.0 - 403) <E2AF0A30-8159-3327-823B-C02101F8B470> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/ContactsUI.framework/ContactsUI
       0x10beca000 -        0x10bfd1ff3  com.apple.contacts (1.0 - 2325) <9DD4539C-6685-38EF-8FCA-4C0CE88C3028> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Contacts.framework/Contacts
       0x10c10f000 -        0x10c234ff7  com.apple.SearchFoundation (1.0 - 184.0.1) <B9BC0120-CE67-3779-A35E-1F7795BD3D81> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SearchFoundation.framework/SearchFoundation
       0x10c44d000 -        0x10c64fff7  com.apple.Intents (1.0 - 1) <437DC25F-584D-3BA1-8981-DD5E2CFC2F61> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/Intents.framework/Intents
       0x10c870000 -        0x10c905ff7  com.apple.AddressBookLegacy (1.0 - 30) <307E6385-7A6A-35CA-A0AC-8EC39357148B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AddressBookLegacy.framework/AddressBookLegacy
       0x10c982000 -        0x10ca78ff7  com.apple.Navigation (1.0 - 1) <F0D59DE3-B70C-3137-836B-02B9A8B55173> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Navigation.framework/Navigation
       0x10cb76000 -        0x10cb88ff3 +libAccessibility.dylib (2397.17.10) <AFE64705-AABB-305A-9BA8-529C66BADE2D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAccessibility.dylib
       0x10cbae000 -        0x10cbdfff3  com.apple.BackBoardServices (1.0 - 1.0) <3ACB9B12-6E70-3B8A-A49A-5217FA39A287> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices
       0x10cc23000 -        0x10d2f2ffb  com.apple.VectorKit (1.0 - 1346.30.7.28.8) <F4F17385-EC9B-34BF-9147-E6048CFBEF01> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/VectorKit.framework/VectorKit
       0x10d805000 -        0x10d82cffb  com.apple.AppSupportUI (1.0 - ???) <C70D8EED-D886-392E-8A2E-C699A8544EAD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppSupportUI.framework/AppSupportUI
       0x10d850000 -        0x10d8acfff  com.apple.CoreSpotlight (1.0 - 231) <DF5B7021-5867-3F0F-977B-F423B4B1A27C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight
       0x10d91d000 -        0x10d921fff  com.apple.communicationsfilter (10.0 - 1000) <1C9EA84B-B98B-35CA-87E4-155DCCB0647C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommunicationsFilter.framework/CommunicationsFilter
       0x10d929000 -        0x10d940fff  com.apple.contacts.donation (1.0 - 1) <93B2AE01-9B3B-33E9-B35C-90CE60E54539> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContactsDonation.framework/ContactsDonation
       0x10d963000 -        0x10d9c1ff7  com.apple.AddressBook.ContactsFoundation (8.0 - ???) <868E4E71-0B23-310E-9654-691E6A85DC8A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundation
       0x10da52000 -        0x10daa7ffb  com.apple.Contacts.ContactsUICore (1.0 - 999.9.9) <CFE56D50-62A2-3967-9D2F-7DECEC488EE3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
       0x10db11000 -        0x10db38ff3  com.apple.dataaccess.dataaccessexpress.framework (1.0 - 1.0) <AD9A2B3F-78AA-32E7-B280-29F8774C39B5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress
       0x10db66000 -        0x10db74ff7  com.apple.IntlPreferences (1.0 - 227) <4578A35B-FBF0-3F09-9175-35128C0DD96C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences
       0x10db87000 -        0x10dc84ff3  com.apple.managedconfiguration (1.0 - 1.0) <9C3CA152-778E-3772-A44D-81F67FCA092C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfiguration
       0x10dd85000 -        0x10dd85ff7  com.apple.PhoneNumbers (1.0 - 1) <D2949B48-ADBE-31F5-B9DA-290DF33BE7B9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhoneNumbers.framework/PhoneNumbers
       0x10dd8a000 -        0x10ddacfff  com.apple.pluginkit.framework (1.0 - 1) <B9006083-02AA-3A60-9335-A000A0A3EA22> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit
       0x10ddd2000 -        0x10de0cfff  com.apple.SpringBoardServices (1.0 - 1.0) <AD696C47-A6C0-3525-9CB4-D36154E68D66> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServices
       0x10de61000 -        0x10de8effb  com.apple.contacts.vCard (1.0 - 2325) <169D47E2-DCF0-3413-9953-D0FA5C3DA0D8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/vCard.framework/vCard
       0x10ded1000 -        0x10df24ffb  com.apple.DocumentManager (1.0 - 68.3.8) <842CA551-D7EE-3946-B6CC-B137C192DBAA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UIKit.framework/Frameworks/DocumentManager.framework/DocumentManager
       0x10df7a000 -        0x10e00bff7  com.apple.FileProvider (112 - 112) <FC40CA2D-E9CD-38F8-B40A-9DACE1FE83C3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/FileProvider.framework/FileProvider
       0x10e08d000 -        0x10e17fffb  com.apple.UIFoundation (1.0 - 543) <5A538907-2445-3F46-ACDF-0944E670E210> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation
       0x10e229000 -        0x10e254ff3  com.apple.UserNotifications (1.0 - ???) <5F9F16B0-E123-32CE-A2A5-E6299115BA2E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/UserNotifications.framework/UserNotifications
       0x10e287000 -        0x10e2e2fff  com.apple.FrontBoardServices (483 - 483) <DBF1FA2D-2888-3428-AC5E-A675C2143C6B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServices
       0x10e368000 -        0x10e3c9ff7  com.apple.BaseBoard (357.1 - 357.1) <7C7D5AA1-ADB4-31D3-9F11-90E1491F9CDD> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard
       0x10e446000 -        0x10e50cfd7  com.apple.CoreUI (1.0 - 489) <0B3A6AF0-339D-3DA2-978C-F574BD9F0767> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreUI.framework/CoreUI
       0x10e658000 -        0x10e664ffb  com.apple.opengles (15.0.48 - 15.0.48) <FE1AC7ED-62D5-3A96-843D-DC558FFF98FC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/OpenGLES
       0x10e672000 -        0x10e687ffb  com.apple.MobileAssets (1.0 - 437.7.1) <DC9B209A-2A86-37AE-BE2F-11EDB58ED8FA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset
       0x10e6a1000 -        0x10e91dfff  com.apple.CoreImage (11.0.0 - 578.2) <C9A0FD5D-3169-329C-85AB-F61B2884D1B8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreImage.framework/CoreImage
       0x10eae8000 -        0x10eb10ff7  com.apple.DictionaryServices (1.2 - ???) <F2A095B1-F19E-385C-B931-8D1297884008> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServices
       0x10eb3d000 -        0x10eb94ff7  com.apple.TextInput (1.0 - 1.0) <AB0AF7C9-BEC5-313E-A221-66363A9AC795> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextInput.framework/TextInput
       0x10ec1c000 -        0x10ed92fff  com.apple.WebKitLegacy (8604 - 8604.2.10) <D5B9B152-CD67-3857-A832-57CD52D7483E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy
       0x10eef9000 -        0x10efe0ff3  com.apple.ProofReader (2.4 - 430) <9CF20D1E-1345-30E7-9FEC-C8C9BF2D1D9E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProofReader.framework/ProofReader
       0x10f03d000 -        0x10f08ffff  com.apple.PhysicsKit (1.0 - 1) <A83A8108-AF58-3E5F-B9CA-5929FC444D3B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit
       0x10f0c4000 -        0x10f133ff3  com.apple.Network (1.0 - 1) <22ACD78C-2FB5-3FE4-818D-19B706FDACE0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Network.framework/Network
       0x10f198000 -        0x10f1a1ff3  com.apple.mobileicons.framework (1.0 - 1.0) <5F28DF52-5F84-3436-A602-6E68F83C4100> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileIcons.framework/MobileIcons
       0x10f1ae000 -        0x10f1bdfff  com.apple.DocumentManagerCore (1.0 - 68.3.8) <AA700165-7BD2-376F-9A35-1CA5813D8663> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DocumentManagerCore.framework/DocumentManagerCore
       0x10f1d2000 -        0x10f1f1ffb  com.apple.CoreVideo (1.8 - 278.0) <8384C4BA-655C-3744-9E9E-EE34529A6B9D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreVideo.framework/CoreVideo
       0x10f20d000 -        0x10f20eff3  com.apple.FontServices (1.0 - 1) <A96607E6-654A-3628-86D8-18C80BA22E96> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/FontServices
       0x10f214000 -        0x10f321fff +libFontParser.dylib (222.1) <19F7400E-93D7-326A-892B-D6D7367AA03E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
       0x10f3fd000 -        0x10f482fff  com.apple.ColorSync (4.13.0 - 544) <EDFDD5C4-EBAF-323F-9BC7-E65365B55FC2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ColorSync.framework/ColorSync
       0x10f4b4000 -        0x10f4beffb +libGFXShared.dylib (15.0.48) <E39D1384-287A-301F-A27A-2E1DFF084B78> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib
       0x10f4c7000 -        0x10f50aff7 +libGLImage.dylib (15.0.48) <65564855-D3A4-3EDE-83FB-4303E3026941> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib
       0x10f516000 -        0x10f518fff +libCVMSPluginSupport.dylib (15.0.48) <A8C8649F-9EA0-3BAC-A11B-2E61177D6B44> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib
       0x10f51f000 -        0x10f527ffb +libCoreVMClient.dylib (160.11) <AB377365-A709-35A9-9A26-EF93931CC379> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib
       0x10f530000 -        0x1101baf4b +libLLVMContainer.dylib (602.2.46) <E167830E-F213-327E-BE3C-9552FEB1C815> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/OpenGLES.framework/libLLVMContainer.dylib
       0x110562000 -        0x110736fff  com.apple.mobilespotlight.index (10.7.0 - 1187) <4127FC32-983B-32B1-9558-8F27E308B2E9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotlightIndex
       0x1107fb000 -        0x110846ff7  com.apple.CoreNLP (1.0 - 130) <2934803E-4D4E-3539-897A-EE663811D9FB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreNLP.framework/CoreNLP
       0x11088e000 -        0x110941fff +libmecab_em.dylib (779.4) <CE81CD19-3DF3-3E44-ACF1-55CDE7CE668C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libmecab_em.dylib
       0x110967000 -        0x11096bff3 +libgermantok.dylib (19) <9A54FF99-8B1F-3045-A802-6533E6B53BA6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libgermantok.dylib
       0x110971000 -        0x110972ffb +libThaiTokenizer.dylib (2.2) <DC9C3067-2C78-3CE5-B0BE-B02B79FB5366> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libThaiTokenizer.dylib
       0x110978000 -        0x110981fff +libChineseTokenizer.dylib (28) <C9E2F999-AA5B-35C4-BF35-D67D67EA38F3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libChineseTokenizer.dylib
       0x11098f000 -        0x1109a5fff +libmarisa.dylib (9) <34BA863A-1283-3398-AED4-E75EFE286FC0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libmarisa.dylib
       0x1109b3000 -        0x110aa4ff7 +libiconv.2.dylib (51) <9979C6D5-5613-3D44-917A-1D5E87E1E831> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libiconv.2.dylib
       0x110ab8000 -        0x110baafff  com.apple.LanguageModeling (1.0 - 159) <43F328B2-97A5-365D-A720-893C57A3236F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling
       0x110bdd000 -        0x110bedff7  com.apple.CoreEmoji (1.0 - 69) <6610C4C0-AF3C-3851-9488-7F72BC452908> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreEmoji.framework/CoreEmoji
       0x110c06000 -        0x110c48ff7  com.apple.Lexicon-framework (1.0 - 33) <EEF4A6CA-74C8-3552-9EA9-65D7F7B286FE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Lexicon.framework/Lexicon
       0x110c5c000 -        0x110c6cffb +libcmph.dylib (6) <7C757187-A898-369F-A96E-8F64DE801757> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcmph.dylib
       0x110c76000 -        0x110d29ff3  com.apple.TextureIO (3.6 - 3.6) <867DA303-FBCC-36E3-9F5D-354B66DD71FB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TextureIO.framework/TextureIO
       0x110d52000 -        0x110e51fe7 +libate.dylib (1.13.1) <3818A678-4B89-3736-9EE4-C28979F1F002> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libate.dylib
       0x110e66000 -        0x11128fff7  com.apple.vision.FaceCore (3.1.10 - 3.1.10) <666FF5E0-F2AF-39D0-9673-88F20E555EA0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FaceCore.framework/FaceCore
       0x1114b7000 -        0x111681ff3 +libFosl_dynamic.dylib (17.7) <5A47FB54-B2E4-3438-9C8C-3E145EEC0AB6> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libFosl_dynamic.dylib
       0x1116d5000 -        0x11176ffff  com.apple.CoreMedia (1.0 - 2171.9) <4C48BA1E-67B2-3144-A8F5-20E9CB4954CB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMedia.framework/CoreMedia
       0x111813000 -        0x111b12ff7  com.apple.VideoToolbox (1.0 - 2171.9) <E1345619-E212-38D8-B0B6-C5AD0452ED5A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/VideoToolbox.framework/VideoToolbox
       0x111bad000 -        0x111bb0ff3  com.apple.iphonesimulator.SimulatorClient (1.0 - 1) <90CB8690-FC2D-3F9A-BD6F-AE7C77690678> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/SimulatorClient.framework/SimulatorClient
       0x111bb6000 -        0x111be0ff3  com.apple.persistentconnection (1.0 - 1.0) <7B2952EB-3544-3084-ABDA-E14CB3444B61> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConnection
       0x111c0e000 -        0x111c16fff  com.apple.datamigration (1.0 - 1.0) <042033ED-787C-3A37-B5FE-0D5AAFD51E6F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataMigration.framework/DataMigration
       0x111c24000 -        0x111cb3fff  com.apple.CoreTelephony (113 - 5483) <B52510E7-515C-32A4-92A0-3B66A721CC45> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
       0x111d39000 -        0x111d4effb  com.apple.AssertionServices (1.0 - 1) <3337D28E-B15B-3174-8DAA-95E026067F37> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices
       0x111d75000 -        0x111d89ffb  com.apple.commonutilities (8.0 - 900) <616D54B3-E627-3890-AAA4-042E705F5771> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities
       0x111da0000 -        0x111da7ff7 +libcupolicy.dylib (5483) <0D9AF93E-7A3C-366E-BECE-F8049A508D1E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libcupolicy.dylib
       0x111db3000 -        0x111deeff7 +libTelephonyUtilDynamic.dylib (3077) <A0B73FC5-8949-327F-A746-005C43D57555> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libTelephonyUtilDynamic.dylib
       0x111e3b000 -        0x111e61ff7  com.apple.StreamingZip (1.0 - 1) <A5C1179C-B42E-33CC-86ED-15BF788AEB1D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/StreamingZip.framework/StreamingZip
       0x111e7f000 -        0x111f81fff  com.apple.NLP (1.0 - 122) <0FE6FDEB-9711-39B1-B015-406F609BF1EE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/NLP.framework/NLP
       0x111fd7000 -        0x111ffffff +libxslt.1.dylib (15.10) <19F8F133-D721-3557-84FC-30E4E6239E50> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libxslt.1.dylib
       0x112010000 -        0x112043ffb  com.apple.datadetectorscore (7.0 - 590) <D57AEF13-4682-3F04-B110-1C201CC22BE2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DataDetectorsCore.framework/DataDetectorsCore
       0x11206f000 -        0x112072ff3  com.apple.InternationalSupport (1.0 - 1) <B657545E-9637-37B6-942F-F582EE9F41EB> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/InternationalSupport.framework/InternationalSupport
       0x112079000 -        0x1128f4ff7  com.apple.JavaScriptCore (8604 - 8604.2.10) <05AD1CCC-534C-373A-A580-7480F2E83A41> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore
       0x112b5e000 -        0x114021fff  com.apple.WebCore (8604 - 8604.2.10) <1E843620-80E7-3990-9C28-87883C2D6C90> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/WebCore
       0x114cc5000 -        0x1151dcff3 +libwebrtc.dylib (7604.2.10) <93FFB484-C9FE-387D-AA93-98A50410C769> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WebCore.framework/Frameworks/libwebrtc.dylib
       0x1153b8000 -        0x1153c2ff7 +libAudioStatistics.dylib (975.1.3) <25215098-C9AC-3607-883E-E8C0CF97DBA5> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAudioStatistics.dylib
       0x1153cf000 -        0x115411fff  com.apple.awd (1.0 - 919) <ECE9442E-7FD7-3936-B97C-76236F35D854> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
       0x115444000 -        0x11544cff3  com.apple.RTCReporting (9.32 - 9.32) <DB68DBB9-9AEF-3BC6-ABB0-E28C77691C17> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/RTCReporting.framework/RTCReporting
       0x11545b000 -        0x115461fff  com.apple.TCC (1.0 - 1) <60ABD637-DBCE-3780-8AF1-683D385BF2A7> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/TCC.framework/TCC
       0x11546d000 -        0x11555cff7 +libAWDSupportFramework.dylib (745.1) <1D64AFF2-7B07-3F9B-B9C8-EAC63DAC7311> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libAWDSupportFramework.dylib
       0x115678000 -        0x115689ff7 +libprotobuf-lite.dylib (745.1) <E9057BA3-2728-3F6E-A417-681A0F96CDDA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libprotobuf-lite.dylib
       0x1156a1000 -        0x1156cefff  com.apple.CoreAnalytics.CoreAnalytics (1.0 - 1) <9C6F0297-F99E-351F-8E5E-FEF49230F93E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreAnalytics.framework/CoreAnalytics
       0x1156f9000 -        0x11575aff7 +libprotobuf.dylib (745.1) <A4A5C394-7B4F-3DD9-A259-D9426761D509> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libprotobuf.dylib
       0x1157b5000 -        0x115889fff  com.apple.audio.AVFAudio (1.0 - ???) <DF0FD38A-9606-3CE5-AA23-1399574D3A17> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AVFoundation.framework/Frameworks/AVFAudio.framework/AVFAudio
       0x115915000 -        0x115cdaff7  com.apple.MediaToolbox (1.0 - 2171.9) <84B2C2A2-2525-3251-859D-EF0961F967C9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/MediaToolbox.framework/MediaToolbox
       0x115e9a000 -        0x115ed5ffb  com.apple.Celestial (1.0 - 2171.9) <B1F70286-5FC9-3BCD-8D11-0AB8941E2304> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Celestial.framework/Celestial
       0x115f47000 -        0x115f48fff +libCTGreenTeaLogger.dylib (5483) <E345BF20-5274-319B-BBE9-5F42AAC1BDB8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libCTGreenTeaLogger.dylib
       0x115f4f000 -        0x115facfff  com.apple.imfoundation (10.0 - 1000) <BA2DC1EF-71F5-3786-B436-E91526EAE620> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation
       0x116007000 -        0x11603cfff +libtidy.A.dylib (15.18.1) <C027958E-1F9B-3692-9618-A6C4AFA73730> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libtidy.A.dylib
       0x116054000 -        0x11617bff7  com.apple.CoreDuet (1.0 - 1) <2770460D-2CEC-3064-A2AA-309C174E687B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet
       0x11627c000 -        0x116287ffb  com.apple.corerecents (1.0 - 1) <0781419D-3B2C-3176-AB1E-3D20D4E420F3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents
       0x11629c000 -        0x1162bafff  com.apple.coreduetcontext (1.0 - 1) <C7B21C42-537A-3A74-9203-850419F62E83> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDuetContext.framework/CoreDuetContext
       0x1162e5000 -        0x1162fbff3  com.apple.aps.framework (4.0 - 4.0) <C1875A34-F7DF-3684-8A02-7F985517713E> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ApplePushService.framework/ApplePushService
       0x11631a000 -        0x116423ff7  com.apple.cloudkit.CloudKit (719 - 719) <5A00EDD9-B8E6-34FA-92FE-F95B4F165434> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CloudKit.framework/CloudKit
       0x116539000 -        0x11654cffb  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <46670B06-A20E-36B9-969E-E3A51F6DADC2> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaemonProtocol
       0x116560000 -        0x1165a3ff7  com.apple.ProtectedCloudStorage (1.0 - 1) <4C63B071-B2C2-3496-8E2B-1F96EC389DEF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/ProtectedCloudStorage
       0x1165e5000 -        0x1165eaffb +libheimdal-asn1.dylib (520) <F73A69B6-DC9E-39EE-A0BD-B27FA7B215C0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libheimdal-asn1.dylib
       0x1165f2000 -        0x1165f2fff  com.apple.IntentsFoundation (1.0 - 1) <CC189ADB-5C9E-3E15-B096-7A4D88CC7680> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IntentsFoundation.framework/IntentsFoundation
       0x1165f7000 -        0x1165f9fff  com.apple.CoreDuetDebugLogging (1.0 - 1) <4F237D3A-ACDD-358B-8A88-AC5F1CF04D16> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugLogging
       0x1165fe000 -        0x116808ff7 +StoreServices (1444.1.7.1) <5C9A549E-0C0A-3C9D-830E-396D6AB76851> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/StoreServices.framework/StoreServices
       0x116a30000 -        0x116a43ff3  com.apple.AssetsLibrary (1.0 - 1) <46C9E4A7-A643-37B5-8064-312936BA543F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/AssetsLibrary.framework/AssetsLibrary
       0x116a5e000 -        0x116a60fff  com.apple.OAuth (25 - 25) <63696BF4-B9DF-32C9-948F-817D7FA939A8> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/OAuth.framework/OAuth
       0x116a68000 -        0x116b4ffff  com.apple.CorePDF (5.0 - 414) <A27AB243-B013-3CCA-A8C1-517EE9ACB36A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CorePDF.framework/CorePDF
       0x116bed000 -        0x116c48ff7  com.apple.CorePrediction (1.0 - 1) <DE6F2564-71C4-35B3-A3C9-EDC70B533703> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CorePrediction.framework/CorePrediction
       0x116c83000 -        0x116c87ff7  com.apple.CoreOptimization (1.0 - 1) <10FBEC36-7F34-39CB-BE36-FCB700709EA1> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreOptimization.framework/CoreOptimization
       0x116c8e000 -        0x116cd3fff  com.apple.AuthKit (1.0 - 1) <B1BDC4CD-5AC5-381C-922E-2499D5084D52> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AuthKit.framework/AuthKit
       0x116d1e000 -        0x116d3affb +libresolv.9.dylib (65) <28C365A5-0C0D-396D-BB3B-4901E27A4B29> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libresolv.9.dylib
       0x116d47000 -        0x116d52ffb  com.apple.AppleIDAuthSupport (1.0 - 1) <A94FC5AD-95F8-3E05-8DD6-E937FBED6E3B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/AppleIDAuthSupport
       0x116d61000 -        0x116d80ff3  com.apple.DCIMServices (1.0 - 1) <2CB40D8B-5521-3A61-8EA0-01E83745C9B0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DCIMServices.framework/DCIMServices
       0x116daa000 -        0x1171b6ff7  com.apple.PhotoLibraryServices (1.0.0 - 1.0) <2050F8A7-AB5B-34E7-AE29-2D4FC78C4FF0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices
       0x117550000 -        0x117576ffb  com.apple.AssetsLibraryServices (1.0 - 1) <8B9F5154-1E69-3B8B-AAA9-78523F72E6F9> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices
       0x1175ae000 -        0x1175dcff3  com.apple.PhotosFormats (1.0 - 1) <1B1D384B-D81C-3BC4-A6D3-8F336E0C5C89> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/PhotosFormats.framework/PhotosFormats
       0x117612000 -        0x1176effff  com.apple.MMCS (1.3 - 426) <6F475A8F-890C-3AE6-B748-A066CA64957B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MMCS.framework/MMCS
       0x1177e1000 -        0x117827ff3  com.apple.ChunkingLibrary (186 - 186) <53E2718C-B629-3EE4-92AA-552E4329E1DC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ChunkingLibrary.framework/ChunkingLibrary
       0x117879000 -        0x117880ffb  com.apple.AssetCacheServices (46 - 46) <042B96CE-7798-376C-902C-5A678BEFA802> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AssetCacheServices.framework/AssetCacheServices
       0x11788f000 -        0x1178a2ffb  com.apple.UserManagement (1.0 - 1) <C2250B10-6BDD-3FEF-B094-4908D0ACEC6A> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/UserManagement.framework/UserManagement
       0x1178bf000 -        0x1179e8ff7  com.apple.CloudPhotoLibrary (1.0 - 3222.8.100) <C2A05D8D-6E77-3F9A-99A1-0AD43F5CA686> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudPhotoLibrary.framework/CloudPhotoLibrary
       0x117ada000 -        0x117af6ffb  com.apple.CloudPhotoServices (1.0 - 3222.8.100) <2DE93709-687C-322D-9212-EFBD7768F0D3> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CloudPhotoServices.framework/CloudPhotoServices
       0x117b15000 -        0x117bf8ff3  com.apple.CameraKit (1.0 - 1) <C20B7AFD-54BA-3F11-B5EA-0873910FFF2D> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CameraKit.framework/CameraKit
       0x117ce7000 -        0x117d39ffb  com.apple.AppleAccount (1.0 - 1.0) <1B10721C-5894-3860-A4A6-76A6C01888D4> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount
       0x117d99000 -        0x117ed9ffb  com.apple.CoreMediaStream (2.0 - 510.8) <2C2AF40F-AB5B-3F31-8FB0-ECE711CC3C9F> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CoreMediaStream.framework/CoreMediaStream
       0x117fbb000 -        0x117fd7ff7  com.apple.mediastream (1.0 - 1) <2B6084CC-0A2F-39BB-9D5C-CF24FB94C4FF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/MediaStream.framework/MediaStream
       0x117ffd000 -        0x118107ff7  com.apple.coremotion (2235.0.5) <AC6DA868-4306-3C11-B292-3AA740B62841> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/CoreMotion.framework/CoreMotion
       0x118177000 -        0x11817bff7  com.apple.AppleIDSSOAuthentication (1.0 - 1) <8643711F-3284-3220-88B4-8DEDF7919B04> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AppleIDSSOAuthentication.framework/AppleIDSSOAuthentication
       0x118185000 -        0x11821eff3  com.apple.accounts.AccountsDaemon (113 - 113) <D3538C5C-5A51-3CA4-BF0A-DA1DFCA906E0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/AccountsDaemon.framework/AccountsDaemon
       0x11827b000 -        0x1182a4ffb  com.apple.GSS (4.0 - 2.0) <69A111E2-46B4-30BC-BC25-D75037E03867> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/GSS.framework/GSS
       0x1182c6000 -        0x118334fff  com.apple.Heimdal (4.0 - 2.0) <DD579B8F-1BE5-368B-96F4-6B72FBB7A26B> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Heimdal.framework/Heimdal
       0x11836d000 -        0x11836fff7  com.apple.CommonAuth (4.0 - 2.0) <9C72CBA4-A581-3A79-9847-FDAC9D2133DA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/CommonAuth.framework/CommonAuth
       0x118375000 -        0x118482fff  com.apple.ids (10.0 - 1000) <231D1B7C-53CE-3A93-8181-98B4D1613EFE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDS.framework/IDS
       0x1184ef000 -        0x1184f0fff  com.apple.marco (10.0 - 1000) <A4DA6DBF-A1A9-3FBA-8246-CB058ABE9ADC> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Marco.framework/Marco
       0x1184f7000 -        0x1185cbffb  com.apple.idsfoundation (10.0 - 1000) <8A8F7DA3-1D55-3F6B-934C-E83341426CEF> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation
       0x118658000 -        0x118670fff  com.apple.Engram (1.0 - 1) <F24C0EE4-E165-30DE-88D9-46022F7CDA82> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/Engram.framework/Engram
       0x118683000 -        0x118684ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <A34D1734-1AE0-335E-B880-04592943FDCE> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticLogCollection
       0x11868a000 -        0x118691fff  com.apple.XPCKit (1.0 - 1) <C2EA7265-8781-35C3-A030-28407ACA48CA> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/XPCKit.framework/XPCKit
       0x119453000 -        0x11945cfff +libMobileGestaltExtensions.dylib (585.7.7) <F64D570D-C598-37B4-8FCE-D892E44E28A0> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libMobileGestaltExtensions.dylib
       0x119467000 -        0x11946cffb  com.apple.ConstantClasses (1.0 - 1) <C387C171-BC5E-3B63-AD8B-30980DD56C6C> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses
       0x11c000000 -        0x11c011fff +libGSFontCache.dylib (119.0.2) <C028FF39-82CC-32A3-B622-7B24DC068F00> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/System/Library/PrivateFrameworks/FontServices.framework/libGSFontCache.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: 31483148
    thread_create: 0
    thread_set_state: 24

VM Region Summary:
ReadOnly portion of Libraries: Total=354.1M resident=0K(0%) swapped_out_or_unallocated=354.1M(100%)
Writable regions: Total=1.1G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.1G(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Activity Tracing                   256K        2 
JS JIT generated code              1.0G        4 
Kernel Alloc Once                    8K        2 
MALLOC                            74.7M       27 
MALLOC guard page                   48K       13 
STACK GUARD                       56.0M        7 
Stack                             10.8M        7 
WebKit Malloc                     2096K        3 
__DATA                            38.9M      325 
__FONT_DATA                          4K        2 
__LINKEDIT                       114.2M      257 
__TEXT                           239.9M      257 
__UNICODE                          556K        2 
shared memory                       24K        4 
===========                     =======  ======= 
TOTAL                              1.5G      898 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant