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
Compiler warnings: "warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead" when linking the LaunchDarkly Swift package.
To reproduce
Add LaunchDarkly swift package to Xcode project
import LaunchDarkly somewhere in app target
Build the app the app target
Expected behavior
No compiler warnings from LaunchDarkly that pollute our build log
Logs
<censored>/SourcePackages/checkouts/ios-client-sdk/LaunchDarkly/LaunchDarkly/Networking/DarklyService.swift:15:35: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead
<censored>/checkouts/ios-client-sdk/LaunchDarkly/LaunchDarkly/Networking/DarklyService.swift:22:33: warning: using 'class' keyword for protocol inheritance is deprecated; use 'AnyObject' instead