A small (and lightweight) networking library for Swift with Combine — At WWDC 2019, Apple announced a new framework called Combine as a new way of dealing with asynchronous events in Swift. As of macOS 10.15 and iOS 13, Combine is now deeply integrated in many areas of the Foundation framework including Timer, NSNotification, and URLSession. The Combine framework adds two…