Xcode 11 debugger crashes on breakpoint

My iOS app runs fine, but when I set a breakpoint it radnomly crashes giving my this message.



Message from debugger: The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the most recent crash log.


Here is the crash log. Any help is welcome.


Process: lldb-rpc-server [30988]

Path: /Applications/Xcode.app/Contents/SharedFrameworks/LLDBRPC.framework/Versions/A/Resources/lldb-rpc-server

Identifier: lldb-rpc-server

Version: 2

Code Type: X86-64 (Native)

Parent Process: Xcode [5960]

Responsible: lldb-rpc-server [30988]

User ID: 503



Date/Time: 2019-12-06 18:03:03.133 +0900

OS Version: Mac OS X 10.14.5 (18F132)

Report Version: 12

Anonymous UUID: 635D466A-0D4D-6D3B-AD6B-BAA2E4FB00F5



Sleep/Wake UUID: CCD748D7-7298-4999-A176-A5D41DCB0862



Time Awake Since Boot: 24000 seconds

Time Since Wake: 13000 seconds



System Integrity Protection: enabled



Crashed Thread: 7 RPC packet thread for client tid 00032347 (205639)



Exception Type: EXC_BAD_ACCESS (SIGSEGV)

Exception Codes: KERN_INVALID_ADDRESS at 0xffff805c5cf61172

Exception Note: EXC_CORPSE_NOTIFY



Termination Signal: Segmentation fault: 11

Termination Reason: Namespace SIGNAL, Code 0xb

Terminating Process: exc handler [30988]



VM Regions Near 0xffff805c5cf61172:

--> shared memory 00007fffffedc000-00007fffffedd000 [ 4K] r-x/r-x SM=SHM



Thread 0:: Connection::RunLoop() packet reading thread Dispatch queue: com.apple.main-thread

0 libsystem_kernel.dylib 0x00007fff71893ef2 read + 10

1 lldb-rpc-server 0x000000010cf80e8c rpc_common::RPCConnectionSocket::Read(std::__1::basic_string<unsigned char, std::__1::char_traits<unsigned char>, std::__1::allocator<unsigned char> >&, bool) + 172

2 lldb-rpc-server 0x000000010cf7bb40 rpc_common::Connection::ReceivePacket(rpc_common::RPCPacket&) + 176

3 lldb-rpc-server 0x000000010cf7b537 rpc_common::Connection::RunLoop() + 215

4 lldb-rpc-server 0x000000010cf288a1 main + 513

5 libdyld.dylib 0x00007fff7175d3d5 start + 1



Thread 1:

0 libsystem_kernel.dylib 0x00007fff7189222a mach_msg_trap + 10

1 libsystem_kernel.dylib 0x00007fff7189276c mach_msg + 60

2 com.apple.CoreFoundation 0x00007fff45811bee __CFRunLoopServiceMachPort + 328

3 com.apple.CoreFoundation 0x00007fff4581115c __CFRunLoopRun + 1612

4 com.apple.CoreFoundation 0x00007fff458108be CFRunLoopRunSpecific + 455

5 com.apple.CoreFoundation 0x00007fff458106d2 CFRunLoopRun + 40

6 com.apple.DebugSymbols 0x00007fff5a48ad2b SpotlightQueryThread(void*) + 475

7 libsystem_pthread.dylib 0x00007fff719512eb _pthread_body + 126

8 libsystem_pthread.dylib 0x00007fff71954249 _pthread_start + 66

9 libsystem_pthread.dylib 0x00007fff7195040d thread_start + 13



Thread 2:

0 libsystem_pthread.dylib 0x00007fff719503f0 start_wqthread + 0



Thread 3:: RPC packet thread for client tid 0000bd81 (48513)

0 libsystem_kernel.dylib 0x00007fff7189586a __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff7195456e _pthread_cond_wait + 722

2 libc++.1.dylib 0x00007fff6e98fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 lldb-rpc-server 0x000000010cf7df5b Packets::ReadThread() + 235

4 lldb-rpc-server 0x000000010cf7de69 Packets::RunReadThread(void*) + 9

5 libsystem_pthread.dylib 0x00007fff719512eb _pthread_body + 126

6 libsystem_pthread.dylib 0x00007fff71954249 _pthread_start + 66

7 libsystem_pthread.dylib 0x00007fff7195040d thread_start + 13



Thread 4:: lldb.debugger.io-handler

0 libsystem_kernel.dylib 0x00007fff718931be __read_nocancel + 10

1 libsystem_c.dylib 0x00007fff717e8e2b _sread + 16

2 libsystem_c.dylib 0x00007fff717e84a3 __srefill1 + 24

3 libsystem_c.dylib 0x00007fff717e1f4f fgets + 98

4 com.apple.LLDB.framework 0x000000010e1db360 lldb_private::IOHandlerEditline::GetLine(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >&, bool&) + 512

5 com.apple.LLDB.framework 0x000000010e1db91e lldb_private::IOHandlerEditline::Run() + 190

6 com.apple.LLDB.framework 0x000000010e1c2dab lldb_private::Debugger::ExecuteIOHandlers() + 123

7 com.apple.LLDB.framework 0x000000010e1c57f3 lldb_private::Debugger::IOHandlerThread(void*) + 19

8 com.apple.LLDB.framework 0x000000010e2700b7 lldb_private::HostNativeThreadBase::ThreadCreateTrampoline(void*) + 103

9 libsystem_pthread.dylib 0x00007fff719512eb _pthread_body + 126

10 libsystem_pthread.dylib 0x00007fff71954249 _pthread_start + 66

11 libsystem_pthread.dylib 0x00007fff7195040d thread_start + 13



Thread 5:: <lldb.process.gdb-remote.async>

0 libsystem_kernel.dylib 0x00007fff7189586a __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff7195456e _pthread_cond_wait + 722

2 libc++.1.dylib 0x00007fff6e98fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 com.apple.LLDB.framework 0x000000010e40fc1b lldb_private::Listener::GetEventInternal(lldb_private::Timeout<std::__1::ratio<1l, 1000000l> > const&, lldb_private::Broadcaster*, lldb_private::ConstString const*, unsigned int, unsigned int, std::__1::shared_ptr<lldb_private::Event>&) + 475

4 com.apple.LLDB.framework 0x000000010e40fd6e lldb_private::Listener::GetEvent(std::__1::shared_ptr<lldb_private::Event>&, lldb_private::Timeout<std::__1::ratio<1l, 1000000l> > const&) + 30

5 com.apple.LLDB.framework 0x000000010e6268b0 lldb_private::process_gdb_remote::ProcessGDBRemote::AsyncThread(void*) + 288

6 com.apple.LLDB.framework 0x000000010e2700b7 lldb_private::HostNativeThreadBase::ThreadCreateTrampoline(void*) + 103

7 libsystem_pthread.dylib 0x00007fff719512eb _pthread_body + 126

8 libsystem_pthread.dylib 0x00007fff71954249 _pthread_start + 66

9 libsystem_pthread.dylib 0x00007fff7195040d thread_start + 13



Thread 6:: <lldb.process.internal-state(pid=0)>

0 libsystem_kernel.dylib 0x00007fff7189586a __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff7195456e _pthread_cond_wait + 722

2 libc++.1.dylib 0x00007fff6e98fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 com.apple.LLDB.framework 0x000000010e40fc1b lldb_private::Listener::GetEventInternal(lldb_private::Timeout<std::__1::ratio<1l, 1000000l> > const&, lldb_private::Broadcaster*, lldb_private::ConstString const*, unsigned int, unsigned int, std::__1::shared_ptr<lldb_private::Event>&) + 475

4 com.apple.LLDB.framework 0x000000010e40fd6e lldb_private::Listener::GetEvent(std::__1::shared_ptr<lldb_private::Event>&, lldb_private::Timeout<std::__1::ratio<1l, 1000000l> > const&) + 30

5 com.apple.LLDB.framework 0x000000010e36c943 lldb_private::Process::GetEventsPrivate(std::__1::shared_ptr<lldb_private::Event>&, lldb_private::Timeout<std::__1::ratio<1l, 1000000l> > const&, bool) + 227

6 com.apple.LLDB.framework 0x000000010e374c3d lldb_private::Process::RunPrivateStateThread(bool) + 205

7 com.apple.LLDB.framework 0x000000010e374705 lldb_private::Process::PrivateStateThread(void*) + 21

8 com.apple.LLDB.framework 0x000000010e2700b7 lldb_private::HostNativeThreadBase::ThreadCreateTrampoline(void*) + 103

9 libsystem_pthread.dylib 0x00007fff719512eb _pthread_body + 126

10 libsystem_pthread.dylib 0x00007fff71954249 _pthread_start + 66

11 libsystem_pthread.dylib 0x00007fff7195040d thread_start + 13



Thread 7 Crashed:: RPC packet thread for client tid 00032347 (205639)

0 com.apple.LLDB.framework 0x000000010e84fb6c swift::Demangle::makeSymbolicMangledNameStringRef(char const*) + 12

1 com.apple.LLDB.framework 0x000000010e8463da swift::reflection::TypeRefBuilder::getFieldTypeRefs(swift::reflection::TypeRef const*, std::__1::pair<swift::reflection::FieldDescriptor const*, swift::reflection::ReflectionInfo const*> const&, std::__1::vector<swift::reflection::FieldTypeInfo, std::__1::allocator<swift::reflection::FieldTypeInfo> >&) + 442

2 com.apple.LLDB.framework 0x000000010e840e2f swift::reflection::LowerType::visitAnyNominalTypeRef(swift::reflection::TypeRef const*) + 559

3 com.apple.LLDB.framework 0x000000010e83efd8 swift::reflection::TypeConverter::getTypeInfo(swift::reflection::TypeRef const*) + 232

4 com.apple.LLDB.framework 0x000000010e39cac0 lldb_private::SwiftLanguageRuntime::GetTypeInfo(lldb_private::CompilerType) + 352

5 com.apple.LLDB.framework 0x000000010e39f4fe lldb_private::SwiftLanguageRuntime::GetBitSize(lldb_private::CompilerType) + 30

6 com.apple.LLDB.framework 0x000000010e31aab2 lldb_private::SwiftASTContext::GetBitSize(void*, lldb_private::ExecutionContextScope*) + 434

7 com.apple.LLDB.framework 0x000000010e2ed441 lldb_private::CompilerType::GetByteSize(lldb_private::ExecutionContextScope*) const + 33

8 com.apple.LLDB.framework 0x000000010e54e598 lldb_private::formatters::swift::SwiftArrayNativeBufferHandler::SwiftArrayNativeBufferHandler(lldb_private::ValueObject&, unsigned long long, lldb_private::CompilerType) + 216

9 com.apple.LLDB.framework 0x000000010e54f9d2 lldb_private::formatters::swift::SwiftArrayBufferHandler::CreateBufferHandler(lldb_private::ValueObject&) + 2354

10 com.apple.LLDB.framework 0x000000010e5502b7 lldb_private::formatters::swift::ArraySyntheticFrontEndCreator(lldb_private::CXXSyntheticChildren*, lldb_private::SharingPtr<lldb_private::ValueObject>) + 87

11 com.apple.LLDB.framework 0x000000010e535d75 std::__1::__function::__func<lldb_private::SyntheticChildrenFrontEnd* (*)(lldb_private::CXXSyntheticChildren*, lldb_private::SharingPtr<lldb_private::ValueObject>), std::__1::allocator<lldb_private::SyntheticChildrenFrontEnd* (*)(lldb_private::CXXSyntheticChildren*, lldb_private::SharingPtr<lldb_private::ValueObject>)>, lldb_private::SyntheticChildrenFrontEnd* (lldb_private::CXXSyntheticChildren*, lldb_private::SharingPtr<lldb_private::ValueObject>)>::operator()(lldb_private::CXXSyntheticChildren*&&, lldb_private::SharingPtr<lldb_private::ValueObject>&&) + 53

12 com.apple.LLDB.framework 0x000000010e2408ec lldb_private::CXXSyntheticChildren::GetFrontEnd(lldb_private::ValueObject&) + 60

13 com.apple.LLDB.framework 0x000000010e225082 lldb_private::ValueObjectSynthetic::CreateSynthFilter() + 178

14 com.apple.LLDB.framework 0x000000010e224b00 lldb_private::ValueObjectSynthetic::ValueObjectSynthetic(lldb_private::ValueObject&, std::__1::shared_ptr<lldb_private::SyntheticChildren>) + 304

15 com.apple.LLDB.framework 0x000000010e21940a lldb_private::ValueObject::CalculateSyntheticValue(bool) + 186

16 com.apple.LLDB.framework 0x000000010e219662 lldb_private::ValueObject::GetSyntheticValue(bool) + 34

17 com.apple.LLDB.framework 0x000000010e1883fd ValueImpl::GetSP(lldb_private::ProcessRunLock::ProcessRunLocker&, std::__1::unique_lock<std::__1::recursive_mutex>&, lldb_private::Status&) + 557

18 com.apple.LLDB.framework 0x000000010e17752b lldb::SBValue::GetSP(ValueLocker&) const + 139

19 com.apple.LLDB.framework 0x000000010e1782dc lldb::SBValue::GetValueType() + 284

20 lldb-rpc-server 0x000000010cf776c4 rpc_server::_ZN4lldb7SBValue12GetValueTypeEv::HandleRPCCall(rpc_common::Connection&, rpc_common::RPCStream&, rpc_common::RPCStream&) + 36

21 lldb-rpc-server 0x000000010cf7a9c1 rpc_common::Connection::PrivateHandleRPCPacket(rpc_common::RPCPacket&, rpc_common::RPCPacket&, bool&) + 1553

22 lldb-rpc-server 0x000000010cf7e42d Packets::ProcessPackets() + 1037

23 lldb-rpc-server 0x000000010cf7df31 Packets::ReadThread() + 193

24 lldb-rpc-server 0x000000010cf7de69 Packets::RunReadThread(void*) + 9

25 libsystem_pthread.dylib 0x00007fff719512eb _pthread_body + 126

26 libsystem_pthread.dylib 0x00007fff71954249 _pthread_start + 66

27 libsystem_pthread.dylib 0x00007fff7195040d thread_start + 13



Thread 8:: RPC packet thread for client tid 00031faf (204719)

0 libsystem_kernel.dylib 0x00007fff7189586a __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff7195456e _pthread_cond_wait + 722

2 libc++.1.dylib 0x00007fff6e98fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 lldb-rpc-server 0x000000010cf7df5b Packets::ReadThread() + 235

4 lldb-rpc-server 0x000000010cf7de69 Packets::RunReadThread(void*) + 9

5 libsystem_pthread.dylib 0x00007fff719512eb _pthread_body + 126

6 libsystem_pthread.dylib 0x00007fff71954249 _pthread_start + 66

7 libsystem_pthread.dylib 0x00007fff7195040d thread_start + 13



Thread 9:: RPC packet thread for client tid 00031f98 (204696)

0 libsystem_kernel.dylib 0x00007fff7189586a __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff7195456e _pthread_cond_wait + 722

2 libc++.1.dylib 0x00007fff6e98fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 lldb-rpc-server 0x000000010cf7df5b Packets::ReadThread() + 235

4 lldb-rpc-server 0x000000010cf7de69 Packets::RunReadThread(void*) + 9

5 libsystem_pthread.dylib 0x00007fff719512eb _pthread_body + 126

6 libsystem_pthread.dylib 0x00007fff71954249 _pthread_start + 66

7 libsystem_pthread.dylib 0x00007fff7195040d thread_start + 13



Thread 10:: RPC packet thread for client tid 00031fb1 (204721)

0 libsystem_kernel.dylib 0x00007fff7189586a __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff7195456e _pthread_cond_wait + 722

2 libc++.1.dylib 0x00007fff6e98fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 lldb-rpc-server 0x000000010cf7df5b Packets::ReadThread() + 235

4 lldb-rpc-server 0x000000010cf7de69 Packets::RunReadThread(void*) + 9

5 libsystem_pthread.dylib 0x00007fff719512eb _pthread_body + 126

6 libsystem_pthread.dylib 0x00007fff71954249 _pthread_start + 66

7 libsystem_pthread.dylib 0x00007fff7195040d thread_start + 13



Thread 11:: RPC packet thread for client tid 00032517 (206103)

0 libsystem_kernel.dylib 0x00007fff7189586a __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff7195456e _pthread_cond_wait + 722

2 libc++.1.dylib 0x00007fff6e98fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 lldb-rpc-server 0x000000010cf7df5b Packets::ReadThread() + 235

4 lldb-rpc-server 0x000000010cf7de69 Packets::RunReadThread(void*) + 9

5 libsystem_pthread.dylib 0x00007fff719512eb _pthread_body + 126

6 libsystem_pthread.dylib 0x00007fff71954249 _pthread_start + 66

7 libsystem_pthread.dylib 0x00007fff7195040d thread_start + 13



Thread 12:: RPC packet thread for client tid 0003251c (206108)

0 libsystem_kernel.dylib 0x00007fff7189586a __psynch_cvwait + 10

1 libsystem_pthread.dylib 0x00007fff7195456e _pthread_cond_wait + 722

2 libc++.1.dylib 0x00007fff6e98fa0a std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 18

3 lldb-rpc-server 0x000000010cf7df5b Packets::ReadThread() + 235

4 lldb-rpc-server 0x000000010cf7de69 Packets::RunReadThread(void*) + 9

5 libsystem_pthread.dylib 0x00007fff719512eb _pthread_body + 126

6 libsystem_pthread.dylib 0x00007fff71954249 _pthread_start + 66

7 libsystem_pthread.dylib 0x00007fff7195040d thread_start + 13



Thread 7 crashed with X86 Thread State (64-bit):

rax: 0xffff805c5cf61172 rbx: 0x000070001010d2e0 rcx: 0x00000001a7f1b52a rdx: 0x000000000002c028

rdi: 0xffff805c5cf61172 rsi: 0x0000000000000000 rbp: 0x000070001010d230 rsp: 0x000070001010d230

r8: 0x0000000000000000 r9: 0x00007fa54f2b19f0 r10: 0x0000000000000003 r11: 0x0000000000000003

r12: 0x00000001a7f2ceb4 r13: 0x0000000111a80070 r14: 0xffff805c5cf61172 r15: 0x0000000000000000

rip: 0x000000010e84fb6c rfl: 0x0000000000010286 cr2: 0xffff805c5cf61172


Logical CPU: 3

Error Code: 0x00000004

Trap Number: 14





Binary Images:

0x10cf26000 - 0x10cfb4ff7 +lldb-rpc-server (2) <67B5D851-84B5-36E7-97B8-D15CA2584A3A> /Applications/Xcode.app/Contents/SharedFrameworks/LLDBRPC.framework/Resources/lldb-rpc-server

0x10d136000 - 0x10d192ffb com.apple.LLDBRPC (1100.0.30.6 - 1100.0.30.6) <7BD3A4CC-463C-35F6-BF48-0C4A9E9E6182> /Applications/Xcode.app/Contents/SharedFrameworks/LLDBRPC.framework/Versions/A/LLDBRPC

0x10dc00000 - 0x10dd78ff3 +liblldbPluginScriptInterpreterPython3.dylib (1100.0.30.6) <A7A4A118-FE7F-3653-B80D-FA9999CEE243> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/liblldbPluginScriptInterpreterPython3.dylib

0x10df11000 - 0x10df7b6ef dyld (655.1.1) <CE635DB2-D47E-3C05-A0A3-6BD982E7E750> /usr/lib/dyld

0x10dfdc000 - 0x11257dfff com.apple.LLDB.framework (1100.0.30.6 - 1100.0.30.6) <258FB606-7EF2-3892-BA28-D519331EF435> /Applications/Xcode.app/Contents/SharedFrameworks/LLDB.framework/Versions/A/LLDB

0x1139f2000 - 0x113bedfff +org.python.python3 (3.7.3 - 3.7.3) <B77C42FA-6544-3C66-B4A0-5A3B4753384D> /Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.7/Python3

0x7fff39f86000 - 0x7fff39fa7ff7 libKoreanConverter.dylib (73) <03EF1B61-9C14-3592-AF42-8241D59EEB54> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib

0x7fff41c48000 - 0x7fff41c48fff com.apple.Accelerate (1.11 - Accelerate 1.11) <762942CB-CFC9-3A0C-9645-A56523A06426> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate

0x7fff41c60000 - 0x7fff422f9fef com.apple.vImage (8.1 - ???) <EFFD9A9C-5563-3762-91CA-9F50FDB7A547> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage

0x7fff422fa000 - 0x7fff42573ff3 libBLAS.dylib (1243.200.4) <417CA0FC-B6CB-3FB3-ACBC-8914E3F62D20> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib

0x7fff42574000 - 0x7fff425e6ffb libBNNS.dylib (38.250.1) <538D12A2-9B9D-3E22-9896-F90F6E69C06E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib

0x7fff425e7000 - 0x7fff42990ff3 libLAPACK.dylib (1243.200.4) <92175DF4-863A-3780-909A-A3E5C410F2E9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib

0x7fff42991000 - 0x7fff429a6feb libLinearAlgebra.dylib (1243.200.4) <CB671EE6-DEA1-391C-9B2B-AA09A46B4D7A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib

0x7fff429a7000 - 0x7fff429acff3 libQuadrature.dylib (3.200.2) <1BAE7E22-2862-379F-B334-A3756067730F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib

0x7fff429ad000 - 0x7fff42a29ff3 libSparse.dylib (79.200.5) <E78B33D3-672A-3C53-B512-D3DDB2E9AC8D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib

0x7fff42a2a000 - 0x7fff42a3dfe3 libSparseBLAS.dylib (1243.200.4) <E9243341-DB77-37C1-97C5-3DFA00DD70FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib

0x7fff42a3e000 - 0x7fff42c25ff7 libvDSP.dylib (671.250.4) <7B110627-A9C1-3FB7-A077-0C7741BA25D8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib

0x7fff42c26000 - 0x7fff42cd9ff7 libvMisc.dylib (671.250.4) <73637194-497A-39F9-90F5-004DA772AC69> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib

0x7fff42cda000 - 0x7fff42cdafff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <74288115-EF61-30B6-843F-0593B31D4929> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib

0x7fff43c83000 - 0x7fff43c83fff com.apple.ApplicationServices (50.1 - 50.1) <4A6ACC13-2623-36B8-A196-2300980803CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices

0x7fff43c84000 - 0x7fff43ceffff com.apple.ApplicationServices.ATS (377 - 453.11.2.2) <A258DA73-114B-3102-A056-4AAAD3CEB9DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS

0x7fff43d88000 - 0x7fff43e9ffff libFontParser.dylib (228.6.2.3) <3602D55B-3B9E-3B3A-A814-08C1244A8AE4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib

0x7fff43ea0000 - 0x7fff43ee2fff libFontRegistry.dylib (228.12.2.3) <2A56347B-2809-3407-A8B4-2AB88E484062> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib

0x7fff43fd3000 - 0x7fff43fd7ff3 com.apple.ColorSyncLegacy (4.13.0 - 1) <B53D557C-071F-3ED9-826A-847DEB465F62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy

0x7fff44072000 - 0x7fff440c4ff7 com.apple.HIServices (1.22 - 628) <26A8B7C0-41CC-3DB4-99D7-BD922866DC77> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices

0x7fff440c5000 - 0x7fff440d4fff com.apple.LangAnalysis (1.7.0 - 1.7.0) <F5617A2A-FEA6-3832-B5BA-C2111B98786F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis

0x7fff440d5000 - 0x7fff4411eff7 com.apple.print.framework.PrintCore (14.2 - 503.8) <57C2FE32-0E74-3079-B626-C2D52F2D2717> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore

0x7fff4411f000 - 0x7fff44158ff7 com.apple.QD (3.12 - 407.2) <28C7D39F-59C9-3314-BECC-67045487229C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD

0x7fff44159000 - 0x7fff44165fff com.apple.speech.synthesis.framework (8.1.3 - 8.1.3) <80FA7439-EC77-3CEC-B5D1-5EFE9E503E11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis

0x7fff44166000 - 0x7fff443ddff7 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <EB71583C-58C9-3CF8-92F9-2D57B24BBD4F> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox

0x7fff44737000 - 0x7fff44ad8fff com.apple.CFNetwork (978.0.7 - 978.0.7) <9FDEFE50-BE1B-386E-8B3C-AEF251069E52> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork

0x7fff44ffc000 - 0x7fff450c8ff7 com.apple.ColorSync (4.13.0 - 3340.7) <74B373AB-42C7-330D-A577-1C43BFA6024F> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync

0x7fff45254000 - 0x7fff452dafff com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <1E8E64E6-0E58-375A-97F7-07CB4EE181AC> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio

0x7fff45369000 - 0x7fff456edfe3 com.apple.CoreData (120 - 866.5) <37F35F2E-FE57-3E3F-A1E5-AD274A8C1FDE> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

0x7fff456ee000 - 0x7fff457d5ff7 com.apple.CoreDisplay (101.3 - 109.19) <B00A19C2-4A6A-388C-8AD6-33A42D10D7F0> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay

0x7fff457d6000 - 0x7fff45c1afff com.apple.CoreFoundation (6.9 - 1575.12) <64C38BF2-1869-33C8-B1B6-DCA9C824C0E4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

0x7fff45c1c000 - 0x7fff462abfe7 com.apple.CoreGraphics (2.0 - 1260.2) <23436C9A-7D62-3E9F-867A-798C93B52080> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics

0x7fff462ad000 - 0x7fff465cdfff com.apple.CoreImage (14.4.0 - 750.0.140) <96FA4D1B-AC88-305C-8F4D-D7D44657B733> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage

0x7fff46a2b000 - 0x7fff46a2bfff com.apple.CoreServices (945 - 945) <E937BA69-19D5-3A30-B31E-8A6B94E9D9A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices

0x7fff46a2c000 - 0x7fff46aa8ff7 com.apple.AE (773 - 773) <55AE7C9E-27C3-30E9-A047-3B92A6FD53B4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE

0x7fff46aa9000 - 0x7fff46d80fff com.apple.CoreServices.CarbonCore (1178.32 - 1178.32) <52F5484E-94B1-37B7-B1AC-E210DF5721AE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore

0x7fff46d81000 - 0x7fff46dc9ff7 com.apple.DictionaryServices (1.2 - 284.16.4) <C3D15FD1-759B-3815-8128-42D8220BC459> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices

0x7fff46dca000 - 0x7fff46dd2ffb com.apple.CoreServices.FSEvents (1239.200.12 - 1239.200.12) <8406D379-8D33-3611-861B-7ABD26DB50D2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents

0x7fff46dd3000 - 0x7fff46f85fff com.apple.LaunchServices (945 - 945) <05FA145B-75AA-3AE6-BB82-F156B29F4FF1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices

0x7fff46f86000 - 0x7fff47024ff7 com.apple.Metadata (10.7.0 - 1191.57) <BFFAED00-2560-318A-BB8F-4E7E5123EC61> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata

0x7fff47025000 - 0x7fff4706fff7 com.apple.CoreServices.OSServices (945 - 945) <119C5548-59C3-3F94-B23F-8AF02CA10EAA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices

0x7fff47070000 - 0x7fff470d7ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <DA08AA6F-A6F1-36C0-87F4-E26294E51A3A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit

0x7fff470d8000 - 0x7fff470f9ff3 com.apple.coreservices.SharedFileList (71.28 - 71.28) <487A8464-729E-305A-B5D1-E3FE8EB9CFC5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList

0x7fff47404000 - 0x7fff47566ff3 com.apple.CoreText (352.0 - 584.26.3.2) <A99FD623-7F6E-3C77-8241-E98F664EC039> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText

0x7fff47567000 - 0x7fff475a6fff com.apple.CoreVideo (1.8 - 0.0) <1AD23C58-E68E-329B-A1FA-6BF7DD577687> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

0x7fff4788d000 - 0x7fff47892ffb com.apple.DiskArbitration (2.7 - 2.7) <F481F2C0-884E-3265-8111-ABBEC93F0920> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration

0x7fff47a58000 - 0x7fff47e05fff com.apple.Foundation (6.9 - 1575.12) <AD258ED7-64AE-367C-AE5F-48D45089D9F2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

0x7fff47e74000 - 0x7fff47ea3ffb com.apple.GSS (4.0 - 2.0) <E41430E5-713B-3E53-BF7E-A3991A881B62> /System/Library/Frameworks/GSS.framework/Versions/A/GSS

0x7fff4810f000 - 0x7fff4819efff com.apple.framework.IOKit (2.0.2 - 1483.260.4) <CCA92450-8808-37EC-B68E-2C2846B086CE> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

0x7fff481a0000 - 0x7fff481afffb com.apple.IOSurface (255.5.4 - 255.5.4) <83F58E47-0D06-3E78-9D19-D38D3205464B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface

0x7fff48203000 - 0x7fff4838efef com.apple.ImageIO.framework (3.3.0 - 1850.2) <E1CC52A4-1074-3997-849B-42EF20EE1ADC> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

0x7fff4838f000 - 0x7fff48393ffb libGIF.dylib (1850.2) <FB52622F-2A7D-36D0-B821-35DB2BAF9EE8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib

0x7fff48394000 - 0x7fff48470fef libJP2.dylib (1850.2) <7FAC16D8-1144-30A1-BABC-008423C7A851> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib

0x7fff48471000 - 0x7fff48496feb libJPEG.dylib (1850.2) <78401F6E-345B-3179-A82A-01F813F15D95> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib

0x7fff48759000 - 0x7fff4877ffeb libPng.dylib (1850.2) <FF3ABAE1-43F0-3A76-A284-398397693D46> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

0x7fff48780000 - 0x7fff48782ffb libRadiance.dylib (1850.2) <92529333-0935-341B-B271-69C235FEF6B5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib

0x7fff48783000 - 0x7fff487d0fe7 libTIFF.dylib (1850.2) <FFC74F3B-16F9-38FE-9D3F-D8DC6DEDB9E9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib

0x7fff49947000 - 0x7fff49960fff com.apple.Kerberos (3.0 - 1) <DB1E0679-37E1-3B93-9789-32F63D660C3B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos

0x7fff4a37c000 - 0x7fff4a424ff7 com.apple.Metal (161.9.16 - 161.9.16) <A93AA7FC-B72A-3CBF-9932-81DDDFA1DFCD> /System/Library/Frameworks/Metal.framework/Versions/A/Metal

0x7fff4a440000 - 0x7fff4a45fff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <EE85B6D5-5C12-3CE8-8C33-54A203EDC76E> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore

0x7fff4a460000 - 0x7fff4a4dcfe7 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <5A78F2DC-9D2B-37BA-B21F-ECFFCC6F7720> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage

0x7fff4a4dd000 - 0x7fff4a504fff com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <096DB3E6-7DDF-3B47-857A-46A203642ACF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix

0x7fff4a505000 - 0x7fff4a630ff7 com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <D2128338-F1E8-3BEE-A729-AC13A524DD78> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork

0x7fff4a631000 - 0x7fff4a64bfff com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <ADA5A93C-F79E-3931-840D-48C6B6B305EA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector

0x7fff4a64c000 - 0x7fff4a64dff7 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <515A92B3-A23B-3AC2-8D1B-85B248595B76> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders

0x7fff4b444000 - 0x7fff4b450ff7 com.apple.NetFS (6.0 - 4.0) <E917806F-0607-3292-B2D6-A15404D61B99> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS

0x7fff4deee000 - 0x7fff4df45ff7 com.apple.opencl (2.15.3 - 2.15.3) <AA9CE8F7-DB7C-35A5-A019-2207D1BBFF38> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

0x7fff4df46000 - 0x7fff4df61ff7 com.apple.CFOpenDirectory (10.14 - 207.200.4) <F03D84EB-49B2-3A00-9127-B9A269824026> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory

0x7fff4df62000 - 0x7fff4df6dffb com.apple.OpenDirectory (10.14 - 207.200.4) <A8020CEE-5B78-3581-A735-EA2833683F31> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory

0x7fff4e8bd000 - 0x7fff4e8bffff libCVMSPluginSupport.dylib (17.7.2) <247121BB-626C-318E-B24E-3D436E752DF7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib

0x7fff4e8c0000 - 0x7fff4e8c5ff3 libCoreFSCache.dylib (166.2) <222C2A4F-7E32-30F6-8459-2FAB98073A3D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib

0x7fff4e8c6000 - 0x7fff4e8cafff libCoreVMClient.dylib (166.2) <6789ECD4-91DD-32EF-A1FD-F27D2344CD8B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib

0x7fff4e8cb000 - 0x7fff4e8d3ff7 libGFXShared.dylib (17.7.2) <B75A6E93-E5BE-32A8-8D46-00D8E909DFD3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib

0x7fff4e8d4000 - 0x7fff4e8dffff libGL.dylib (17.7.2) <E88FF023-7E15-3E95-88FD-6C415550F769> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib

0x7fff4e8e0000 - 0x7fff4e91afe7 libGLImage.dylib (17.7.2) <B4C140F3-AF8C-30C8-A03E-B16A20BB05A7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib

0x7fff4ea8e000 - 0x7fff4eaccfff libGLU.dylib (17.7.2) <EA69FA36-3F20-337C-A6B3-EC49DC2F12F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib

0x7fff4f469000 - 0x7fff4f478ffb com.apple.opengl (17.7.2 - 17.7.2) <8EFFA6F9-ABE8-3131-9D3F-37E9796DDF34> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

0x7fff5027b000 - 0x7fff504d1fff com.apple.QuartzCore (1.11 - 699.27.4.1) <BB3BBD58-84DF-3849-B4ED-5FF8DA4015B8> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore

0x7fff50d06000 - 0x7fff51005fff com.apple.security (7.0 - 58286.260.20) <59B4100E-5A31-3EF4-954A-2A69341995F3> /System/Library/Frameworks/Security.framework/Versions/A/Security

0x7fff51006000 - 0x7fff51092fff com.apple.securityfoundation (6.0 - 55185.260.1) <DB8EB672-5D3A-3082-A62E-4D75C81D94A4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation

0x7fff510c4000 - 0x7fff510c8fff com.apple.xpc.ServiceManagement (1.0 - 1) <4AD0F8EE-884C-3FA7-85D9-27F201BC3C64> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement

0x7fff51460000 - 0x7fff514cdfff com.apple.SystemConfiguration (1.17 - 1.17) <1562078D-3251-31B2-B9C6-2667C567F883> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration

0x7fff5474c000 - 0x7fff547f1feb com.apple.APFS (1.0 - 1) <C001DCC2-32BE-327A-AE03-281885BD93BF> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS

0x7fff55203000 - 0x7fff55204ff7 com.apple.AggregateDictionary (1.0 - 1) <A6AF8AC4-1F25-37C4-9157-A02E9C200926> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary

0x7fff55956000 - 0x7fff55965fc7 com.apple.AppleFSCompression (96.200.3 - 1.0) <3CF60CE8-976E-3CB8-959D-DD0948C1C2DE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression

0x7fff55aad000 - 0x7fff55af6ff3 com.apple.AppleJPEG (1.0 - 1) <4C1F426B-7D77-3980-9633-7DBD8C666B9A> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG

0x7fff55d4a000 - 0x7fff55d6cfff com.apple.applesauce (1.0 - ???) <F49107C7-3C51-3024-8EF1-C57643BE4F3B> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce

0x7fff55ecb000 - 0x7fff55edfffb com.apple.AssertionServices (1.0 - 1) <11FC4241-6069-3B3A-9BCE-9B68F3A4D2AB> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices

0x7fff5655c000 - 0x7fff56564fff com.apple.coreservices.BackgroundTaskManagement (1.0 - 57.1) <2A396FC0-7B79-3088-9A82-FB93C1181A57> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement

0x7fff565fb000 - 0x7fff56668ff3 com.apple.BaseBoard (360.28 - 360.28) <DBE27FB4-3FFD-3E9A-846C-F6E7D797286A> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard

0x7fff582d2000 - 0x7fff582dbffb com.apple.CommonAuth (4.0 - 2.0) <81C987FD-69EB-344B-94D9-B9D93624D257> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth

0x7fff58fb3000 - 0x7fff58fc4ff7 com.apple.CoreEmoji (1.0 - 69.19.9) <228457B3-E191-356E-9A5B-3C0438D05FBA> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji

0x7fff5956d000 - 0x7fff595d3ff7 com.apple.CoreNLP (1.0 - 130.15.22) <27877820-17D0-3B02-8557-4014E876CCC7> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP

0x7fff59a04000 - 0x7fff59a35ff3 com.apple.CoreServicesInternal (358 - 358) <DD6EF60D-048F-3186-83DA-EB191EDF48AE> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal

0x7fff5a343000 - 0x7fff5a347fff com.apple.DSExternalDisplay (3.1 - 380) <645C719D-05D4-3CD7-84D7-4C5218859E0C> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay

0x7fff5a489000 - 0x7fff5a4c6ff7 com.apple.DebugSymbols (190 - 190) <6F4FAACA-E06B-38AD-A0C2-14EA5408A231> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols

0x7fff5b53f000 - 0x7fff5b95afff com.apple.vision.FaceCore (3.3.4 - 3.3.4) <A576E2DA-BF6F-3B18-8FEB-324E5C5FA9BD> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore

0x7fff608af000 - 0x7fff608b4fff com.apple.GPUWrangler (3.40.16 - 3.40.16) <B9D4F2DD-5D11-32FF-B5BE-29E137458728> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler

0x7fff616bf000 - 0x7fff616cefff com.apple.GraphVisualizer (1.0 - 5) <48D020B7-5938-3FAE-B468-E291AEE2C06F> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer

0x7fff6181e000 - 0x7fff61892ffb com.apple.Heimdal (4.0 - 2.0) <5E8F6B79-960D-3030-B889-D29A4015D205> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal

0x7fff62b81000 - 0x7fff62b88ffb com.apple.IOAccelerator (404.9 - 404.9) <F9C604B3-3DF7-3EE7-8A44-7877FAF2E6A4> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator

0x7fff62b8c000 - 0x7fff62ba4fff com.apple.IOPresentment (1.0 - 42.6) <55CB91EF-90F1-3D0A-A59E-2F75CD2EB4AE> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment

0x7fff6323a000 - 0x7fff63315ff7 com.apple.LanguageModeling (1.0 - 159.15.15) <3DE3CE61-542B-37B7-883E-4B9717CAC65F> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling

0x7fff63316000 - 0x7fff63352ff7 com.apple.Lexicon-framework (1.0 - 33.15.10) <4B5E843E-2809-3E70-9560-9254E2656419> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon

0x7fff63359000 - 0x7fff6335efff com.apple.LinguisticData (1.0 - 238.25) <61910887-D5CE-3567-9A5F-6DFEC942EC1F> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData

0x7fff64053000 - 0x7fff6407bff7 com.apple.spotlight.metadata.utilities (1.0 - 1191.57) <38BB1FB7-3336-384C-B71F-4D0D402EB606> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities

0x7fff6407c000 - 0x7fff64109ff7 com.apple.gpusw.MetalTools (1.0 - 1) <DBC4718E-F588-382D-A415-405D0028804D> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools

0x7fff6437c000 - 0x7fff643a6ffb com.apple.MultitouchSupport.framework (2450.1 - 2450.1) <3BF81F33-89A8-3A2D-84B3-B343020B6D98> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport

0x7fff645e2000 - 0x7fff645ecfff com.apple.NetAuth (6.2 - 6.2) <0D01BBE5-0269-310D-B148-D19DAE143DEB> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth

0x7fff64e4d000 - 0x7fff64e9eff3 com.apple.OTSVG (1.0 - ???) <3976F8CC-1CFB-3E09-9009-FE985550565B> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG

0x7fff6a96d000 - 0x7fff6ac1bffb com.apple.SkyLight (1.600.0 - 340.26) <CD2A7069-6CEA-3737-9E9D-7AE2FED912AB> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight

0x7fff6c08d000 - 0x7fff6c099ffb com.apple.TCC (1.0 - 1) <968ECAE1-FBB9-3478-BDCE-85E54B6C422D> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC

0x7fff6df6a000 - 0x7fff6df6cffb com.apple.loginsupport (1.0 - 1) <3F8D6334-BCD6-36C1-BA20-CC8503A84375> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport

0x7fff6e236000 - 0x7fff6e26afff libCRFSuite.dylib (41.15.4) <406DAC06-0C77-3F90-878B-4D38F11F0256> /usr/lib/libCRFSuite.dylib

0x7fff6e26d000 - 0x7fff6e277ff7 libChineseTokenizer.dylib (28.15.3) <9B7F6109-3A5D-3641-9A7E-31D2239D73EE> /usr/lib/libChineseTokenizer.dylib

0x7fff6e305000 - 0x7fff6e306ffb libDiagnosticMessagesClient.dylib (107) <A14D0819-0970-34CD-8680-80E4D7FE8C2C> /usr/lib/libDiagnosticMessagesClient.dylib

0x7fff6e33d000 - 0x7fff6e594ff3 libFosl_dynamic.dylib (18.3.4) <45E50221-1A39-3AB3-8267-C1E4E39ECF83> /usr/lib/libFosl_dynamic.dylib

0x7fff6e5e5000 - 0x7fff6e603fff libMobileGestalt.dylib (645.260.6) <0232958E-1EF2-3627-B8FF-09C6522594C7> /usr/lib/libMobileGestalt.dylib

0x7fff6e604000 - 0x7fff6e604fff libOpenScriptingUtil.dylib (179.1) <4D603146-EDA5-3A74-9FF8-4F75D8BB9BC6> /usr/lib/libOpenScriptingUtil.dylib

0x7fff6e744000 - 0x7fff6e745ffb libSystem.B.dylib (1252.250.1) <1A13E822-B59C-3A36-A2E4-9968149714F9> /usr/lib/libSystem.B.dylib

0x7fff6e7c1000 - 0x7fff6e7c2fff libThaiTokenizer.dylib (2.15.1) <ADB37DC3-7D9B-3E73-A72A-BCC3433C937A> /usr/lib/libThaiTokenizer.dylib

0x7fff6e7d4000 - 0x7fff6e7eaffb libapple_nghttp2.dylib (1.24.1) <6F04250A-6686-3FDC-9A8D-290C64B06502> /usr/lib/libapple_nghttp2.dylib

0x7fff6e7eb000 - 0x7fff6e814ffb libarchive.2.dylib (54.250.1) <47289946-8504-3966-9127-6CE39993DC2C> /usr/lib/libarchive.2.dylib

0x7fff6e898000 - 0x7fff6e898ff3 libauto.dylib (187) <3E3780E1-96F3-3A22-91C5-92F9A5805518> /usr/lib/libauto.dylib

0x7fff6e968000 - 0x7fff6e978ffb libbsm.0.dylib (39.200.18) <CF381E0B-025B-364F-A83D-2527E03F1AA3> /usr/lib/libbsm.0.dylib

0x7fff6e979000 - 0x7fff6e986fff libbz2.1.0.dylib (38.200.3) <272953A1-8D36-329B-BDDB-E887B347710F> /usr/lib/libbz2.1.0.dylib

0x7fff6e987000 - 0x7fff6e9daff7 libc++.1.dylib (400.9.4) <9A60A190-6C34-339F-BB3D-AACE942009A4> /usr/lib/libc++.1.dylib

0x7fff6e9db000 - 0x7fff6e9f0ff7 libc++abi.dylib (400.17) <38C09CED-9090-3719-90F3-04A2749F5428> /usr/lib/libc++abi.dylib

0x7fff6e9f1000 - 0x7fff6e9f1ff3 libcharset.1.dylib (51.200.6) <2A27E064-314C-359C-93FC-8A9B06206174> /usr/lib/libcharset.1.dylib

0x7fff6e9f2000 - 0x7fff6ea02ffb libcmph.dylib (6.15.1) <9C52B2FE-179F-32AC-B87E-2AFC49ABF817> /usr/lib/libcmph.dylib

0x7fff6ea03000 - 0x7fff6ea1bffb libcompression.dylib (52.250.2) <7F4BB18C-1FB4-3825-8D8B-6E6B168774C6> /usr/lib/libcompression.dylib

0x7fff6ec90000 - 0x7fff6eca6fff libcoretls.dylib (155.220.1) <4C64BE3E-41E3-3020-8BB7-07E90C0C861C> /usr/lib/libcoretls.dylib

0x7fff6eca7000 - 0x7fff6eca8ff3 libcoretls_cfhelpers.dylib (155.220.1) <0959B3E9-6643-3589-8BB3-21D52CDF0EF1> /usr/lib/libcoretls_cfhelpers.dylib

0x7fff6f154000 - 0x7fff6f1aaff7 libcups.2.dylib (462.10) <2AC7B8C3-0D25-3E0F-A34A-94658A06FF94> /usr/lib/libcups.2.dylib

0x7fff6f2c0000 - 0x7fff6f2ddff7 libedit.3.dylib (50.200.2) <8FBA9760-CFF6-3F53-8DBE-AEC526337D7A> /usr/lib/libedit.3.dylib

0x7fff6f2de000 - 0x7fff6f2defff libenergytrace.dylib (17.200.1) <80BB567A-FD18-3497-BF97-353F57D98CDD> /usr/lib/libenergytrace.dylib

0x7fff6f308000 - 0x7fff6f30ffff libform.5.4.dylib (53.200.3) <16E78F5C-0BC8-34AB-A602-12DE0A8D6E15> /usr/lib/libform.5.4.dylib

0x7fff6f310000 - 0x7fff6f315ff7 libgermantok.dylib (17.15.2) <E5F0F794-FF27-3D64-AE52-C78C6A84DD67> /usr/lib/libgermantok.dylib

0x7fff6f316000 - 0x7fff6f31bff7 libheimdal-asn1.dylib (520.260.1) <DC44D1D1-D3DF-38B3-AFC3-1D50B92BE401> /usr/lib/libheimdal-asn1.dylib

0x7fff6f346000 - 0x7fff6f436fff libiconv.2.dylib (51.200.6) <2047C9B7-3F74-3A95-810D-2ED8F0475A99> /usr/lib/libiconv.2.dylib

0x7fff6f437000 - 0x7fff6f698fff libicucore.A.dylib (62135.0.1) <2B292561-798A-381C-AA41-90EE6549C7CF> /usr/lib/libicucore.A.dylib

0x7fff6f6e5000 - 0x7fff6f6e6fff liblangid.dylib (128.15.1) <22D05C4F-769B-3075-ABCF-44A0EBACE028> /usr/lib/liblangid.dylib

0x7fff6f6e7000 - 0x7fff6f6ffff3 liblzma.5.dylib (10.200.3) <E1F4FD60-1CE4-37B9-AD95-29D348AF1AC0> /usr/lib/liblzma.5.dylib

0x7fff6f717000 - 0x7fff6f7bbff7 libmecab.1.0.0.dylib (779.24.1) <A8D0379B-85FA-3B3D-89ED-5CF2C3826AB2> /usr/lib/libmecab.1.0.0.dylib

0x7fff6f7bc000 - 0x7fff6f9c0fff libmecabra.dylib (779.24.1) <D71F71E0-30E2-3DB3-B636-7DE13D51FB4B> /usr/lib/libmecabra.dylib

0x7fff6f9c5000 - 0x7fff6f9f5fff libncurses.5.4.dylib (53.200.3) <767B4D3D-CF4C-33DF-B282-0CAC013A7AD0> /usr/lib/libncurses.5.4.dylib

0x7fff6fb98000 - 0x7fff6fee9ff7 libnetwork.dylib (1229.250.15) <72C7E9E3-B2BE-3300-BE1B-64606222022C> /usr/lib/libnetwork.dylib

0x7fff6ff7b000 - 0x7fff70700fdf libobjc.A.dylib (756.2) <7C312627-43CB-3234-9324-4DEA92D59F50> /usr/lib/libobjc.A.dylib

0x7fff70712000 - 0x7fff70716ffb libpam.2.dylib (22.200.1) <586CF87F-349C-393D-AEEB-FB75F94A5EB7> /usr/lib/libpam.2.dylib

0x7fff70717000 - 0x7fff70718ff7 libpanel.5.4.dylib (53.200.3) <D98D5D77-B79B-3FCF-8B07-B45603FE73EF> /usr/lib/libpanel.5.4.dylib

0x7fff70719000 - 0x7fff7074efff libpcap.A.dylib (79.250.1) <C0893641-7DFF-3A33-BDAE-190FF54837E8> /usr/lib/libpcap.A.dylib

0x7fff70867000 - 0x7fff7087fffb libresolv.9.dylib (65.200.2) <893142A5-F153-3437-A22D-407EE542B5C5> /usr/lib/libresolv.9.dylib

0x7fff708d2000 - 0x7fff70aaffe7 libsqlite3.dylib (274.25) <55CE34C4-00C0-3844-B7ED-80FA7F0AF03F> /usr/lib/libsqlite3.dylib

0x7fff70cc8000 - 0x7fff70ccbff7 libutil.dylib (51.200.4) <CE9B18C9-66ED-32D4-9D29-01F8FCB467B0> /usr/lib/libutil.dylib

0x7fff70ccc000 - 0x7fff70cd9fff libxar.1.dylib (417.1) <39CCF46B-C81A-34B1-92A1-58C4E5DA846E> /usr/lib/libxar.1.dylib

0x7fff70cde000 - 0x7fff70dc0ff3 libxml2.2.dylib (32.8) <54F896CF-6D83-300B-9CD9-1636BE5375A4> /usr/lib/libxml2.2.dylib

0x7fff70dc1000 - 0x7fff70de9ff3 libxslt.1.dylib (16.1) <31F7018B-D8F2-36ED-A13B-1E5A16DFAAA1> /usr/lib/libxslt.1.dylib

0x7fff70dea000 - 0x7fff70dfcff7 libz.1.dylib (70.200.4) <B048FC1F-058F-3A08-A1FE-81D5308CB3E6> /usr/lib/libz.1.dylib

0x7fff715e0000 - 0x7fff715e4ff3 libcache.dylib (81) <1987D1E1-DB11-3291-B12A-EBD55848E02D> /usr/lib/system/libcache.dylib

0x7fff715e5000 - 0x7fff715efff3 libcommonCrypto.dylib (60118.250.2) <1765BB6E-6784-3653-B16B-CB839721DC9A> /usr/lib/system/libcommonCrypto.dylib

0x7fff715f0000 - 0x7fff715f7ff7 libcompiler_rt.dylib (63.4) <5212BA7B-B7EA-37B4-AF6E-AC4F507EDFB8> /usr/lib/system/libcompiler_rt.dylib

0x7fff715f8000 - 0x7fff71601ff7 libcopyfile.dylib (146.250.1) <98CD00CD-9B91-3B5C-A9DB-842638050FA8> /usr/lib/system/libcopyfile.dylib

0x7fff71602000 - 0x7fff71686fc3 libcorecrypto.dylib (602.260.2) <BED0F385-D8A2-334A-BD7B-0673B5DABBC5> /usr/lib/system/libcorecrypto.dylib

0x7fff7170d000 - 0x7fff71746ff7 libdispatch.dylib (1008.250.7) <26DF5B1E-A388-38EF-B73B-AF0E93FB02DB> /usr/lib/system/libdispatch.dylib

0x7fff71747000 - 0x7fff71773ff7 libdyld.dylib (655.1.1) <002418CC-AD11-3D10-865B-015591D24E6C> /usr/lib/system/libdyld.dylib

0x7fff71774000 - 0x7fff71774ffb libkeymgr.dylib (30) <0D0F9CA2-8D5A-3273-8723-59987B5827F2> /usr/lib/system/libkeymgr.dylib

0x7fff71775000 - 0x7fff71781ff3 libkxld.dylib (4903.261.4) <71CF1ECD-AC4E-3FDD-BEDF-14933D843EEE> /usr/lib/system/libkxld.dylib

0x7fff71782000 - 0x7fff71782ff7 liblaunch.dylib (1336.261.2) <BD5CDB35-2BB4-349A-8D14-78E387563F89> /usr/lib/system/liblaunch.dylib

0x7fff71783000 - 0x7fff71788fff libmacho.dylib (927.0.2) <3C5C9024-45FD-38C2-B01A-07A322966063> /usr/lib/system/libmacho.dylib

0x7fff71789000 - 0x7fff7178bffb libquarantine.dylib (86.220.1) <6D0BC770-7348-3608-9254-F7FFBD347634> /usr/lib/system/libquarantine.dylib

0x7fff7178c000 - 0x7fff7178dff7 libremovefile.dylib (45.200.2) <9FBEB2FF-EEBE-31BC-BCFC-C71F8D0E99B6> /usr/lib/system/libremovefile.dylib

0x7fff7178e000 - 0x7fff717a5ff3 libsystem_asl.dylib (356.200.4) <A62A7249-38B8-33FA-9875-F1852590796C> /usr/lib/system/libsystem_asl.dylib

0x7fff717a6000 - 0x7fff717a6ff7 libsystem_blocks.dylib (73) <A453E8EE-860D-3CED-B5DC-BE54E9DB4348> /usr/lib/system/libsystem_blocks.dylib

0x7fff717a7000 - 0x7fff7182efff libsystem_c.dylib (1272.250.1) <7EDACF78-2FA3-35B8-B051-D70475A35117> /usr/lib/system/libsystem_c.dylib

0x7fff7182f000 - 0x7fff71832ffb libsystem_configuration.dylib (963.260.1) <C7D2BA09-8D5B-3393-8D84-304D76C55DEF> /usr/lib/system/libsystem_configuration.dylib

0x7fff71833000 - 0x7fff71836ff7 libsystem_coreservices.dylib (66) <719F75A4-74C5-3BA6-A09E-0C5A3E5889D7> /usr/lib/system/libsystem_coreservices.dylib

0x7fff71837000 - 0x7fff7183dfff libsystem_darwin.dylib (1272.250.1) <EC9B39A5-9592-3577-8997-7DC721D20D8C> /usr/lib/system/libsystem_darwin.dylib

0x7fff7183e000 - 0x7fff71844ff7 libsystem_dnssd.dylib (878.260.1) <64B79B01-B1B0-3C7E-87A1-023B71843F1F> /usr/lib/system/libsystem_dnssd.dylib

0x7fff71845000 - 0x7fff71890ffb libsystem_info.dylib (517.200.9) <D09D5AE0-2FDC-3A6D-93EC-729F931B1457> /usr/lib/system/libsystem_info.dylib

0x7fff71891000 - 0x7fff718b9ff7 libsystem_kernel.dylib (4903.261.4) <7B0F52C4-4CC9-3282-8457-C18C6FE1B99E> /usr/lib/system/libsystem_kernel.dylib

0x7fff718ba000 - 0x7fff71905ff7 libsystem_m.dylib (3158.200.7) <F19B6DB7-014F-3820-831F-389CCDA06EF6> /usr/lib/system/libsystem_m.dylib

0x7fff71906000 - 0x7fff71930fff libsystem_malloc.dylib (166.261.1) <4D1CEF38-DE32-3ECF-9F70-0ADDD5C8775F> /usr/lib/system/libsystem_malloc.dylib

0x7fff71931000 - 0x7fff7193bff7 libsystem_networkextension.dylib (767.250.2) <FF06F13A-AEFE-3A27-A073-910EF78AEA36> /usr/lib/system/libsystem_networkextension.dylib

0x7fff7193c000 - 0x7fff71943fff libsystem_notify.dylib (172.200.21) <145B5CFC-CF73-33CE-BD3D-E8DDE268FFDE> /usr/lib/system/libsystem_notify.dylib

0x7fff71944000 - 0x7fff7194dfef libsystem_platform.dylib (177.250.1) <16949870-9152-3B0D-9EF0-40FAF84B0F1E> /usr/lib/system/libsystem_platform.dylib

0x7fff7194e000 - 0x7fff71958ff7 libsystem_pthread.dylib (330.250.2) <2D5C08FF-484F-3D59-9132-CE1DCB3F76D7> /usr/lib/system/libsystem_pthread.dylib

0x7fff71959000 - 0x7fff7195cff7 libsystem_sandbox.dylib (851.260.2) <9CACC5F5-3859-3A1F-BCC6-96DDD4A556A8> /usr/lib/system/libsystem_sandbox.dylib

0x7fff7195d000 - 0x7fff7195fff3 libsystem_secinit.dylib (30.260.2) <88F3CE61-5FAD-3CDA-AA13-B5B18B3EBD26> /usr/lib/system/libsystem_secinit.dylib

0x7fff71960000 - 0x7fff71967ff3 libsystem_symptoms.dylib (820.267.1) <03F1C2DD-0F5A-3D9D-88F6-B26C0F94EB52> /usr/lib/system/libsystem_symptoms.dylib

0x7fff71968000 - 0x7fff7197dfff libsystem_trace.dylib (906.260.1) <100013AE-0443-3CF0-AC17-5D934608B60B> /usr/lib/system/libsystem_trace.dylib

0x7fff7197f000 - 0x7fff71984ffb libunwind.dylib (35.4) <24A97A67-F017-3CFC-B0D0-6BD0224B1336> /usr/lib/system/libunwind.dylib

0x7fff71985000 - 0x7fff719b4fff libxpc.dylib (1336.261.2) <9A0FFA79-082F-3293-BF49-63976B073B74> /usr/lib/system/libxpc.dylib



External Modification Summary:

Calls made by other processes targeting this process:

task_for_pid: 4

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: 16744

thread_create: 0

thread_set_state: 102



VM Region Summary:

ReadOnly portion of Libraries: Total=428.0M resident=0K(0%) swapped_out_or_unallocated=428.0M(100%)

Writable regions: Total=2.5G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.5G(100%)


VIRTUAL REGION

REGION TYPE SIZE COUNT (non-coalesced)

=========== ======= =======

Activity Tracing 256K 1

Dispatch continuations 8192K 1

Kernel Alloc Once 8K 1

MALLOC 2.4G 1000

MALLOC guard page 16K 4

STACK GUARD 56.0M 13

Stack 82.4M 116

VM_ALLOCATE 88K 14

VM_ALLOCATE (reserved) 4352K 16 reserved VM address space (unallocated)

__DATA 21.3M 200

__FONT_DATA 4K 1

__LINKEDIT 241.2M 7

__TEXT 186.7M 197

__UNICODE 564K 1

mapped file 1.5G 2496

shared memory 592K 6

=========== ======= =======

TOTAL 4.4G 4074

TOTAL, minus reserved VM space 4.4G 4074

Replies

I’m going to recommend that you do what that message tells you, that is, file a bug with the crash report. I’m not entirely sure what’s going on here, but the backtrace of the crash thread indicates that LLDB is having problems demangling Swift symbols, and that should never crash.

Please post your bug number, just for the record.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

I also encountered this issue and filed a report in Feedback Assistant, FB7634016.

I also encountered this issue and filed a report in Feedback Assistant, FB7634016.

Thanks! It’s a shame that Rinasoft didn’t post their bug number, or I’d be able to get more info about this. Having said that, looking at your bug there’s some evidence that this is fixed in the current Xcode 11.4 beta seed (r. 53992276). Please try that out and let us know how you get along.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hey!


I've found this thread since I've started facing the very same issue after updating to Xcode 11.4, ergo it is still there 😟. Is there any news on when we can expect this issue fixed?


Also, @Rinasoft have you perhaps found the way to work it out?


Thanks!

If you’re still seeing this with 11.4 you should definitely file a new bug with the details. If you post your bug number, I’ll take another look.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Still seeing this issue in Xcode 11.4 and 11.4.1, I had filed a bug and the ID is FB7662246.

I had filed a bug and the ID is FB7662246.

Thanks.

How reproducible is this for you? If you create a new test project from one of Xcode’s built-in templates, does it happen there as well? Or just with your main project?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

> How reproducible is this for you? If you create a new test project from one of Xcode’s built-in templates, does it happen there as well? Or just with your main project?


Thanks for the quick response.

It only happens in the main project. Both new created project and others project work well.

It only happens in the main project.

OK. That’s good news on one front, because environmental issues are often much harder to track down. However, it doesn’t necessarily make it easy to fix your bug.

My experience is that the debugger team is really good about fixing problems like this once they can reproduce them. If you are able to attach your full project to your bug report, that’d be grand. If not — and I totally understand that position — my advice is that you try cutting down your project to see if you can help isolate the cause.

I generally do this from the top. I replace the

main
function with an empty placeholder and then start ripping out the code in my project. If I manage to rip out all my code, I start ripping out dependencies.

Eventually the debugger should start working, in which case you can take a step back and get a project that both reproduces the problem and is small enough to share with Apple via your bug report.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

Hi,

Im having exactly the same issue Feedback Assistant: FB7736619


Xcode 11.4.1


Update:

Updating the Xcode version to 11.5 the issue is still there

Updating the Xcode version to 11.6 the issue is still there