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
Describe the bug
Getting a compile warning on Attribute.swift on line 39 for extension TransformedAttribute "Redundant conformance constraint 'Transformer' : 'Transformer'.
Platform (only for runtime bugs):
MacOS 11.0.1
Xcode 12.2
Context
JSONAPI is included and installed as a CocoaPod but not imported or used in code, just having it available throws the warning.
Do you plan to fix yourself?
I might but It's a bit beyond my understanding at the moment.