func search(directory baseURL: URL = URL(fileURLWithPath: FileManager.default.currentDirectoryPath), include: [Pattern] = [], exclude: [Pattern] = [], includingPropertiesForKeys keys: [URLResourceKey] = [], skipHiddenFiles: Bool = true) -> AsyncThrowingStream<URL, any Error>
Recursively search the contents of a directory, filtering by the provided patterns