readOnlyFileSystem

Read-only file system.

Errno.swift:322
static var readOnlyFileSystem: Errno { get }

You attempted to modify a file or directory on a file system that was read-only at the time.

The corresponding C error is EROFS.