diagnose-api-breaking-changes
false positive when switching to opaque parameter from equivalent generic function
#68797
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
triage needed
This issue needs more specific labels
Going from a generic function like this:
to an equivalent function but using opaque parameters like this
will result in a false positive by
diagnose-api-breaking-changes
:Note that the output is also missing the new generic signature.
Tested with:
and also with Swift 5.8.1 on Ubuntu.
Reproduce
Either use the code snipped from above our downloads the attached Swift Package (MyLibrary.zip) and run:
The text was updated successfully, but these errors were encountered: