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.52k stars 345 forks source link

Fix hang on Xcode 11 #133

Closed nostradani closed 4 years ago

nostradani commented 4 years ago

Resolves hang described in https://github.com/scinfu/SwiftSoup/issues/125

funkenstrahlen commented 4 years ago

This is amazing! Thank you! I can confirm it works!

I created a fork of SwiftSoup with this PR already applied and a new release tagged on master so it can be used in Xcode Swift Package Manager: https://github.com/funkenstrahlen/SwiftSoup

You can use my fork if you want to test this now but please do not rely on it. My fork will only be temporarily available until this gets merged and released.

scinfu commented 4 years ago

Thank you

iva1ex commented 4 years ago

Thanks! 💪