case absentSymbolicLink(AbsolutePath)
s10FileSystem0aB5ErrorO18absentSymbolicLinkyAC4Path08AbsoluteG0VcACmF
49ZVY
import FileSystem
enum FileSystemError
struct AbsolutePath
case moveNotFound(from: AbsolutePath, to: AbsolutePath)
case makeDirectoryAbsentParent(AbsolutePath)
case readInvalidEncoding(String.Encoding, path: AbsolutePath)
case cantEncodeText(String, String.Encoding)
case replacingItemAbsent(replacingPath: AbsolutePath, replacedPath: AbsolutePath)
case copiedItemAbsent(copiedPath: AbsolutePath, intoPath: AbsolutePath)