Elektrine lite

← Feed

@agarrharr@mstdn.social

Post #2625591

2026-04-30 16:28 UTC

@mattiem@mastodon.social I got it building again, but the funny thing is that there is another warning that says it will become an error 😆

Replies (2)

  • @mattiem@mastodon.social 2026-04-30 16:37

    @agarrharr@mstdn.social that is expected for anything preconcurrency. That attribute downgrades errors to warnings in 6 mode.

    Open ##2625592

  • @agarrharr@mstdn.social 2026-04-30 16:40

    @mattiem@mastodon.social Ok, I think you can really help me with this issue that I can't figure out. I have this struct for analytics events. For network events I add on a couple of properties that can only be accessed on the main thread. But if I make networkProperties MainActor then I get an error that I can't call it in a synchronous nonisolated context.

    Open ##2625593