https://github.com/swift-dns/swift-endpoint/actions/runs/28789065587/job/85362846133?pr=48
[115 / 278] CNIOLinux
error: conflicting options '-warnings-as-errors' and '-suppress-warnings'
error: conflicting options '-Wwarning' and '-suppress-warnings'
the native build system works just fine on 6.3. 6.4 nightlies though result in the build error above.
This is with
.treatAllWarnings(as: .error),
.treatWarning("StrictMemorySafety", as: .warning),
This usage is explicitly allowed in the proposal:
https://github.com/swiftlang/swift-evolution/blob/b8e1751ca343d1e50a98cc4e3c06298afe6f6556/proposals/0480-swiftpm-warning-control.md?plain=1#L80
https://github.com/swift-dns/swift-endpoint/actions/runs/28789065587/job/85362846133?pr=48
the native build system works just fine on 6.3. 6.4 nightlies though result in the build error above.
This is with
This usage is explicitly allowed in the proposal:
https://github.com/swiftlang/swift-evolution/blob/b8e1751ca343d1e50a98cc4e3c06298afe6f6556/proposals/0480-swiftpm-warning-control.md?plain=1#L80