---
title: Issue.Severity.warning
framework: testing
role: symbol
role_heading: Case
path: testing/issue/severity-swift.enum/warning
---

# Issue.Severity.warning

The severity level for an issue which should be noted but is not necessarily an error.

## Declaration

```swift
case warning
```

## Discussion

Discussion An issue with warning severity does not cause the test it’s associated with to be marked as a failure, but is noted in the results.
