---
title: sourceCodeContext
framework: xctest
role: symbol
role_heading: Instance Property
path: xctest/xctmutableissue/sourcecodecontext
---

# sourceCodeContext

The source code location for the issue, including the filename, line number, and call stack.

## Declaration

```swift
var sourceCodeContext: XCTSourceCodeContext { get set }
```

## See Also

### Issue Details

- [type](xctest/xctmutableissue/type.md)
- [compactDescription](xctest/xctmutableissue/compactdescription.md)
- [detailedDescription](xctest/xctmutableissue/detaileddescription.md)
- [associatedError](xctest/xctmutableissue/associatederror.md)
- [attachments](xctest/xctmutableissue/attachments.md)
- [add(_:)](xctest/xctmutableissue/add(_:).md)
