---
title: current
framework: evaluations
role: symbol
role_heading: Type Property
path: evaluations/evaluationcontext/current
---

# current

The current evaluation context within the active test scope.

## Declaration

```swift
static var current: EvaluationContext { get }
```

## Discussion

Discussion Accessing this property outside an evaluation scope triggers a fatal error.
