Attached the crash log, it reproducible by creating a new SwiftUI app and replace ContentView.swift with
import SwiftUI
import WebKit
struct ContentView: View {
var body: some View {
VStack {
Image(systemName: "globe")
.imageScale(.large)
.foregroundStyle(.tint)
Text("Hello, world!")
}
.padding()
.task { @MainActor in
_ = await WKWebsiteDataStore.allDataStoreIdentifiers
}
}
}
#Preview {
ContentView()
}
WebDataStoreCrash.txt
Topic:
Safari & Web
SubTopic:
General