I am breaking within a switch case (within a method) and lldb is not able to p or po my local vars. I have checked both optimization flags and they are set to none.
Interestingly, I *am* able to po variables outside the switch and properties of the containing struct.
XCode 9.2, Swift 4