runInTemporaryDirectory(prefix:_:)

FileSystem.swift:600
func runInTemporaryDirectory<T>(prefix: String, _ action: (_ temporaryDirectory: AbsolutePath) async throws -> T) async throws -> T