apple / swift-log

A Logging API for Swift
https://apple.github.io/swift-log/
Apache License 2.0
3.48k stars 284 forks source link

Disable existential any build setting #312

Closed glbrntt closed 2 months ago

glbrntt commented 2 months ago

Motivation:

On 5.8, if the experiment existential any setting is enabled and a consuming package holds an existential of a type from swift-log without an explicit 'any' then the build will fail.

Modifications:

Result:

Users of 5.8 aren't broken

Lukasa commented 2 months ago

Can I suggest adding this flag to CI on these platforms?