---
title: WarningLevel.warning
framework: packagedescription
role: symbol
role_heading: Case
path: packagedescription/warninglevel/warning
---

# WarningLevel.warning

Treat as a warning.

## Declaration

```swift
case warning
```

## Discussion

Discussion Warnings will be displayed during compilation but will not cause the build to fail.
