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
Builtin.UnknownObject represents an opaque pointer value that uses objc_retain for its refcounting. It's pretty much equivalent to AnyObject at this point, so the only reason to keep it around is to have easy access to a prebuilt value witness table for the type. That can be handled entirely by IRGen.
The text was updated successfully, but these errors were encountered:
Additional Detail from JIRA
md5: 36242154e2d697735e7333fa8f4ea47c
Issue Description:
Builtin.UnknownObject represents an opaque pointer value that uses
objc_retain
for its refcounting. It's pretty much equivalent to AnyObject at this point, so the only reason to keep it around is to have easy access to a prebuilt value witness table for the type. That can be handled entirely by IRGen.The text was updated successfully, but these errors were encountered: