Post #2625585
2026-04-30 16:05 UTC
@mattiem@mastodon.social I tried turning on Swift 6 language mode for one of my modules in a local SPM package, but I get a warning that it will become an error in the Swift 6 language mode...
Replies (2)
-
@agarrharr@mstdn.social 2026-04-30 16:10
@mattiem@mastodon.social Oh wait, I do get an error if I get rid of the strictConcurrency option...
-
@mattiem@mastodon.social 2026-04-30 16:10
@agarrharr@mstdn.social yeah, so this `JWT` type needs to be `Sendable` but is not. But also it's weird that this is a warning and not an error. There might be more to this configuration that needs to be investigated. But that will not change the nature of the problem.