Stephen Kockentiedt

Results 5 issues of Stephen Kockentiedt

I have created a simple iOS project with CocoaPods and dependency injection using BloodMagic. It works perfectly. However, if I add the 'use_frameworks!' option in the Podfile, the app breaks....

This change allows BloodMagic to be used with the use_frameworks! attribute of Cocoapods.

- Some code fragments did not use the new `providing...` syntax - There were some smaller typos - Text in 'Member attributes macros' did not match the new macro invocation...

### Describe the bug I tried using the library on Windows. I installed GTK and libadwaita using gvsbuild, but when I run `swift run` in PowerShell, the following warning is...

bug

### Describe the bug Closures passed to `DispatchQueue.main.async` will never be called. Similarly, Swift Concurrency `Task`s scheduled to run on `@MainActor` are never called. ### To Reproduce These print statements...

bug