It seems that there a few sendable warnings in the Animation File when using Xcode 15.
ComposableArchitecture/Effects/Animation.swift:50:31: warning: capture of 'transaction' with non-sendable type 'Transaction' in a @Sendable closure
withTransaction(transaction) {
SwiftUI.Transaction:2:23: note: struct 'Transaction' does not conform to the 'Sendable' protocol
@frozen public struct Transaction {
Checklist
[X] I have determined whether this bug is also reproducible in a vanilla SwiftUI project.
[x] If possible, I've reproduced the issue using the main branch of this package.
Description
It seems that there a few sendable warnings in the Animation File when using Xcode 15.
ComposableArchitecture/Effects/Animation.swift:50:31: warning: capture of 'transaction' with non-sendable type 'Transaction' in a
@Sendable
closure withTransaction(transaction) {SwiftUI.Transaction:2:23: note: struct 'Transaction' does not conform to the 'Sendable' protocol @frozen public struct Transaction {
Checklist
main
branch of this package.Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
The Composable Architecture version information
1.2.0
Destination operating system
iOS 16
Xcode version information
Xcode 15
Swift Compiler version information