Lifted for the first time in months. Currently two months post ankle surgery and 7 months post original ankle injury. Super light weights for me, but cleared to slowly ramp back up.
If any of you are interested in Xcode linker crashes (segfault) here is one for you: FB12526184
I am guessing this is related to the new warnings in Xcode 15 I am seeing that have this shape:
ld: warning: could not associate debug note to atom l_OBJC_LABEL_PROTOCOL_$_NSObject
Does anyone know what causes this and/or how to fix it?
Has anyone else come across this? In a Swift Playground I have a class similar to the one in the attached image. If foo is before bar in the property declarations everything works fine when I set bar to a new value.
However, if foo is after bar, foo gets overwritten with junk when I set bar.