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
YotiCore defines it's own Task class, overwriting Swift's internal struct.
While we can work around this by using _Concurrency.Task to access the Swift internal, this should be considered bad style and YotiCore should refactor its naming to not collide with language features.
The text was updated successfully, but these errors were encountered:
YotiCore defines it's own Task class, overwriting Swift's internal struct.
While we can work around this by using _Concurrency.Task to access the Swift internal, this should be considered bad style and YotiCore should refactor its naming to not collide with language features.
The text was updated successfully, but these errors were encountered: