Maksim Kudriavtsev
Maksim Kudriavtsev

I'm running Periphery using the following Dangerfile script: ```ruby # Run Periphery puts "Running Periphery..." periphery.scan(config: '.periphery.yml', project: 'MyProject.xcworkspace') puts "Periphery run completed." ``` In the CI console, I only...
## Summary - mark UIKit-facing helper extensions and controllers as `@MainActor` - fixes Swift 6 `SWIFT_STRICT_CONCURRENCY=complete` builds by allowing constraint updates and animator callbacks on the main actor ## Details...