※
Haven’t had one of these in a while. Trying to use @Published
from Combine
with a tuple property causes a segmentation fault: 11
in the compiler. Eg. @Published var value: (Int,Int) = (0,0)
will cause a segfault in a method where you update that value: value = (intVal, intVal)