Skip to content

IOS-10800 Make ViewStates component in SwiftUI #1035

IOS-10800 Make ViewStates component in SwiftUI

IOS-10800 Make ViewStates component in SwiftUI #1035

Triggered via pull request December 16, 2024 13:17
Status Success
Total duration 3m 46s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Run Tests: Sources/Mistica/Components/Feedback/FeedbackView.swift#L426
call to main actor-isolated instance method 'prepareAnimation()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
Run Tests: Sources/Mistica/Components/Feedback/FeedbackView.swift#L427
call to main actor-isolated instance method 'startAnimation()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
Run Tests: Sources/Mistica/Components/Feedback/FeedbackView.swift#L429
main actor-isolated property 'title' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
Run Tests: Sources/Mistica/Components/Feedback/FeedbackView.swift#L429
main actor-isolated property 'primaryButton' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
Run Tests: Sources/Mistica/Components/Feedback/FeedbackView.swift#L430
main actor-isolated property 'isLoading' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
Run Tests: Sources/Mistica/Components/Feedback/FeedbackView.swift#L430
main actor-isolated property 'primaryButton' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode