---
title: WarningLevel.warning
framework: swift-package-manager
role: symbol
role_heading: Case
path: swift-package-manager/documentation/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.
