Last active
October 25, 2020 14:50
-
-
Save steipete/487cf0ae19fe6a97075ee04d3dd1c5fe to your computer and use it in GitHub Desktop.
Apple Fruta App crash on Big Sur Beta 10
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Invalid products: com.example.apple-samplecode.fruta.unlock-recipes | |
2020-10-25 15:46:23.664364+0100 Fruta[25696:2730598] [SwiftUI] Modifying state during view update, this will cause undefined behavior. | |
2020-10-25 15:46:23.664705+0100 Fruta[25696:2730598] [SwiftUI] Modifying state during view update, this will cause undefined behavior. | |
2020-10-25 15:46:23.929321+0100 Fruta[25696:2730598] Metal API Validation Enabled | |
2020-10-25 15:46:23.967322+0100 Fruta[25696:2730598] VPA info: plugin is INTEL, AVD_id = 1080020, AVD_api.Create:0x1154fe95f | |
2020-10-25 15:47:46.728654+0100 Fruta[25696:2730598] [Layout] Unable to simultaneously satisfy constraints: | |
( | |
"<NSAutoresizingMaskLayoutConstraint:0x6000031f0aa0 h=-&- v=-&- _NSTextContentView:0x7f96e4de29b0.minX == 0 (active, names: '|':NSTextView:0x7f9685f95ac0 )>", | |
"<NSAutoresizingMaskLayoutConstraint:0x6000031f3020 h=-&- v=-&- H:[_NSTextContentView:0x7f96e4de29b0]-(380)-| (active, names: '|':NSTextView:0x7f9685f95ac0 )>", | |
"<NSAutoresizingMaskLayoutConstraint:0x6000031f1040 h=--& v=--& NSTextView:0x7f9685f95ac0.width == 318 (active)>" | |
) | |
Will attempt to recover by breaking constraint | |
<NSAutoresizingMaskLayoutConstraint:0x6000031f3020 h=-&- v=-&- H:[_NSTextContentView:0x7f96e4de29b0]-(380)-| (active, names: '|':NSTextView:0x7f9685f95ac0 )> | |
Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens. And/or, set a symbolic breakpoint on LAYOUT_CONSTRAINTS_NOT_SATISFIABLE to catch this in the debugger. | |
(lldb) bt | |
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x0) | |
* frame #0: 0x00007fff42b01586 AttributeGraph`AG::Graph::attribute_modify(AG::data::ptr<AG::Node>, AGSwiftMetadata const*, AG::ClosureFunction<void, void*>, bool) + 60 | |
frame #1: 0x00007fff4269d4a2 SwiftUI`SwiftUI.(MatchedGeometryScope in _A1807160ED1F4542128D3D0A34E611B6).frame<A where A: Swift.Hashable>(index: inout Swift.Optional<Swift.Int>, for: A, view: SwiftUI.(MatchedGeometryScope in _A1807160ED1F4542128D3D0A34E611B6).Frame.View) -> (Swift.Optional<SwiftUI.ViewFrame>, AttributeGraph.AnyOptionalAttribute) + 1026 | |
frame #2: 0x00007fff426a2a06 SwiftUI`SwiftUI.(MatchedFrame in _A1807160ED1F4542128D3D0A34E611B6).updateValue() -> () + 502 | |
frame #3: 0x00007fff4204dbda SwiftUI`partial apply forwarder for implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 26 | |
frame #4: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #5: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #6: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #7: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #8: 0x00007fff420089cc SwiftUI`generic specialization <SwiftUI.LayoutPriorityLayout> of SwiftUI.(UnaryChildGeometry in _E7A8E7C05374990D1440492F9DD0779D).parentSize.getter : __C.CGSize + 28 | |
frame #9: 0x00007fff42008e50 SwiftUI`generic specialization <SwiftUI._FlexFrameLayout> of SwiftUI.(UnaryChildGeometry in _E7A8E7C05374990D1440492F9DD0779D).value.getter : SwiftUI.ViewGeometry + 96 | |
frame #10: 0x00007fff4202d48c SwiftUI`merged generic specialization <SwiftUI.ViewGeometry, SwiftUI.RootGeometry> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.Rule>(A1) -> AttributeGraph.Attribute<A> + 28 | |
frame #11: 0x00007fff4203fad4 SwiftUI`partial apply forwarder for generic specialization <SwiftUI.ViewGeometry, SwiftUI.(UnaryChildGeometry in _E7A8E7C05374990D1440492F9DD0779D)<SwiftUI._FlexFrameLayout>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.Rule>(A1) -> AttributeGraph.Attribute<A> + 20 | |
frame #12: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #13: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #14: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #15: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #16: 0x00007fff42029c07 SwiftUI`generic specialization <Swift.Array<SwiftUI.ViewGeometry>, SwiftUI.LayoutChildGeometries> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.Rule>(A1) -> AttributeGraph.Attribute<A> + 55 | |
frame #17: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #18: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #19: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #20: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #21: 0x00007fff4278f485 SwiftUI`SwiftUI.(DynamicLayoutViewChildGeometry in _8B9C7F39264416187A895085215951BC).childGeometries.getter : Swift.Array<SwiftUI.ViewGeometry> + 37 | |
frame #22: 0x00007fff4278f6b9 SwiftUI`SwiftUI.(DynamicLayoutViewChildGeometry in _8B9C7F39264416187A895085215951BC).updateValue() -> () + 201 | |
frame #23: 0x00007fff425ad5ef SwiftUI`partial apply forwarder for generic specialization <SwiftUI.ViewGeometry, SwiftUI.(DynamicLayoutViewChildGeometry in _8B9C7F39264416187A895085215951BC)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #24: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #25: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #26: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #27: 0x00007fff42b13923 AttributeGraph`AGGraphGetInputValue + 234 | |
frame #28: 0x00007fff41f7f704 SwiftUI`SwiftUI.GeometryProxy.size.getter : __C.CGSize + 68 | |
frame #29: 0x000000010535afb3 Fruta`closure #1 in IngredientGraphic.image.getter(geo=SwiftUI.GeometryProxy @ 0x00007ffeea912b48, self=Fruta.IngredientGraphic @ 0x0000600002e3a690) at IngredientGraphic.swift:78:35 | |
frame #30: 0x000000010535c756 Fruta`partial apply for closure #1 in IngredientGraphic.image.getter at <compiler-generated>:0 | |
frame #31: 0x00007fff41f7f557 SwiftUI`SwiftUI.GeometryReader.(Child in _4C4BAC551E328ACCA9CD3748EDC0CC3A).updateValue() -> () + 551 | |
frame #32: 0x00007fff4204dbda SwiftUI`partial apply forwarder for implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 26 | |
frame #33: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #34: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #35: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #36: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #37: 0x00007fff424b416b SwiftUI`generic specialization <SwiftUI.Image> of SwiftUI.(EnvironmentReadingChild in _FB65686E4F4C246132C16AE349C5E43C).updateValue() -> () + 107 | |
frame #38: 0x00007fff425bd37f SwiftUI`partial apply forwarder for generic specialization <SwiftUI.ModifiedContent<SwiftUI.Image.Resolved, SwiftUI.AccessibilityAttachmentModifier>, SwiftUI.(EnvironmentReadingChild in _FB65686E4F4C246132C16AE349C5E43C)<SwiftUI.Image>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #39: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #40: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #41: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #42: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #43: 0x00007fff424c2bc8 SwiftUI`generic specialization <SwiftUI.AccessibilityAttachmentModifier> of SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 376 | |
frame #44: 0x00007fff425ade8f SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)<SwiftUI.AccessibilityAttachmentModifier>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #45: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #46: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #47: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #48: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #49: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #50: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #51: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #52: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #53: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #54: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #55: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #56: 0x00007fff424c2d21 SwiftUI`generic specialization <SwiftUI.AccessibilityAttachmentModifier> of SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 721 | |
frame #57: 0x00007fff425ade8f SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)<SwiftUI.AccessibilityAttachmentModifier>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #58: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #59: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #60: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #61: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #62: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #63: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #64: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #65: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #66: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #67: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #68: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #69: 0x00007fff421de16e SwiftUI`SwiftUI.(DynamicPreferenceCombiner in _023AA827B8A8D39774F7A0C281455FEE).value.getter : A.Value + 830 | |
frame #70: 0x00007fff421de3b7 SwiftUI`protocol witness for AttributeGraph.Rule.value.getter : A.Value in conformance SwiftUI.(DynamicPreferenceCombiner in _023AA827B8A8D39774F7A0C281455FEE)<A> : AttributeGraph.Rule in SwiftUI + 23 | |
frame #71: 0x00007fff42b16937 AttributeGraph`dispatch thunk of AttributeGraph.Rule.value.getter : A.Value + 7 | |
frame #72: 0x00007fff420d5838 SwiftUI`implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.Rule>(A1) -> AttributeGraph.Attribute<A> + 56 | |
frame #73: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #74: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #75: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #76: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #77: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #78: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #79: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #80: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #81: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #82: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #83: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #84: 0x00007fff424c8021 SwiftUI`generic specialization <SwiftUI.AccessibilityContainerModifier> of SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 625 | |
frame #85: 0x00007fff425adedf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)<SwiftUI.AccessibilityContainerModifier>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #86: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #87: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #88: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #89: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #90: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #91: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #92: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #93: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #94: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #95: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #96: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #97: 0x00007fff424c2d21 SwiftUI`generic specialization <SwiftUI.AccessibilityAttachmentModifier> of SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 721 | |
frame #98: 0x00007fff425ade8f SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)<SwiftUI.AccessibilityAttachmentModifier>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #99: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #100: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #101: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #102: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #103: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #104: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #105: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #106: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #107: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #108: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #109: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #110: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #111: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #112: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #113: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #114: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #115: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #116: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #117: 0x00007fff424c5525 SwiftUI`generic specialization <SwiftUI.AccessibilityOpacityModifier> of SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 565 | |
frame #118: 0x00007fff425bd11f SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)<SwiftUI.AccessibilityOpacityModifier>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #119: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #120: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #121: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #122: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #123: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #124: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #125: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #126: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #127: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #128: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #129: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #130: 0x00007fff424c8021 SwiftUI`generic specialization <SwiftUI.AccessibilityContainerModifier> of SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 625 | |
frame #131: 0x00007fff425adedf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)<SwiftUI.AccessibilityContainerModifier>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #132: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #133: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #134: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #135: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #136: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #137: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #138: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #139: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #140: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #141: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #142: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #143: 0x00007fff424c2d21 SwiftUI`generic specialization <SwiftUI.AccessibilityAttachmentModifier> of SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 721 | |
frame #144: 0x00007fff425ade8f SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)<SwiftUI.AccessibilityAttachmentModifier>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #145: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #146: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #147: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #148: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #149: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #150: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #151: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #152: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #153: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #154: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #155: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #156: 0x00007fff424c2d21 SwiftUI`generic specialization <SwiftUI.AccessibilityAttachmentModifier> of SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 721 | |
frame #157: 0x00007fff425ade8f SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)<SwiftUI.AccessibilityAttachmentModifier>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #158: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #159: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #160: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #161: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #162: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #163: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #164: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #165: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #166: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #167: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #168: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #169: 0x00007fff424c2d21 SwiftUI`generic specialization <SwiftUI.AccessibilityAttachmentModifier> of SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 721 | |
frame #170: 0x00007fff425ade8f SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)<SwiftUI.AccessibilityAttachmentModifier>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #171: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #172: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #173: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #174: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #175: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #176: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #177: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #178: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #179: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #180: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #181: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #182: 0x00007fff425f7d11 SwiftUI`SwiftUI.(IncrementalPreference in _3734FCB8B87024BD212C6F4B89BF01BE).value.getter : A.Value + 337 | |
frame #183: 0x00007fff425f7e9c SwiftUI`protocol witness for AttributeGraph.Rule.value.getter : A.Value in conformance SwiftUI.(IncrementalPreference in _3734FCB8B87024BD212C6F4B89BF01BE)<A> : AttributeGraph.Rule in SwiftUI + 28 | |
frame #184: 0x00007fff42b16937 AttributeGraph`dispatch thunk of AttributeGraph.Rule.value.getter : A.Value + 7 | |
frame #185: 0x00007fff420d5838 SwiftUI`implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.Rule>(A1) -> AttributeGraph.Attribute<A> + 56 | |
frame #186: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #187: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #188: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #189: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #190: 0x00007fff41f6e469 SwiftUI`SwiftUI.(IncrementalLayoutTransform in _0E5D36A33D50442A9EDB086D241B5AD6).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 41 | |
frame #191: 0x00007fff41f6e554 SwiftUI`SwiftUI.(IncrementalLayoutTransform in _0E5D36A33D50442A9EDB086D241B5AD6).updateValue() -> () + 132 | |
frame #192: 0x00007fff425adf7f SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(IncrementalLayoutTransform in _0E5D36A33D50442A9EDB086D241B5AD6)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #193: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #194: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #195: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #196: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #197: 0x00007fff424c147b SwiftUI`generic specialization <SwiftUI.AccessibilityIncrementalLayoutScrollViewModifier> of SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 619 | |
frame #198: 0x00007fff425adf2f SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)<SwiftUI.AccessibilityIncrementalLayoutScrollViewModifier>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #199: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #200: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #201: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #202: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #203: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #204: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #205: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #206: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #207: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #208: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #209: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #210: 0x00007fff422e1972 SwiftUI`closure #1 () -> A.Value in SwiftUI.(PairPreferenceCombiner in _59D15989E597719355BF0EAE6CB41FF9).value.getter : A.Value + 66 | |
frame #211: 0x00007fff422e2e05 SwiftUI`partial apply forwarder for closure #1 () -> A.Value in SwiftUI.(PairPreferenceCombiner in _59D15989E597719355BF0EAE6CB41FF9).value.getter : A.Value + 21 | |
frame #212: 0x00007fff4275e86c SwiftUI`function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @callee_guaranteed () -> (@out SwiftUI.AccessibilityNodeList) to @escaping @callee_guaranteed () -> (@owned SwiftUI.AccessibilityNodeList), Argument Types : [@callee_guaranteed () -> (@out SwiftUI.AccessibilityNodeList)]> of static SwiftUI.AccessibilityNodesKey.reduce(value: inout SwiftUI.AccessibilityNodeList, nextValue: () -> SwiftUI.AccessibilityNodeList) -> () + 28 | |
frame #213: 0x00007fff422e191c SwiftUI`SwiftUI.(PairPreferenceCombiner in _59D15989E597719355BF0EAE6CB41FF9).value.getter : A.Value + 140 | |
frame #214: 0x00007fff422e19a5 SwiftUI`protocol witness for AttributeGraph.Rule.value.getter : A.Value in conformance SwiftUI.(PairPreferenceCombiner in _59D15989E597719355BF0EAE6CB41FF9)<A> : AttributeGraph.Rule in SwiftUI + 21 | |
frame #215: 0x00007fff42b16937 AttributeGraph`dispatch thunk of AttributeGraph.Rule.value.getter : A.Value + 7 | |
frame #216: 0x00007fff420d5838 SwiftUI`implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.Rule>(A1) -> AttributeGraph.Attribute<A> + 56 | |
frame #217: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #218: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #219: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #220: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #221: 0x00007fff421de29e SwiftUI`closure #1 () -> A.Value in SwiftUI.(DynamicPreferenceCombiner in _023AA827B8A8D39774F7A0C281455FEE).value.getter : A.Value + 62 | |
frame #222: 0x00007fff421e0965 SwiftUI`partial apply forwarder for closure #1 () -> A.Value in SwiftUI.(DynamicPreferenceCombiner in _023AA827B8A8D39774F7A0C281455FEE).value.getter : A.Value + 21 | |
frame #223: 0x00007fff4275e86c SwiftUI`function signature specialization <Arg[1] = [Closure Propagated : reabstraction thunk helper from @callee_guaranteed () -> (@out SwiftUI.AccessibilityNodeList) to @escaping @callee_guaranteed () -> (@owned SwiftUI.AccessibilityNodeList), Argument Types : [@callee_guaranteed () -> (@out SwiftUI.AccessibilityNodeList)]> of static SwiftUI.AccessibilityNodesKey.reduce(value: inout SwiftUI.AccessibilityNodeList, nextValue: () -> SwiftUI.AccessibilityNodeList) -> () + 28 | |
frame #224: 0x00007fff421de1c0 SwiftUI`SwiftUI.(DynamicPreferenceCombiner in _023AA827B8A8D39774F7A0C281455FEE).value.getter : A.Value + 912 | |
frame #225: 0x00007fff421de3b7 SwiftUI`protocol witness for AttributeGraph.Rule.value.getter : A.Value in conformance SwiftUI.(DynamicPreferenceCombiner in _023AA827B8A8D39774F7A0C281455FEE)<A> : AttributeGraph.Rule in SwiftUI + 23 | |
frame #226: 0x00007fff42b16937 AttributeGraph`dispatch thunk of AttributeGraph.Rule.value.getter : A.Value + 7 | |
frame #227: 0x00007fff420d5838 SwiftUI`implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.Rule>(A1) -> AttributeGraph.Attribute<A> + 56 | |
frame #228: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #229: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #230: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #231: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #232: 0x00007fff424c4844 SwiftUI`generic specialization <SwiftUI.SystemScrollViewAccessibilityModifier> of SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 612 | |
frame #233: 0x00007fff425b0a7f SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)<SwiftUI.SystemScrollViewAccessibilityModifier>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #234: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #235: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #236: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #237: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #238: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #239: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #240: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #241: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #242: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #243: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #244: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #245: 0x00007fff422e18e0 SwiftUI`SwiftUI.(PairPreferenceCombiner in _59D15989E597719355BF0EAE6CB41FF9).value.getter : A.Value + 80 | |
frame #246: 0x00007fff422e19a5 SwiftUI`protocol witness for AttributeGraph.Rule.value.getter : A.Value in conformance SwiftUI.(PairPreferenceCombiner in _59D15989E597719355BF0EAE6CB41FF9)<A> : AttributeGraph.Rule in SwiftUI + 21 | |
frame #247: 0x00007fff42b16937 AttributeGraph`dispatch thunk of AttributeGraph.Rule.value.getter : A.Value + 7 | |
frame #248: 0x00007fff420d5838 SwiftUI`implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.Rule>(A1) -> AttributeGraph.Attribute<A> + 56 | |
frame #249: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #250: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #251: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #252: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #253: 0x00007fff424c2d21 SwiftUI`generic specialization <SwiftUI.AccessibilityAttachmentModifier> of SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 721 | |
frame #254: 0x00007fff425ade8f SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(PropertiesTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)<SwiftUI.AccessibilityAttachmentModifier>> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #255: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #256: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #257: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #258: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #259: 0x00007fff4229262d SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).nodeList.getter : Swift.Optional<SwiftUI.AccessibilityNodeList> + 45 | |
frame #260: 0x00007fff422926a6 SwiftUI`SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66).updateValue() -> () + 86 | |
frame #261: 0x00007fff425bd3cf SwiftUI`partial apply forwarder for generic specialization <SwiftUI.AccessibilityNodeList, SwiftUI.(GeometryTransform in _71F62EDC1DAE3BBC7A74521E45BA5A66)> of implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.StatefulRule>(A1) -> AttributeGraph.Attribute<A> + 15 | |
frame #262: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #263: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #264: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #265: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #266: 0x00007fff422e18e0 SwiftUI`SwiftUI.(PairPreferenceCombiner in _59D15989E597719355BF0EAE6CB41FF9).value.getter : A.Value + 80 | |
frame #267: 0x00007fff422e19a5 SwiftUI`protocol witness for AttributeGraph.Rule.value.getter : A.Value in conformance SwiftUI.(PairPreferenceCombiner in _59D15989E597719355BF0EAE6CB41FF9)<A> : AttributeGraph.Rule in SwiftUI + 21 | |
frame #268: 0x00007fff42b16937 AttributeGraph`dispatch thunk of AttributeGraph.Rule.value.getter : A.Value + 7 | |
frame #269: 0x00007fff420d5838 SwiftUI`implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.Rule>(A1) -> AttributeGraph.Attribute<A> + 56 | |
frame #270: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #271: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #272: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #273: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #274: 0x00007fff421de16e SwiftUI`SwiftUI.(DynamicPreferenceCombiner in _023AA827B8A8D39774F7A0C281455FEE).value.getter : A.Value + 830 | |
frame #275: 0x00007fff421de3b7 SwiftUI`protocol witness for AttributeGraph.Rule.value.getter : A.Value in conformance SwiftUI.(DynamicPreferenceCombiner in _023AA827B8A8D39774F7A0C281455FEE)<A> : AttributeGraph.Rule in SwiftUI + 23 | |
frame #276: 0x00007fff42b16937 AttributeGraph`dispatch thunk of AttributeGraph.Rule.value.getter : A.Value + 7 | |
frame #277: 0x00007fff420d5838 SwiftUI`implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.Rule>(A1) -> AttributeGraph.Attribute<A> + 56 | |
frame #278: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #279: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #280: 0x00007fff42b025bb AttributeGraph`AG::Graph::input_value_ref_slow(AG::data::ptr<AG::Node>, AG::AttributeID, unsigned int, AGSwiftMetadata const*, bool*, long) + 523 | |
frame #281: 0x00007fff42b13afd AttributeGraph`AGGraphGetValue + 198 | |
frame #282: 0x00007fff421de16e SwiftUI`SwiftUI.(DynamicPreferenceCombiner in _023AA827B8A8D39774F7A0C281455FEE).value.getter : A.Value + 830 | |
frame #283: 0x00007fff421de3b7 SwiftUI`protocol witness for AttributeGraph.Rule.value.getter : A.Value in conformance SwiftUI.(DynamicPreferenceCombiner in _023AA827B8A8D39774F7A0C281455FEE)<A> : AttributeGraph.Rule in SwiftUI + 23 | |
frame #284: 0x00007fff42b16937 AttributeGraph`dispatch thunk of AttributeGraph.Rule.value.getter : A.Value + 7 | |
frame #285: 0x00007fff420d5838 SwiftUI`implicit closure #2 (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in implicit closure #1 (A1.Type) -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 () -> (Swift.UnsafeMutableRawPointer, __C.AGAttribute) -> () in closure #1 (Swift.UnsafePointer<A1>) -> AttributeGraph.Attribute<A> in AttributeGraph.Attribute.init<A where A == A1.Value, A1: AttributeGraph.Rule>(A1) -> AttributeGraph.Attribute<A> + 56 | |
frame #286: 0x00007fff42afd17f AttributeGraph`AG::Graph::UpdateStack::update() + 505 | |
frame #287: 0x00007fff42afd608 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 322 | |
frame #288: 0x00007fff42b0209a AttributeGraph`AG::Graph::value_ref(AG::AttributeID, AGSwiftMetadata const*, bool*) + 130 | |
frame #289: 0x00007fff42b13b4b AttributeGraph`AGGraphGetValue + 276 | |
frame #290: 0x00007fff4219f184 SwiftUI`SwiftUI.ViewGraph.accessibilityNodeList() -> SwiftUI.AccessibilityNodeList + 84 | |
frame #291: 0x00007fff427ac24f SwiftUI`closure #1 (SwiftUI.ViewGraph) -> Swift.Array<SwiftUI.AccessibilityNode> in (extension in SwiftUI):SwiftUI.ViewRendererHost.accessibilityNodes.getter : Swift.Array<SwiftUI.AccessibilityNode> + 15 | |
frame #292: 0x00007fff427ac26e SwiftUI`function signature specialization <Arg[2] = [Constant Propagated Function : closure #1 (SwiftUI.ViewGraph) -> Swift.Array<SwiftUI.AccessibilityNode> in (extension in SwiftUI):SwiftUI.ViewRendererHost.accessibilityNodes.getter : Swift.Array<SwiftUI.AccessibilityNode>]> of reabstraction thunk helper from @callee_guaranteed (@guaranteed SwiftUI.ViewGraph) -> (@owned Swift.Array<SwiftUI.AccessibilityNode>) to @escaping @callee_guaranteed (@guaranteed SwiftUI.ViewGraph) -> (@out Swift.Array<SwiftUI.AccessibilityNode>) + 14 | |
frame #293: 0x00007fff427a987a SwiftUI`closure #1 () -> A1 in (extension in SwiftUI):SwiftUI.ViewRendererHost.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 + 74 | |
frame #294: 0x00007fff427a7ad9 SwiftUI`(extension in SwiftUI):SwiftUI.ViewRendererHost.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 + 73 | |
frame #295: 0x00007fff427b3569 SwiftUI`protocol witness for SwiftUI.ViewGraphDelegate.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 in conformance SwiftUI.NSHostingView<A1> : SwiftUI.ViewGraphDelegate in SwiftUI + 25 | |
frame #296: 0x00007fff427ac225 SwiftUI`(extension in SwiftUI):SwiftUI.ViewRendererHost.accessibilityNodes.getter : Swift.Array<SwiftUI.AccessibilityNode> + 69 | |
frame #297: 0x00007fff427d7069 SwiftUI`SwiftUI.NSHostingView.setPreferenceBridge(SwiftUI.PreferenceBridge) -> () + 169 | |
frame #298: 0x00007fff427e42ef SwiftUI`SwiftUI.NSHostingView.updateEnvironment() -> () + 495 | |
frame #299: 0x00007fff427b3aa9 SwiftUI`partial apply forwarder for implicit closure #5 () -> () in implicit closure #4 (A) -> () -> () in (extension in SwiftUI):SwiftUI.ViewRendererHost.updateGraph() -> () + 25 | |
frame #300: 0x00007fff427aaa6d SwiftUI`(extension in SwiftUI):SwiftUI.ViewRendererHost.updateGraph() -> () + 237 | |
frame #301: 0x00007fff427a9861 SwiftUI`closure #1 () -> A1 in (extension in SwiftUI):SwiftUI.ViewRendererHost.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 + 49 | |
frame #302: 0x00007fff427a7ad9 SwiftUI`(extension in SwiftUI):SwiftUI.ViewRendererHost.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 + 73 | |
frame #303: 0x00007fff427b3569 SwiftUI`protocol witness for SwiftUI.ViewGraphDelegate.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 in conformance SwiftUI.NSHostingView<A1> : SwiftUI.ViewGraphDelegate in SwiftUI + 25 | |
frame #304: 0x00007fff4219bfd7 SwiftUI`(extension in SwiftUI):SwiftUI.ViewGraphDelegate.updateGraph<A>(body: (SwiftUI.GraphHost) -> A1) -> A1 + 55 | |
frame #305: 0x00007fff421a01f9 SwiftUI`protocol witness for SwiftUI.GraphDelegate.updateGraph<A>(body: (SwiftUI.GraphHost) -> A1) -> A1 in conformance SwiftUI.NSHostingView<A1> : SwiftUI.GraphDelegate in SwiftUI + 25 | |
frame #306: 0x00007fff428ee07a SwiftUI`merged closure #1 () -> () in SwiftUI.GraphHost.init(data: SwiftUI.GraphHost.Data) -> SwiftUI.GraphHost + 122 | |
frame #307: 0x00007fff428ef193 SwiftUI`partial apply forwarder for closure #1 () -> () in SwiftUI.GraphHost.init(data: SwiftUI.GraphHost.Data) -> SwiftUI.GraphHost + 19 | |
frame #308: 0x00007fff42b0005c AttributeGraph`AG::Graph::Context::call_update() + 60 | |
frame #309: 0x00007fff42b00643 AttributeGraph`AG::Graph::call_update() + 49 | |
frame #310: 0x00007fff42afd511 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 75 | |
frame #311: 0x00007fff42b0209a AttributeGraph`AG::Graph::value_ref(AG::AttributeID, AGSwiftMetadata const*, bool*) + 130 | |
frame #312: 0x00007fff42b13b4b AttributeGraph`AGGraphGetValue + 276 | |
frame #313: 0x00007fff4219f184 SwiftUI`SwiftUI.ViewGraph.accessibilityNodeList() -> SwiftUI.AccessibilityNodeList + 84 | |
frame #314: 0x00007fff427ac24f SwiftUI`closure #1 (SwiftUI.ViewGraph) -> Swift.Array<SwiftUI.AccessibilityNode> in (extension in SwiftUI):SwiftUI.ViewRendererHost.accessibilityNodes.getter : Swift.Array<SwiftUI.AccessibilityNode> + 15 | |
frame #315: 0x00007fff427ac26e SwiftUI`function signature specialization <Arg[2] = [Constant Propagated Function : closure #1 (SwiftUI.ViewGraph) -> Swift.Array<SwiftUI.AccessibilityNode> in (extension in SwiftUI):SwiftUI.ViewRendererHost.accessibilityNodes.getter : Swift.Array<SwiftUI.AccessibilityNode>]> of reabstraction thunk helper from @callee_guaranteed (@guaranteed SwiftUI.ViewGraph) -> (@owned Swift.Array<SwiftUI.AccessibilityNode>) to @escaping @callee_guaranteed (@guaranteed SwiftUI.ViewGraph) -> (@out Swift.Array<SwiftUI.AccessibilityNode>) + 14 | |
frame #316: 0x00007fff427a987a SwiftUI`closure #1 () -> A1 in (extension in SwiftUI):SwiftUI.ViewRendererHost.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 + 74 | |
frame #317: 0x00007fff427a7ad9 SwiftUI`(extension in SwiftUI):SwiftUI.ViewRendererHost.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 + 73 | |
frame #318: 0x00007fff427b3569 SwiftUI`protocol witness for SwiftUI.ViewGraphDelegate.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 in conformance SwiftUI.NSHostingView<A1> : SwiftUI.ViewGraphDelegate in SwiftUI + 25 | |
frame #319: 0x00007fff427ac225 SwiftUI`(extension in SwiftUI):SwiftUI.ViewRendererHost.accessibilityNodes.getter : Swift.Array<SwiftUI.AccessibilityNode> + 69 | |
frame #320: 0x00007fff427d7069 SwiftUI`SwiftUI.NSHostingView.setPreferenceBridge(SwiftUI.PreferenceBridge) -> () + 169 | |
frame #321: 0x00007fff427e42ef SwiftUI`SwiftUI.NSHostingView.updateEnvironment() -> () + 495 | |
frame #322: 0x00007fff427b3aa9 SwiftUI`partial apply forwarder for implicit closure #5 () -> () in implicit closure #4 (A) -> () -> () in (extension in SwiftUI):SwiftUI.ViewRendererHost.updateGraph() -> () + 25 | |
frame #323: 0x00007fff427aaa6d SwiftUI`(extension in SwiftUI):SwiftUI.ViewRendererHost.updateGraph() -> () + 237 | |
frame #324: 0x00007fff427a9861 SwiftUI`closure #1 () -> A1 in (extension in SwiftUI):SwiftUI.ViewRendererHost.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 + 49 | |
frame #325: 0x00007fff427a7ad9 SwiftUI`(extension in SwiftUI):SwiftUI.ViewRendererHost.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 + 73 | |
frame #326: 0x00007fff427b3569 SwiftUI`protocol witness for SwiftUI.ViewGraphDelegate.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 in conformance SwiftUI.NSHostingView<A1> : SwiftUI.ViewGraphDelegate in SwiftUI + 25 | |
frame #327: 0x00007fff4219bfd7 SwiftUI`(extension in SwiftUI):SwiftUI.ViewGraphDelegate.updateGraph<A>(body: (SwiftUI.GraphHost) -> A1) -> A1 + 55 | |
frame #328: 0x00007fff421a01f9 SwiftUI`protocol witness for SwiftUI.GraphDelegate.updateGraph<A>(body: (SwiftUI.GraphHost) -> A1) -> A1 in conformance SwiftUI.NSHostingView<A1> : SwiftUI.GraphDelegate in SwiftUI + 25 | |
frame #329: 0x00007fff428ee07a SwiftUI`merged closure #1 () -> () in SwiftUI.GraphHost.init(data: SwiftUI.GraphHost.Data) -> SwiftUI.GraphHost + 122 | |
frame #330: 0x00007fff428ef193 SwiftUI`partial apply forwarder for closure #1 () -> () in SwiftUI.GraphHost.init(data: SwiftUI.GraphHost.Data) -> SwiftUI.GraphHost + 19 | |
frame #331: 0x00007fff42b0005c AttributeGraph`AG::Graph::Context::call_update() + 60 | |
frame #332: 0x00007fff42b00643 AttributeGraph`AG::Graph::call_update() + 49 | |
frame #333: 0x00007fff42afd511 AttributeGraph`AG::Graph::update_attribute(AG::data::ptr<AG::Node>, bool) + 75 | |
frame #334: 0x00007fff42b0c961 AttributeGraph`AG::AttributeID::resolve_slow(unsigned int) const + 145 | |
frame #335: 0x00007fff42b02122 AttributeGraph`AG::Graph::value_ref(AG::AttributeID, AGSwiftMetadata const*, bool*) + 266 | |
frame #336: 0x00007fff42b13b4b AttributeGraph`AGGraphGetValue + 276 | |
frame #337: 0x00007fff4219eefa SwiftUI`SwiftUI.ViewGraph.sizeThatFits(SwiftUI._ProposedSize) -> __C.CGSize + 266 | |
frame #338: 0x00007fff427ac18c SwiftUI`closure #1 (SwiftUI.ViewGraph) -> __C.CGSize in (extension in SwiftUI):SwiftUI.ViewRendererHost.sizeThatFits(SwiftUI._ProposedSize) -> __C.CGSize + 44 | |
frame #339: 0x00007fff42396a3f SwiftUI`reabstraction thunk helper from @callee_guaranteed (@guaranteed SwiftUI.ViewGraph) -> (@unowned __C.CGSize) to @escaping @callee_guaranteed (@guaranteed SwiftUI.ViewGraph) -> (@out __C.CGSize) + 15 | |
frame #340: 0x00007fff427b4901 SwiftUI`partial apply forwarder for reabstraction thunk helper from @callee_guaranteed (@guaranteed SwiftUI.ViewGraph) -> (@unowned __C.CGSize) to @escaping @callee_guaranteed (@guaranteed SwiftUI.ViewGraph) -> (@out __C.CGSize) + 17 | |
frame #341: 0x00007fff427a987a SwiftUI`closure #1 () -> A1 in (extension in SwiftUI):SwiftUI.ViewRendererHost.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 + 74 | |
frame #342: 0x00007fff427a7ad9 SwiftUI`(extension in SwiftUI):SwiftUI.ViewRendererHost.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 + 73 | |
frame #343: 0x00007fff427b3569 SwiftUI`protocol witness for SwiftUI.ViewGraphDelegate.updateViewGraph<A>(body: (SwiftUI.ViewGraph) -> A1) -> A1 in conformance SwiftUI.NSHostingView<A1> : SwiftUI.ViewGraphDelegate in SwiftUI + 25 | |
frame #344: 0x00007fff4279d645 SwiftUI`(extension in SwiftUI):SwiftUI.ViewRendererHost.sizeThatFits(SwiftUI._ProposedSize) -> __C.CGSize + 117 | |
frame #345: 0x00007fff427d931b SwiftUI`merged SwiftUI.NSHostingView.(minSize in _32B6F54841135BB466A5C1362EB89D05)() -> __C.CGSize + 75 | |
frame #346: 0x00007fff427d94c5 SwiftUI`SwiftUI.NSHostingView.(updateWindowContentSizeExtremaIfNecessary in _32B6F54841135BB466A5C1362EB89D05)() -> () + 309 | |
frame #347: 0x00007fff427deb0f SwiftUI`SwiftUI.NSHostingView._willUpdateConstraintsForSubtree() -> () + 383 | |
frame #348: 0x00007fff427debc5 SwiftUI`@objc SwiftUI.NSHostingView._willUpdateConstraintsForSubtree() -> () + 21 | |
frame #349: 0x00007fff22d996a8 AppKit`-[NSView _updateConstraintsForSubtreeIfNeededCollectingViewsWithInvalidBaselines:] + 73 | |
frame #350: 0x00007fff22d9980a AppKit`-[NSView _updateConstraintsForSubtreeIfNeededCollectingViewsWithInvalidBaselines:] + 427 | |
frame #351: 0x00007fff22d99574 AppKit`__45-[NSView updateConstraintsForSubtreeIfNeeded]_block_invoke + 48 | |
frame #352: 0x00007fff22d99338 AppKit`-[NSView updateConstraintsForSubtreeIfNeeded] + 220 | |
frame #353: 0x00007fff22dc470f AppKit`__62-[NSWindow(NSConstraintBasedLayout) updateConstraintsIfNeeded]_block_invoke + 134 | |
frame #354: 0x00007fff22dc4631 AppKit`-[NSWindow(NSConstraintBasedLayout) updateConstraintsIfNeeded] + 230 | |
frame #355: 0x00007fff22dc4487 AppKit`__NSWindowGetDisplayCycleObserverForUpdateConstraints_block_invoke + 430 | |
frame #356: 0x00007fff22dc4299 AppKit`NSDisplayCycleObserverInvoke + 155 | |
frame #357: 0x00007fff22dc3e23 AppKit`NSDisplayCycleFlush + 937 | |
frame #358: 0x00007fff26c5b3ce QuartzCore`CA::Transaction::run_commit_handlers(CATransactionPhase) + 92 | |
frame #359: 0x00007fff26c5a184 QuartzCore`CA::Transaction::commit() + 382 | |
frame #360: 0x00007fff22e73b28 AppKit`__62+[CATransaction(NSCATransaction) NS_setFlushesWithDisplayLink]_block_invoke + 285 | |
frame #361: 0x00007fff235bee08 AppKit`___NSRunLoopObserverCreateWithHandler_block_invoke + 41 | |
frame #362: 0x00007fff204dedad CoreFoundation`__CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23 | |
frame #363: 0x00007fff204dec3d CoreFoundation`__CFRunLoopDoObservers + 549 | |
frame #364: 0x00007fff204de0ed CoreFoundation`__CFRunLoopRun + 838 | |
frame #365: 0x00007fff204dd6ce CoreFoundation`CFRunLoopRunSpecific + 563 | |
frame #366: 0x00007fff287de0b0 HIToolbox`RunCurrentEventLoopInMode + 292 | |
frame #367: 0x00007fff287ddd02 HIToolbox`ReceiveNextEventCommon + 283 | |
frame #368: 0x00007fff287ddbcf HIToolbox`_BlockUntilNextEventMatchingListInModeWithFilter + 64 | |
frame #369: 0x00007fff22ceed69 AppKit`_DPSNextEvent + 883 | |
frame #370: 0x00007fff22ced52f AppKit`-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1366 | |
frame #371: 0x00007fff22cdf95e AppKit`-[NSApplication run] + 586 | |
frame #372: 0x00007fff22cb3d21 AppKit`NSApplicationMain + 816 | |
frame #373: 0x00007fff41f3eac4 SwiftUI`generic specialization <SwiftUI.TestingAppDelegate> of function signature specialization <Arg[0] = Existential To Protocol Constrained Generic> of SwiftUI.runApp(__C.NSApplicationDelegate) -> Swift.Never + 100 | |
frame #374: 0x00007fff427d5c52 SwiftUI`SwiftUI.runApp<A where A: SwiftUI.App>(A) -> Swift.Never + 162 | |
frame #375: 0x00007fff42352d6d SwiftUI`static (extension in SwiftUI):SwiftUI.App.main() -> () + 61 | |
frame #376: 0x00000001053d1fd1 Fruta`static FrutaApp.$main(self=Fruta.FrutaApp) at <compiler-generated>:0 | |
frame #377: 0x00000001053d20d4 Fruta`main at FrutaApp.swift:0 | |
frame #378: 0x00007fff20402591 libdyld.dylib`start + 1 | |
(lldb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment