A collection of nice-to-have utilities for writing Swift programs on Apple platforms.
Warning
This package is used in my personal projects and is not intended for general use. There will never be a 1.0.0 release because it will never commit to a stable API. APIs may be added, removed, or changed in breaking ways at any time.
Add the dependency to your Package.swift:
.package(url: "https://github.com/jessetipton/swift-nice-things.git", from: "0.1.0")Then add "NiceThings" to the dependencies of any target that needs it.
- Swift macros for reducing boilerplate
- Extensions on standard library, concurrency, and SwiftUI types
Browse the documentation for the full list.