Same thing here, when I comment out WKWebView.load() the warning goes away. But when I try to set the loading to a background thread, it throws a thread error and gives this warning: "WKWebView.load(_:) must be used from main thread only"
So I can't have it on the main thread, but it can only be on the main thread...
FB11742846