Swift now considers previously correct code incorrect. This regards two lazy vars in this library that are marked with @available(iOS 13.0, *).
The StackOverflow answer details a possible solution. I have also linked the Swift commit which changes the behavior.
https://stackoverflow.com/a/51250282/1390727
swiftlang/swift#41112