Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed an issue where a crash would occur when applying an external update to list content while a live reorder event was occurring #513

Merged
merged 2 commits into from
Nov 30, 2023

Conversation

kyleve
Copy link
Collaborator

@kyleve kyleve commented Nov 28, 2023

This fixes another edge case in the reordering APIs in collection view wherein if the following occurs:

  • A user begins a reorder
  • They make a "destructive" change, eg changing the number of items in a section by reordering across sections
  • An external update is delivered to the collection view
  • A crash occurs, because we're asked for an index path in the data source that does not yet exist

To work around this, we extend ListChangesQueue, to also queue changes if a live reorder event is occurring.

The hasUncommittedUpdates API docs have some hints to this, albeit seemingly not quite correct:

When the value of this property is true, avoid making any significant changes to the collection view. Specifically, don’t reload the collection view’s data, as doing so deletes all placeholders and recreates items from the data source.

https://block.atlassian.net/browse/AP-26351

Checklist

Please do the following before merging:

  • Ensure any public-facing changes are reflected in the changelog. Include them in the Main section.

…date to list content while a live reorder event was occurring.
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)

Timer.scheduledTimer(withTimeInterval: 0.1, repeats: true) { [weak self] _ in
Copy link
Collaborator Author

@kyleve kyleve Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Remove this or add a start/stop button to the nav bar

@@ -11,7 +11,7 @@ import Foundation
/// A queue used to synchronized and serialize changes made to the backing collection view,
/// to work around either bugs or confusing behavior.
///
/// ## Handling Re-ordering (`isQueuingForReorderEvent`)
/// ## Handling Re-ordering (`isQueuingToApplyReorderEvent`)
Copy link
Collaborator Author

@kyleve kyleve Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Update this comment

/// Set by consumers to enable and disable queueing during a reorder event.
var isQueuingForReorderEvent : Bool = false {
/// Set by consumers to enable and disable queueing when a reorder event is being applied.
var isQueuingToApplyReorderEvent : Bool = false {
didSet {
self.runIfNeeded()
Copy link
Collaborator Author

@kyleve kyleve Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Double check we don't need this when a re-order event is abandoned by the user

Copy link

@rogerogden rogerogden left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for digging in on this, Kyle! Much appreciated.

@kyleve kyleve requested a review from a team November 29, 2023 14:15
@kyleve kyleve marked this pull request as ready for review November 29, 2023 14:15
@kyleve
Copy link
Collaborator Author

kyleve commented Nov 29, 2023

Testing POS integration here: https://github.com/squareup/ios-register/pull/95745

And then will merge for this week's release if it's good.

@kyleve
Copy link
Collaborator Author

kyleve commented Nov 29, 2023

Ugh, either this or the first responder fix seems to have caused some sort of bug:

-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Incident Identifier: 2C893A5A-2463-4544-B623-0A94F86F408F
CrashReporter Key:   66AB91B0-9271-86FA-EC32-E07ACC450054
Hardware Model:      VirtualMac2,1
Process:             SPOS-App [2325]
Path:                /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/SPOS-App
Identifier:          com.squareup.square.development
Version:             6.32 (6320001)
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd_sim [1399]
Coalition:           com.apple.CoreSimulator.SimDevice.375C9EA1-CDF6-40D6-88CB-1270F20F28B7 [801]
Responsible Process: SimulatorTrampoline [610]

Date/Time:           2023-11-29 17:31:23.2483 +0000
Launch Time:         2023-11-29 17:31:13.5558 +0000
OS Version:          macOS 13.3.1 (22E261)
Release Type:        User
Report Version:      104

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000001b6510d08
Triggered by Thread:  0

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   libswiftUIKit.dylib           	       0x1b6510d08 IndexPath.section.getter + 144
1   SPOS-App                      	       0x112832440 CollectionViewLayout.finalLayoutAttributesForDisappearingSupplementaryElement(ofKind:at:) + 260
2   SPOS-App                      	       0x1128326a8 @objc CollectionViewLayout.finalLayoutAttributesForDisappearingSupplementaryElement(ofKind:at:) + 160
3   UIKitCore                     	       0x184480848 -[UICollectionView _doubleSidedAnimationsForView:withStartingLayoutAttributes:startingLayout:endingLayoutAttributes:endingLayout:withAnimationSetup:animationCompletion:enableCustomAnimations:customAnimationsType:] + 400
4   UIKitCore                     	       0x18447e1bc -[UICollectionView _updateVisibleCellsNow:] + 5824
5   UIKitCore                     	       0x184482198 -[UICollectionView layoutSubviews] + 316
6   UIKitCore                     	       0x185301570 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2652
7   QuartzCore                    	       0x1884de0e4 CA::Layer::layout_if_needed(CA::Transaction*) + 484
8   UIKitCore                     	       0x1852ede74 -[UIView(Hierarchy) layoutBelowIfNeeded] + 524
9   UIKitCore                     	       0x18449ba04 -[UICollectionView _performBatchUpdates:completion:invalidationContext:tentativelyForReordering:animator:animationHandler:] + 300
10  SPOS-App                      	       0x112882f0c ListView.IOS16_4_First_Responder_Bug_CollectionView.performBatchUpdates(_:changes:completion:) + 636
11  SPOS-App                      	       0x1128a7c54 closure #3 in ListView.performBatchUpdates(with:animated:updateBackingData:collectionViewUpdateCompletion:animationCompletion:) + 116
12  SPOS-App                      	       0x1128a5f3c ListView.performBatchUpdates(with:animated:updateBackingData:collectionViewUpdateCompletion:animationCompletion:) + 1156
13  SPOS-App                      	       0x1128a4c40 closure #1 in ListView.updatePresentationStateWith(firstVisibleIndexPath:for:completion:) + 1580
14  SPOS-App                      	       0x11287de40 closure #1 in ListChangesQueue.add(async:) + 416
15  SPOS-App                      	       0x11287ebb4 closure #2 in ListChangesQueue.runIfNeeded() + 340
16  SPOS-App                      	       0x11287f06c ListChangesQueue.Operation.ifSynchronous(_:ifAsynchronous:) + 432
17  SPOS-App                      	       0x11287da74 ListChangesQueue.runIfNeeded() + 524
18  SPOS-App                      	       0x11287d760 ListChangesQueue.add(sync:) + 216
19  SPOS-App                      	       0x112894cbc ListView.configure(with:) + 248
20  SPOS-App                      	       0x1129789c0 closure #2 in closure #1 in List.ListContent.backingViewDescription(with:) + 108
21  SPOS-App                      	       0x11296a534 thunk for @escaping @callee_guaranteed (@guaranteed A) -> () + 24
22  SPOS-App                      	       0x112969d14 thunk for @escaping @callee_guaranteed (@in_guaranteed A) -> (@out ()) + 56
23  SPOS-App                      	       0x1129699e4 closure #1 in ViewDescription.init<A>(configuration:) + 668
24  SPOS-App                      	       0x1129687d8 ViewDescription.apply(to:) + 76
25  SPOS-App                      	       0x1128e0830 BlueprintView.NativeViewController.update(node:context:) + 1048
26  SPOS-App                      	       0x1128e3154 closure #3 in BlueprintView.NativeViewController.update(node:context:) + 320
27  SPOS-App                      	       0x112967f80 LayoutTransition.perform(_:) + 460
28  SPOS-App                      	       0x1128e1474 BlueprintView.NativeViewController.update(node:context:) + 4188
29  SPOS-App                      	       0x1128dfd54 BlueprintView.updateViewHierarchyIfNeeded() + 2444
30  SPOS-App                      	       0x1128df3bc BlueprintView.layoutSubviews() + 88
31  SPOS-App                      	       0x1128e00ec @objc BlueprintView.layoutSubviews() + 36
32  UIKitCore                     	       0x185301570 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2652
33  QuartzCore                    	       0x1884de0e4 CA::Layer::layout_if_needed(CA::Transaction*) + 484
34  QuartzCore                    	       0x1884d7944 -[CALayer layoutIfNeeded] + 412
35  UIKitCore                     	       0x1846622bc __86-[UIViewController window:willAnimateRotationToInterfaceOrientation:duration:newSize:]_block_invoke + 52
36  UIKitCore                     	       0x1852f5e50 +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 576
37  UIKitCore                     	       0x184662230 -[UIViewController window:willAnimateRotationToInterfaceOrientation:duration:newSize:] + 328
38  UIKitCore                     	       0x18466a0e8 __104-[UIViewController(AdaptiveSizing_Internal) _window:viewWillTransitionToSize:withTransitionCoordinator:]_block_invoke.3412 + 48
39  UIKitCore                     	       0x1846727dc -[_UIViewControllerTransitionCoordinator _applyBlocks:releaseBlocks:] + 264
40  UIKitCore                     	       0x18466f2e8 -[_UIViewControllerTransitionContext __runAlongsideAnimations] + 264
41  UIKitCore                     	       0x1852f5e50 +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 576
42  UIKitCore                     	       0x1846891dc __58-[_UIWindowRotationAnimationController animateTransition:]_block_invoke_2 + 296
43  UIKitCore                     	       0x1852fa108 +[UIView _performBlockDelayingTriggeringResponderEvents:forScene:] + 244
44  UIKitCore                     	       0x184688f54 __58-[_UIWindowRotationAnimationController animateTransition:]_block_invoke + 156
45  UIKitCore                     	       0x1852f7190 +[UIView(UIViewAnimationWithBlocksPrivate) _modifyAnimationsWithPreferredFrameRateRange:updateReason:animations:] + 168
46  UIKitCore                     	       0x1852f5e50 +[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:] + 576
47  UIKitCore                     	       0x184688da0 -[_UIWindowRotationAnimationController animateTransition:] + 556
48  UIKitCore                     	       0x184ddc10c -[UIWindow _rotateToBounds:withAnimator:transitionContext:] + 516
49  UIKitCore                     	       0x184ddea20 -[UIWindow _rotateWindowToOrientation:updateStatusBar:duration:skipCallbacks:] + 1416
50  UIKitCore                     	       0x184ddef20 -[UIWindow _setRotatableClient:toOrientation:updateStatusBar:duration:force:isRotating:] + 392
51  UIKitCore                     	       0x184dde344 -[UIWindow _setRotatableViewOrientation:updateStatusBar:duration:force:] + 108
52  UIKitCore                     	       0x184ddd178 __57-[UIWindow _updateToInterfaceOrientation:duration:force:]_block_invoke + 220
53  UIKitCore                     	       0x184ddcf94 -[UIWindow _updateToInterfaceOrientation:duration:force:] + 1188
54  CoreFoundation                	       0x180321404 __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 20
55  CoreFoundation                	       0x1803213bc ___CFXRegistrationPost_block_invoke + 48
56  CoreFoundation                	       0x1803207e0 _CFXRegistrationPost + 416
57  CoreFoundation                	       0x1803201c8 _CFXNotificationPost + 680
58  Foundation                    	       0x1807c442c -[NSNotificationCenter postNotificationName:object:userInfo:] + 92
59  UIKitCore                     	       0x184962fb4 -[UIDevice setOrientation:animated:] + 292
60  Foundation                    	       0x1807888e4 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 312
61  SPOS-Unit-KIFTests            	       0x13bb8a474 -[UIDevice(SQRotation) sq_setOrientation:] + 128
62  SPOS-Unit-KIFTests            	       0x13bb8a6bc __39-[RKTDeviceRobot _rotateToOrientation:]_block_invoke + 156
63  SPOS-Unit-KIFTests            	       0x13bbacb98 -[KIFTestActor tryRunningBlock:complete:timeout:error:] + 240
64  SPOS-Unit-KIFTests            	       0x13bbace3c -[KIFTestActor runBlock:complete:timeout:] + 116
65  SPOS-Unit-KIFTests            	       0x13bbacf30 -[KIFTestActor runBlock:complete:] + 132
66  SPOS-Unit-KIFTests            	       0x13bbad00c -[KIFTestActor runBlock:] + 72
67  SPOS-Unit-KIFTests            	       0x13bb8a5fc -[RKTDeviceRobot _rotateToOrientation:] + 216
68  SPOS-Unit-KIFTests            	       0x13bb8a514 -[RKTDeviceRobot rotateToOrientation:] + 124
69  SPOS-Unit-KIFTests            	       0x13b5e6bb8 closure #1 in RKTAccountSettingIntegrationTests.testAccountSettingsOptionDisplayed() + 128
70  SPOS-Unit-KIFTests            	       0x13b5bd0cc thunk for @callee_guaranteed () -> () + 20
71  SPOS-Unit-KIFTests            	       0x13b5bd0f0 thunk for @escaping @callee_guaranteed () -> () + 24
72  SPOS-Unit-KIFTests            	       0x13bb91134 executeBlockInUserInterfaceIdiom + 176
73  SPOS-Unit-KIFTests            	       0x13bb9106c onPad + 52
74  SPOS-Unit-KIFTests            	       0x13b5e69b4 RKTAccountSettingIntegrationTests.testAccountSettingsOptionDisplayed() + 1496
75  SPOS-Unit-KIFTests            	       0x13b5e6d18 @objc RKTAccountSettingIntegrationTests.testAccountSettingsOptionDisplayed() + 36
76  CoreFoundation                	       0x1803e75f0 __invoking___ + 144
77  CoreFoundation                	       0x1803e4b90 -[NSInvocation invoke] + 300
78  XCTestCore                    	       0x1371b5b58 +[XCTFailableInvocation invokeStandardConventionInvocation:completion:] + 64
79  XCTestCore                    	       0x1371b5b10 __90+[XCTFailableInvocation invokeInvocation:withTestMethodConvention:lastObservedErrorIssue:]_block_invoke_3 + 24
80  XCTestCore                    	       0x1371b55b8 __81+[XCTFailableInvocation invokeWithAsynchronousWait:lastObservedErrorIssue:block:]_block_invoke.5 + 80
81  XCTestCore                    	       0x13717d538 +[XCTSwiftErrorObservation observeErrorsInBlock:] + 76
82  XCTestCore                    	       0x1371b544c +[XCTFailableInvocation invokeWithAsynchronousWait:lastObservedErrorIssue:block:] + 388
83  XCTestCore                    	       0x1371b58d0 +[XCTFailableInvocation invokeInvocation:withTestMethodConvention:lastObservedErrorIssue:] + 252
84  XCTestCore                    	       0x1371b5bc8 +[XCTFailableInvocation invokeInvocation:lastObservedErrorIssue:] + 68
85  XCTestCore                    	       0x1371a5ee4 __24-[XCTestCase invokeTest]_block_invoke.78 + 96
86  XCTestCore                    	       0x1371768cc -[XCTestCase(XCTIssueHandling) _caughtUnhandledDeveloperExceptionPermittingControlFlowInterruptions:caughtInterruptionException:whileExecutingBlock:] + 156
87  XCTestCore                    	       0x1371a5b2c -[XCTestCase invokeTest] + 732
88  SPOS-Unit-KIFTests            	       0x13bb81cec -[RKTTestCase invokeTest] + 192
89  SPOS-Unit-KIFTests            	       0x13b91f1c0 -[RKTPOSTestCase invokeTest] + 260
90  XCTestCore                    	       0x1371a6f64 __26-[XCTestCase performTest:]_block_invoke.119 + 32
91  XCTestCore                    	       0x1371768cc -[XCTestCase(XCTIssueHandling) _caughtUnhandledDeveloperExceptionPermittingControlFlowInterruptions:caughtInterruptionException:whileExecutingBlock:] + 156
92  XCTestCore                    	       0x1371a6ad4 __26-[XCTestCase performTest:]_block_invoke.110 + 404
93  XCTestCore                    	       0x13718fa60 +[XCTContext _runInChildOfContext:forTestCase:markAsReportingBase:block:] + 172
94  XCTestCore                    	       0x13718f98c +[XCTContext runInContextForTestCase:markAsReportingBase:block:] + 140
95  XCTestCore                    	       0x1371a67a0 -[XCTestCase performTest:] + 248
96  XCTestCore                    	       0x137166a78 -[XCTest runTest] + 44
97  XCTestCore                    	       0x137192300 -[XCTestSuite runTestBasedOnRepetitionPolicy:testRun:] + 64
98  XCTestCore                    	       0x1371921e4 __27-[XCTestSuite performTest:]_block_invoke + 160
99  XCTestCore                    	       0x137191cf8 __59-[XCTestSuite _performProtectedSectionForTest:testSection:]_block_invoke + 40
100 XCTestCore                    	       0x13718fa60 +[XCTContext _runInChildOfContext:forTestCase:markAsReportingBase:block:] + 172
101 XCTestCore                    	       0x13718f98c +[XCTContext runInContextForTestCase:markAsReportingBase:block:] + 140
102 XCTestCore                    	       0x137191ca0 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 152
103 XCTestCore                    	       0x137191f10 -[XCTestSuite performTest:] + 188
104 XCTestCore                    	       0x137166a78 -[XCTest runTest] + 44
105 XCTestCore                    	       0x137192300 -[XCTestSuite runTestBasedOnRepetitionPolicy:testRun:] + 64
106 XCTestCore                    	       0x1371921e4 __27-[XCTestSuite performTest:]_block_invoke + 160
107 XCTestCore                    	       0x137191cf8 __59-[XCTestSuite _performProtectedSectionForTest:testSection:]_block_invoke + 40
108 XCTestCore                    	       0x13718fa60 +[XCTContext _runInChildOfContext:forTestCase:markAsReportingBase:block:] + 172
109 XCTestCore                    	       0x13718f98c +[XCTContext runInContextForTestCase:markAsReportingBase:block:] + 140
110 XCTestCore                    	       0x137191ca0 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 152
111 XCTestCore                    	       0x137191f10 -[XCTestSuite performTest:] + 188
112 XCTestCore                    	       0x137166a78 -[XCTest runTest] + 44
113 XCTestCore                    	       0x137192300 -[XCTestSuite runTestBasedOnRepetitionPolicy:testRun:] + 64
114 XCTestCore                    	       0x1371921e4 __27-[XCTestSuite performTest:]_block_invoke + 160
115 XCTestCore                    	       0x137191cf8 __59-[XCTestSuite _performProtectedSectionForTest:testSection:]_block_invoke + 40
116 XCTestCore                    	       0x13718fa60 +[XCTContext _runInChildOfContext:forTestCase:markAsReportingBase:block:] + 172
117 XCTestCore                    	       0x13718f98c +[XCTContext runInContextForTestCase:markAsReportingBase:block:] + 140
118 XCTestCore                    	       0x137191ca0 -[XCTestSuite _performProtectedSectionForTest:testSection:] + 152
119 XCTestCore                    	       0x137191f10 -[XCTestSuite performTest:] + 188
120 XCTestCore                    	       0x137166a78 -[XCTest runTest] + 44
121 XCTestCore                    	       0x1371682ec __89-[XCTTestRunSession executeTestsWithIdentifiers:skippingTestsWithIdentifiers:completion:]_block_invoke + 100
122 XCTestCore                    	       0x13718fa60 +[XCTContext _runInChildOfContext:forTestCase:markAsReportingBase:block:] + 172
123 XCTestCore                    	       0x13718f98c +[XCTContext runInContextForTestCase:markAsReportingBase:block:] + 140
124 XCTestCore                    	       0x1371681e8 -[XCTTestRunSession executeTestsWithIdentifiers:skippingTestsWithIdentifiers:completion:] + 252
125 XCTestCore                    	       0x1371c19d0 __72-[XCTExecutionWorker enqueueTestIdentifiersToRun:testIdentifiersToSkip:]_block_invoke_2 + 108
126 XCTestCore                    	       0x1371c1af0 -[XCTExecutionWorker runWithError:] + 100
127 XCTestCore                    	       0x13718cf90 __25-[XCTestDriver _runTests]_block_invoke.184 + 52
128 XCTestCore                    	       0x137170224 -[XCTestObservationCenter _observeTestExecutionForBlock:] + 256
129 XCTestCore                    	       0x13718cc2c -[XCTestDriver _runTests] + 1016
130 XCTestCore                    	       0x137166f60 _XCTestMain + 84
131 libXCTestBundleInject.dylib   	       0x1362674e8 __RunTests_block_invoke_2 + 16
132 CoreFoundation                	       0x180350030 __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 20
133 CoreFoundation                	       0x18034f2f4 __CFRunLoopDoBlocks + 408
134 CoreFoundation                	       0x180349bb0 __CFRunLoopRun + 764
135 CoreFoundation                	       0x1803493a8 CFRunLoopRunSpecific + 572
136 GraphicsServices              	       0x18c03c5ec GSEventRunModal + 160
137 UIKitCore                     	       0x184d937ac -[UIApplication _run] + 992
138 UIKitCore                     	       0x184d982e8 UIApplicationMain + 112
139 SPOS-App                      	       0x1021ac208 main + 520
140 dyld_sim                      	       0x135fd9ca0 start_sim + 20
141 dyld                          	       0x136071f28 start + 2236

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

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

Thread 3:: GC Timer thread
0   libsystem_kernel.dylib        	       0x1c9978694 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1c99d29e4 _pthread_cond_wait + 1220
2   libc++.1.dylib                	       0x180255d44 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>>>) + 96
3   SPOS-App                      	       0x113df5734 void kotlin::RepeatedTimer<kotlin::steady_clock>::Run<kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()>(kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()&&) + 248
4   SPOS-App                      	       0x113df59e4 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 (*)(kotlin::ScopedThread::attributes, void (kotlin::RepeatedTimer<kotlin::steady_clock>::*&&)(kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()&&) noexcept, kotlin::RepeatedTimer<kotlin::steady_clock>*&&, kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()&&), kotlin::ScopedThread::attributes, void (kotlin::RepeatedTimer<kotlin::steady_clock>::*)(kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()&&) noexcept, kotlin::RepeatedTimer<kotlin::steady_clock>*, kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()>>(void*) + 112
5   libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
6   libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 4:: GC thread
0   libsystem_kernel.dylib        	       0x1c9978694 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1c99d29e4 _pthread_cond_wait + 1220
2   libc++.1.dylib                	       0x180255cac std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   SPOS-App                      	       0x113df98f8 std::__1::invoke_result<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_3>::type kotlin::ScopedThread::Run<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_3>(kotlin::ScopedThread::attributes, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_3&&) + 264
4   SPOS-App                      	       0x113dfabfc 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 (*)(kotlin::ScopedThread::attributes, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_3&&), kotlin::ScopedThread::attributes, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_3>>(void*) + 104
5   libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
6   libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 5:
0   libsystem_pthread.dylib       	       0x1c99cd634 start_wqthread + 0

Thread 6:: com.apple.uikit.eventfetch-thread
0   libsystem_kernel.dylib        	       0x1c9975190 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1c9986258 mach_msg2_internal + 76
2   libsystem_kernel.dylib        	       0x1c997d398 mach_msg_overwrite + 540
3   libsystem_kernel.dylib        	       0x1c9975500 mach_msg + 20
4   CoreFoundation                	       0x18034f810 __CFRunLoopServiceMachPort + 368
5   CoreFoundation                	       0x180349d24 __CFRunLoopRun + 1136
6   CoreFoundation                	       0x1803493a8 CFRunLoopRunSpecific + 572
7   Foundation                    	       0x180811e14 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232
8   Foundation                    	       0x1808120cc -[NSRunLoop(NSRunLoop) runUntilDate:] + 88
9   UIKitCore                     	       0x184e47b64 -[UIEventFetcher threadMain] + 472
10  Foundation                    	       0x18083b97c __NSThread__start__ + 788
11  libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
12  libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 7::  Dispatch queue: HALC_ShellPlugIn Connection Queue
0   dyld_sim                      	       0x135ff1410 invocation function for block in dyld4::APIs::findImageMappedAt(void const*, dyld3::MachOLoaded const**, bool*, char const**, void const**, unsigned long long*, unsigned char*) + 104
1   dyld_sim                      	       0x135fdd428 dyld4::RuntimeState::withLoadersReadLock(void () block_pointer) + 60
2   dyld_sim                      	       0x135ff1334 dyld4::APIs::findImageMappedAt(void const*, dyld3::MachOLoaded const**, bool*, char const**, void const**, unsigned long long*, unsigned char*) + 500
3   dyld_sim                      	       0x135ff3a9c dyld4::APIs::_dyld_find_unwind_sections(void*, dyld_unwind_sections*) + 100
4   libunwind.dylib               	       0x1b66b2c40 libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_arm64>::setInfoBasedOnIPRegister(bool) + 60
5   libunwind.dylib               	       0x1b66b66dc _Unwind_RaiseException + 296
6   libc++abi.dylib               	       0x18022fad4 __cxa_throw + 124
7   CoreAudio                     	       0x181939b50 HALC_ProxySystem::HALC_ProxySystem() + 1884
8   CoreAudio                     	       0x181968848 HALC_ProxyObjectMap::_CreateSystemObject() + 44
9   CoreAudio                     	       0x181967ab4 HALC_ProxyObjectMap::CopyObjectByObjectID(unsigned int) + 108
10  CoreAudio                     	       0x1817974fc HALC_ShellPlugIn::ConnectToServer() + 44
11  libdispatch.dylib             	       0x18010a5a4 _dispatch_client_callout + 16
12  libdispatch.dylib             	       0x18010d748 _dispatch_continuation_pop + 452
13  libdispatch.dylib             	       0x1801200f8 _dispatch_source_invoke + 1280
14  libdispatch.dylib             	       0x180111540 _dispatch_lane_serial_drain + 344
15  libdispatch.dylib             	       0x180112238 _dispatch_lane_invoke + 456
16  libdispatch.dylib             	       0x18011347c _dispatch_workloop_invoke + 1780
17  libdispatch.dylib             	       0x18011ca64 _dispatch_workloop_worker_thread + 744
18  libsystem_pthread.dylib       	       0x1c99ce878 _pthread_wqthread + 284
19  libsystem_pthread.dylib       	       0x1c99cd63c start_wqthread + 8

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

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

Thread 10:: KSCrash Exception Handler (Secondary)
0   libsystem_kernel.dylib        	       0x1c9975190 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1c9986258 mach_msg2_internal + 76
2   libsystem_kernel.dylib        	       0x1c997d398 mach_msg_overwrite + 540
3   libsystem_kernel.dylib        	       0x1c9975500 mach_msg + 20
4   SPOS-App                      	       0x10c10195c ksmachexc_i_handleExceptions + 180
5   libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
6   libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 11:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib        	       0x1c9975190 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1c9986258 mach_msg2_internal + 76
2   libsystem_kernel.dylib        	       0x1c997d398 mach_msg_overwrite + 540
3   libsystem_kernel.dylib        	       0x1c9975500 mach_msg + 20
4   CoreFoundation                	       0x18034f810 __CFRunLoopServiceMachPort + 368
5   CoreFoundation                	       0x180349d24 __CFRunLoopRun + 1136
6   CoreFoundation                	       0x1803493a8 CFRunLoopRunSpecific + 572
7   CFNetwork                     	       0x183e49dcc 0x183c1b000 + 2289100
8   Foundation                    	       0x18083b97c __NSThread__start__ + 788
9   libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
10  libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 12:: com.squareup.networkRunLoopThread
0   libsystem_kernel.dylib        	       0x1c9975190 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1c9986258 mach_msg2_internal + 76
2   libsystem_kernel.dylib        	       0x1c997d398 mach_msg_overwrite + 540
3   libsystem_kernel.dylib        	       0x1c9975500 mach_msg + 20
4   CoreFoundation                	       0x18034f810 __CFRunLoopServiceMachPort + 368
5   CoreFoundation                	       0x180349d24 __CFRunLoopRun + 1136
6   CoreFoundation                	       0x1803493a8 CFRunLoopRunSpecific + 572
7   Foundation                    	       0x180811e14 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232
8   SPOS-App                      	       0x1131479e4 -[PXNetworkManager networkRunLoopThreadEntry] + 416
9   Foundation                    	       0x18083b97c __NSThread__start__ + 788
10  libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
11  libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 13:: AVAudioSession Notify Thread
0   libsystem_kernel.dylib        	       0x1c9975190 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1c9986258 mach_msg2_internal + 76
2   libsystem_kernel.dylib        	       0x1c997d398 mach_msg_overwrite + 540
3   libsystem_kernel.dylib        	       0x1c9975500 mach_msg + 20
4   CoreFoundation                	       0x18034f810 __CFRunLoopServiceMachPort + 368
5   CoreFoundation                	       0x180349d24 __CFRunLoopRun + 1136
6   CoreFoundation                	       0x1803493a8 CFRunLoopRunSpecific + 572
7   AudioSession                  	       0x1bb8a8428 CADeprecated::GenericRunLoopThread::Entry(void*) + 156
8   AudioSession                  	       0x1bb8ba584 CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*) + 84
9   libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
10  libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 14:: AMCP Logging Spool
0   libsystem_kernel.dylib        	       0x1c997510c semaphore_wait_trap + 8
1   caulk                         	       0x1a712d1f4 caulk::mach::semaphore::wait_or_error() + 24
2   caulk                         	       0x1a7128198 caulk::concurrent::details::worker_thread::run() + 52
3   caulk                         	       0x1a7128210 void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*) + 48
4   libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
5   libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 15:: com.apple.CFSocket.private
0   libsystem_kernel.dylib        	       0x1c997f6fc __select + 8
1   CoreFoundation                	       0x180365714 __CFSocketManager + 620
2   libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
3   libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 16:
0   libsystem_pthread.dylib       	       0x1c99cd634 start_wqthread + 0

Thread 17:
0   libsystem_pthread.dylib       	       0x1c99cd634 start_wqthread + 0

Thread 18:: JavaScriptCore bmalloc scavenger
0   libsystem_kernel.dylib        	       0x1c9978694 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1c99d29e4 _pthread_cond_wait + 1220
2   libc++.1.dylib                	       0x180255cac std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 24
3   JavaScriptCore                	       0x1921bdae8 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex>>(std::__1::unique_lock<bmalloc::Mutex>&) + 104
4   JavaScriptCore                	       0x1921c2108 bmalloc::Scavenger::threadRunLoop() + 336
5   JavaScriptCore                	       0x1921c1b88 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 12
6   JavaScriptCore                	       0x1921c30ec 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::Scavenger*), bmalloc::Scavenger*>>(void*) + 44
7   libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
8   libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 19:: WebThread
0   libsystem_kernel.dylib        	       0x1c9975190 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x1c9986258 mach_msg2_internal + 76
2   libsystem_kernel.dylib        	       0x1c997d398 mach_msg_overwrite + 540
3   libsystem_kernel.dylib        	       0x1c9975500 mach_msg + 20
4   CoreFoundation                	       0x18034f810 __CFRunLoopServiceMachPort + 368
5   CoreFoundation                	       0x180349d24 __CFRunLoopRun + 1136
6   CoreFoundation                	       0x1803493a8 CFRunLoopRunSpecific + 572
7   WebCore                       	       0x18a3399e8 RunWebThread(void*) + 724
8   libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
9   libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 20:
0   libsystem_kernel.dylib        	       0x1c997f6fc __select + 8
1   SPOS-App                      	       0x1140464d4 _EpsonTcpDiscovery + 596
2   libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
3   libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 21:
0   libsystem_kernel.dylib        	       0x1c9978694 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1c99d29e4 _pthread_cond_wait + 1220
2   SPOS-App                      	       0x113fb83cc _Edc_wait_signal_locked_wait + 184
3   SPOS-App                      	       0x113faab50 _Edc_get_discovered_devicelist + 104
4   SPOS-App                      	       0x113faa1e8 thread_func_callback + 84
5   libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
6   libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8

Thread 22:
0   libsystem_kernel.dylib        	       0x1c9978694 __psynch_cvwait + 8
1   libsystem_pthread.dylib       	       0x1c99d29e4 _pthread_cond_wait + 1220
2   SPOS-App                      	       0x113fb83cc _Edc_wait_signal_locked_wait + 184
3   SPOS-App                      	       0x113fb84e8 _Edc_wait_signal_wait + 132
4   SPOS-App                      	       0x113fa9e48 thread_func_discovery_main + 92
5   libsystem_pthread.dylib       	       0x1c99d2428 _pthread_start + 116
6   libsystem_pthread.dylib       	       0x1c99cd648 thread_start + 8


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000003   x3: 0x0000000150dde998
    x4: 0x0000000000000020   x5: 0x0000000150e8f3f0   x6: 0x0000000150dde7f0   x7: 0x000000016dc65470
    x8: 0x0000000000000003   x9: 0x00000001b63a6da0  x10: 0x00000001b616bf90  x11: 0x0000000000000003
   x12: 0x000000000000001a  x13: 0x000000013d152990  x14: 0x0000000000000a49  x15: 0x00000001182538e0
   x16: 0x00000001b616bf64  x17: 0x0000000112832608  x18: 0x0000000000000000  x19: 0x00000001dd41c198
   x20: 0x000000016dc64bf0  x21: 0x000000016dc64ba0  x22: 0x00000001dd41c138  x23: 0x0000000150dde7f0
   x24: 0x0000000000000000  x25: 0x0000000141eac000  x26: 0x0000000000000000  x27: 0x0000000000000000
   x28: 0x0000000150dde7f0   fp: 0x000000016dc64be0   lr: 0x00000001b6510cb4
    sp: 0x000000016dc64ba0   pc: 0x00000001b6510d08 cpsr: 0x80001000
   far: 0x0000000137b23bb0  esr: 0x56000080  Address size fault

Binary Images:
       0x13606c000 -        0x1360fbfff dyld (*) <ac277a36-1808-327a-8761-cca585421212> /usr/lib/dyld
       0x135fd8000 -        0x136013fff dyld_sim (*) <4f051b2d-f44f-31d5-8c60-061d25c5d57e> /Volumes/VOLUME/*/dyld_sim
       0x102188000 -        0x116da3fff com.squareup.square.development (6.32) <ca8a5157-9916-3bf0-9d82-3d16b7abc095> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/SPOS-App
       0x136278000 -        0x13627ffff test_sharder_lipobin.dylib (*) <0b0d107f-84e5-3112-a6cc-c2e0957cef62> /private/tmp/*/test_sharder_lipobin.dylib
       0x1362bc000 -        0x1362cffff test_repeater_lipobin.dylib (*) <b1d054c8-99f2-3340-aa11-b8d8af7f791e> /private/tmp/*/test_repeater_lipobin.dylib
       0x136264000 -        0x136267fff libXCTestBundleInject.dylib (*) <b4b221b5-1201-3a34-a73e-a1cd49066df9> /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib/libXCTestBundleInject.dylib
       0x136408000 -        0x13647bfff com.squareup.square-in-app-payments-sdk (1.0.0) <4379ae4b-1319-318f-af7e-a6aa559ee27c> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/SquareInAppPaymentsSDK.framework/SquareInAppPaymentsSDK
       0x1362ec000 -        0x1362fbfff org.cocoapods.SquareCore (3.3.1) <a4f3c40c-4260-352a-ac98-4232b281ee02> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/SquareCore.framework/SquareCore
       0x13631c000 -        0x136327fff org.cocoapods.CorePaymentCard (4.17.5) <92e71ac3-01a4-3d7d-8bc5-fb8322f4050f> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/CorePaymentCard.framework/CorePaymentCard
       0x136344000 -        0x13634bfff org.cocoapods.LCRCore (13.8.0) <60e38a63-b632-3e78-8837-d991a707da22> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/LCRCore.framework/LCRCore
       0x136640000 -        0x13671ffff org.cocoapods.SquareReader (13.8.0) <ad4662d9-8d4c-3e7c-8fa4-defc3dfa0939> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/SquareReader.framework/SquareReader
       0x13675c000 -        0x1367f7fff jp.star-m.StarIO (2.11.0) <163c519e-a269-34a2-a16a-b3ee2892c8b6> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/StarIO.framework/StarIO
       0x136a8c000 -        0x136c6ffff com.onetrust.OTPublishersHeadlessSDK (6.17.0) <509895cf-70b6-3b3c-af49-5bacff75088a> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/OTPublishersHeadlessSDK.framework/OTPublishersHeadlessSDK
       0x136ce4000 -        0x136e2bfff com.socketmobile.Capture (1.0) <348e739f-c883-3df1-bc23-f4d47de79445> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/CaptureSDK.framework/CaptureSDK
       0x13639c000 -        0x1363b7fff com.Mitek.MiSnapSDK (1.0) <33bd29dd-be02-386b-81ae-a3934a3f7245> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/MiSnapSDK.framework/MiSnapSDK
       0x136368000 -        0x136373fff com.miteksystems.MiSnapSDKCamera (1.0) <8751adaa-a313-357e-8f02-0bf928a0fe33> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/MiSnapSDKCamera.framework/MiSnapSDKCamera
       0x1362a0000 -        0x1362a3fff com.miteksystems.MiSnapSDKMibiData (1.0) <68d85164-bc95-3d45-a05e-cdaa0aeba52e> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/MiSnapSDKMibiData.framework/MiSnapSDKMibiData
       0x136524000 -        0x13652ffff com.miteksystems.MiSnapSDKScience (1.0) <07a694bf-bce9-3c1a-83d3-71c5492bd2eb> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/MiSnapSDKScience.framework/MiSnapSDKScience
       0x136844000 -        0x1368e3fff com.miteksystems.labs.MobileFlow (1.0) <93406a94-1614-3d9a-9f1f-f93cecf8418b> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/MobileFlow.framework/MobileFlow
       0x13732c000 -        0x13757bfff com.helpshift.Support (1.0) <50136bbb-21f0-32d8-b609-28b2d07f8a28> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/Helpshift.framework/Helpshift
       0x137eac000 -        0x13821bfff com.twilio.conversations.TwilioConversationsClient (2.2.5) <79dbff0c-4284-3c78-8290-18222cc2d33f> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/Frameworks/TwilioConversationsClient.framework/TwilioConversationsClient
       0x1363d0000 -        0x1363d3fff com.apple.dt.XCTest (14.2) <490664f5-ee26-3ce7-8407-c47312d04654> /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks/XCTest.framework/XCTest
       0x137164000 -        0x1371fffff com.apple.dt.XCTestCore (14.2) <c85382ff-589b-390c-8762-b2b4acf75d13> /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCTestCore.framework/XCTestCore
       0x13605c000 -        0x13605ffff com.apple.dt.XCUnit (14.2) <96090c20-46d6-3621-94f5-45e0f395c0b2> /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCUnit.framework/XCUnit
       0x136f04000 -        0x136faffff com.apple.dt.XCUIAutomation (14.2) <a18821be-00a8-3795-8a48-555068f6e8bb> /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCUIAutomation.framework/XCUIAutomation
       0x1365c8000 -        0x1365f3fff com.apple.dt.instruments.DTXConnectionServices (13.2) <5cf897be-92f5-3aab-9d6a-0446a772ecae> /Volumes/VOLUME/*/DTXConnectionServices.framework/DTXConnectionServices
       0x136964000 -        0x1369b3fff com.apple.dt.XCTAutomationSupport (14.2) <a8b18172-be61-38e7-b232-5faced3b2e0c> /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/XCTAutomationSupport
       0x137038000 -        0x1370cffff com.apple.dt.instruments.DVTInstrumentsFoundation (13.2) <cbf47c81-7a87-3f19-b9c4-d57aa81d3c57> /Volumes/VOLUME/*/DVTInstrumentsFoundation.framework/DVTInstrumentsFoundation
       0x136544000 -        0x136573fff com.apple.accessibility.AccessibilityAudit (1.0) <4676bad9-ad73-34ee-8709-95b9969d5143> /Volumes/VOLUME/*/AccessibilityAudit.framework/AccessibilityAudit
       0x136a00000 -        0x136a3bfff com.apple.dt.instruments.DVTInstrumentsUtilities (13.2) <f3b232c0-8845-3cae-99c3-b86e112bb634> /Volumes/VOLUME/*/DVTInstrumentsUtilities.framework/DVTInstrumentsUtilities
       0x137118000 -        0x13712ffff libXCTestSwiftSupport.dylib (*) <9095ab69-cd17-3bdd-aee0-fe186083c0fe> /Applications/Xcode-14.2.0.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib
       0x137304000 -        0x13730ffff libobjc-trampolines.dylib (*) <62d9b94a-c1b1-3492-a41f-b4a2c01ad6a1> /Volumes/VOLUME/*/libobjc-trampolines.dylib
       0x13b558000 -        0x13bcfbfff com.squareup.Register-KIF-Mock-Mode-Tests (1.0) <6003431e-7059-381b-9f13-aeec9fc77036> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/PlugIns/SPOS-Unit-KIFTests.xctest/SPOS-Unit-KIFTests
       0x137318000 -        0x13731bfff org.cocoapods.CorePaymentCardTesting (4.13.3) <0c3e5858-d9e5-3122-add1-5028e542c65e> /Users/USER/Library/Developer/CoreSimulator/Devices/375C9EA1-CDF6-40D6-88CB-1270F20F28B7/data/Containers/Bundle/Application/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423/SPOS-App.app/PlugIns/SPOS-Unit-KIFTests.xctest/Frameworks/CorePaymentCardTesting.framework/CorePaymentCardTesting
       0x14f830000 -        0x14f98ffff com.apple.AccessibilitySettings (1.0.0) <074a0ec6-7b95-389c-9a10-9749f5678b90> /Volumes/VOLUME/*/AccessibilitySettings.bundle/AccessibilitySettings
       0x150868000 -        0x150873fff com.apple.ControlCenterUIKit.axbundle (1.0) <3ac0ca82-206f-37c7-a50e-05ed5e16458c> /Volumes/VOLUME/*/ControlCenterUIKit
       0x13b3dc000 -        0x13b3dffff com.apple.GeoServices.axbundle (1.0) <b62d69d9-b750-3a3f-88ec-316b8b6e8b7c> /Volumes/VOLUME/*/GeoServices
       0x150960000 -        0x15099bfff com.apple.VectorKit.axbundle (1.0) <483ba262-07ca-3524-aa51-d55e707c5bea> /Volumes/VOLUME/*/VectorKit
       0x150914000 -        0x15092bfff com.apple.MapKitFramework.axbundle (1.0) <cba53ac7-1029-3815-b890-a0f37909c350> /Volumes/VOLUME/*/MapKitFramework
       0x150828000 -        0x150837fff com.apple.PreferencesFramework.axbundle (1.0) <0319f809-64e7-3450-8738-e1eb4b482317> /Volumes/VOLUME/*/PreferencesFramework
       0x14f3ec000 -        0x14f3effff com.apple.Messages.axbundle (1.0) <fcb25421-5b84-3880-a533-ed283f748bc2> /Volumes/VOLUME/*/Messages
       0x1508e4000 -        0x1508f3fff com.apple.MediaControls.axbundle (1.0) <6d55c6f9-1f3c-346f-9ede-b830c8b16988> /Volumes/VOLUME/*/MediaControls
       0x1508ac000 -        0x1508affff com.apple.accessibility.SiriUICore (1.0) <cec3546c-35a8-3817-a491-c5d56812c62e> /Volumes/VOLUME/*/SiriUICore
       0x150a18000 -        0x150a23fff com.apple.iTunesStoreUIFramework.axbundle (1.0) <8ece03c9-5102-32f5-897a-415a52d18e3e> /Volumes/VOLUME/*/iTunesStoreUIFramework
       0x15088c000 -        0x15088ffff com.apple.SceneKit.axbundle (1.0) <87a622e9-018a-3e94-8278-3a6ecc779cb6> /Volumes/VOLUME/*/SceneKit
       0x1509c8000 -        0x1509cbfff com.apple.DisplayAndBrightnessSettings.axbundle (1.0) <f7d4ccd2-9513-3002-acab-911633e2a4ff> /Volumes/VOLUME/*/DisplayAndBrightnessSettings
       0x1509dc000 -        0x1509dffff com.apple.SearchFoundation.axbundle (1.0) <7f84425e-b2db-3b68-890e-8aec6949728d> /Volumes/VOLUME/*/SearchFoundation
       0x150a00000 -        0x150a03fff com.apple.CertInfo.axbundle (1.0) <68218f03-7248-3e9d-930d-22893cfdfe6c> /Volumes/VOLUME/*/CertInfo
       0x150a94000 -        0x150a97fff com.apple.CardKit.axbundle (1.0) <509f67a1-6a48-38e5-8042-e60fe2f15f4b> /Volumes/VOLUME/*/CardKit
       0x150b38000 -        0x150b47fff com.apple.PDFKit.axbundle (1.0) <bc6e6d26-5031-3336-be4a-7fb030fe93b8> /Volumes/VOLUME/*/PDFKit
       0x150b80000 -        0x150b83fff com.apple.SafariSharedUI.axbundle (1.0) <9d8b4b4c-1638-32f5-bbb1-bea2847c39be> /Volumes/VOLUME/*/SafariSharedUI
       0x150b94000 -        0x150b97fff com.apple.HealthKit.axbundle (1.0) <7917c48e-fcab-3662-a13c-c9bdf306827f> /Volumes/VOLUME/*/HealthKit
       0x150ba8000 -        0x150babfff com.apple.DocumentManager.axbundle (1.0) <86192c76-7f88-3e96-9fdf-90f3374a1e8b> /Volumes/VOLUME/*/DocumentManager
       0x150b60000 -        0x150b67fff com.apple.TelephonyUIFramework.axbundle (1.0) <ac366a4b-719c-3ad2-81f9-313cc3c31d1c> /Volumes/VOLUME/*/TelephonyUIFramework
       0x150c10000 -        0x150c13fff com.apple.AVFoundation.axbundle (1.0) <c29fcc85-a9d2-3f9b-b0f1-89d83ca45a62> /Volumes/VOLUME/*/AVFoundation
       0x137e28000 -        0x137e2bfff com.apple.SharingUI.axbundle (1.0) <4c08c8e8-e905-3ad5-a9a9-edcd4f40ba7d> /Volumes/VOLUME/*/SharingUI
       0x137e40000 -        0x137e43fff com.apple.FrontBoard.axbundle (1.0) <45d467dc-c903-385d-8d92-36e40d1c483c> /Volumes/VOLUME/*/FrontBoard
       0x14ee64000 -        0x14ee7bfff com.apple.ContactsUI.axbundle (1.0) <c7e092fc-87f1-30dd-b18f-cbf578af387e> /Volumes/VOLUME/*/ContactsUI
       0x14c6bc000 -        0x14c6c3fff com.apple.VisionKitCore.axbundle (1.0) <140c1d70-984c-3d3a-916c-751a7df29a00> /Volumes/VOLUME/*/VisionKitCore
       0x14c76c000 -        0x14c787fff com.apple.EventKitUIFramework.axbundle (1.0) <a0d99134-7eff-3f29-b491-62215ee1b1bb> /Volumes/VOLUME/*/EventKitUIFramework
       0x137e0c000 -        0x137e0ffff com.apple.ToneKit.axbundle (1.0) <7c5b5c68-31dc-3bf0-9008-5ff5ad2c0639> /Volumes/VOLUME/*/ToneKit
       0x14c6d8000 -        0x14c6dbfff com.apple.accessibility.SiriUI (1.0) <61f171a8-aa99-33f6-9f88-88a2ed2fd65e> /Volumes/VOLUME/*/SiriUI
       0x14c6f0000 -        0x14c6f7fff com.apple.PlatterKit.axbundle (1.0) <84eaeb7d-a205-3517-bcca-6c0dab861a82> /Volumes/VOLUME/*/PlatterKit
       0x14c70c000 -        0x14c70ffff com.apple.SpringBoardFoundation.axbundle (1.0) <59ed4e62-a36e-377c-a95b-52f71226b826> /Volumes/VOLUME/*/SpringBoardFoundation
       0x14c720000 -        0x14c723fff com.apple.BaseBoardUI.axbundle (1.0) <bf6790ea-9df9-34a6-b9e6-6563063949e4> /Volumes/VOLUME/*/BaseBoardUI
       0x137e54000 -        0x137e63fff com.apple.AVKit.axbundle (1.0) <f085db77-e9f3-3525-aeff-30a6a296ca4d> /Volumes/VOLUME/*/AVKit
       0x14c734000 -        0x14c73ffff com.apple.PencilKit.axbundle (1.0) <1521a3d6-d980-3f75-80cb-10a194577061> /Volumes/VOLUME/*/PencilKit
       0x14c758000 -        0x14c75bfff com.apple.AuthenticationServices.axbundle (1.0) <b93fa89d-cb71-3fe6-bb28-c8e7e75e22c2> /Volumes/VOLUME/*/AuthenticationServices
       0x14ee08000 -        0x14ee0bfff com.apple.AuthKitUI.axbundle (1.0) <6c46597c-3e7f-369b-abb4-f8dc3fe954ed> /Volumes/VOLUME/*/AuthKitUI
       0x14ee20000 -        0x14ee2ffff com.apple.SafariServices.axbundle (1.0) <2c451337-ff63-3a4c-809b-dd1b61051b1f> /Volumes/VOLUME/*/SafariServices
       0x14c7b4000 -        0x14c7b7fff com.apple.EmojiKit.axbundle (1.0) <2a040122-0370-3f4b-b600-a56cb6817455> /Volumes/VOLUME/*/EmojiKit
       0x14ee4c000 -        0x14ee4ffff com.apple.IntentsUI.axbundle (1.0) <e7ac99e0-4390-37a1-be12-539755845d7b> /Volumes/VOLUME/*/IntentsUI
       0x14eea8000 -        0x14eeabfff com.apple.accessibility.AppleAccountUI (1.0) <705362b7-b8cb-3c5f-b681-0b51c7c51852> /Volumes/VOLUME/*/AppleAccountUI
       0x14ef98000 -        0x14efbbfff com.apple.PassKitUI.axbundle (1.0) <36c9eca5-a2ed-3b1a-95ae-fd10fe5d1e9e> /Volumes/VOLUME/*/PassKitUI
       0x14eebc000 -        0x14eebffff com.apple.WebUI.axbundle (1.0) <e5084163-ba37-3599-b496-2f15f27779fb> /Volumes/VOLUME/*/WebUI
       0x14eed0000 -        0x14eed3fff com.apple.StorageSettingsFramework.axbundle (1.0) <005834c5-1863-35ab-9166-5f6121d5bd71> /Volumes/VOLUME/*/StorageSettingsFramework
       0x14ede0000 -        0x14ede3fff com.apple.SwiftUI.axbundle (1.0) <246c7907-2d12-3206-9293-753b0261d30a> /Volumes/VOLUME/*/SwiftUI
       0x14f188000 -        0x14f1cffff com.apple.ChatKitFramework.axbundle (1.0) <6561f7ec-b7c3-3c80-8be6-aec73bceb9e6> /Volumes/VOLUME/*/ChatKitFramework
       0x14ef10000 -        0x14ef13fff com.apple.TemplateKit.axbundle (1.0) <faa199fb-4901-34e3-9ddd-f318051c369d> /Volumes/VOLUME/*/TemplateKit
       0x14eee4000 -        0x14eeebfff com.apple.ShareSheet.axbundle (1.0) <193ea425-bc63-3c7f-97ad-8dd15bbf02a4> /Volumes/VOLUME/*/ShareSheet
       0x14f008000 -        0x14f013fff com.apple.SpringBoardUIServices.axbundle (1.0) <35979fc7-9e36-3c8e-884d-6990d84a047c> /Volumes/VOLUME/*/SpringBoardUIServices
       0x14ef5c000 -        0x14ef63fff com.apple.ContactsAutocompleteUI.axbundle (1.0) <e312217f-e299-3a51-a573-8e70141e70a4> /Volumes/VOLUME/*/ContactsAutocompleteUI
       0x14ef78000 -        0x14ef7bfff com.apple.BannerKit.axbundle (1.0) <3941074c-1bf8-3b72-8231-95ae962183a1> /Volumes/VOLUME/*/BannerKit
       0x14ef48000 -        0x14ef4bfff com.apple.PrivacySettingsUI.axbundle (1.0) <59ea22cd-93b8-30f0-ac65-dc520d824c63> /Volumes/VOLUME/*/PrivacySettingsUI
       0x14ef28000 -        0x14ef2bfff com.apple.SpriteKit.axbundle (1.0) <6224b416-5da2-35b3-91bf-29cc3c72e236> /Volumes/VOLUME/*/SpriteKit
       0x14f064000 -        0x14f06bfff com.apple.MapsUI.axbundle (1.0) <111bc129-7792-34db-8831-ef4360c22cf6> /Volumes/VOLUME/*/MapsUI
       0x14f080000 -        0x14f087fff com.apple.Pegasus.axbundle (1.0) <7c79008a-cd96-3d1c-b5f0-52d7f7f907e8> /Volumes/VOLUME/*/Pegasus
       0x14f09c000 -        0x14f09ffff com.apple.OnBoardingKit.axbundle (1.0) <14540fa8-0ddc-3eb0-96ea-2ae168af794c> /Volumes/VOLUME/*/OnBoardingKit
       0x14f050000 -        0x14f053fff com.apple.BridgePreferences.axbundle (1.0) <9ca65cc9-4524-38e4-8c25-bcc80ab86080> /Volumes/VOLUME/*/BridgePreferences
       0x14f0b4000 -        0x14f0b7fff com.apple.SetupAssistantUI.axbundle (1.0) <6ba0947b-d68e-34bc-a320-df1e46bd4bcf> /Volumes/VOLUME/*/SetupAssistantUI
       0x14f118000 -        0x14f123fff com.apple.MobileSafariFramework.axbundle (1.0) <d5d36096-c0cc-3924-b114-dc54f46b97a3> /Volumes/VOLUME/*/MobileSafariFramework
       0x14f0c8000 -        0x14f0d7fff com.apple.ScreenTimeSettingsUI.axbundle (1.0) <3b179611-5e09-381d-b724-983419af87ad> /Volumes/VOLUME/*/ScreenTimeSettingsUI
       0x14f0f8000 -        0x14f0fbfff com.apple.ScreenTimeUI.axbundle (1.0) <a667c7df-f3ec-3ce7-bed0-40def58d4156> /Volumes/VOLUME/*/ScreenTimeUI
       0x150ae8000 -        0x150af3fff com.apple.AnnotationKit.axbundle (1.0) <b2bf3987-9ed2-3b83-966d-19a314ec75cc> /Volumes/VOLUME/*/AnnotationKit
       0x1b64d7000 -        0x1b6531fff libswiftUIKit.dylib (*) <3e9d4d60-0602-3adb-a924-3a699e6651bd> /Volumes/VOLUME/*/libswiftUIKit.dylib
       0x184189000 -        0x185613fff com.apple.UIKitCore (1.0) <08a5560d-3f2b-3b52-a202-add2a39b5d30> /Volumes/VOLUME/*/UIKitCore.framework/UIKitCore
       0x18838c000 -        0x1885d5fff com.apple.QuartzCore (1.11) <98fe6710-b72e-366e-ad6e-822da16769fa> /Volumes/VOLUME/*/QuartzCore.framework/QuartzCore
       0x1802cb000 -        0x180677fff com.apple.CoreFoundation (6.9) <3b05273d-3bbf-321d-8274-b848d167fd37> /Volumes/VOLUME/*/CoreFoundation.framework/CoreFoundation
       0x1806eb000 -        0x1809acfff com.apple.Foundation (6.9) <19f16173-af39-3bfe-aef4-ec9cb4d4ffa0> /Volumes/VOLUME/*/Foundation.framework/Foundation
       0x18c039000 -        0x18c041fff com.apple.GraphicsServices (1.0) <01858b6b-f559-3623-9aaf-d03b35fccf3c> /Volumes/VOLUME/*/GraphicsServices.framework/GraphicsServices
       0x1c99cb000 -        0x1c99d7fff libsystem_pthread.dylib (*) <73f649ed-142d-3aad-b3af-3fe33548b725> /usr/lib/system/libsystem_pthread.dylib
       0x1c9974000 -        0x1c99abfff libsystem_kernel.dylib (*) <c83d7f56-8483-3297-9cf0-48ef4f42047e> /usr/lib/system/libsystem_kernel.dylib
       0x180249000 -        0x1802a5fff libc++.1.dylib (*) <0b16a27c-16a3-3281-9baf-04cf060e5d79> /Volumes/VOLUME/*/libc++.1.dylib
       0x1b66ae000 -        0x1b66b7fff libunwind.dylib (*) <7a9660c3-05c1-3e66-8cf2-0c29ae528f88> /Volumes/VOLUME/*/libunwind.dylib
       0x18021b000 -        0x180233fff libc++abi.dylib (*) <b009c23d-e020-341d-b65b-f75fa69813fb> /Volumes/VOLUME/*/libc++abi.dylib
       0x1816b0000 -        0x181b2cfff com.apple.audio.CoreAudio (5.0) <e6972a4f-0a12-3643-b637-c3b48f6bf7f6> /Volumes/VOLUME/*/CoreAudio.framework/CoreAudio
       0x180107000 -        0x180149fff libdispatch.dylib (*) <00a1d5e5-18c3-3ff6-b4b1-34e1d3856727> /Volumes/VOLUME/*/libdispatch.dylib
       0x183c1b000 -        0x184080fff com.apple.CFNetwork (1327.0.4) <1ef8611e-6d15-3c4f-abb5-4ce1248093ff> /Volumes/VOLUME/*/CFNetwork.framework/CFNetwork
       0x1bb8a7000 -        0x1bb8cbfff com.apple.audio.AudioSession (1.0) <bf7d3318-31e9-343d-9431-1ec39d1b3be9> /Volumes/VOLUME/*/AudioSession.framework/AudioSession
       0x1a710c000 -        0x1a7135fff com.apple.audio.caulk (1.0) <a200d3cc-6d05-35cb-a024-11e1690b4adb> /Volumes/VOLUME/*/caulk.framework/caulk
       0x191187000 -        0x1922ccfff com.apple.JavaScriptCore (8612) <ea303578-ba61-3e0b-81fc-65a893c60bdb> /Volumes/VOLUME/*/JavaScriptCore.framework/JavaScriptCore
       0x1897da000 -        0x18babafff com.apple.WebCore (8612) <7bdabe30-51c3-3ad4-99f8-2f55cca19e97> /Volumes/VOLUME/*/WebCore.framework/WebCore

EOF

-----------
Full Report
-----------

{"app_name":"SPOS-App","timestamp":"2023-11-29 17:31:37.00 +0000","app_version":"6.32","slice_uuid":"ca8a5157-9916-3bf0-9d82-3d16b7abc095","build_version":"6320001","platform":7,"bundleID":"com.squareup.square.development","share_with_app_devs":0,"is_first_party":0,"bug_type":"309","os_version":"macOS 13.3.1 (22E261)","roots_installed":0,"name":"SPOS-App","incident_id":"2C893A5A-2463-4544-B623-0A94F86F408F"}
{"procLaunch":"2023-11-29 17:31:13.5558 +0000","roots_installed":0,"bundleInfo":{"CFBundleIdentifier":"com.squareup.square.development","CFBundleShortVersionString":"6.32","CFBundleVersion":"6320001"},"threads":[{"triggered":true,"frames":[{"imageOffset":236808,"symbolLocation":144,"imageIndex":94,"symbol":"IndexPath.section.getter"},{"imageIndex":2,"imageOffset":275424320,"symbol":"CollectionViewLayout.finalLayoutAttributesForDisappearingSupplementaryElement(ofKind:at:)","symbolLocation":260},{"symbolLocation":160,"imageOffset":275424936,"symbol":"@objc CollectionViewLayout.finalLayoutAttributesForDisappearingSupplementaryElement(ofKind:at:)","imageIndex":2},{"imageIndex":95,"symbolLocation":400,"imageOffset":3110984,"symbol":"-[UICollectionView _doubleSidedAnimationsForView:withStartingLayoutAttributes:startingLayout:endingLayoutAttributes:endingLayout:withAnimationSetup:animationCompletion:enableCustomAnimations:customAnimationsType:]"},{"imageOffset":3101116,"imageIndex":95,"symbolLocation":5824,"symbol":"-[UICollectionView _updateVisibleCellsNow:]"},{"symbol":"-[UICollectionView layoutSubviews]","symbolLocation":316,"imageOffset":3117464,"imageIndex":95},{"imageIndex":95,"symbol":"-[UIView(CALayerDelegate) layoutSublayersOfLayer:]","imageOffset":18318704,"symbolLocation":2652},{"symbol":"CA::Layer::layout_if_needed(CA::Transaction*)","imageOffset":1384676,"imageIndex":96,"symbolLocation":484},{"symbol":"-[UIView(Hierarchy) layoutBelowIfNeeded]","imageOffset":18239092,"symbolLocation":524,"imageIndex":95},{"symbolLocation":300,"symbol":"-[UICollectionView _performBatchUpdates:completion:invalidationContext:tentativelyForReordering:animator:animationHandler:]","imageIndex":95,"imageOffset":3222020},{"imageIndex":2,"symbolLocation":636,"symbol":"ListView.IOS16_4_First_Responder_Bug_CollectionView.performBatchUpdates(_:changes:completion:)","imageOffset":275754764},{"imageIndex":2,"symbol":"closure #3 in ListView.performBatchUpdates(with:animated:updateBackingData:collectionViewUpdateCompletion:animationCompletion:)","symbolLocation":116,"imageOffset":275905620},{"symbolLocation":1156,"imageOffset":275898172,"imageIndex":2,"symbol":"ListView.performBatchUpdates(with:animated:updateBackingData:collectionViewUpdateCompletion:animationCompletion:)"},{"imageIndex":2,"imageOffset":275893312,"symbolLocation":1580,"symbol":"closure #1 in ListView.updatePresentationStateWith(firstVisibleIndexPath:for:completion:)"},{"symbol":"closure #1 in ListChangesQueue.add(async:)","imageOffset":275734080,"symbolLocation":416,"imageIndex":2},{"imageOffset":275737524,"symbolLocation":340,"symbol":"closure #2 in ListChangesQueue.runIfNeeded()","imageIndex":2},{"imageIndex":2,"symbol":"ListChangesQueue.Operation.ifSynchronous(_:ifAsynchronous:)","symbolLocation":432,"imageOffset":275738732},{"imageIndex":2,"symbolLocation":524,"symbol":"ListChangesQueue.runIfNeeded()","imageOffset":275733108},{"imageIndex":2,"symbolLocation":216,"symbol":"ListChangesQueue.add(sync:)","imageOffset":275732320},{"symbol":"ListView.configure(with:)","imageIndex":2,"symbolLocation":248,"imageOffset":275827900},{"symbolLocation":108,"symbol":"closure #2 in closure #1 in List.ListContent.backingViewDescription(with:)","imageIndex":2,"imageOffset":276761024},{"imageOffset":276702516,"symbolLocation":24,"imageIndex":2,"symbol":"thunk for @escaping @callee_guaranteed (@guaranteed A) -> ()"},{"symbol":"thunk for @escaping @callee_guaranteed (@in_guaranteed A) -> (@out ())","imageOffset":276700436,"imageIndex":2,"symbolLocation":56},{"symbol":"closure #1 in ViewDescription.init<A>(configuration:)","imageIndex":2,"symbolLocation":668,"imageOffset":276699620},{"imageIndex":2,"symbolLocation":76,"imageOffset":276695000,"symbol":"ViewDescription.apply(to:)"},{"symbolLocation":1048,"symbol":"BlueprintView.NativeViewController.update(node:context:)","imageOffset":276138032,"imageIndex":2},{"symbol":"closure #3 in BlueprintView.NativeViewController.update(node:context:)","imageOffset":276148564,"imageIndex":2,"symbolLocation":320},{"imageOffset":276692864,"symbol":"LayoutTransition.perform(_:)","symbolLocation":460,"imageIndex":2},{"symbol":"BlueprintView.NativeViewController.update(node:context:)","imageOffset":276141172,"symbolLocation":4188,"imageIndex":2},{"imageOffset":276135252,"symbol":"BlueprintView.updateViewHierarchyIfNeeded()","imageIndex":2,"symbolLocation":2444},{"symbolLocation":88,"imageIndex":2,"symbol":"BlueprintView.layoutSubviews()","imageOffset":276132796},{"imageOffset":276136172,"symbol":"@objc BlueprintView.layoutSubviews()","symbolLocation":36,"imageIndex":2},{"imageIndex":95,"symbolLocation":2652,"symbol":"-[UIView(CALayerDelegate) layoutSublayersOfLayer:]","imageOffset":18318704},{"symbol":"CA::Layer::layout_if_needed(CA::Transaction*)","symbolLocation":484,"imageIndex":96,"imageOffset":1384676},{"symbolLocation":412,"imageIndex":96,"imageOffset":1358148,"symbol":"-[CALayer layoutIfNeeded]"},{"symbol":"__86-[UIViewController window:willAnimateRotationToInterfaceOrientation:duration:newSize:]_block_invoke","symbolLocation":52,"imageIndex":95,"imageOffset":5083836},{"symbolLocation":576,"imageOffset":18271824,"imageIndex":95,"symbol":"+[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:]"},{"imageIndex":95,"imageOffset":5083696,"symbolLocation":328,"symbol":"-[UIViewController window:willAnimateRotationToInterfaceOrientation:duration:newSize:]"},{"imageOffset":5116136,"imageIndex":95,"symbolLocation":48,"symbol":"__104-[UIViewController(AdaptiveSizing_Internal) _window:viewWillTransitionToSize:withTransitionCoordinator:]_block_invoke.3412"},{"imageIndex":95,"imageOffset":5150684,"symbol":"-[_UIViewControllerTransitionCoordinator _applyBlocks:releaseBlocks:]","symbolLocation":264},{"imageOffset":5137128,"imageIndex":95,"symbolLocation":264,"symbol":"-[_UIViewControllerTransitionContext __runAlongsideAnimations]"},{"symbol":"+[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:]","symbolLocation":576,"imageIndex":95,"imageOffset":18271824},{"symbol":"__58-[_UIWindowRotationAnimationController animateTransition:]_block_invoke_2","symbolLocation":296,"imageIndex":95,"imageOffset":5243356},{"symbolLocation":244,"symbol":"+[UIView _performBlockDelayingTriggeringResponderEvents:forScene:]","imageIndex":95,"imageOffset":18288904},{"symbol":"__58-[_UIWindowRotationAnimationController animateTransition:]_block_invoke","symbolLocation":156,"imageIndex":95,"imageOffset":5242708},{"symbolLocation":168,"imageIndex":95,"imageOffset":18276752,"symbol":"+[UIView(UIViewAnimationWithBlocksPrivate) _modifyAnimationsWithPreferredFrameRateRange:updateReason:animations:]"},{"imageIndex":95,"symbol":"+[UIView _setupAnimationWithDuration:delay:view:options:factory:animations:start:animationStateGenerator:completion:]","imageOffset":18271824,"symbolLocation":576},{"symbolLocation":556,"imageOffset":5242272,"imageIndex":95,"symbol":"-[_UIWindowRotationAnimationController animateTransition:]"},{"symbolLocation":516,"symbol":"-[UIWindow _rotateToBounds:withAnimator:transitionContext:]","imageIndex":95,"imageOffset":12923148},{"symbol":"-[UIWindow _rotateWindowToOrientation:updateStatusBar:duration:skipCallbacks:]","symbolLocation":1416,"imageIndex":95,"imageOffset":12933664},{"imageIndex":95,"symbolLocation":392,"symbol":"-[UIWindow _setRotatableClient:toOrientation:updateStatusBar:duration:force:isRotating:]","imageOffset":12934944},{"imageIndex":95,"imageOffset":12931908,"symbolLocation":108,"symbol":"-[UIWindow _setRotatableViewOrientation:updateStatusBar:duration:force:]"},{"imageIndex":95,"symbolLocation":220,"symbol":"__57-[UIWindow _updateToInterfaceOrientation:duration:force:]_block_invoke","imageOffset":12927352},{"imageIndex":95,"symbolLocation":1188,"imageOffset":12926868,"symbol":"-[UIWindow _updateToInterfaceOrientation:duration:force:]"},{"symbolLocation":20,"imageIndex":97,"symbol":"__CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__","imageOffset":353284},{"imageOffset":353212,"symbolLocation":48,"imageIndex":97,"symbol":"___CFXRegistrationPost_block_invoke"},{"symbol":"_CFXRegistrationPost","symbolLocation":416,"imageIndex":97,"imageOffset":350176},{"imageIndex":97,"imageOffset":348616,"symbolLocation":680,"symbol":"_CFXNotificationPost"},{"symbolLocation":92,"symbol":"-[NSNotificationCenter postNotificationName:object:userInfo:]","imageOffset":889900,"imageIndex":98},{"imageOffset":8232884,"imageIndex":95,"symbolLocation":292,"symbol":"-[UIDevice setOrientation:animated:]"},{"imageOffset":645348,"symbol":"-[NSObject(NSKeyValueCoding) setValue:forKey:]","symbolLocation":312,"imageIndex":98},{"imageIndex":32,"symbol":"-[UIDevice(SQRotation) sq_setOrientation:]","imageOffset":6497396,"symbolLocation":128},{"symbolLocation":156,"symbol":"__39-[RKTDeviceRobot _rotateToOrientation:]_block_invoke","imageOffset":6497980,"imageIndex":32},{"imageOffset":6638488,"symbolLocation":240,"symbol":"-[KIFTestActor tryRunningBlock:complete:timeout:error:]","imageIndex":32},{"imageIndex":32,"symbolLocation":116,"imageOffset":6639164,"symbol":"-[KIFTestActor runBlock:complete:timeout:]"},{"imageOffset":6639408,"symbolLocation":132,"imageIndex":32,"symbol":"-[KIFTestActor runBlock:complete:]"},{"imageOffset":6639628,"symbol":"-[KIFTestActor runBlock:]","symbolLocation":72,"imageIndex":32},{"symbolLocation":216,"imageOffset":6497788,"symbol":"-[RKTDeviceRobot _rotateToOrientation:]","imageIndex":32},{"symbol":"-[RKTDeviceRobot rotateToOrientation:]","imageIndex":32,"symbolLocation":124,"imageOffset":6497556},{"imageOffset":584632,"symbolLocation":128,"imageIndex":32,"symbol":"closure #1 in RKTAccountSettingIntegrationTests.testAccountSettingsOptionDisplayed()"},{"imageIndex":32,"imageOffset":413900,"symbol":"thunk for @callee_guaranteed () -> ()","symbolLocation":20},{"imageIndex":32,"symbolLocation":24,"imageOffset":413936,"symbol":"thunk for @escaping @callee_guaranteed () -> ()"},{"imageIndex":32,"symbolLocation":176,"symbol":"executeBlockInUserInterfaceIdiom","imageOffset":6525236},{"imageIndex":32,"symbolLocation":52,"symbol":"onPad","imageOffset":6525036},{"imageIndex":32,"symbolLocation":1496,"symbol":"RKTAccountSettingIntegrationTests.testAccountSettingsOptionDisplayed()","imageOffset":584116},{"imageIndex":32,"symbol":"@objc RKTAccountSettingIntegrationTests.testAccountSettingsOptionDisplayed()","symbolLocation":36,"imageOffset":584984},{"symbolLocation":144,"imageOffset":1164784,"imageIndex":97,"symbol":"__invoking___"},{"symbol":"-[NSInvocation invoke]","imageIndex":97,"imageOffset":1153936,"symbolLocation":300},{"symbolLocation":64,"imageIndex":22,"symbol":"+[XCTFailableInvocation invokeStandardConventionInvocation:completion:]","imageOffset":334680},{"imageOffset":334608,"symbol":"__90+[XCTFailableInvocation invokeInvocation:withTestMethodConvention:lastObservedErrorIssue:]_block_invoke_3","imageIndex":22,"symbolLocation":24},{"symbolLocation":80,"imageIndex":22,"symbol":"__81+[XCTFailableInvocation invokeWithAsynchronousWait:lastObservedErrorIssue:block:]_block_invoke.5","imageOffset":333240},{"imageOffset":103736,"symbol":"+[XCTSwiftErrorObservation observeErrorsInBlock:]","imageIndex":22,"symbolLocation":76},{"imageOffset":332876,"imageIndex":22,"symbol":"+[XCTFailableInvocation invokeWithAsynchronousWait:lastObservedErrorIssue:block:]","symbolLocation":388},{"imageOffset":334032,"symbol":"+[XCTFailableInvocation invokeInvocation:withTestMethodConvention:lastObservedErrorIssue:]","imageIndex":22,"symbolLocation":252},{"imageIndex":22,"symbolLocation":68,"imageOffset":334792,"symbol":"+[XCTFailableInvocation invokeInvocation:lastObservedErrorIssue:]"},{"symbol":"__24-[XCTestCase invokeTest]_block_invoke.78","imageIndex":22,"imageOffset":270052,"symbolLocation":96},{"symbolLocation":156,"symbol":"-[XCTestCase(XCTIssueHandling) _caughtUnhandledDeveloperExceptionPermittingControlFlowInterruptions:caughtInterruptionException:whileExecutingBlock:]","imageOffset":75980,"imageIndex":22},{"imageIndex":22,"symbol":"-[XCTestCase invokeTest]","imageOffset":269100,"symbolLocation":732},{"imageIndex":32,"symbolLocation":192,"imageOffset":6462700,"symbol":"-[RKTTestCase invokeTest]"},{"symbol":"-[RKTPOSTestCase invokeTest]","imageIndex":32,"imageOffset":3961280,"symbolLocation":260},{"imageOffset":274276,"imageIndex":22,"symbolLocation":32,"symbol":"__26-[XCTestCase performTest:]_block_invoke.119"},{"imageIndex":22,"symbolLocation":156,"symbol":"-[XCTestCase(XCTIssueHandling) _caughtUnhandledDeveloperExceptionPermittingControlFlowInterruptions:caughtInterruptionException:whileExecutingBlock:]","imageOffset":75980},{"symbol":"__26-[XCTestCase performTest:]_block_invoke.110","imageIndex":22,"imageOffset":273108,"symbolLocation":404},{"symbolLocation":172,"imageIndex":22,"imageOffset":178784,"symbol":"+[XCTContext _runInChildOfContext:forTestCase:markAsReportingBase:block:]"},{"imageIndex":22,"symbolLocation":140,"imageOffset":178572,"symbol":"+[XCTContext runInContextForTestCase:markAsReportingBase:block:]"},{"symbol":"-[XCTestCase performTest:]","symbolLocation":248,"imageOffset":272288,"imageIndex":22},{"imageIndex":22,"symbol":"-[XCTest runTest]","symbolLocation":44,"imageOffset":10872},{"symbolLocation":64,"imageOffset":189184,"imageIndex":22,"symbol":"-[XCTestSuite runTestBasedOnRepetitionPolicy:testRun:]"},{"imageOffset":188900,"symbol":"__27-[XCTestSuite performTest:]_block_invoke","imageIndex":22,"symbolLocation":160},{"imageIndex":22,"imageOffset":187640,"symbolLocation":40,"symbol":"__59-[XCTestSuite _performProtectedSectionForTest:testSection:]_block_invoke"},{"imageIndex":22,"symbol":"+[XCTContext _runInChildOfContext:forTestCase:markAsReportingBase:block:]","symbolLocation":172,"imageOffset":178784},{"symbolLocation":140,"imageIndex":22,"imageOffset":178572,"symbol":"+[XCTContext runInContextForTestCase:markAsReportingBase:block:]"},{"symbolLocation":152,"symbol":"-[XCTestSuite _performProtectedSectionForTest:testSection:]","imageOffset":187552,"imageIndex":22},{"symbolLocation":188,"symbol":"-[XCTestSuite performTest:]","imageIndex":22,"imageOffset":188176},{"symbolLocation":44,"imageIndex":22,"symbol":"-[XCTest runTest]","imageOffset":10872},{"imageOffset":189184,"imageIndex":22,"symbolLocation":64,"symbol":"-[XCTestSuite runTestBasedOnRepetitionPolicy:testRun:]"},{"symbol":"__27-[XCTestSuite performTest:]_block_invoke","imageIndex":22,"imageOffset":188900,"symbolLocation":160},{"symbolLocation":40,"symbol":"__59-[XCTestSuite _performProtectedSectionForTest:testSection:]_block_invoke","imageOffset":187640,"imageIndex":22},{"symbolLocation":172,"symbol":"+[XCTContext _runInChildOfContext:forTestCase:markAsReportingBase:block:]","imageOffset":178784,"imageIndex":22},{"imageOffset":178572,"symbol":"+[XCTContext runInContextForTestCase:markAsReportingBase:block:]","symbolLocation":140,"imageIndex":22},{"imageIndex":22,"symbolLocation":152,"symbol":"-[XCTestSuite _performProtectedSectionForTest:testSection:]","imageOffset":187552},{"symbolLocation":188,"symbol":"-[XCTestSuite performTest:]","imageIndex":22,"imageOffset":188176},{"symbol":"-[XCTest runTest]","symbolLocation":44,"imageOffset":10872,"imageIndex":22},{"imageIndex":22,"symbol":"-[XCTestSuite runTestBasedOnRepetitionPolicy:testRun:]","symbolLocation":64,"imageOffset":189184},{"symbolLocation":160,"imageOffset":188900,"symbol":"__27-[XCTestSuite performTest:]_block_invoke","imageIndex":22},{"symbolLocation":40,"imageOffset":187640,"imageIndex":22,"symbol":"__59-[XCTestSuite _performProtectedSectionForTest:testSection:]_block_invoke"},{"imageIndex":22,"symbol":"+[XCTContext _runInChildOfContext:forTestCase:markAsReportingBase:block:]","imageOffset":178784,"symbolLocation":172},{"symbol":"+[XCTContext runInContextForTestCase:markAsReportingBase:block:]","imageOffset":178572,"symbolLocation":140,"imageIndex":22},{"symbolLocation":152,"imageIndex":22,"symbol":"-[XCTestSuite _performProtectedSectionForTest:testSection:]","imageOffset":187552},{"imageOffset":188176,"symbolLocation":188,"imageIndex":22,"symbol":"-[XCTestSuite performTest:]"},{"symbolLocation":44,"imageIndex":22,"imageOffset":10872,"symbol":"-[XCTest runTest]"},{"imageOffset":17132,"symbolLocation":100,"symbol":"__89-[XCTTestRunSession executeTestsWithIdentifiers:skippingTestsWithIdentifiers:completion:]_block_invoke","imageIndex":22},{"symbolLocation":172,"imageOffset":178784,"symbol":"+[XCTContext _runInChildOfContext:forTestCase:markAsReportingBase:block:]","imageIndex":22},{"imageIndex":22,"imageOffset":178572,"symbolLocation":140,"symbol":"+[XCTContext runInContextForTestCase:markAsReportingBase:block:]"},{"symbolLocation":252,"symbol":"-[XCTTestRunSession executeTestsWithIdentifiers:skippingTestsWithIdentifiers:completion:]","imageIndex":22,"imageOffset":16872},{"imageOffset":383440,"symbol":"__72-[XCTExecutionWorker enqueueTestIdentifiersToRun:testIdentifiersToSkip:]_block_invoke_2","imageIndex":22,"symbolLocation":108},{"imageIndex":22,"imageOffset":383728,"symbol":"-[XCTExecutionWorker runWithError:]","symbolLocation":100},{"imageIndex":22,"symbol":"__25-[XCTestDriver _runTests]_block_invoke.184","symbolLocation":52,"imageOffset":167824},{"symbol":"-[XCTestObservationCenter _observeTestExecutionForBlock:]","imageOffset":49700,"imageIndex":22,"symbolLocation":256},{"imageIndex":22,"symbolLocation":1016,"imageOffset":166956,"symbol":"-[XCTestDriver _runTests]"},{"imageIndex":22,"imageOffset":12128,"symbolLocation":84,"symbol":"_XCTestMain"},{"imageIndex":5,"symbolLocation":16,"imageOffset":13544,"symbol":"__RunTests_block_invoke_2"},{"symbol":"__CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__","imageIndex":97,"imageOffset":544816,"symbolLocation":20},{"imageIndex":97,"symbolLocation":408,"symbol":"__CFRunLoopDoBlocks","imageOffset":541428},{"imageIndex":97,"symbolLocation":764,"imageOffset":519088,"symbol":"__CFRunLoopRun"},{"imageOffset":517032,"imageIndex":97,"symbolLocation":572,"symbol":"CFRunLoopRunSpecific"},{"imageIndex":99,"symbol":"GSEventRunModal","imageOffset":13804,"symbolLocation":160},{"symbol":"-[UIApplication _run]","imageIndex":95,"imageOffset":12625836,"symbolLocation":992},{"imageIndex":95,"symbol":"UIApplicationMain","symbolLocation":112,"imageOffset":12645096},{"imageOffset":147976,"symbol":"main","symbolLocation":520,"imageIndex":2},{"imageOffset":7328,"symbol":"start_sim","imageIndex":1,"symbolLocation":20},{"imageIndex":0,"imageOffset":24360,"symbol":"start","symbolLocation":2236}],"queue":"com.apple.main-thread","threadState":{"x":[{"value":0},{"value":0},{"value":3},{"value":5651687832},{"value":32},{"value":5652411376},{"value":5651687408},{"value":6136681584},{"value":3},{"value":7352249760,"symbolLocation":92,"symbol":"protocol conformance descriptor for Date.ParseStrategy.CodingKeys"},{"value":7349911440,"symbolLocation":44,"symbol":"IndexPath.count.getter"},{"value":3},{"value":26},{"value":5319764368},{"value":2633},{"value":4700059872,"symbolLocation":0,"symbol":"type metadata for CollectionViewLayout"},{"value":7349911396,"symbolLocation":0,"symbol":"IndexPath.count.getter"},{"value":4605552136,"symbolLocation":0,"symbol":"@objc CollectionViewLayout.finalLayoutAttributesForDisappearingSupplementaryElement(ofKind:at:)"},{"value":0},{"value":8007041432,"symbolLocation":0,"symbol":"type metadata for IndexPath"},{"value":6136679408},{"value":6136679328},{"value":8007041336,"symbolLocation":0,"symbol":"value witness table for IndexPath"},{"value":5651687408},{"value":0},{"value":5400870912},{"value":0},{"value":0},{"value":5651687408}],"flavor":"ARM_THREAD_STATE64","lr":{"value":7353732276},"cpsr":{"value":2147487744},"fp":{"value":6136679392},"sp":{"value":6136679328},"esr":{"value":1442840704,"description":" Address size fault"},"pc":{"value":7353732360,"matchesCrashFrame":1},"far":{"value":5229394864}},"id":19122},{"id":19299,"frames":[{"symbol":"start_wqthread","imageOffset":9780,"symbolLocation":0,"imageIndex":100}]},{"frames":[{"imageIndex":100,"symbolLocation":0,"symbol":"start_wqthread","imageOffset":9780}],"id":19300},{"frames":[{"symbol":"__psynch_cvwait","imageOffset":18068,"imageIndex":101,"symbolLocation":8},{"imageIndex":100,"symbol":"_pthread_cond_wait","symbolLocation":1220,"imageOffset":31204},{"symbolLocation":96,"symbol":"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>>>)","imageOffset":52548,"imageIndex":102},{"symbol":"void kotlin::RepeatedTimer<kotlin::steady_clock>::Run<kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()>(kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()&&)","imageOffset":298243892,"imageIndex":2,"symbolLocation":248},{"imageIndex":2,"symbolLocation":112,"imageOffset":298244580,"symbol":"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 (*)(kotlin::ScopedThread::attributes, void (kotlin::RepeatedTimer<kotlin::steady_clock>::*&&)(kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()&&) noexcept, kotlin::RepeatedTimer<kotlin::steady_clock>*&&, kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()&&), kotlin::ScopedThread::attributes, void (kotlin::RepeatedTimer<kotlin::steady_clock>::*)(kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()&&) noexcept, kotlin::RepeatedTimer<kotlin::steady_clock>*, kotlin::gc::internal::GCSchedulerDataWithTimer<kotlin::steady_clock>::GCSchedulerDataWithTimer(kotlin::gc::GCSchedulerConfig&, std::__1::function<void ()>)::'lambda'()>>(void*)"},{"symbolLocation":116,"symbol":"_pthread_start","imageIndex":100,"imageOffset":29736},{"symbolLocation":8,"imageOffset":9800,"symbol":"thread_start","imageIndex":100}],"id":19301,"name":"GC Timer thread"},{"id":19302,"frames":[{"imageOffset":18068,"symbol":"__psynch_cvwait","symbolLocation":8,"imageIndex":101},{"symbolLocation":1220,"symbol":"_pthread_cond_wait","imageOffset":31204,"imageIndex":100},{"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","imageIndex":102,"symbolLocation":24,"imageOffset":52396},{"imageIndex":2,"symbol":"std::__1::invoke_result<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_3>::type kotlin::ScopedThread::Run<kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_3>(kotlin::ScopedThread::attributes, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_3&&)","imageOffset":298260728,"symbolLocation":264},{"imageOffset":298265596,"symbolLocation":104,"symbol":"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 (*)(kotlin::ScopedThread::attributes, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_3&&), kotlin::ScopedThread::attributes, kotlin::gc::ConcurrentMarkAndSweep::ConcurrentMarkAndSweep(kotlin::mm::ObjectFactory<kotlin::gc::ConcurrentMarkAndSweep>&, kotlin::gc::GCScheduler&)::$_3>>(void*)","imageIndex":2},{"imageIndex":100,"symbol":"_pthread_start","symbolLocation":116,"imageOffset":29736},{"symbol":"thread_start","imageIndex":100,"symbolLocation":8,"imageOffset":9800}],"name":"GC thread"},{"id":19303,"frames":[{"symbolLocation":0,"imageIndex":100,"imageOffset":9780,"symbol":"start_wqthread"}]},{"id":19305,"name":"com.apple.uikit.eventfetch-thread","frames":[{"symbol":"mach_msg2_trap","imageOffset":4496,"symbolLocation":8,"imageIndex":101},{"imageIndex":101,"symbolLocation":76,"symbol":"mach_msg2_internal","imageOffset":74328},{"imageOffset":37784,"imageIndex":101,"symbol":"mach_msg_overwrite","symbolLocation":540},{"symbolLocation":20,"symbol":"mach_msg","imageOffset":5376,"imageIndex":101},{"symbolLocation":368,"symbol":"__CFRunLoopServiceMachPort","imageIndex":97,"imageOffset":542736},{"symbolLocation":1136,"symbol":"__CFRunLoopRun","imageIndex":97,"imageOffset":519460},{"symbol":"CFRunLoopRunSpecific","imageOffset":517032,"imageIndex":97,"symbolLocation":572},{"imageIndex":98,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]","imageOffset":1207828,"symbolLocation":232},{"symbol":"-[NSRunLoop(NSRunLoop) runUntilDate:]","imageOffset":1208524,"imageIndex":98,"symbolLocation":88},{"symbolLocation":472,"symbol":"-[UIEventFetcher threadMain]","imageIndex":95,"imageOffset":13364068},{"symbol":"__NSThread__start__","imageOffset":1378684,"symbolLocation":788,"imageIndex":98},{"symbolLocation":116,"imageOffset":29736,"symbol":"_pthread_start","imageIndex":100},{"imageIndex":100,"symbolLocation":8,"imageOffset":9800,"symbol":"thread_start"}]},{"id":19306,"frames":[{"symbolLocation":104,"symbol":"invocation function for block in dyld4::APIs::findImageMappedAt(void const*, dyld3::MachOLoaded const**, bool*, char const**, void const**, unsigned long long*, unsigned char*)","imageOffset":103440,"imageIndex":1},{"imageOffset":21544,"symbol":"dyld4::RuntimeState::withLoadersReadLock(void () block_pointer)","imageIndex":1,"symbolLocation":60},{"imageOffset":103220,"symbolLocation":500,"symbol":"dyld4::APIs::findImageMappedAt(void const*, dyld3::MachOLoaded const**, bool*, char const**, void const**, unsigned long long*, unsigned char*)","imageIndex":1},{"imageIndex":1,"symbolLocation":100,"symbol":"dyld4::APIs::_dyld_find_unwind_sections(void*, dyld_unwind_sections*)","imageOffset":113308},{"imageIndex":103,"symbol":"libunwind::UnwindCursor<libunwind::LocalAddressSpace, libunwind::Registers_arm64>::setInfoBasedOnIPRegister(bool)","imageOffset":19520,"symbolLocation":60},{"symbol":"_Unwind_RaiseException","symbolLocation":296,"imageOffset":34524,"imageIndex":103},{"imageIndex":104,"symbol":"__cxa_throw","symbolLocation":124,"imageOffset":84692},{"imageIndex":105,"symbolLocation":1884,"imageOffset":2661200,"symbol":"HALC_ProxySystem::HALC_ProxySystem()"},{"imageOffset":2852936,"symbol":"HALC_ProxyObjectMap::_CreateSystemObject()","imageIndex":105,"symbolLocation":44},{"imageIndex":105,"imageOffset":2849460,"symbol":"HALC_ProxyObjectMap::CopyObjectByObjectID(unsigned int)","symbolLocation":108},{"imageIndex":105,"symbol":"HALC_ShellPlugIn::ConnectToServer()","symbolLocation":44,"imageOffset":947452},{"imageOffset":13732,"symbolLocation":16,"symbol":"_dispatch_client_callout","imageIndex":106},{"imageOffset":26440,"symbol":"_dispatch_continuation_pop","imageIndex":106,"symbolLocation":452},{"symbolLocation":1280,"imageOffset":102648,"imageIndex":106,"symbol":"_dispatch_source_invoke"},{"symbolLocation":344,"symbol":"_dispatch_lane_serial_drain","imageOffset":42304,"imageIndex":106},{"imageIndex":106,"symbolLocation":456,"imageOffset":45624,"symbol":"_dispatch_lane_invoke"},{"imageOffset":50300,"symbolLocation":1780,"symbol":"_dispatch_workloop_invoke","imageIndex":106},{"symbol":"_dispatch_workloop_worker_thread","imageOffset":88676,"imageIndex":106,"symbolLocation":744},{"imageOffset":14456,"symbolLocation":284,"symbol":"_pthread_wqthread","imageIndex":100},{"symbolLocation":8,"symbol":"start_wqthread","imageIndex":100,"imageOffset":9788}],"queue":"HALC_ShellPlugIn Connection Queue"},{"frames":[{"imageIndex":100,"symbol":"start_wqthread","imageOffset":9780,"symbolLocation":0}],"id":19308},{"id":19309,"frames":[{"symbol":"start_wqthread","imageIndex":100,"imageOffset":9780,"symbolLocation":0}]},{"id":19315,"frames":[{"symbolLocation":8,"imageOffset":4496,"symbol":"mach_msg2_trap","imageIndex":101},{"imageOffset":74328,"symbolLocation":76,"symbol":"mach_msg2_internal","imageIndex":101},{"imageIndex":101,"symbolLocation":540,"symbol":"mach_msg_overwrite","imageOffset":37784},{"symbolLocation":20,"imageOffset":5376,"imageIndex":101,"symbol":"mach_msg"},{"symbol":"ksmachexc_i_handleExceptions","imageIndex":2,"imageOffset":167221596,"symbolLocation":180},{"symbolLocation":116,"imageIndex":100,"symbol":"_pthread_start","imageOffset":29736},{"symbol":"thread_start","imageIndex":100,"symbolLocation":8,"imageOffset":9800}],"name":"KSCrash Exception Handler (Secondary)"},{"name":"com.apple.NSURLConnectionLoader","frames":[{"symbol":"mach_msg2_trap","imageIndex":101,"symbolLocation":8,"imageOffset":4496},{"symbolLocation":76,"symbol":"mach_msg2_internal","imageIndex":101,"imageOffset":74328},{"symbolLocation":540,"symbol":"mach_msg_overwrite","imageOffset":37784,"imageIndex":101},{"symbolLocation":20,"symbol":"mach_msg","imageIndex":101,"imageOffset":5376},{"imageOffset":542736,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":368,"imageIndex":97},{"imageIndex":97,"symbolLocation":1136,"imageOffset":519460,"symbol":"__CFRunLoopRun"},{"symbolLocation":572,"imageIndex":97,"imageOffset":517032,"symbol":"CFRunLoopRunSpecific"},{"imageOffset":2289100,"imageIndex":107},{"symbolLocation":788,"imageIndex":98,"symbol":"__NSThread__start__","imageOffset":1378684},{"symbol":"_pthread_start","imageOffset":29736,"imageIndex":100,"symbolLocation":116},{"imageIndex":100,"imageOffset":9800,"symbolLocation":8,"symbol":"thread_start"}],"id":19317},{"frames":[{"imageOffset":4496,"symbolLocation":8,"imageIndex":101,"symbol":"mach_msg2_trap"},{"symbol":"mach_msg2_internal","imageOffset":74328,"imageIndex":101,"symbolLocation":76},{"symbolLocation":540,"imageOffset":37784,"symbol":"mach_msg_overwrite","imageIndex":101},{"imageOffset":5376,"symbolLocation":20,"imageIndex":101,"symbol":"mach_msg"},{"imageOffset":542736,"symbolLocation":368,"imageIndex":97,"symbol":"__CFRunLoopServiceMachPort"},{"imageIndex":97,"symbolLocation":1136,"imageOffset":519460,"symbol":"__CFRunLoopRun"},{"imageIndex":97,"symbol":"CFRunLoopRunSpecific","imageOffset":517032,"symbolLocation":572},{"imageIndex":98,"imageOffset":1207828,"symbolLocation":232,"symbol":"-[NSRunLoop(NSRunLoop) runMode:beforeDate:]"},{"imageOffset":284948964,"symbolLocation":416,"symbol":"-[PXNetworkManager networkRunLoopThreadEntry]","imageIndex":2},{"symbol":"__NSThread__start__","symbolLocation":788,"imageOffset":1378684,"imageIndex":98},{"symbol":"_pthread_start","imageOffset":29736,"imageIndex":100,"symbolLocation":116},{"symbolLocation":8,"imageIndex":100,"imageOffset":9800,"symbol":"thread_start"}],"name":"com.squareup.networkRunLoopThread","id":19318},{"name":"AVAudioSession Notify Thread","frames":[{"symbolLocation":8,"symbol":"mach_msg2_trap","imageOffset":4496,"imageIndex":101},{"imageIndex":101,"symbolLocation":76,"imageOffset":74328,"symbol":"mach_msg2_internal"},{"symbol":"mach_msg_overwrite","symbolLocation":540,"imageOffset":37784,"imageIndex":101},{"imageOffset":5376,"imageIndex":101,"symbolLocation":20,"symbol":"mach_msg"},{"imageIndex":97,"imageOffset":542736,"symbolLocation":368,"symbol":"__CFRunLoopServiceMachPort"},{"symbol":"__CFRunLoopRun","imageIndex":97,"symbolLocation":1136,"imageOffset":519460},{"imageOffset":517032,"imageIndex":97,"symbol":"CFRunLoopRunSpecific","symbolLocation":572},{"symbol":"CADeprecated::GenericRunLoopThread::Entry(void*)","imageOffset":5160,"imageIndex":108,"symbolLocation":156},{"imageIndex":108,"symbolLocation":84,"imageOffset":79236,"symbol":"CADeprecated::CAPThread::Entry(CADeprecated::CAPThread*)"},{"symbol":"_pthread_start","imageIndex":100,"symbolLocation":116,"imageOffset":29736},{"imageIndex":100,"symbolLocation":8,"symbol":"thread_start","imageOffset":9800}],"id":19324},{"name":"AMCP Logging Spool","frames":[{"symbolLocation":8,"imageOffset":4364,"imageIndex":101,"symbol":"semaphore_wait_trap"},{"imageIndex":109,"symbolLocation":24,"imageOffset":135668,"symbol":"caulk::mach::semaphore::wait_or_error()"},{"imageIndex":109,"symbol":"caulk::concurrent::details::worker_thread::run()","symbolLocation":52,"imageOffset":115096},{"imageOffset":115216,"symbolLocation":48,"imageIndex":109,"symbol":"void* caulk::thread_proxy<std::__1::tuple<caulk::thread::attributes, void (caulk::concurrent::details::worker_thread::*)(), std::__1::tuple<caulk::concurrent::details::worker_thread*>>>(void*)"},{"symbolLocation":116,"imageOffset":29736,"symbol":"_pthread_start","imageIndex":100},{"imageOffset":9800,"symbolLocation":8,"imageIndex":100,"symbol":"thread_start"}],"id":19325},{"frames":[{"symbolLocation":8,"imageIndex":101,"symbol":"__select","imageOffset":46844},{"imageOffset":632596,"symbol":"__CFSocketManager","symbolLocation":620,"imageIndex":97},{"symbol":"_pthread_start","symbolLocation":116,"imageOffset":29736,"imageIndex":100},{"symbolLocation":8,"symbol":"thread_start","imageIndex":100,"imageOffset":9800}],"name":"com.apple.CFSocket.private","id":19419},{"id":19426,"frames":[{"imageIndex":100,"symbolLocation":0,"symbol":"start_wqthread","imageOffset":9780}]},{"frames":[{"imageIndex":100,"imageOffset":9780,"symbol":"start_wqthread","symbolLocation":0}],"id":19427},{"id":19450,"frames":[{"symbol":"__psynch_cvwait","imageIndex":101,"imageOffset":18068,"symbolLocation":8},{"imageIndex":100,"symbolLocation":1220,"symbol":"_pthread_cond_wait","imageOffset":31204},{"imageIndex":102,"symbolLocation":24,"symbol":"std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&)","imageOffset":52396},{"symbol":"void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex>>(std::__1::unique_lock<bmalloc::Mutex>&)","imageOffset":17001192,"imageIndex":110,"symbolLocation":104},{"imageIndex":110,"imageOffset":17019144,"symbol":"bmalloc::Scavenger::threadRunLoop()","symbolLocation":336},{"symbolLocation":12,"imageIndex":110,"symbol":"bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*)","imageOffset":17017736},{"imageOffset":17023212,"symbolLocation":44,"imageIndex":110,"symbol":"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::Scavenger*), bmalloc::Scavenger*>>(void*)"},{"symbol":"_pthread_start","imageIndex":100,"imageOffset":29736,"symbolLocation":116},{"symbol":"thread_start","imageOffset":9800,"symbolLocation":8,"imageIndex":100}],"name":"JavaScriptCore bmalloc scavenger"},{"frames":[{"imageIndex":101,"symbolLocation":8,"imageOffset":4496,"symbol":"mach_msg2_trap"},{"symbolLocation":76,"symbol":"mach_msg2_internal","imageOffset":74328,"imageIndex":101},{"imageIndex":101,"symbolLocation":540,"symbol":"mach_msg_overwrite","imageOffset":37784},{"symbolLocation":20,"symbol":"mach_msg","imageOffset":5376,"imageIndex":101},{"imageOffset":542736,"imageIndex":97,"symbol":"__CFRunLoopServiceMachPort","symbolLocation":368},{"imageIndex":97,"symbolLocation":1136,"imageOffset":519460,"symbol":"__CFRunLoopRun"},{"symbol":"CFRunLoopRunSpecific","imageIndex":97,"imageOffset":517032,"symbolLocation":572},{"symbol":"RunWebThread(void*)","symbolLocation":724,"imageIndex":111,"imageOffset":11925992},{"imageOffset":29736,"imageIndex":100,"symbol":"_pthread_start","symbolLocation":116},{"symbol":"thread_start","imageIndex":100,"symbolLocation":8,"imageOffset":9800}],"name":"WebThread","id":19451},{"frames":[{"symbol":"__select","symbolLocation":8,"imageIndex":101,"imageOffset":46844},{"symbolLocation":596,"symbol":"_EpsonTcpDiscovery","imageIndex":2,"imageOffset":300672212},{"symbolLocation":116,"imageIndex":100,"symbol":"_pthread_start","imageOffset":29736},{"symbolLocation":8,"symbol":"thread_start","imageOffset":9800,"imageIndex":100}],"id":19479},{"frames":[{"imageOffset":18068,"symbol":"__psynch_cvwait","imageIndex":101,"symbolLocation":8},{"imageIndex":100,"imageOffset":31204,"symbol":"_pthread_cond_wait","symbolLocation":1220},{"imageIndex":2,"symbolLocation":184,"imageOffset":300090316,"symbol":"_Edc_wait_signal_locked_wait"},{"imageIndex":2,"symbolLocation":104,"imageOffset":300034896,"symbol":"_Edc_get_discovered_devicelist"},{"imageIndex":2,"symbolLocation":84,"symbol":"thread_func_callback","imageOffset":300032488},{"imageIndex":100,"symbol":"_pthread_start","imageOffset":29736,"symbolLocation":116},{"symbolLocation":8,"imageIndex":100,"symbol":"thread_start","imageOffset":9800}],"id":19486},{"id":19487,"frames":[{"imageIndex":101,"imageOffset":18068,"symbol":"__psynch_cvwait","symbolLocation":8},{"symbolLocation":1220,"symbol":"_pthread_cond_wait","imageIndex":100,"imageOffset":31204},{"imageIndex":2,"symbolLocation":184,"symbol":"_Edc_wait_signal_locked_wait","imageOffset":300090316},{"symbol":"_Edc_wait_signal_wait","symbolLocation":132,"imageOffset":300090600,"imageIndex":2},{"imageOffset":300031560,"imageIndex":2,"symbol":"thread_func_discovery_main","symbolLocation":92},{"imageIndex":100,"imageOffset":29736,"symbol":"_pthread_start","symbolLocation":116},{"symbol":"thread_start","imageIndex":100,"symbolLocation":8,"imageOffset":9800}]}],"procExitAbsTime":13230803254,"modelCode":"VirtualMac2,1","codeSigningFlags":570425861,"parentProc":"launchd_sim","procStartAbsTime":12998264197,"captureTime":"2023-11-29 17:31:23.2483 +0000","crashReporterKey":"66AB91B0-9271-86FA-EC32-E07ACC450054","coalitionName":"com.apple.CoreSimulator.SimDevice.375C9EA1-CDF6-40D6-88CB-1270F20F28B7","responsiblePid":610,"extMods":{"caller":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"system":{"thread_create":0,"thread_set_state":0,"task_for_pid":5},"targeted":{"thread_create":0,"thread_set_state":0,"task_for_pid":0},"warnings":0},"responsibleProc":"SimulatorTrampoline","usedImages":[{"source":"P","arch":"arm64e","base":5201379328,"size":589824,"uuid":"ac277a36-1808-327a-8761-cca585421212","path":"\/usr\/lib\/dyld","name":"dyld"},{"source":"P","arch":"arm64","base":5200773120,"size":245760,"uuid":"4f051b2d-f44f-31d5-8c60-061d25c5d57e","path":"\/Volumes\/VOLUME\/*\/dyld_sim","name":"dyld_sim"},{"source":"P","arch":"arm64","base":4330127360,"CFBundleShortVersionString":"6.32","CFBundleIdentifier":"com.squareup.square.development","size":348241920,"uuid":"ca8a5157-9916-3bf0-9d82-3d16b7abc095","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/SPOS-App","name":"SPOS-App","CFBundleVersion":"6320001"},{"source":"P","arch":"arm64","base":5203525632,"size":32768,"uuid":"0b0d107f-84e5-3112-a6cc-c2e0957cef62","path":"\/private\/tmp\/*\/test_sharder_lipobin.dylib","name":"test_sharder_lipobin.dylib"},{"source":"P","arch":"arm64","base":5203804160,"size":81920,"uuid":"b1d054c8-99f2-3340-aa11-b8d8af7f791e","path":"\/private\/tmp\/*\/test_repeater_lipobin.dylib","name":"test_repeater_lipobin.dylib"},{"source":"P","arch":"arm64","base":5203443712,"size":16384,"uuid":"b4b221b5-1201-3a34-a73e-a1cd49066df9","path":"\/Applications\/Xcode-14.2.0.app\/Contents\/Developer\/Platforms\/iPhoneSimulator.platform\/Developer\/usr\/lib\/libXCTestBundleInject.dylib","name":"libXCTestBundleInject.dylib"},{"source":"P","arch":"arm64","base":5205164032,"CFBundleShortVersionString":"1.0.0","CFBundleIdentifier":"com.squareup.square-in-app-payments-sdk","size":475136,"uuid":"4379ae4b-1319-318f-af7e-a6aa559ee27c","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/SquareInAppPaymentsSDK.framework\/SquareInAppPaymentsSDK","name":"SquareInAppPaymentsSDK","CFBundleVersion":"1.0.0"},{"source":"P","arch":"arm64","base":5204000768,"CFBundleShortVersionString":"3.3.1","CFBundleIdentifier":"org.cocoapods.SquareCore","size":65536,"uuid":"a4f3c40c-4260-352a-ac98-4232b281ee02","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/SquareCore.framework\/SquareCore","name":"SquareCore","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5204197376,"CFBundleShortVersionString":"4.17.5","CFBundleIdentifier":"org.cocoapods.CorePaymentCard","size":49152,"uuid":"92e71ac3-01a4-3d7d-8bc5-fb8322f4050f","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/CorePaymentCard.framework\/CorePaymentCard","name":"CorePaymentCard","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5204361216,"CFBundleShortVersionString":"13.8.0","CFBundleIdentifier":"org.cocoapods.LCRCore","size":32768,"uuid":"60e38a63-b632-3e78-8837-d991a707da22","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/LCRCore.framework\/LCRCore","name":"LCRCore","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5207490560,"CFBundleShortVersionString":"13.8.0","CFBundleIdentifier":"org.cocoapods.SquareReader","size":917504,"uuid":"ad4662d9-8d4c-3e7c-8fa4-defc3dfa0939","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/SquareReader.framework\/SquareReader","name":"SquareReader","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5208653824,"CFBundleShortVersionString":"2.11.0","CFBundleIdentifier":"jp.star-m.StarIO","size":638976,"uuid":"163c519e-a269-34a2-a16a-b3ee2892c8b6","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/StarIO.framework\/StarIO","name":"StarIO","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5211996160,"CFBundleShortVersionString":"6.17.0","CFBundleIdentifier":"com.onetrust.OTPublishersHeadlessSDK","size":1982464,"uuid":"509895cf-70b6-3b3c-af49-5bacff75088a","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/OTPublishersHeadlessSDK.framework\/OTPublishersHeadlessSDK","name":"OTPublishersHeadlessSDK","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5214453760,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.socketmobile.Capture","size":1343488,"uuid":"348e739f-c883-3df1-bc23-f4d47de79445","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/CaptureSDK.framework\/CaptureSDK","name":"CaptureSDK","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5204721664,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.Mitek.MiSnapSDK","size":114688,"uuid":"33bd29dd-be02-386b-81ae-a3934a3f7245","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/MiSnapSDK.framework\/MiSnapSDK","name":"MiSnapSDK","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5204508672,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.miteksystems.MiSnapSDKCamera","size":49152,"uuid":"8751adaa-a313-357e-8f02-0bf928a0fe33","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/MiSnapSDKCamera.framework\/MiSnapSDKCamera","name":"MiSnapSDKCamera","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5203689472,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.miteksystems.MiSnapSDKMibiData","size":16384,"uuid":"68d85164-bc95-3d45-a05e-cdaa0aeba52e","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/MiSnapSDKMibiData.framework\/MiSnapSDKMibiData","name":"MiSnapSDKMibiData","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5206327296,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.miteksystems.MiSnapSDKScience","size":49152,"uuid":"07a694bf-bce9-3c1a-83d3-71c5492bd2eb","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/MiSnapSDKScience.framework\/MiSnapSDKScience","name":"MiSnapSDKScience","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5209604096,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.miteksystems.labs.MobileFlow","size":655360,"uuid":"93406a94-1614-3d9a-9f1f-f93cecf8418b","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/MobileFlow.framework\/MobileFlow","name":"MobileFlow","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5221040128,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.helpshift.Support","size":2424832,"uuid":"50136bbb-21f0-32d8-b609-28b2d07f8a28","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/Helpshift.framework\/Helpshift","name":"Helpshift","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5233098752,"CFBundleShortVersionString":"2.2.5","CFBundleIdentifier":"com.twilio.conversations.TwilioConversationsClient","size":3604480,"uuid":"79dbff0c-4284-3c78-8290-18222cc2d33f","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/Frameworks\/TwilioConversationsClient.framework\/TwilioConversationsClient","name":"TwilioConversationsClient","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5204934656,"CFBundleShortVersionString":"14.2","CFBundleIdentifier":"com.apple.dt.XCTest","size":16384,"uuid":"490664f5-ee26-3ce7-8407-c47312d04654","path":"\/Applications\/Xcode-14.2.0.app\/Contents\/Developer\/Platforms\/iPhoneSimulator.platform\/Developer\/Library\/Frameworks\/XCTest.framework\/XCTest","name":"XCTest","CFBundleVersion":"21501"},{"source":"P","arch":"arm64","base":5219172352,"CFBundleShortVersionString":"14.2","CFBundleIdentifier":"com.apple.dt.XCTestCore","size":638976,"uuid":"c85382ff-589b-390c-8762-b2b4acf75d13","path":"\/Applications\/Xcode-14.2.0.app\/Contents\/Developer\/Platforms\/iPhoneSimulator.platform\/Developer\/Library\/PrivateFrameworks\/XCTestCore.framework\/XCTestCore","name":"XCTestCore","CFBundleVersion":"21501"},{"source":"P","arch":"arm64","base":5201313792,"CFBundleShortVersionString":"14.2","CFBundleIdentifier":"com.apple.dt.XCUnit","size":16384,"uuid":"96090c20-46d6-3621-94f5-45e0f395c0b2","path":"\/Applications\/Xcode-14.2.0.app\/Contents\/Developer\/Platforms\/iPhoneSimulator.platform\/Developer\/Library\/PrivateFrameworks\/XCUnit.framework\/XCUnit","name":"XCUnit","CFBundleVersion":"21501"},{"source":"P","arch":"arm64","base":5216681984,"CFBundleShortVersionString":"14.2","CFBundleIdentifier":"com.apple.dt.XCUIAutomation","size":704512,"uuid":"a18821be-00a8-3795-8a48-555068f6e8bb","path":"\/Applications\/Xcode-14.2.0.app\/Contents\/Developer\/Platforms\/iPhoneSimulator.platform\/Developer\/Library\/PrivateFrameworks\/XCUIAutomation.framework\/XCUIAutomation","name":"XCUIAutomation","CFBundleVersion":"21501"},{"source":"P","arch":"arm64","base":5206999040,"CFBundleShortVersionString":"13.2","CFBundleIdentifier":"com.apple.dt.instruments.DTXConnectionServices","size":180224,"uuid":"5cf897be-92f5-3aab-9d6a-0446a772ecae","path":"\/Volumes\/VOLUME\/*\/DTXConnectionServices.framework\/DTXConnectionServices","name":"DTXConnectionServices","CFBundleVersion":"64551.27.2"},{"source":"P","arch":"arm64","base":5210783744,"CFBundleShortVersionString":"14.2","CFBundleIdentifier":"com.apple.dt.XCTAutomationSupport","size":327680,"uuid":"a8b18172-be61-38e7-b232-5faced3b2e0c","path":"\/Applications\/Xcode-14.2.0.app\/Contents\/Developer\/Platforms\/iPhoneSimulator.platform\/Developer\/Library\/PrivateFrameworks\/XCTAutomationSupport.framework\/XCTAutomationSupport","name":"XCTAutomationSupport","CFBundleVersion":"21501"},{"source":"P","arch":"arm64","base":5217943552,"CFBundleShortVersionString":"13.2","CFBundleIdentifier":"com.apple.dt.instruments.DVTInstrumentsFoundation","size":622592,"uuid":"cbf47c81-7a87-3f19-b9c4-d57aa81d3c57","path":"\/Volumes\/VOLUME\/*\/DVTInstrumentsFoundation.framework\/DVTInstrumentsFoundation","name":"DVTInstrumentsFoundation","CFBundleVersion":"64551.27.2"},{"source":"P","arch":"arm64","base":5206458368,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.accessibility.AccessibilityAudit","size":196608,"uuid":"4676bad9-ad73-34ee-8709-95b9969d5143","path":"\/Volumes\/VOLUME\/*\/AccessibilityAudit.framework\/AccessibilityAudit","name":"AccessibilityAudit","CFBundleVersion":"111"},{"source":"P","arch":"arm64","base":5211422720,"CFBundleShortVersionString":"13.2","CFBundleIdentifier":"com.apple.dt.instruments.DVTInstrumentsUtilities","size":245760,"uuid":"f3b232c0-8845-3cae-99c3-b86e112bb634","path":"\/Volumes\/VOLUME\/*\/DVTInstrumentsUtilities.framework\/DVTInstrumentsUtilities","name":"DVTInstrumentsUtilities","CFBundleVersion":"64551.27.2"},{"source":"P","arch":"arm64","base":5218861056,"size":98304,"uuid":"9095ab69-cd17-3bdd-aee0-fe186083c0fe","path":"\/Applications\/Xcode-14.2.0.app\/Contents\/Developer\/Platforms\/iPhoneSimulator.platform\/Developer\/usr\/lib\/libXCTestSwiftSupport.dylib","name":"libXCTestSwiftSupport.dylib"},{"source":"P","arch":"arm64","base":5220876288,"size":49152,"uuid":"62d9b94a-c1b1-3492-a41f-b4a2c01ad6a1","path":"\/Volumes\/VOLUME\/*\/libobjc-trampolines.dylib","name":"libobjc-trampolines.dylib"},{"source":"P","arch":"arm64","base":5290426368,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.squareup.Register-KIF-Mock-Mode-Tests","size":8011776,"uuid":"6003431e-7059-381b-9f13-aeec9fc77036","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/PlugIns\/SPOS-Unit-KIFTests.xctest\/SPOS-Unit-KIFTests","name":"SPOS-Unit-KIFTests","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5220958208,"CFBundleShortVersionString":"4.13.3","CFBundleIdentifier":"org.cocoapods.CorePaymentCardTesting","size":16384,"uuid":"0c3e5858-d9e5-3122-add1-5028e542c65e","path":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/PlugIns\/SPOS-Unit-KIFTests.xctest\/Frameworks\/CorePaymentCardTesting.framework\/CorePaymentCardTesting","name":"CorePaymentCardTesting","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5628952576,"CFBundleShortVersionString":"1.0.0","CFBundleIdentifier":"com.apple.AccessibilitySettings","size":1441792,"uuid":"074a0ec6-7b95-389c-9a10-9749f5678b90","path":"\/Volumes\/VOLUME\/*\/AccessibilitySettings.bundle\/AccessibilitySettings","name":"AccessibilitySettings","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5645959168,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.ControlCenterUIKit.axbundle","size":49152,"uuid":"3ac0ca82-206f-37c7-a50e-05ed5e16458c","path":"\/Volumes\/VOLUME\/*\/ControlCenterUIKit","name":"ControlCenterUIKit","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5288869888,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.GeoServices.axbundle","size":16384,"uuid":"b62d69d9-b750-3a3f-88ec-316b8b6e8b7c","path":"\/Volumes\/VOLUME\/*\/GeoServices","name":"GeoServices","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5646974976,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.VectorKit.axbundle","size":245760,"uuid":"483ba262-07ca-3524-aa51-d55e707c5bea","path":"\/Volumes\/VOLUME\/*\/VectorKit","name":"VectorKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5646663680,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.MapKitFramework.axbundle","size":98304,"uuid":"cba53ac7-1029-3815-b890-a0f37909c350","path":"\/Volumes\/VOLUME\/*\/MapKitFramework","name":"MapKitFramework","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5645697024,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.PreferencesFramework.axbundle","size":65536,"uuid":"0319f809-64e7-3450-8738-e1eb4b482317","path":"\/Volumes\/VOLUME\/*\/PreferencesFramework","name":"PreferencesFramework","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5624479744,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.Messages.axbundle","size":16384,"uuid":"fcb25421-5b84-3880-a533-ed283f748bc2","path":"\/Volumes\/VOLUME\/*\/Messages","name":"Messages","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5646467072,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.MediaControls.axbundle","size":65536,"uuid":"6d55c6f9-1f3c-346f-9ede-b830c8b16988","path":"\/Volumes\/VOLUME\/*\/MediaControls","name":"MediaControls","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5646237696,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.accessibility.SiriUICore","size":16384,"uuid":"cec3546c-35a8-3817-a491-c5d56812c62e","path":"\/Volumes\/VOLUME\/*\/SiriUICore","name":"SiriUICore","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5647728640,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.iTunesStoreUIFramework.axbundle","size":49152,"uuid":"8ece03c9-5102-32f5-897a-415a52d18e3e","path":"\/Volumes\/VOLUME\/*\/iTunesStoreUIFramework","name":"iTunesStoreUIFramework","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5646106624,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.SceneKit.axbundle","size":16384,"uuid":"87a622e9-018a-3e94-8278-3a6ecc779cb6","path":"\/Volumes\/VOLUME\/*\/SceneKit","name":"SceneKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5647400960,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.DisplayAndBrightnessSettings.axbundle","size":16384,"uuid":"f7d4ccd2-9513-3002-acab-911633e2a4ff","path":"\/Volumes\/VOLUME\/*\/DisplayAndBrightnessSettings","name":"DisplayAndBrightnessSettings","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5647482880,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.SearchFoundation.axbundle","size":16384,"uuid":"7f84425e-b2db-3b68-890e-8aec6949728d","path":"\/Volumes\/VOLUME\/*\/SearchFoundation","name":"SearchFoundation","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5647630336,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.CertInfo.axbundle","size":16384,"uuid":"68218f03-7248-3e9d-930d-22893cfdfe6c","path":"\/Volumes\/VOLUME\/*\/CertInfo","name":"CertInfo","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5648236544,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.CardKit.axbundle","size":16384,"uuid":"509f67a1-6a48-38e5-8042-e60fe2f15f4b","path":"\/Volumes\/VOLUME\/*\/CardKit","name":"CardKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5648908288,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.PDFKit.axbundle","size":65536,"uuid":"bc6e6d26-5031-3336-be4a-7fb030fe93b8","path":"\/Volumes\/VOLUME\/*\/PDFKit","name":"PDFKit","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5649203200,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.SafariSharedUI.axbundle","size":16384,"uuid":"9d8b4b4c-1638-32f5-bbb1-bea2847c39be","path":"\/Volumes\/VOLUME\/*\/SafariSharedUI","name":"SafariSharedUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5649285120,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.HealthKit.axbundle","size":16384,"uuid":"7917c48e-fcab-3662-a13c-c9bdf306827f","path":"\/Volumes\/VOLUME\/*\/HealthKit","name":"HealthKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5649367040,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.DocumentManager.axbundle","size":16384,"uuid":"86192c76-7f88-3e96-9fdf-90f3374a1e8b","path":"\/Volumes\/VOLUME\/*\/DocumentManager","name":"DocumentManager","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5649072128,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.TelephonyUIFramework.axbundle","size":32768,"uuid":"ac366a4b-719c-3ad2-81f9-313cc3c31d1c","path":"\/Volumes\/VOLUME\/*\/TelephonyUIFramework","name":"TelephonyUIFramework","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5649793024,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.AVFoundation.axbundle","size":16384,"uuid":"c29fcc85-a9d2-3f9b-b0f1-89d83ca45a62","path":"\/Volumes\/VOLUME\/*\/AVFoundation","name":"AVFoundation","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5232558080,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.SharingUI.axbundle","size":16384,"uuid":"4c08c8e8-e905-3ad5-a9a9-edcd4f40ba7d","path":"\/Volumes\/VOLUME\/*\/SharingUI","name":"SharingUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5232656384,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.FrontBoard.axbundle","size":16384,"uuid":"45d467dc-c903-385d-8d92-36e40d1c483c","path":"\/Volumes\/VOLUME\/*\/FrontBoard","name":"FrontBoard","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5618679808,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.ContactsUI.axbundle","size":98304,"uuid":"c7e092fc-87f1-30dd-b18f-cbf578af387e","path":"\/Volumes\/VOLUME\/*\/ContactsUI","name":"ContactsUI","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5577097216,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.VisionKitCore.axbundle","size":32768,"uuid":"140c1d70-984c-3d3a-916c-751a7df29a00","path":"\/Volumes\/VOLUME\/*\/VisionKitCore","name":"VisionKitCore","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5577818112,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.EventKitUIFramework.axbundle","size":114688,"uuid":"a0d99134-7eff-3f29-b491-62215ee1b1bb","path":"\/Volumes\/VOLUME\/*\/EventKitUIFramework","name":"EventKitUIFramework","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5232443392,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.ToneKit.axbundle","size":16384,"uuid":"7c5b5c68-31dc-3bf0-9008-5ff5ad2c0639","path":"\/Volumes\/VOLUME\/*\/ToneKit","name":"ToneKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5577211904,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.accessibility.SiriUI","size":16384,"uuid":"61f171a8-aa99-33f6-9f88-88a2ed2fd65e","path":"\/Volumes\/VOLUME\/*\/SiriUI","name":"SiriUI","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5577310208,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.PlatterKit.axbundle","size":32768,"uuid":"84eaeb7d-a205-3517-bcca-6c0dab861a82","path":"\/Volumes\/VOLUME\/*\/PlatterKit","name":"PlatterKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5577424896,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.SpringBoardFoundation.axbundle","size":16384,"uuid":"59ed4e62-a36e-377c-a95b-52f71226b826","path":"\/Volumes\/VOLUME\/*\/SpringBoardFoundation","name":"SpringBoardFoundation","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5577506816,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.BaseBoardUI.axbundle","size":16384,"uuid":"bf6790ea-9df9-34a6-b9e6-6563063949e4","path":"\/Volumes\/VOLUME\/*\/BaseBoardUI","name":"BaseBoardUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5232738304,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.AVKit.axbundle","size":65536,"uuid":"f085db77-e9f3-3525-aeff-30a6a296ca4d","path":"\/Volumes\/VOLUME\/*\/AVKit","name":"AVKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5577588736,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.PencilKit.axbundle","size":49152,"uuid":"1521a3d6-d980-3f75-80cb-10a194577061","path":"\/Volumes\/VOLUME\/*\/PencilKit","name":"PencilKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5577736192,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.AuthenticationServices.axbundle","size":16384,"uuid":"b93fa89d-cb71-3fe6-bb28-c8e7e75e22c2","path":"\/Volumes\/VOLUME\/*\/AuthenticationServices","name":"AuthenticationServices","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5618302976,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.AuthKitUI.axbundle","size":16384,"uuid":"6c46597c-3e7f-369b-abb4-f8dc3fe954ed","path":"\/Volumes\/VOLUME\/*\/AuthKitUI","name":"AuthKitUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5618401280,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.SafariServices.axbundle","size":65536,"uuid":"2c451337-ff63-3a4c-809b-dd1b61051b1f","path":"\/Volumes\/VOLUME\/*\/SafariServices","name":"SafariServices","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5578113024,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.EmojiKit.axbundle","size":16384,"uuid":"2a040122-0370-3f4b-b600-a56cb6817455","path":"\/Volumes\/VOLUME\/*\/EmojiKit","name":"EmojiKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5618581504,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.IntentsUI.axbundle","size":16384,"uuid":"e7ac99e0-4390-37a1-be12-539755845d7b","path":"\/Volumes\/VOLUME\/*\/IntentsUI","name":"IntentsUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5618958336,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.accessibility.AppleAccountUI","size":16384,"uuid":"705362b7-b8cb-3c5f-b681-0b51c7c51852","path":"\/Volumes\/VOLUME\/*\/AppleAccountUI","name":"AppleAccountUI","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5619941376,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.PassKitUI.axbundle","size":147456,"uuid":"36c9eca5-a2ed-3b1a-95ae-fd10fe5d1e9e","path":"\/Volumes\/VOLUME\/*\/PassKitUI","name":"PassKitUI","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5619040256,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.WebUI.axbundle","size":16384,"uuid":"e5084163-ba37-3599-b496-2f15f27779fb","path":"\/Volumes\/VOLUME\/*\/WebUI","name":"WebUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5619122176,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.StorageSettingsFramework.axbundle","size":16384,"uuid":"005834c5-1863-35ab-9166-5f6121d5bd71","path":"\/Volumes\/VOLUME\/*\/StorageSettingsFramework","name":"StorageSettingsFramework","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5618139136,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.SwiftUI.axbundle","size":16384,"uuid":"246c7907-2d12-3206-9293-753b0261d30a","path":"\/Volumes\/VOLUME\/*\/SwiftUI","name":"SwiftUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5621972992,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.ChatKitFramework.axbundle","size":294912,"uuid":"6561f7ec-b7c3-3c80-8be6-aec73bceb9e6","path":"\/Volumes\/VOLUME\/*\/ChatKitFramework","name":"ChatKitFramework","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5619384320,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.TemplateKit.axbundle","size":16384,"uuid":"faa199fb-4901-34e3-9ddd-f318051c369d","path":"\/Volumes\/VOLUME\/*\/TemplateKit","name":"TemplateKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5619204096,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.ShareSheet.axbundle","size":32768,"uuid":"193ea425-bc63-3c7f-97ad-8dd15bbf02a4","path":"\/Volumes\/VOLUME\/*\/ShareSheet","name":"ShareSheet","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5620400128,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.SpringBoardUIServices.axbundle","size":49152,"uuid":"35979fc7-9e36-3c8e-884d-6990d84a047c","path":"\/Volumes\/VOLUME\/*\/SpringBoardUIServices","name":"SpringBoardUIServices","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5619695616,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.ContactsAutocompleteUI.axbundle","size":32768,"uuid":"e312217f-e299-3a51-a573-8e70141e70a4","path":"\/Volumes\/VOLUME\/*\/ContactsAutocompleteUI","name":"ContactsAutocompleteUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5619810304,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.BannerKit.axbundle","size":16384,"uuid":"3941074c-1bf8-3b72-8231-95ae962183a1","path":"\/Volumes\/VOLUME\/*\/BannerKit","name":"BannerKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5619613696,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.PrivacySettingsUI.axbundle","size":16384,"uuid":"59ea22cd-93b8-30f0-ac65-dc520d824c63","path":"\/Volumes\/VOLUME\/*\/PrivacySettingsUI","name":"PrivacySettingsUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5619482624,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.SpriteKit.axbundle","size":16384,"uuid":"6224b416-5da2-35b3-91bf-29cc3c72e236","path":"\/Volumes\/VOLUME\/*\/SpriteKit","name":"SpriteKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5620776960,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.MapsUI.axbundle","size":32768,"uuid":"111bc129-7792-34db-8831-ef4360c22cf6","path":"\/Volumes\/VOLUME\/*\/MapsUI","name":"MapsUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5620891648,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.Pegasus.axbundle","size":32768,"uuid":"7c79008a-cd96-3d1c-b5f0-52d7f7f907e8","path":"\/Volumes\/VOLUME\/*\/Pegasus","name":"Pegasus","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5621006336,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.OnBoardingKit.axbundle","size":16384,"uuid":"14540fa8-0ddc-3eb0-96ea-2ae168af794c","path":"\/Volumes\/VOLUME\/*\/OnBoardingKit","name":"OnBoardingKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5620695040,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.BridgePreferences.axbundle","size":16384,"uuid":"9ca65cc9-4524-38e4-8c25-bcc80ab86080","path":"\/Volumes\/VOLUME\/*\/BridgePreferences","name":"BridgePreferences","CFBundleVersion":"1"},{"source":"P","arch":"arm64","base":5621104640,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.SetupAssistantUI.axbundle","size":16384,"uuid":"6ba0947b-d68e-34bc-a320-df1e46bd4bcf","path":"\/Volumes\/VOLUME\/*\/SetupAssistantUI","name":"SetupAssistantUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5621514240,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.MobileSafariFramework.axbundle","size":49152,"uuid":"d5d36096-c0cc-3924-b114-dc54f46b97a3","path":"\/Volumes\/VOLUME\/*\/MobileSafariFramework","name":"MobileSafariFramework","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5621186560,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.ScreenTimeSettingsUI.axbundle","size":65536,"uuid":"3b179611-5e09-381d-b724-983419af87ad","path":"\/Volumes\/VOLUME\/*\/ScreenTimeSettingsUI","name":"ScreenTimeSettingsUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5621383168,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.ScreenTimeUI.axbundle","size":16384,"uuid":"a667c7df-f3ec-3ce7-bed0-40def58d4156","path":"\/Volumes\/VOLUME\/*\/ScreenTimeUI","name":"ScreenTimeUI","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":5648580608,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.AnnotationKit.axbundle","size":49152,"uuid":"b2bf3987-9ed2-3b83-966d-19a314ec75cc","path":"\/Volumes\/VOLUME\/*\/AnnotationKit","name":"AnnotationKit","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":7353495552,"size":372736,"uuid":"3e9d4d60-0602-3adb-a924-3a699e6651bd","path":"\/Volumes\/VOLUME\/*\/libswiftUIKit.dylib","name":"libswiftUIKit.dylib"},{"source":"P","arch":"arm64","base":6511169536,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.UIKitCore","size":21540864,"uuid":"08a5560d-3f2b-3b52-a202-add2a39b5d30","path":"\/Volumes\/VOLUME\/*\/UIKitCore.framework\/UIKitCore","name":"UIKitCore","CFBundleVersion":"5205.0.101"},{"source":"P","arch":"arm64","base":6580387840,"CFBundleShortVersionString":"1.11","CFBundleIdentifier":"com.apple.QuartzCore","size":2400256,"uuid":"98fe6710-b72e-366e-ad6e-822da16769fa","path":"\/Volumes\/VOLUME\/*\/QuartzCore.framework\/QuartzCore","name":"QuartzCore","CFBundleVersion":"962.60"},{"source":"P","arch":"arm64","base":6445379584,"CFBundleShortVersionString":"6.9","CFBundleIdentifier":"com.apple.CoreFoundation","size":3854336,"uuid":"3b05273d-3bbf-321d-8274-b848d167fd37","path":"\/Volumes\/VOLUME\/*\/CoreFoundation.framework\/CoreFoundation","name":"CoreFoundation","CFBundleVersion":"1856.105"},{"source":"P","arch":"arm64","base":6449704960,"CFBundleShortVersionString":"6.9","CFBundleIdentifier":"com.apple.Foundation","size":2891776,"uuid":"19f16173-af39-3bfe-aef4-ec9cb4d4ffa0","path":"\/Volumes\/VOLUME\/*\/Foundation.framework\/Foundation","name":"Foundation","CFBundleVersion":"1856.105"},{"source":"P","arch":"arm64","base":6644011008,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.GraphicsServices","size":36864,"uuid":"01858b6b-f559-3623-9aaf-d03b35fccf3c","path":"\/Volumes\/VOLUME\/*\/GraphicsServices.framework\/GraphicsServices","name":"GraphicsServices","CFBundleVersion":"1.0"},{"source":"P","arch":"arm64","base":7677456384,"size":53248,"uuid":"73f649ed-142d-3aad-b3af-3fe33548b725","path":"\/usr\/lib\/system\/libsystem_pthread.dylib","name":"libsystem_pthread.dylib"},{"source":"P","arch":"arm64","base":7677100032,"size":229376,"uuid":"c83d7f56-8483-3297-9cf0-48ef4f42047e","path":"\/usr\/lib\/system\/libsystem_kernel.dylib","name":"libsystem_kernel.dylib"},{"source":"P","arch":"arm64","base":6444847104,"size":380928,"uuid":"0b16a27c-16a3-3281-9baf-04cf060e5d79","path":"\/Volumes\/VOLUME\/*\/libc++.1.dylib","name":"libc++.1.dylib"},{"source":"P","arch":"arm64","base":7355424768,"size":40960,"uuid":"7a9660c3-05c1-3e66-8cf2-0c29ae528f88","path":"\/Volumes\/VOLUME\/*\/libunwind.dylib","name":"libunwind.dylib"},{"source":"P","arch":"arm64","base":6444658688,"size":102400,"uuid":"b009c23d-e020-341d-b65b-f75fa69813fb","path":"\/Volumes\/VOLUME\/*\/libc++abi.dylib","name":"libc++abi.dylib"},{"source":"P","arch":"arm64","base":6466240512,"CFBundleShortVersionString":"5.0","CFBundleIdentifier":"com.apple.audio.CoreAudio","size":4706304,"uuid":"e6972a4f-0a12-3643-b637-c3b48f6bf7f6","path":"\/Volumes\/VOLUME\/*\/CoreAudio.framework\/CoreAudio","name":"CoreAudio","CFBundleVersion":"5.0"},{"source":"P","arch":"arm64","base":6443528192,"size":274432,"uuid":"00a1d5e5-18c3-3ff6-b4b1-34e1d3856727","path":"\/Volumes\/VOLUME\/*\/libdispatch.dylib","name":"libdispatch.dylib"},{"source":"P","arch":"arm64","base":6505476096,"CFBundleShortVersionString":"1327.0.4","CFBundleIdentifier":"com.apple.CFNetwork","size":4612096,"uuid":"1ef8611e-6d15-3c4f-abb5-4ce1248093ff","path":"\/Volumes\/VOLUME\/*\/CFNetwork.framework\/CFNetwork","name":"CFNetwork","CFBundleVersion":"1327.0.4"},{"source":"P","arch":"arm64","base":7441379328,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.audio.AudioSession","size":151552,"uuid":"bf7d3318-31e9-343d-9431-1ec39d1b3be9","path":"\/Volumes\/VOLUME\/*\/AudioSession.framework\/AudioSession","name":"AudioSession"},{"source":"P","arch":"arm64","base":7097860096,"CFBundleShortVersionString":"1.0","CFBundleIdentifier":"com.apple.audio.caulk","size":172032,"uuid":"a200d3cc-6d05-35cb-a024-11e1690b4adb","path":"\/Volumes\/VOLUME\/*\/caulk.framework\/caulk","name":"caulk"},{"source":"P","arch":"arm64","base":6729265152,"CFBundleShortVersionString":"8612","CFBundleIdentifier":"com.apple.JavaScriptCore","size":18112512,"uuid":"ea303578-ba61-3e0b-81fc-65a893c60bdb","path":"\/Volumes\/VOLUME\/*\/JavaScriptCore.framework\/JavaScriptCore","name":"JavaScriptCore","CFBundleVersion":"8612.3.6.0.3"},{"source":"P","arch":"arm64","base":6601678848,"CFBundleShortVersionString":"8612","CFBundleIdentifier":"com.apple.WebCore","size":36573184,"uuid":"7bdabe30-51c3-3ad4-99f8-2f55cca19e97","path":"\/Volumes\/VOLUME\/*\/WebCore.framework\/WebCore","name":"WebCore","CFBundleVersion":"8612.3.6.0.3"}],"translated":false,"codeSigningID":"com.squareup.square.development","parentPid":1399,"deployVersion":210,"incident":"2C893A5A-2463-4544-B623-0A94F86F408F","pid":2325,"codeSigningTrustLevel":0,"codeSigningValidationCategory":10,"uptime":550,"cpuType":"ARM-64","osVersion":{"train":"macOS 13.3.1","build":"22E261","releaseType":"User"},"exception":{"codes":"0x0000000000000001, 0x00000001b6510d08","rawCodes":[1,7353732360],"type":"EXC_BREAKPOINT","signal":"SIGTRAP"},"sip":"disabled","bug_type":"309","faultingThread":0,"procRole":"Foreground","vmSummary":"ReadOnly portion of Libraries: Total=1.9G resident=0K(0%) swapped_out_or_unallocated=1.9G(100%)\nWritable regions: Total=1.3G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.3G(100%)\n\n                                VIRTUAL   REGION \nREGION TYPE                        SIZE    COUNT (non-coalesced) \n===========                     =======  ======= \nAccelerate framework               128K        1 \nActivity Tracing                   256K        1 \nColorSync                          176K        8 \nCoreAnimation                     4320K      109 \nCoreData                            16K        1 \nCoreData Object IDs               4112K        2 \nCoreUI image data                  480K        4 \nFoundation                         160K        3 \nIOSurface                         49.1M       15 \nImage IO                           192K        1 \nJS JIT generated code              1.0G        5 \nKernel Alloc Once                   32K        1 \nMALLOC                           353.4M      166 \nMALLOC guard page                  448K       28 \nMALLOC_NANO (reserved)           384.0M        1         reserved VM address space (unallocated)\nSQLite page cache                 4608K       72 \nSTACK GUARD                       56.4M       23 \nStack                             20.0M       23 \nVM_ALLOCATE                         64K        3 \nWebKit Malloc                     4352K        8 \n__DATA                            53.6M      878 \n__DATA_CONST                      78.5M      876 \n__DATA_DIRTY                        50K        9 \n__FONT_DATA                          4K        1 \n__LINKEDIT                         1.0G       96 \n__OBJC_RO                         62.4M        1 \n__OBJC_RW                         3136K        1 \n__TEXT                           957.3M      885 \n__UNICODE                          588K        1 \ndyld private memory               1568K        5 \nlibnetwork                         128K        8 \nmapped file                      215.4M       76 \nshared memory                       16K        1 \n===========                     =======  ======= \nTOTAL                              4.2G     3313 \nTOTAL, minus reserved VM space     3.8G     3313 \n","version":2,"codeSigningTeamID":"","coalitionID":801,"sharedCache":{"base":6442450944,"size":2189623296,"uuid":"9035d919-85a9-3983-a89b-ddb33d378db5"},"userID":501,"legacyInfo":{"threadTriggered":{"queue":"com.apple.main-thread"}},"procName":"SPOS-App","storeInfo":{"deviceIdentifierForVendor":"4EB21CFC-6F57-5EDC-B2BC-D715CB8093F9","thirdParty":true},"logWritingSignature":"cd3a6f626bd00dabb96ac670c8492d8b9afb4eef","procPath":"\/Users\/USER\/Library\/Developer\/CoreSimulator\/Devices\/375C9EA1-CDF6-40D6-88CB-1270F20F28B7\/data\/Containers\/Bundle\/Application\/9CE6EB4F-61AE-4437-8AAC-3CC77E70C423\/SPOS-App.app\/SPOS-App"}

@kyleve
Copy link
Collaborator Author

kyleve commented Nov 29, 2023

(Side note, I hate those damn finalLayoutAttributesForDisappearingSupplementaryElement APIs and friends, they're so finicky...)

@kyleve kyleve merged commit 57ddf79 into main Nov 30, 2023
4 checks passed
@kyleve kyleve deleted the kve/fix-reordering-crash branch November 30, 2023 23:38
kyleve added a commit that referenced this pull request Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants