symbolInfo()
Attempts to get symbol information for the address.
Declaration
func symbolInfo() throws -> XCTSourceCodeSymbolInfoReturn Value
Symbol information for the address.
Discussion
This method can fail if required symbol data is not available. The system makes only one attempt to retrieve the symbol information. If that attempt fails, the system stores the error and returns it for future requests.