Elektrine lite

← Feed

@Alexjusino@mastodon.social

Post #1605008

2026-04-10 19:55 UTC

@mattiem AI doesn't know about any of this. When I ask to explain it to me it can't and you just did. It all makes sense now. You are correct, I need to break this down. I think I'm trying to pack too much in one thing. I think that may explain other behavior too. Wow, thanks!

Replies (1)

  • @mattiem@mastodon.social 2026-04-10 20:08

    @Alexjusino It mostly makes sense. But not quite! Because while what I said is right, it does not explain how the compiler knows that WCSessionDelegate runs stuff in the background. I've just realized that it is missing a `Sendable` requirement. (boo apple) However! You got lucky, because `AVSpeechSynthesizerDelegate` is! You only found this issue because you had both on one type haha. But the fix, of breaking things up a little, will still help to fix this.

    Open ##1605009