Maksim Kudriavtsev

Results 3 issues of Maksim Kudriavtsev

![image](https://user-images.githubusercontent.com/6337061/30170400-baef1706-93f7-11e7-8940-30cc23ab2003.png)

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...