🎯 target: 50 apps
🛳️ now: 3 apps
🐌 progress: ▓░░░░░░░░░ 3/50
Apps:
https://appgallery.io/davuthdv
But I'm only using it in a small part in the app. My usecase is small.
But I'm only using it in a small part in the app. My usecase is small.
Luckily, Supabase covers only a small feature in my app. So I only have to set one model as nonisolated. It would be weird if every model has to be nonisolated.
Luckily, Supabase covers only a small feature in my app. So I only have to set one model as nonisolated. It would be weird if every model has to be nonisolated.
But my question is... any potential issues for declaring model (struct) as nonisolated?
But my question is... any potential issues for declaring model (struct) as nonisolated?
But yeah, if I didn't start with something, I wouldn't know what to search for.
But yeah, if I didn't start with something, I wouldn't know what to search for.
I'm to blame for this. I didn't catch up when Swift 6 was introduced. I was waiting for the approachable concurrency to release to catch up at once. That's why.
This feels like Swift 3 all over again.
I'm to blame for this. I didn't catch up when Swift 6 was introduced. I was waiting for the approachable concurrency to release to catch up at once. That's why.
This feels like Swift 3 all over again.
I thought I can just figure things out 1 error at a time, but no. Without knowing the whole thing, there's no way I could understand what's going on. I can't even understand the error message.
I need to read and compare the before and after of Swift 6 & 6.2.
I thought I can just figure things out 1 error at a time, but no. Without knowing the whole thing, there's no way I could understand what's going on. I can't even understand the error message.
I need to read and compare the before and after of Swift 6 & 6.2.
Anyway, thank you so much for your help. Really appreciate your time. 🙏
Anyway, thank you so much for your help. Really appreciate your time. 🙏
Yes, Swift 6 is supposed to help make concurrency safer, but it definitely comes with its own challenge. And also, my apps are generally small apps anyway.
Yes, Swift 6 is supposed to help make concurrency safer, but it definitely comes with its own challenge. And also, my apps are generally small apps anyway.
And sadly, this is what I refer to in my original post. I didn't have this concurrency issue before but now I do.
And sadly, this is what I refer to in my original post. I didn't have this concurrency issue before but now I do.
1. How do you know it will run on background thread?
2. I'm going to read up on when to use the @.Sendable closure. This is a blur right now.
3. Things like this, I really expect the compiler to help spot the issue.
1. How do you know it will run on background thread?
2. I'm going to read up on when to use the @.Sendable closure. This is a blur right now.
3. Things like this, I really expect the compiler to help spot the issue.
I just want a convenient method where I can initialize a Color that adapts to both light and dark.
I just want a convenient method where I can initialize a Color that adapts to both light and dark.
And what you say about missing @.Sendable, it sounds to me like something a compiler could catch. No?
And what you say about missing @.Sendable, it sounds to me like something a compiler could catch. No?