self = <LLDB error: no location, value may have been optimized out>: MiBanco.NumericPadButtonView
_amount = <LLDB error: parent failed to evaluate: no location, value may have been optimized out>: Binding<Decimal>
_maxDigitsReached = <LLDB error: parent failed to evaluate: no location, value may have been optimized out>: Binding<Bool>
button = <LLDB error: parent failed to evaluate: no location, value may have been optimized out>: MiBanco.NumericPadButton
After update xcode beta 26 custom numeric pad that use bindings variable get stuck my app when binigns variable change, and the console shows those messages
self = <LLDB error: no location, value may have been optimized out>: MiBanco.NumericPadButtonView
_amount = <LLDB error: parent failed to evaluate: no location, value may have been optimized out>: Binding<Decimal>
_maxDigitsReached = <LLDB error: parent failed to evaluate: no location, value may have been optimized out>: Binding<Bool>
button = <LLDB error: parent failed to evaluate: no location, value may have been optimized out>: MiBanco.NumericPadButton