4.0.1
- Certain
internal
methods have been marked asopen
in order to make inheriting classes consuming the library function properly. This is due to a limitation in Swift whereby any inheriting class where the base class originates inside of a Library cannot accessinternal
members defined in the Library.