[SwiftUI] .onDelete not work with .swipeActions

I'm trying to have .onDelete for delete and .swipeActions for other actions. It is not working this way. Any idea?

The thing is I try to have delete as part of .swipeActions. However, I can't find the way to set up the delete animation like the one .onDelete has.

[SwiftUI] .onDelete not work with .swipeActions
 
 
Q