getyoti/yoti-face-capture-ios

YotiCore overwrites Swift's Task

Opened this issue · 0 comments

m4p commented

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.