Launching Language and Platform Package Compatibility The Swift Package Index, created by Dave Verwer and Sven A. Schmidt, is a search engine for packages that support the Swift Package Manager. It aims to help developers make informed decisions about the dependencies for their projects. In this blog post, the Package Index team announce the launch of language and platform package compatibility, which provides even more relevant information about each package in the index. The Package Index really is a fantastic resource, and it's great to see continued improvements like this. Posted on August 26, 2020 #swiftpm #tools
Online Swift Playground This is a cool project from Marcin Krzyzanowski. He has created an online Swift playground, built with Swift. It’s embeddable, so can be added to your own Swift-related sites. Awesome idea. Posted on January 16, 2018 #tools
Swift Demangler This is a cool tool which translates Swift symbols, (e.g. _TtP3foo3bar_) into a human-readable form (e.g. foo.bar). This might come in useful when analyzing crash reports. Posted on January 7, 2018 #tools #demangle