Varun Santhanam

Results 8 issues of Varun Santhanam

It would be awesome if initializers marked with the NS_DESIGNATED_INITIALIZER macro in Objective-C could be highlighted someway in the generated documentation, kind of how Apple does on some of their...

enhancement
sourcekitten

If you annotate a protocol with a global actor, such as @MainActor, its generate mock doesn't compile: Given ``` /// @mockable @MainActor protocol RootController: AnyObject { var viewController: UIViewController {...

Proof of concept to allow UIKit dependencies to exist in the DI graph with with Swift Concurrency

`@MainActor` annotated dependencies, produce uncompilable code To support all actor annotations, I think the solution here is to make the getters for those dependencies `async`, to support just `@MainActor`, we...

CodeQL build commands file on swift packages that use toolchain version 6.1

question