[cxx-interop][regression] methods returning vector are unsafe unless vector instantiated prior in a type alias. #65446
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
c++ interop
Feature: Interoperability with C++
swift 5.9
After #64897 our safe/unsafe method detection logic has regressed .
For example, let's say we're returning a vector:
The module interface will mark the method as unsafe:
The text was updated successfully, but these errors were encountered: