Michael Link

Results 3 issues of Michael Link

The `2.4` update added `Sendable` conformance to the factory closures which breaks using GAIT types in `Container` and elsewhere. For example: ```swift @DaemonActor public final class XPCDaemon { public static...

For years there has been an issue where library products with `.dynamic` types have caused linking problems when building unit test targets in Xcode. [Apple documentation](https://developer.apple.com/documentation/packagedescription/product/library(name:type:targets:)) recommends always not defining...

I feel like a more natural way to write `var` types should be with the keyword `its_giving`. ``` its_giving max_len = 0 its_giving user tea = "Bob" ```