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
I'm having some trouble understanding a build failure with the current package.
The issue is this line:
// ERROR: 'retroactive' attribute does not apply; 'Sendable' is declared in this module
extensionRetroactiveColorComponents:@retroactive@uncheckedSendable{}
But, I do not understand it. RetroactiveColorComponents is declared in a different module, and the type is not publically Sendable in that module. This did build at one point. I'm testing with Xcode 16.1b2.
Am I mis-using @retroactive here?
The text was updated successfully, but these errors were encountered:
I'm having some trouble understanding a build failure with the current package.
The issue is this line:
But, I do not understand it.
RetroactiveColorComponents
is declared in a different module, and the type is not publicallySendable
in that module. This did build at one point. I'm testing with Xcode 16.1b2.Am I mis-using
@retroactive
here?The text was updated successfully, but these errors were encountered: