There are two libraries provided by the FOSUtilities package: FOSFoundation and FOSTesting.
FOSFoundation is a library of protocols, patterns, types and routines that I have found generally useful in my projects.
FOSTestingUtilities is a package of testing patterns, types and routines that I have found generally useful in my projects.
FOSUtilities supports the Swift Package Manager. To include FOSUtilities in your project add the following to your Package.swift file:
.package(url: "git@github.com:foscomputerservices/FOSUtilities.git", branch: "main"),
For complete documentation, please refer to the DocC documentation in Xcode or here for an online version (see the documentation tab in the top-right).
All contributions are welcome! Please see CONTRIBUTING.md for more details.
This project is maintained by David Hunt owner of FOS Computer Services, LLC.
FOSUtilities is under the MIT License. See the LICENSE file for more information.