Crashlytics iOS crash

Have got the following crash report but not sure of the cause

important parts are below

Crashed: com.apple.root.default-qos
0  libswiftCore.dylib             0x39c40c _swift_release_dealloc + 32
1  SwiftUI                        0x182e4 specialized _ArrayBuffer._consumeAndCreateNew(bufferIsUnique:minimumCapacity:growForAppend:) + 192
2  SwiftUI                        0x5d80 specialized Array._reserveCapacityAssumingUniqueBuffer(oldCount:) + 64
3  SwiftUI                        0x4f428 specialized AsyncTransaction.append<A>(_:) + 264
4  SwiftUI                        0x4eeb8 specialized GraphHost.asyncTransaction<A>(_:mutation:style:mayDeferUpdate:) + 112
5  SwiftUI                        0x551f4 AttributeInvalidatingSubscriber.invalidateAttribute() + 268
6  SwiftUI                        0x1fcb4 AttributeInvalidatingSubscriber.receive(_:) + 104
7  SwiftUI                        0x1befa0 protocol witness for Subscriber.receive(_:) in conformance AttributeInvalidatingSubscriber<A> + 24
8  SwiftUI                        0x20bc0 SubscriptionLifetime.Connection.receive(_:) + 244
9  Combine                        0xdf64 ObservableObjectPublisher.Inner.send() + 204
10 Combine                        0x26540 ObservableObjectPublisher.send() + 552
11 Combine                        0x19328 PublishedSubject.send(_:) + 152
12 Combine                        0x2bac specialized static Published.subscript.setter + 612
13 Combine                        0x40a4 static Published.subscript.setter + 40
14 NPBMobile                      0x115728 callBioAuthAPI + 401 (LoginViewModel.swift:401)
15 NPBMobile                      0x115458 <name omitted> + 370 (LoginViewModel.swift:370)
16 NPBMobile                      0x14a328 <name omitted> + 4344095528 (<compiler-generated>:4344095528)
17 LocalAuthentication            0xd340 __50-[LAContext evaluatePolicy:localizedReason:reply:]_block_invoke + 88
18 LocalAuthentication            0xd004 __63-[LAContext _evaluatePolicy:options:log:cid:synchronous:reply:]_block_invoke + 592
19 libdispatch.dylib              0x1e6c _dispatch_call_block_and_release + 32
20 libdispatch.dylib              0x3a30 _dispatch_client_callout + 20
21 libdispatch.dylib              0x6b44 _dispatch_queue_override_invoke + 784
22 libdispatch.dylib              0x15164 _dispatch_root_queue_drain + 396
23 libdispatch.dylib              0x1596c _dispatch_worker_thread2 + 164
24 libsystem_pthread.dylib        0x1080 _pthread_wqthread + 228
25 libsystem_pthread.dylib        0xe5c start_wqthread + 8

Does this happen because no more memory available or? I have same exception quite very rare and randomly in my app.

Crashlytics iOS crash
 
 
Q