---
title: XCTSourceCodeFrame
framework: xctest
role: symbol
role_heading: Class
path: xctest/xctsourcecodeframe
---

# XCTSourceCodeFrame

An object that represents a single frame in a call stack that supports retrieval of symbol information for the address.

## Declaration

```swift
class XCTSourceCodeFrame
```

## Topics

### Initializers

- [init(address:symbolInfo:)](xctest/xctsourcecodeframe/init(address:symbolinfo:).md)
- [init(address:)](xctest/xctsourcecodeframe/init(address:).md)

### Frame Information

- [address](xctest/xctsourcecodeframe/address.md)
- [symbolInfo](xctest/xctsourcecodeframe/symbolinfo.md)
- [symbolicationError](xctest/xctsourcecodeframe/symbolicationerror.md)
- [symbolInfo()](xctest/xctsourcecodeframe/symbolinfo().md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)

## See Also

### Test Failures

- [XCTIssue](xctest/xctissue-swift.struct.md)
- [XCTIssueReference](xctest/xctissuereference.md)
- [XCTMutableIssue](xctest/xctmutableissue.md)
- [XCTSourceCodeContext](xctest/xctsourcecodecontext.md)
- [XCTSourceCodeLocation](xctest/xctsourcecodelocation.md)
- [XCTSourceCodeSymbolInfo](xctest/xctsourcecodesymbolinfo.md)
