---
title: SymbolicatedFrame
framework: crashreportextension
role: symbol
role_heading: Structure
path: crashreportextension/symbolicatedframe
---

# SymbolicatedFrame

A type that represents a single symbolicated stack frame.

## Declaration

```swift
struct SymbolicatedFrame
```

## Topics

### Creating a symbolicated frame

- [init(symbol:symbolOffset:sourceFile:sourceLine:isInline:)](crashreportextension/symbolicatedframe/init(symbol:symboloffset:sourcefile:sourceline:isinline:).md)

### Accessing symbolicated frame properties

- [sourceFile](crashreportextension/symbolicatedframe/sourcefile.md)
- [sourceLine](crashreportextension/symbolicatedframe/sourceline.md)
- [symbol](crashreportextension/symbolicatedframe/symbol.md)
- [symbolOffset](crashreportextension/symbolicatedframe/symboloffset.md)
- [isInline](crashreportextension/symbolicatedframe/isinline.md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Symbolicating addresses

- [symbolicateAddress(_:)](crashreportextension/crashedprocess/symbolicateaddress(_:).md)
- [symbolicateAddresses(_:)](crashreportextension/crashedprocess/symbolicateaddresses(_:).md)
