We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb86929 commit d1feb31Copy full SHA for d1feb31
Package.swift
@@ -49,7 +49,7 @@ package.targets.forEach { target in
49
// TODO: Remove unsafe flag upon upgrading to Swift tools v6.2 and uncomment subsequent settings:
50
.unsafeFlags(["-warnings-as-errors"]),
51
// .treatAllWarnings(as: .error),
52
-// .treatWarning("DeprecatedDeclaration", as: .warning)
+// .treatWarning("DeprecatedDeclaration", as: .warning),
53
]
54
}
55
0 commit comments