Implement double tap to zoom#274
Merged
Merged
Annotations
11 warnings and 1 notice
|
Sources/ExyteChat/Extensions/KeyPath+Hack.swift#L11
extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
|
|
Sources/ExyteChat/Views/SwipeActions.swift#L51
main actor-isolated instance method 'render(type:)' cannot be used to satisfy nonisolated requirement from protocol 'SwipeActionable'; this is an error in the Swift 6 language mode
|
|
Sources/ExyteChat/Views/PublicAPI.swift#L300
'public' modifier is redundant for instance method declared in a public extension
|
|
Sources/ExyteChat/Views/MessageView/MessageViewEnvironment.swift#L8
static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'MessageCustomizationParameters' may have shared mutable state; this is an error in the Swift 6 language mode
|
|
Sources/ExyteChat/Views/MessageView/MessageView.swift#L80
static property 'value' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
|
|
Sources/ExyteChat/Views/InputView/InputViewModel.swift#L164
'public' modifier conflicts with extension's default access of 'private'
|
|
Sources/ExyteChat/Theme/ChatTheme.swift#L34
static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'GiphyConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
|
|
Sources/ExyteChat/Theme/ChatTheme.swift#L30
static property 'defaultValue' is not concurrency-safe because non-'Sendable' type 'ChatTheme' may have shared mutable state; this is an error in the Swift 6 language mode
|
|
Sources/ExyteChat/Extensions/String+Style.swift#L12
static property 'markdownOptions' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
|
|
Sources/ExyteChat/Extensions/KeyPath+Hack.swift#L11
extension declares a conformance of imported type 'KeyPath' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
|
|
|
|
|
The logs for this run have expired and are no longer available.
Loading