Skip to content

ENUM

GenerationOptions.GenerationWarning

Contents

  • Cases
    • outdatedDependencies
    • staticSideEffects
    • schemeTargetNotFound
    • mismatchedConfigurations
    • duplicateProductNames
swift
public enum GenerationWarning: String, Codable, Equatable, Hashable, Sendable

Categories of warnings that can be promoted to errors.

Cases

outdatedDependencies

swift
case outdatedDependencies

staticSideEffects

swift
case staticSideEffects

schemeTargetNotFound

swift
case schemeTargetNotFound

mismatchedConfigurations

swift
case mismatchedConfigurations

duplicateProductNames

swift
case duplicateProductNames

Released under the MIT License.