SwiftMessages
SwiftMessages copied to clipboard
Swift 6 support
Currently, I am migrating a project to Swift 6 and have found a warning at the asMessageView
method: Call to main actor-isolated initializer 'init(message:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
.
Probably, we need to make the asMessageView
method of MessageViewConvertible
as @MainActor