Merge pull request #2 from foscomputerservices/test-linux-macos Added support for testing various versions of Swift on various platforms
Merge pull request #2 from foscomputerservices/test-linux-macos
Added support for testing various versions of Swift on various platforms
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.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
FOSUtilities
There are two libraries provided by the FOSUtilities package: FOSFoundation and FOSTesting.
FOSFoundation
FOSFoundation is a library of protocols, patterns, types and routines that I have found generally useful in my projects.
FOSTesting
FOSTestingUtilities is a package of testing patterns, types and routines that I have found generally useful in my projects.
Swift Package Manager
FOSUtilities supports the Swift Package Manager. To include FOSUtilities in your project add the following to your Package.swift file:
Full Documentation
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).
Contributing
All contributions are welcome! Please see CONTRIBUTING.md for more details.
Maintainers
This project is maintained by David Hunt owner of FOS Computer Services, LLC.
License
FOSUtilities is under the MIT License. See the LICENSE file for more information.