A collection of @mockable interfaces that mimic standard Foundation interfaces.
Currently supported are:
- URLSession which provides:
- URLSessionProtocol - per URLSession
- URLSessionTaskProtocol - per URLSessionTask
- URLSessionDataTaskProtocol - per URLSessionDataTask
- URLSessionDownloadTaskProtocol - per URLSessionDownloadTask
- URLSessionStreamTaskProtocol - per URLSessionStreamTask
- URLSessionUploadTaskProtocol - per URLSessionUploadTask
- URLSessionWebSocketTaskProtocol - per URLSessionWebSocketTask
A collection of utilities for Swift development.
Currently supported are:
- logging - a generic logging package that supports logging to a variety of targets including files and macOS system log.