Here's the output of the debug error when it crashes:
I'm also receiving the following failed assertion:
wiftData/ModelContext.swift:3253: Fatal error: Failed to identify a store that can hold instances of SwiftData._KKMDBackingData<Presents_2024.Item> from [:]
error: Assertion failed: (byte_size > 0 && byte_size <= 8 && "GetMaxU64 invalid byte_size!"), function GetMaxU64, file DataExtractor.cpp, line 527
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 LLDB 0x0000000115319aac llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56
1 LLDB 0x0000000114e7a198 lldb_private::lldb_assert(bool, char const*, char const*, char const*, unsigned int) + 148
2 LLDB 0x0000000114e73818 lldb_private::DataExtractor::GetMaxU64(unsigned long long*, unsigned long) const + 72
3 LLDB 0x0000000114d7ded0 lldb_private::CompilerType::GetValueAsScalar(lldb_private::DataExtractor const&, unsigned long long, unsigned long, lldb_private::Scalar&, lldb_private::ExecutionContextScope*) const + 304
4 LLDB 0x0000000114cb9b9c lldb_private::Value::ResolveValue(lldb_private::ExecutionContext*, lldb_private::Module*) + 388
5 LLDB 0x0000000114cbc93c lldb_private::ValueObject::ResolveValue(lldb_private::Scalar&) + 104
6 LLDB 0x0000000114cbf814 lldb_private::ValueObject::GetValueAsSigned(long long, bool*) + 140
7 LLDB 0x0000000114b4fba8 lldb::SBValue::GetValueAsSigned(long long) + 160
8 lldb-rpc-server 0x0000000100c5fe70 rpc_server::_ZN4lldb7SBValue16GetValueAsSignedEx::HandleRPCCall(rpc_common::Connection&, rpc_common::RPCStream&, rpc_common::RPCStream&) + 92
9 lldb-rpc-server 0x0000000100c6a2b8 rpc_common::Connection::PrivateHandleRPCPacket(rpc_common::RPCPacket&, rpc_common::RPCPacket&, bool&) + 628
10 lldb-rpc-server 0x0000000100c6de8c Packets::ProcessPackets() + 564
11 lldb-rpc-server 0x0000000100c6dbf4 Packets::ReadThread() + 276
12 lldb-rpc-server 0x0000000100c6dad4 Packets::RunReadThread(void*) + 12
13 libsystem_pthread.dylib 0x00000001904f72e4 _pthread_start + 136
14 libsystem_pthread.dylib 0x00000001904f20fc thread_start + 8
Please file a bug report against lldb reporting this failure log, and as many details as possibleerror: Assertion failed: (byte_size > 0 && byte_size <= 8 && "GetMaxU64 invalid byte_size!"), function GetMaxU64, file DataExtractor.cpp, line 527
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0 LLDB 0x0000000115319aac llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 56
1 LLDB 0x0000000114e7a198 lldb_private::lldb_assert(bool, char const*, char const*, char const*, unsigned int) + 148
2 LLDB 0x0000000114e73818 lldb_private::DataExtractor::GetMaxU64(unsigned long long*, unsigned long) const + 72
3 LLDB 0x0000000114d7ded0 lldb_private::CompilerType::GetValueAsScalar(lldb_private::DataExtractor const&, unsigned long long, unsigned long, lldb_private::Scalar&, lldb_private::ExecutionContextScope*) const + 304
4 LLDB 0x0000000114cb9b9c lldb_private::Value::ResolveValue(lldb_private::ExecutionContext*, lldb_private::Module*) + 388
5 LLDB 0x0000000114cbc93c lldb_private::ValueObject::ResolveValue(lldb_private::Scalar&) + 104
6 LLDB 0x0000000114cbf6ec lldb_private::ValueObject::GetValueAsUnsigned(unsigned long long, bool*) + 140
7 LLDB 0x0000000114b4fcc0 lldb::SBValue::GetValueAsUnsigned(unsigned long long) + 160
8 lldb-rpc-server 0x0000000100c5ff18 rpc_server::_ZN4lldb7SBValue18GetValueAsUnsignedEy::HandleRPCCall(rpc_common::Connection&, rpc_common::RPCStream&, rpc_common::RPCStream&) + 92
9 lldb-rpc-server 0x0000000100c6a2b8 rpc_common::Connection::PrivateHandleRPCPacket(rpc_common::RPCPacket&, rpc_common::RPCPacket&, bool&) + 628
10 lldb-rpc-server 0x0000000100c6de8c Packets::ProcessPackets() + 564
11 lldb-rpc-server 0x0000000100c6dbf4 Packets::ReadThread() + 276
12 lldb-rpc-server 0x0000000100c6dad4 Packets::RunReadThread(void*) + 12
13 libsystem_pthread.dylib 0x00000001904f72e4 _pthread_start + 136
14 libsystem_pthread.dylib 0x00000001904f20fc thread_start + 8
Please file a bug report against lldb reporting this failure log, and as many details as possible