You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// CHECK: error: cannot find retain function 'Uretain' for reference type 'UnimportedRetainRelease'
297
+
// CHECK: note: function uses foreign reference type 'UnimportedRetainRelease' as a value in a parameter types which breaks 'swift_shared_reference' contract
298
+
// CHECK: error: cannot find release function 'Urelease' for reference type 'UnimportedRetainRelease'
299
+
// CHECK: note: function uses foreign reference type 'UnimportedRetainRelease' as a value in the return types which breaks 'swift_shared_reference' contract
0 commit comments