Łukasz Domaradzki
Łukasz Domaradzki
Its just to showcase the crash. We use frozen objects for UI stuff and we want to offload most writes to actor based realms, but with latest SDK this crashes...
It crashes because you already switched to a different context (`async Task`) and original Realm object was created on main thread. You can check how it behaves by changing it...
@tgoyne thanks for checking this issue. I tested approach with using `ThreadSafeReference` and it works. Are there plans to "fix" `.thaw()` in future release? Should this limitation be documented somewhere?...
Just donated to kickstart your work on this ;) let me know if you need any help.
Sorry for not responding, I checked the code, but it turns out it's written in Flutter and I have no idea how to run it. At the moment I also...
Please build a new version to include https://github.com/MobileNativeFoundation/XCLogParser/pull/217
or run `swift run xclogparser `, e.g. `swift run xclogparser --file file.xcactivitylog --reporter html`
I've added a GitHub Action to test the Swift Package Manager integration. The `swift-package-manager` job validates that the package builds correctly in both debug and release configurations and that the...