`Path.glob("/path/**/*.swift")` will match - `path/Sources/aaa.swift` but does not match - `path/Nested/Sources/aaa.swift` Which is a deviation from the glob definition https://stackoverflow.com/questions/32604656/what-is-the-glob-character