scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.53k stars 345 forks source link

Static declarations are implicitly 'final' #86

Closed calebkleveter closed 6 years ago

calebkleveter commented 6 years ago

Using Swift 4.2, I am getting the following warning in quite a few places (Xcode counts 93):

Static declarations are implicitly 'final'; use 'public' instead of 'open'
jaskierLTD commented 6 years ago

+1

shuhaodo commented 6 years ago

How to bypass this warning? If I changed it to public, it won't compile

scinfu commented 6 years ago

Try 1.7.3 version

scinfu commented 6 years ago

Closed due to inactivity, if necessary re-open.