Skip to content

Conversation

@72A12F4E
Copy link

Closes #3655

@SwiftLintBot
Copy link

SwiftLintBot commented Jun 12, 2021

2 Warnings
⚠️ This PR introduced a violation in Alamofire: /watchOS Example/watchOS Example WatchKit Extension/Networking.swift:28:7: warning: Observable Object Main Actor Violation: ObservableObject should be annotated with @MainActor to ensure that any updates to @Published state occur on the main thread. (observable_object_main_actor)
⚠️ This PR introduced a violation in Realm: /RealmSwift/SwiftUI.swift:156:9: warning: Observable Object Main Actor Violation: ObservableObject should be annotated with @MainActor to ensure that any updates to @Published state occur on the main thread. (observable_object_main_actor)
12 Messages
📖 Linting Aerial with this PR took 0.99s vs 0.72s on master (37% slower)
📖 Linting Alamofire with this PR took 0.96s vs 0.96s on master (0% slower)
📖 Linting Firefox with this PR took 3.27s vs 3.27s on master (0% slower)
📖 Linting Kickstarter with this PR took 5.0s vs 4.98s on master (0% slower)
📖 Linting Moya with this PR took 0.48s vs 0.45s on master (6% slower)
📖 Linting Nimble with this PR took 0.41s vs 0.41s on master (0% slower)
📖 Linting Quick with this PR took 0.19s vs 0.19s on master (0% slower)
📖 Linting Realm with this PR took 1.53s vs 1.53s on master (0% slower)
📖 Linting SourceKitten with this PR took 0.33s vs 0.33s on master (0% slower)
📖 Linting Sourcery with this PR took 1.92s vs 1.93s on master (0% faster)
📖 Linting Swift with this PR took 3.17s vs 3.16s on master (0% slower)
📖 Linting WordPress with this PR took 6.1s vs 6.11s on master (0% faster)

Generated by 🚫 Danger

@72A12F4E 72A12F4E force-pushed the observable_object_main_actor branch from ef68bdd to b3c5819 Compare June 12, 2021 22:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rule Request: observable_object_main_actor

2 participants