erica/swift-misc-utility
Everything extra that used to be in Swift-General-Utility has moved here except the core enum
Installation
PROJECT > Swift Packages > Install:
https://github.com/erica/https://github.com/erica/Swift-Misc-UtilitySwiftPM:
dependencies: [
.package(url: "https://github.com/erica/Swift-Misc-Utility", from: "x.x.x"), // replace with version
],
targets: [
.target(
name: "TARGET-NAME",
dependencies: [
.product(name: "MiscUtility", package: "Swift-Misc-Utility"),
],
),
],Package Metadata
Repository: erica/swift-misc-utility
Default branch: main
README: README.md