CompilerWarningLevel

Swift
public enum CompilerWarningLevel: Sendable

A control over warnings and debug messages produced by the compiler


Topics

case all

All warnings and debug messages that can be generated are generated.

Declaration
Swift
case all

case noDependencyWarnings

Warnings from Sass files loaded by importers other than the importer used to load the main Sass file are suppressed.

Declaration
Swift
case noDependencyWarnings

case none

All warnings and debug messages are suppressed. This may improve performance in certain scenarios where many warning messages would otherwise be logged.

Declaration
Swift
case none