<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "XCTest",
  "identifier" : "/documentation/XCTest/XCTSourceCodeFrame/init(address:symbolInfo:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "XCTest"
    ],
    "preciseIdentifier" : "c:objc(cs)XCTSourceCodeFrame(im)initWithAddress:symbolInfo:"
  },
  "title" : "init(address:symbolInfo:)"
}
-->

# init(address:symbolInfo:)

Initializes an instance with a frame address and symbol information.

```
init(address: UInt64, symbolInfo: XCTSourceCodeSymbolInfo?)
```

## Parameters

`address`

An address that represents a specific frame in a call stack.

`symbolInfo`

Symbolication information for the referenced frame.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)