This repository is not focused on a single project. It is a collection of ideas, sources, and hopefully useful sources for fellow developers using Apple infrastructure, including server side Swift.
Most of the sources in the Utility
module are ready to be used. Please note, that some of the types are poorly documented and / or tested! See To Do
section below if you like to contribute.
The sources in this module are very preliminary and so far only as a starting point for brainstorming. The should NOT be used in real projects and there will be NO backwards compatibility!
- 23.02.2024 - Releasing version 0.1.0. With this version we moved previous sources to the Utilities module and created To Do list for contributors.
- 18.02.2024 - restarted the repository. The existing repository with the same name got very messy. It had several abandoned branches containing some useful sources, but difficult to merge. So, I decided to delete the existing repository and start fresh.
Dear users of this Swift Package, contributions are very welcome and you will be mention as a contributor (or anonymous contributor if you prefer) if you submit pull requests, that are accepted. If you are new to the package and would like to contribute, please pick one of the items in the ToDo list below.
TimeIntervalUtilities
needs documentation.Debugging
needs documentation and testing.String+Additions
needs documentation and tests should be revisited and enhanced. Also some of the methods (made reusable from elsewhere) are wrong!TimeIntervalUtilities
needs documentation and more testsTypeNameDescribable
needs (usage) documentation.URL+BugFixes
needs tests.URL+CodableExtensions
needs documentation and tests