Graphing Dependency Usage in Public Swift Projects
A look at Swift Package Manager usage, dependency analysis, and the Swift ecosystem in public Github repositories... (more…)
Read more »Hello everyone, With the recent introduction of Swift concurrency, and most notably actors to the language, Swift gained powerful and foundational building blocks for expressing thread-safe concurrent programs. This proposal aims to extend Swift’s actors… Read more