DependencyValue keypath does not conform to sendable #267
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. |
|
Seems like this warning still exists in Xcode 16. |
|
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. |







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.