Fixed Transitive Dependency Issue
There were private
/fileprivate
scoping issues if Siren was installed as a transitive dependency (e.g., as a dependency in a pod's podspec, which then was a dependency of an app's podfile).
This has been addressed.