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
In Swift types can have default conformances which are hidden in the source code. For example a @frozen struct might conform to Copyable, Escapable, Sendable, BitwiseCopyable. We should decide whether we need to surface those constraints and in case we do, how to surface those constraints. Should they be applied to every generated struct? Maybe we need a common base?
The text was updated successfully, but these errors were encountered:
In Swift types can have default conformances which are hidden in the source code. For example a
@frozen
struct might conform toCopyable
,Escapable
,Sendable
,BitwiseCopyable
. We should decide whether we need to surface those constraints and in case we do, how to surface those constraints. Should they be applied to every generated struct? Maybe we need a common base?The text was updated successfully, but these errors were encountered: