source/fileslurp.d(537,14): Error: cast from `const(char[])` to `char[]` not allowed in safe code source/fileslurp.d(542,28): Error: cast from `const(File)*` to `File*` not allowed in safe code source/fileslurp.d(546,14): Error: cast from `const(char[])` to `char[]` not allowed in safe code source/fileslurp.d(592,26): Error: `this.buffer.ptr` cannot be used in `@safe` code, use `&this.buffer[0]` instead source/fileslurp.d(592,38): Error: `this.strBuffer.ptr` cannot be used in `@safe` code, use `&this.strBuffer[0]` instead source/fileslurp.d(597,34): Error: `@safe` function `fileslurp.byLineFast.popFront` cannot call `@system` function `object.assumeSafeAppend!char.assumeSafeAppend` /opt/dmd-safe/dmd/generated/linux/release/64/../../../../../druntime/import/object.d(3108,21): `object.assumeSafeAppend!char.assumeSafeAppend` is declared here /opt/dmd-safe/dmd/dmd-safe failed with exit code 1.