novi / mysql-swift

A type safe MySQL client for Swift
MIT License
163 stars 40 forks source link

fix warning #106

Closed zunda-pixel closed 11 months ago

zunda-pixel commented 11 months ago

[!WARNING]
Generic parameter 'I' shadows generic parameter from outer scope with the same name; this is an error in Swift 6

[!WARNING]
Using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead