static List<SemVer> find(String source) => _regex.allMatches(source).map(SemVer._fromMatch).toList();