The Cartfile documentation makes the assertion:
If no version requirement is given, any version of the dependency is allowed.
with t
This was answered by mdiep on Carthage's github page:
The latest version refers to something that has an actual version—a release or tag. If you want the most latest commit, you need to specify the branch you want to pin to.