DependencyValue keypath does not conform to sendable #267
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 20 replies
-
|
Hi @BrentMifsud, this is just a bug in Swift <6 and will be fixed once Xcode 16 is officially released. For now you can ignore the warning. |
Beta Was this translation helpful? Give feedback.
-
|
Seems like this warning still exists in Xcode 16. |
Beta Was this translation helpful? Give feedback.
-
|
Hello!
I have Xcode 16 with Swift 6 enabled for my project. I also have a local Swift Package (similar to isowords project structure) where I try to place all my code and the Package also has Swift 6.0 enabled. Enabling the I believe conforming the Thank you. |
Beta Was this translation helpful? Give feedback.
-
|
Seems with Xcode 26 this is still a problem. The new default actor isolation feature seems to not play nicely with this.
|
Beta Was this translation helpful? Give feedback.







Hi @BrentMifsud, this is just a bug in Swift <6 and will be fixed once Xcode 16 is officially released. For now you can ignore the warning.